.mainMenuNew {
    position: relative;
    float: left;
}
.mainMenuNew ul {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}
.mainMenuNew ul li {
    position: relative;
    line-height: 1;
    padding: 18px 10px;
}
.mainMenuNew ul li a {
    color: #fff;
    padding: 0px 0px;
    height: auto;
    font-size: 14px;
    line-height: 1;
    background-color: transparent;
    position: relative;
}
.mainMenuNew ul li a:after{
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    height: 5px;
    width: 0;
    background: transparent;
    transition: all 0.3s;
}
.mainMenuNew ul li > a:hover::after,
.mainMenuNew ul li.active > a::after {
    width: 100%;
    background: #0946F1;
}
.category-content ul.navigation.navigation-alt.navigation-accordion.status_ico.leftmenulbl li.active a img.white {
    display: inline-block;
}
.category-content ul.navigation.navigation-alt.navigation-accordion.status_ico.leftmenulbl li.active a img.black {
    display: none;
}
.category-content ul.navigation.navigation-alt.navigation-accordion.status_ico.leftmenulbl li a img.black {
    display: inline-block;
}
.category-content ul.navigation.navigation-alt.navigation-accordion.status_ico.leftmenulbl li a img.white {
    display: none;
}
.category-content ul.navigation.navigation-alt.navigation-accordion.status_ico.leftmenulbl li a img {
    margin-right: 5px;
}
.newSection-class{
    position: relative;
    background-color: #fff;
    padding: 15px 0 30px;
    margin-bottom: 30px;
}
.newSection-class .checked .checker {
    top:0px !important;
    left:0px !important
}
.tagBox {
    position: absolute;
    top: 5px;
    background-color: #0946f1;
    border-radius: 100%;
    z-index: 9;
    left: 15px;
    padding: 7px;
    width:40px;
    height: 40px;
}
.tagBox img{
    width:100%;
    height: auto;
}
/* lesson plan css for my class page */

.lessonPlanData {
    position: relative;
    padding-left: 0px !important;
}
.lessonPlanMainBox {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 0px;
    padding: 5px 8px;
    border-radius: 0px;
    align-items:flex-start;
}
.lessonPlanMainBox .lessonSNo {
    align-items: center;
    display: flex;
    width: 40px;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    justify-content: flex-start;
}

.lessonPlanImgBox {
    width: 140px;
    height: 75px;
    position: relative;
    margin-right: 15px;
    flex: none;
    border-radius: 6px;
    overflow: hidden;
    background-color: #000;
    display: flex;
    align-items: center;
}
.lessonPlanImgBox img{
    border-radius: 0px;
    width:100%;
    height: auto;
}
.lessonPlanTextBox {
    position: relative;
    width:65%;
    padding-right: 20px;
}
.textInfoContentBox {
    display: flex;
    position: relative;
    align-items: center;
}
.lessonPlanTextBox h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    margin-bottom: 0px;
    width: auto;
    max-width: 90%;
}
.lessonPlanTextBox h2 a{
    color:#333;
    padding-right: 15px;
}
.lessonPlanTextBox h2 a:hover{
    color:#0946F1;
}
button.infoListBtn {
    width: 16px;
    height: 16px;
    border: 1px solid #0946f1;
    color: #0946f1;
    line-height: 14px;
    border-radius: 3px;
    background-color: #fff;
    margin-left: 10px;
}
button.infoListBtn i.fa {
    font-size: 11px;
    font-weight: 500;
}
.lessonPlanTextBox p {
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.lessonPlanBtnBox {
    position: relative;
    width: 13%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.newSection-class .responsive-design{
    margin-top: 0px;
}
.lessonPlanBtnBox a.btn.btn-lg {
    padding: 8px 8px;
    border-radius: 4px !important;
    font-size: 13px;
    line-height: 1;
    width: 100px;
    font-weight: 500;
    margin: 0px 5px;
}
.lessonPlanBtnBox a.btn.btn-lg.withoutBg{
    background-color: transparent;
    color: #0946F1;    
}
.lessonPlanBtnBox a.btn.btn-lg:hover{background-color: #fff; color: #0946F1;}
.lessonPlanBtnBox a.btn.btn-lg.withoutBg:hover{background-color: #0946F1; color:#fff;}
.lessonPlanMainBox:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,.4);
    background-color: #f1f1f1;
    cursor: grab;
    cursor: -webkit-grab;
}
.lessonPlanMainBox:hover .lessonSNo span {
    font-size: 0px;
    line-height: 0;
}
.lessonPlanMainBox:hover .lessonSNo span::before, .lessonPlanMainBox:hover .lessonSNo span::after {
    content: "\f142";
    font: normal normal normal 14px / 1 FontAwesome;
    padding: 1px;
}
.lessonPlanImgBox .checker {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
}
.lessonPlanImgBox .checker span {
    border: 0px;
    display: inline-block;
    text-align: center;
    position: relative;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 54%);
}
.lessonPlanImgBox .checker span.checked{
    opacity: 1;
}
.lessonPlanImgBox .checker input[type=checkbox]{
    width:100%;
    height: 100%;
}
.lessonPlanImgBox .checker span:after{
    content: "\f00c";
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    color: #fff;
    background-color: #0946f1;
    padding: 5px;
    top: 40%;
    left: 44%;
    border-radius: 100%;
}
span.typeLabelBox {    
    font-weight: 500;
    padding: 3px 10px;
    line-height: 1.5384616;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.1px;
    background-color: rgb(0 0 0 / 55%);
    border-radius: 0px;
    margin-right: 10px;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.StuAssignlabelBox {
    display: inline-flex;
    padding-left: 0px;
    flex-wrap: wrap;
    align-items: center;
}
.StuAssignlabelBox span a {
    border-radius: 0px;
    border-left: 0px;
    padding: 3px 10px;
}
span.moreShowLabel {
    font-size: 10px;
    background-color: #f1f1f1;
    padding: 3px 10px;
    font-weight: 500;
    border-radius: 0px;
    color: #000;
    cursor: pointer;
    line-height: 1.5384616;
}
.lessonPlanMainBox:hover .StuAssignlabelBox span.moreShowLabel{
    background-color: #e3dfdf;
}
.lessonPlanMainBox:hover .StuAssignlabelBox span a{
    background-color: #e3dfdf;
}
.vrLabel {
    margin-right: 10px;
    position: relative;    
}
.vrLabel img {
    width: 20px;
    height: auto;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}
.vrLabel img.active{
    display: block;
}
.vrLabel .tooltip.fade{width:150px !important;}
.classcontent-section .newSection-class .icons-list .dropdown a img {
    position: relative;
    top: -5px;
}
.left-box.newTeacher-leftBox .responsive-design{
    margin-top: 0px;
}
.classcontent-section .sidebar2 .navigation li.active a img {
    filter: invert(1);
}
.classcontent-section .sidebar2 .navigation li:first-child.active a img {
    filter: invert(0);
}
.lessonPlanBtnBox a.btn.btn-lg span.btnIcon {
    position: absolute;
    top: -1px;
    left: -1px;
    background-color: rgba(0, 0, 0, 0.15);
    display: block;
    padding: 5px 8px;
    font-size: 13px;
    line-height: 1.5384616;
    border-radius: 0;
}
.lessonPlanBtnBox a.btn.btn-lg span.btnIcon img {
    width: 15px;
    height: auto;
}
/* vr session page css */
.vrLabFirstPageBox{
    position: relative;
    background-color: #fff;
    margin: 10px 0px 40px;
}
.vrLabPageBoxHead{
    padding: 10px 30px;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.vrLabPageContentBox{
    display: flex;
    width:100%;
    gap:20px;
    align-items: center;
    justify-content: center;
    padding:30px 0;
}
.halfContentBox {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 300px;
    flex-direction: column;
    padding: 0px 30px;
}
.halfContentBox.borderLeft:before {
    content: 'OR';
    right: -12px;
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff;
    z-index: 9;
    text-align: center;
}
.halfContentBox.borderLeft:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    background-color: #0946f1;
    top: 0;
}
.vrLabPageContentBox .clickBtn {
    text-align: center;
    border: 1px solid #0946f1;
    padding: 10px 20px;
    background: #fff;
    color: #0946F1;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 35%);
    width:160px;
}
.vrLabPageContentBox .clickBtn:hover {
    box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 35%);
}
.vrLabPageContentBox .clickBtn img {
    margin: 0 auto 10px;
    border: 2px solid #0946F1;
    border-radius: 100%;
    width:85px;
}
.halfContentBox p{
    padding-top: 20px;
}

/* device mode css */

.selectContentSideBar {
    background: #fff;
    box-shadow: 5px 6px 15px 2px rgb(0 0 0 / 14%);
    border-radius: 4px;
    position: relative;
    border: 1px solid rgb(225 225 225 / 47%);
    min-height: 630px;
}
.sessionText{
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    text-align: right;
    font-weight: 500;
}
.selectContentSideBar .btn{
    padding: 4px 12px;
}
.selectContentSideBar .btn span{
    padding: 5px;
}
.selectContentSideBar .bootstrap-select.btn-group .btn .caret{
    margin-top: -13px;
}
.seConSideHeadBox {
    padding: 10px 20px 20px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0;
}
.seConSideHeadBox .selectBox{
    margin-left: 0px;
}

.seConSideContentBox .media-left img.img-rect:not(.media-preview){
    width:100%;
    height: auto;
    border-radius:0;
}
.seConSideHeadBox .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width:100% !important;
}

.seConSideHeadBox .dropdown-menu.open {
    max-width: 230px;
}
.seConSideContentBox {
    position: relative;
    padding: 0px;
    max-height: 560px;
    min-height: 560px;
    overflow-y: scroll;
}
.seConSideContentBox::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.seConSideContentBox::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.seConSideContentBox::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #ccc;
}
.seConSideContentBox .media-list .media-left{
    padding-right: 10px;
}
.seConSideContentBox .media-list .media-left a {
    display: flex;
    background-color: #000;
    width: 70px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
    top: 6px;
    position: relative;
}
.seConSideContentBox .media-list .media-heading{
    font-size: 12px;
    margin-top: 0px;
    line-height: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.seConSideContentBox .media-list .listtylenone.media{
    padding-top:5px;
    padding-bottom: 5px;
}
.seConSideContentBox .media{
    margin-top: 1px;
}
.seConSideContentBox .listtylenone.media.sideListBox{
    padding: 5px;
    cursor: pointer;
    position: relative;
}
.seConSideContentBox .listtylenone.media.sideListBox:hover{
    background-color: #0946f1;
}
.seConSideContentBox .listtylenone.media.sideListBox.acctive {
    background-color: #0946f1;
}
.seConSideContentBox .listtylenone.media.sideListBox.acctive .media-heading{
    color:#fff;
    font-weight: 500;
}
.seConSideContentBox .listtylenone.media.sideListBox.acctive .text-info-600{
    color:#fff !important;
}
.seConSideContentBox .listtylenone.media.sideListBox.acctive .border-info{border-color: #fff !important;}
.seConSideContentBox .listtylenone.media.sideListBox.acctive .media-left  a{ background-color: #2d2c2c;}

.seConSideContentBox .listtylenone.media.sideListBox:hover .media-heading{
    color:#fff;
    font-weight: 500;
}
.seConSideContentBox .listtylenone.media.sideListBox:hover .text-info-600{
    color:#fff !important;
}
.seConSideContentBox .listtylenone.media.sideListBox:hover .border-info{border-color: #fff !important;}
.seConSideContentBox .listtylenone.media.sideListBox:hover .media-left  a{ background-color: #2d2c2c;}

.seConSideContentBox .listtylenone.media.sideListBox:after{
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top:0;
    left:0;
    background-color: transparent;
}
.seConSideContentBox .listtylenone.media.sideListBox.acctive:after{
    background-color: #000;
}
.modelbtnBox {
    display: flex;
    width: auto;
    justify-content: center;
    padding: 14px 0;
    position: absolute;
    left:380px;
    top: 0px;
}
#previewPlaylist .modelbtnBox {
    display: flex;
    width: auto;
    justify-content: center;
    padding: 20px 0;
    position: absolute;
    left: 5px;
    top: -75px;
    gap: 5px;
}
#previewPlaylist .modelbtnBox .b-font{
    font-size: 22px;
}
#previewPlaylist .modelbtnBox .previewbtn {
    margin-left: 10px !important;
    position: relative;
}
.showSelectContentBox {
    position: absolute;
    width: 350px;
    border: 0px solid #ccc;
    top: 10px;
    padding: 0px 0px;
    left: 20px;
}
.innerSelectContentBox {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.innerSelectContentBox .slectCoImgBox {
    width: 70px;
    height: 40px;
    background-color: #000;
    display: flex;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
}
.innerSelectContentBox .slectCoImgBox img {
    width: 100%;
    height: auto;
}

.innerSelectContentBox .selectTextBox{
    width:80%;
    padding-left: 10px;
}
.innerSelectContentBox .selectTextBox h4 {
    font-size: 12px;
    margin: 0;
    line-height: 18px;    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100ch;
}

.innerSelectContentBox .selectTextBox p {
    margin: 0;
}
.fixHeight{
    min-height: 632px;
}
.contentShow.elemetryshow {
    margin-top: 0;
    border-radius: 4px;
    padding: 20px 0px;
    background-color: #fff;
}
.deviceModeSec .panel {
    padding: 0px !important;
    background-color: transparent !important;
    box-shadow: none;
    margin-bottom: 40px;
}
.deviceModeSec .panel .panel-body {
    padding: 0px;
}
.vrLabPageContentBox2.withScroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.vrLabPageContentBox2.withScroll::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.vrLabPageContentBox2.withScroll::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #ccc;
}
#defaultmonitor {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}
.pRelative{
    position: relative;
}

.pRelative .drag{
    bottom: 20px;
    right: auto;
    left: 12px;
    rotate: 90deg;
}
.blankBox{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}
.blankBox p{
    font-size: 18px;
}
.blankBoxTab{
    opacity: 0.5;
}
.model3d {
    position: relative;
}
.model3d .imageBox3dModel {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px 0px 15px;
    padding: 0px 15px;
}
.imageBox3dModel img {
    display: block;
    margin: 0 auto;
}
.pRelative .drag i {
    cursor: move;
}
.tabFooter {
    position: absolute;
    top: 20px;
    right: auto;
    left: 15px;
}
.tabFooter .modelbtnBox{
    padding: 0px 20px;
    gap:7px;
}
.tabFooter .b-font{
    font-size: 22px;
}
#previewContent .panel-body {
    padding: 20px 0px 0px !important;
}
.noPadding{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.tabFooter .modelbtnBox .previewbtn a img {
    width: 22px;
}
.tabFooter .modelbtnBox .previewbtn {
    margin-left: 10px !important;
    position: relative;
}
.tabFooter .modelbtnBox .previewbtn:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    left: -10px;
    background-color: #ccc;
    top: 2px;
}
#previewPlaylist .modelbtnBox .previewbtn:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    left: -10px;
    background-color: #ccc;
    top: 2px;
}
.expiredContent .drag {
    display: none;
}
ul.no-margin-bottom.nav.nav-tabs.no-border-bottom.nav-tabs-bottom.custom-tabs.deviceTabs li a img {
    display: block;
    margin: 0 auto;
}
ul.no-margin-bottom.nav.nav-tabs.no-border-bottom.nav-tabs-bottom.custom-tabs.deviceTabs li a{
    padding: 0px 18px 9px;
    text-align: center;
    color:#333;
}
ul.no-margin-bottom.nav.nav-tabs.no-border-bottom.nav-tabs-bottom.custom-tabs.deviceTabs li.active a{
    border-bottom-color:#0946F1 !important;
}
.connectedBox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 15px;
}
.vrLabPageContentBox2 {
    position: relative;
    padding: 15px 0px;
    min-height: 550px;
    max-height: 550px;
    overflow-y: scroll;
}
.vrLabPageContentBox2 .vrLabHaeding {
    font-size: 16px;
    color: #03061f;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 0;
}
.deviceBox {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 4px;
    flex:0 0 14.66%;
}
.deviceBox .dimgBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.deviceBox .dimgBox img {
    width: 100%;
}
.deviceBox .dContentBox {
    position: relative;
    padding: 8px 0;
}
.deviceBox .dContentBox h5 {
    font-size: 12px;
    padding: 0px 5px;
    font-weight: 500;
    color: #333;
    margin: 0;

    max-height: 40px;
}
.deviceBox .dContentBox h5 a {
    color: #333;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100ch;
    display: inline-block;
}
.deviceBox .dContentBox h5 .connected {
    width: 8px;
    height: 8px;
    background-color: #07c159;
    border-radius: 5px;
    position: absolute;
    right: 5px;
    top: 14px;
}
.deviceBox .dContentBox h5 .connected.dis {
    background-color: #ff003d;
}

#connectedDevices .deviceBox{
    transition: transform 0.5s linear;
    transition: left 0.1s linear;
    transition: top 0.1s linear;
    position: relative;
    left: 0;
    top:0;
}

#connectedDevices .deviceBox:hover {
    transform: scale(2.3);
    z-index: 999;
    background-color: #fff;
    position: relative;
    left: 0px;
    top:50px;
}

#connectedDevices .deviceBox:nth-child(1):hover, 
#connectedDevices .deviceBox:nth-child(7):hover,
#connectedDevices .deviceBox:nth-child(13):hover,
#connectedDevices .deviceBox:nth-child(19):hover,
#connectedDevices .deviceBox:nth-child(25):hover,
#connectedDevices .deviceBox:nth-child(31):hover,
#connectedDevices .deviceBox:nth-child(37):hover,
#connectedDevices .deviceBox:nth-child(43):hover{
    left:80px;
    top:50px;
}

#connectedDevices .deviceBox:nth-child(6):hover, 
#connectedDevices .deviceBox:nth-child(12):hover,
#connectedDevices .deviceBox:nth-child(18):hover,
#connectedDevices .deviceBox:nth-child(24):hover,
#connectedDevices .deviceBox:nth-child(30):hover,
#connectedDevices .deviceBox:nth-child(36):hover,
#connectedDevices .deviceBox:nth-child(42):hover,
#connectedDevices .deviceBox:nth-child(48):hover{
    left:-80px;
    top:50px;
}

#connectedByDevices .deviceBox{
    transition: transform 0.5s linear;
    transition: left 0.1s linear;
    transition: top 0.1s linear;
    position: relative;
    left: 0;
    top:0px;
}

#connectedByDevices .deviceBox:hover {
    transform: scale(2.3);
    z-index: 999;
    background-color: #fff;
    position: relative;
    left: 0px;
    top: 50px
}

#connectedByDevices .deviceBox:nth-child(1):hover, 
#connectedByDevices .deviceBox:nth-child(7):hover,
#connectedByDevices .deviceBox:nth-child(13):hover,
#connectedByDevices .deviceBox:nth-child(19):hover,
#connectedByDevices .deviceBox:nth-child(25):hover,
#connectedByDevices .deviceBox:nth-child(31):hover,
#connectedByDevices .deviceBox:nth-child(37):hover,
#connectedByDevices .deviceBox:nth-child(43):hover{
    left:80px;
    top:50px;
}

#connectedByDevices .deviceBox:nth-child(6):hover, 
#connectedByDevices .deviceBox:nth-child(12):hover,
#connectedByDevices .deviceBox:nth-child(18):hover,
#connectedByDevices .deviceBox:nth-child(24):hover,
#connectedByDevices .deviceBox:nth-child(30):hover,
#connectedByDevices .deviceBox:nth-child(36):hover,
#connectedByDevices .deviceBox:nth-child(42):hover,
#connectedByDevices .deviceBox:nth-child(48):hover{
    left:-80px;
    top:50px;
}

/* library page css */
.newPanel .panel-heading {
    border-bottom: 0px;
}
.devicePanel .panel-heading {
    padding: 0px 20px;
}
.newPanel .panel-body {
    padding: 0px 20px 30px;
}
.filterBox {
    position: relative;
    padding: 6px 0;
}
.filterBox ul.nav.nav-pills{
    margin-bottom: 0px;
}
.filterBox ul.nav.nav-pills li {
    margin-right: 10px;
}
.filterBox ul.nav.nav-pills li a {
    padding: 2px 30px;
    border-radius: 35px;
    border: 1px solid #ccc;
    color: #999;
    font-weight: 400;
    background-color: #fbf8f8;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.filterBox ul.nav.nav-pills li.active a {
    background-color: #fbf8f8;
    color: #333;
    border-color: #333;
}
.filterBox ul.nav.nav-pills li a:before {
    content: "\f00c";
    font: normal normal normal 12px / 1 FontAwesome;
    position: absolute;
    left: 15px;
    opacity: 0;
    visibility: hidden;
}
.filterBox ul.nav.nav-pills li.active a:before {
    opacity: 1;
    visibility: visible;
}
.chekBoxContainer {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.chekBoxContainer input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #0946f1;
    border-radius: 4px;
}
.chekBoxContainer .checkmark:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.chekBoxContainer input:checked ~ .checkmark:after {
    display: block;
}
.modules3DBox{
    position: relative;
    border:1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 20px;
}
.modules3DBox .ImageBox3d img{
    border-radius: 6px 6px 0px 0px;
}
.modules3DBox .contentBox3d{
    padding:10px 15px 10px;
}
.modules3DBox .contentBox3d h4 {
    color: #03061f;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}
.modules3DBox .contentBox3d h4 a{
    color: #03061f;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    align-content: center;
    gap: 5px;
}
.modules3DBox .contentBox3d h4 a span{
    font-weight: 500;
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100ch;
}
.modules3DBox .contentBox3d h4 a:hover{
    color:#0946f1;
}
.modules3DBox .contentBox3d p{
    color:#333;
    font-size: 14px;
    line-height: 26px;
}
.modules3DBox .contentBox3d p.authorName {
    font-size: 12px;
    margin: 0;
}
.ImageBox3d {
    position: relative;
}
.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0px solid transparent;
    margin-bottom: 0;
    outline: 0;
}
.ImageBox3d .image-checkbox {
    position: relative;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
    overflow: hidden;
    width: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 6px 0px 0px;
}
.contentShow.elemetryshow .ImageBox3d .image-checkbox {
    height: auto;
    min-height: auto;
    max-height: max-content;
}
.contentShow.elemetryshow .ImageBox3d .image-checkbox img {
    width: 100%;
    height: auto;
}
.modules3DBox .ImageBox3d img {
    border-radius: 6px 6px 0px 0px;
}
.image-checkbox input[type="checkbox"] {
    display: none;
}
.image-checkbox .fa {
    position: absolute;
    color: #fff;
    background-color: #0946f1;
    padding: 10px;
    top: 40%;
    left: 45%;
    border-radius: 100%;
}
.image-checkbox.image-checkbox-checked:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 54%);
    top: 0;
    left: 0;
}
.image-checkbox-checked .fa {
    display: block !important;
}
.infoBox {
    position: absolute;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    width: 22px;
    height: 22px;
    bottom: 5px;
    right: 15px;
    display: none;
}
.media.info-block {
    position: relative;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 20px;
}
.media.info-block .video-body{
    position: relative;
    padding: 10px 15px 20px;
}
.media.info-block .video-body h4{
    margin-bottom: 0px;
    margin-top: 0px;
}
.media.info-block .video-body a{
    word-break: break-all;
}
.modules3DBox:hover .infoBox,
.media.info-block:hover .infoBox {
    display: block;
    bottom: 5px;
    right: 5px;
    z-index: 99;
}
.media.info-block .video-body p {
    color: #333;
    font-size: 14px;
    line-height: 26px;
}
.media.info-block .video-body h4 a{
    color: #03061f;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    align-content: center;
    gap: 5px;
}
.media.info-block h4 a:hover {
    color: #0946f1;
}
.infoBox a {
    color: #fff;
}
.infoBox a .b-font {
    font-size: 16px;
}
.chekBoxContainer {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chekBoxContainer input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #0946f1;
    border-radius: 4px;
}

.chekBoxContainer:hover input ~ .checkmark {
    background-color: #fff;
}

.chekBoxContainer input:checked ~ .checkmark {
    background-color: #0946f1;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.chekBoxContainer input:checked ~ .checkmark:after {
    display: block;
}

.chekBoxContainer .checkmark:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nopad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.sideFiterBoxes {
    position: relative;
    box-shadow: 0px 5px 14px -3px rgb(0 0 0 / 30%);
    padding: 0px 0px;
    background-color: #fff;
    border-radius: 0px;
    z-index: 1;
}
.filterShowBoxes {
    position: relative;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 14px -3px rgb(0 0 0 / 30%);
    border-radius: 4px;
    min-height: 1080px;
}
.sideFiterBoxes .separatorFilter {
    background-color: #E7E7E7;
    color: #000;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    display: block;
}
.sideFiterBoxes .separatorFilter.topSeprator{
    border-radius: 0px;
}
.sideFiterBoxes ul {
    margin: 0px 0;
    padding: 0;
    list-style: none;
}
.sideFiterBoxes ul li{
    position: relative;
}
.sideFiterBoxes ul li a {
    display: block;
    padding: 6px 15px;
    color: #000;
    font-size: 16px;
    border-left: 3px solid transparent;
    word-break: break-word;
    white-space: unset;
}
.sideFiterBoxes ul li.active a {
    border-left-color: #0946f1;
    background-color: rgb(9 70 241 / 5%);
}
.sideFiterBoxes .dropdown-menu {
    position: relative;
    float: none;
    box-shadow: none;
    border: 0px;
    border-radius: 0px;
}

.sideFiterBoxes li.dropdown.open {
    border-left: 3px solid #999;
}
.sideFiterBoxes li.dropdown.open .dropdown {
    border-left: 0px;
}
.sideFiterBoxes li.dropdown.open ul {
    padding-left: 10px;
}
.sideFiterBoxes li.dropdown.active.open ul li a {
    border-left: 0px;
    color: #000;
}
.sideFiterBoxes li.dropdown.open .dropdown a[data-toggle="dropdown"]:before {
    content: '';
    position: absolute;
    background-color: #0946F1;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
}
.sideFiterBoxes li.dropdown.open .dropdown a.filter[data-toggle="dropdown"]:before{
    background-color: #0946F1;
}
.sideFiterBoxes li.dropdown.open .dropdown a[data-toggle="dropdown"] + ul{
    border-left:3px solid #999;
}

.sideFiterBoxes li.dropdown.open a[aria-expanded="true"]:before{
    content: '';
    position: absolute;
    width:3px;
    background-color: #0946F1;
    left:-3px;
    top:0;
    height: 36px;
}

.sideFiterBoxes ul li ul.subMenu {
    position: relative;
    width: 100%;
    display: none;
    padding: 0px 10px;
}

.sideFiterBoxes ul li ul.subMenu.active{
    display: block;
}

.sideFiterBoxes ul li ul.subMenu.active:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ccc;
}

ul.subMenu li.hasChild:before{
    content: '';
    position: absolute;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #0946F1;
    top:0;
}

.sideFiterBoxes ul li a.hasChild-active{
    background-color: #f1f1f1;
    color: #0946F1;

}

.sideFiterBoxes ul li a.hasChild-active::before{
    content: '';
    position: absolute;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #0946F1;
    top:0;
}

#stem .ImageBox3d .image-checkbox,
#vrtour .ImageBox3d .image-checkbox,
#career .ImageBox3d .image-checkbox,
#apps .ImageBox3d .image-checkbox {
    height: auto;
    min-height: auto;
    max-height: auto;
}
.modelbtnBox .dropdown-menu {
    padding: 0;
}
.modelbtnBox .dropdown-menu a {
    font-size: 14px;
    padding: 8px 10px;
    border-bottom: 1px solid #ccc;
    display: block;
    color: #333;
    text-transform: capitalize;
}
.modelbtnBox .dropdown-menu a:hover {
    background-color: #ccc;
    color: #333;
}
.lookcircle {
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    z-index: 999;
}
.pr-1{
    padding-right: 2px;
}
#teachercontentsidebarMenu tr td:last-child .btn-primary{
    padding: 10px 12px;
    height: 38px;
}

#teachercontentsidebarMenu .table.table-hover tr td:last-child  [data-target="#removelabelModal"]{
    height: 38px;
}
#teachercontentsidebarMenu .table-hover > tbody > tr:hover td:first-child label img {
    display: none;
}
#teachercontentsidebarMenu .table-hover > thead + tbody > tr:hover td:first-child label img {
    display: inline-block;
}
#teachercontentsidebarMenu .table-hover > tbody > tr:hover td:first-child label:before {
    content: "\f142" "\f142";
    position: relative;
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    width: 12px;
    height: 12px;
}
#teachercontentsidebarMenu .table-hover > thead + tbody > tr:hover td:first-child label::before {
    content: none;
}
.stuTeacHeader .module{
    padding: 0px 32px 0px 0px;
}

.addToClass {
    color: #fff;
    background-color: #075DF6;
    border-color: #075DF6;
    border: 1px solid #075DF6;
}

.addToClass:hover, .addToClass:focus {
    color: #fff;
}
a.dropdown-toggle.btn.border-slate.addToClass:hover,
a.dropdown-toggle.btn.border-slate.addToClass:focus {
    color: #fff;
}
li.applyaction.applyBtn button {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.applyBtn span{
    color: #fff;
    background-color: #075DF6;
    border-color: #075DF6;
    border: 1px solid #075DF6;
    padding: 4px 20px;
    border-radius: 6px;
    display: inline-block;
    margin: 10px 12px;
}
.applyBtn:hover span{
    color:#fff;
}

.addToClass + .dropdown-menu{
    padding: 0px;
}

.addToClass + .dropdown-menu li input[type="text"]{
    border-radius: 0px;
}

.addToClass + .dropdown-menu li a{
    padding: 8px 30px;
}
.addToClass + .dropdown-menu li:nth-child(2) a{
    padding: 8px 15px;
}
.addToClass2.addToClass + .dropdown-menu li a {
    padding: 8px 15px;
}
.addToClass + .dropdown-menu li a label{
    margin-bottom: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.addToClass + .dropdown-menu li a label input[type="checkbox"] {
    display: none;
}
.addToClass + .dropdown-menu li a label input[type="checkbox"] + span{
    position: relative;
    display: flex;
    align-items: center;
}
.addToClass + .dropdown-menu li a label input[type="checkbox"] + span:before {
    width: 18px;
    height: 18px;
    content: '';
    position: relative;
    display: inline-block;
    border: 2px solid #0946F1;
    border-radius: 4px;
    margin-right: 10px;
}

.addToClass + .dropdown-menu li a label input[type="checkbox"] + span:after {
    content: '';
    display: block;
    top: 4px;
    left: 6px;
    width: 6px;
    height: 10px;
    border-style: solid;
    border-color: #075df6;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    opacity: 0;
}

.addToClass + .dropdown-menu li a label input[type="checkbox"]:checked + span:after{
    opacity: 1;
}

.addToClass + .dropdown-menu li a label input[type=checkbox]:checked[disabled] + span {
    cursor: not-allowed;
}

.addToClass + .dropdown-menu li a label input[type=checkbox]:checked[disabled] + span:before,
.addToClass + .dropdown-menu li a label input[type=checkbox]:checked[disabled] + span:after {
    filter:blur(0.8px);
}

li#menuli_ALL a img {
    filter: invert(1);
}

li#menuli_ALL.active a img {
    filter: invert(0);
}

.category-content ul.navigation.navigation-alt.navigation-accordion.status_ico.leftmenulbl li.active a img{
    filter: invert(1);
}

.open > .dropdown-menu > .open > .dropdown-menu {
    display: block;
}

.sideFiterBoxes ul li a.filter{
    background-color: #e3e3e3;
    color: #0946f1;
}

.form-group.has-feedback.has-search .glyphicon {
    top: 4px;
    z-index: 0;
}

.lodaerBox {
    position: absolute;
    z-index: 999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 50px 10px;
}

.lodaerBox:before {
    content: '';
    background-color: rgba(2, 69, 255, 0.018);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.lodaerBox .awakeLoader {
    padding: 0;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width:100%;
}

.scrollLoader{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#cs_data_loader_3d .lodaerBox .awakeLoader{
    padding-left: 240px;
}

#cs_data_loader_3d .lodaerBox.searchLoad .awakeLoader{
    padding-left: 0px;
}

.custom-loader {
    --d:22px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    color: #0946f1;
    box-shadow:
        calc(1*var(--d))      calc(0*var(--d))     0 0,
        calc(0.707*var(--d))  calc(0.707*var(--d)) 0 1px,
        calc(0*var(--d))      calc(1*var(--d))     0 2px,
        calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px,
        calc(-1*var(--d))     calc(0*var(--d))     0 4px,
        calc(-0.707*var(--d)) calc(-0.707*var(--d))0 5px,
        calc(0*var(--d))      calc(-1*var(--d))    0 6px;
    animation: s7 1s infinite steps(8);
}

@keyframes s7 {
    100% {
        transform: rotate(1turn)
    }
}

.dotsLoader {
    --d: 10.6px;
    width: 1.9px;
    height: 1.9px;
    border-radius: 50%;
    color: #0946f1;
    box-shadow: calc(1*var(--d))      calc(0*var(--d))     0 0,
        calc(0.707*var(--d))  calc(0.707*var(--d)) 0 0.5px,
        calc(0*var(--d))      calc(1*var(--d))     0 1px,
        calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 1.4px,
        calc(-1*var(--d))     calc(0*var(--d))     0 1.9px,
        calc(-0.707*var(--d)) calc(-0.707*var(--d))0 2.4px,
        calc(0*var(--d))      calc(-1*var(--d))    0 2.9px;
    animation: dotsload-ani 1.2s infinite steps(8);
}

@keyframes dotsload-ani {
    100% {
        transform: rotate(1turn);
    }
}

.noData {
    font-size: 16px;
}

.clear-icon {
    position: absolute;
    top: 1px;
    color: #333;
    width: 38px;
    background-color: #fff;
    text-align: center;
    height: 95%;
    border-radius: 11px;
    right: 1px;
    line-height: 38px;
    cursor: pointer;
}

.clear-icon:hover{
    color:#333;
}

.stemImageBox{
    position: relative;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
    overflow: hidden;
    width: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 6px 0px 0px;
}

.contentShow.elemetryshow .stemImageBox {
    height: 90px;
    min-height: 90px;
    max-height: 90px;
}

.contentShow.elemetryshow .stemImageBox img{
    border-radius: 0px;
}

.stemImageBox img{
    width:100%;
    border-radius: 0px 0px 0 0;
}

.modules3DBox .newContentBox3d {
    padding: 10px 15px 10px;
    position: relative;
}

.stemImageBox.video360Is:before {
    content: '';
    position: absolute;
    background-color: rgb(0 0 0 / 58%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stemImageBox.video360Is:after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: transparent;
    top: 34px;
    left: 46%;
    z-index: 1;
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #fff;
    border-right: 10px solid transparent;
    border-radius: 2px;
}

.modules3DBox .newContentBox3d p.secondaryText {
    font-size: 12px;
    margin: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100ch;
    cursor: pointer;
}

.modules3DBox .newContentBox3d h4{
    line-height: 1;
    display: flex;
    margin: 0px;
    padding: 0px;
    justify-content: space-between;
}

.modules3DBox .newContentBox3d a{
    color:#333;
}

.modules3DBox .newContentBox3d h4 span{
    font-weight: 500;
    font-size:14px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100ch;
    cursor: pointer;
    width:85%;
    padding: 5px 0 3px;
}

button.infoIconBtn {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #0946f1;
    color: #0946f1;
    border-radius: 3px;
    position: relative;
    top: 3px;
    line-height: 8px;
}

button.infoIconBtn i.fa {
    font-size: 12px;
    font-weight: 500;
}

.stemButtonBox {
    display: flex;
    align-items: center;
    align-content: center;
    margin-top: 10px;
    justify-content: flex-end;
}

.stemButtonBox button {
    padding: 10px 15px;
    line-height: 1;
    border-radius: 6px;
    border: 1px solid #b7b7b7;
    background-color: transparent;
    color: #0946F1;
    width: auto;
    text-align: center;
}

.modules3DBox .newContentBox3d .stemButtonBox a {
    padding: 10px 15px;
    line-height: 1;
    border-radius: 6px;
    border: 1px solid #b7b7b7;
    background-color: transparent;
    color: #0946F1;
    width: auto;
    text-align: center;
}

.filterShowBoxes .stemButtonBox button{padding: 10px 17px;}

.selectBox {
    background-color: transparent;
    position: relative;
    margin-left: 10px;
}

.selectBox label {
    margin: 0;
}

.selectBox label input{
    position: absolute;
    display: none;
}

.selectBox label span {
    background-color: #0946f1;
    color: #fff;
    text-align: center;
    display: block;
    width: auto;
    padding: 10px 15px;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    line-height: 1;
    border:1px solid #0946f1;
}

.selectBox label input + span.ns{
    display: block;
}
.selectBox label input + span.ns + span.ss {
    display: none;
}

.selectBox label input:checked + span.ns{
    display: none;

}

.selectBox label input:checked + span.ns + span.ss{
    display: block;
    background-color: #042a95;
}

.stemButtonBox button.sBtn {
    background-color: #0946f1;
    color: #fff;
    border-color: #0946f1;
}

.stemButtonBox button.sBtn .fa{
    font-size:12px;
}

.selectBox label input + span.ns + span.ss .fa{
    font-size: 12px;
    margin-right: 5px;
}

.stemButtonBox button.pBtn {
    font-size: 13px;
}

.stemButtonBox button.pBtn:hover{
    color:#0946F1;
}


.stemButtonBox button.sBtn:hover{
    background-color: #042a95;
}

.stemButtonBox button.sBtn.active{
    background-color: #042a95;
}

.stemButtonBox button.pBtn:hover,
.stemButtonBox button.pBtn:focus,
.stemButtonBox button.pBtn:visited {
    background-color: #0946f1;
    color: #fff;
    border-color: #0946f1;
}

.classcontent-section .icons-list li.dropdown .dropdown-menu.toplblmenu li.fixedli button {
    border: 0px;
}

.classcontent-section .icons-list li.dropdown .dropdown-menu.toplblmenu li.fixedli button span{
    border-radius: 6px !important;
    padding:13px 20px !important;
}

.myFilesMainBox {
    display: flex;
    margin: 30px 0;
    height: 300px;
    align-items: center;
    justify-content: center;
}

.input-file-container {
    position: relative;
    width: 200px;
}
.js .input-file-trigger {
    display: block;
    padding: 9px 20px;
    background: #0946f1;
    color: #fff;
    font-size: 14px;
    transition: all .4s;
    cursor: pointer;
    border-radius: 6px;
    border:2px solid #0946F1;
}
.js .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
    background: transparent;
    color: #0946F1;
}

.file-return {
    margin: 0;
}
.file-return:not(:empty) {
    margin: 1em 0;
}
.js .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
}
.js .file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal;
}

.krpinoImageBox{
    position: relative;
    height: 450px;
    width: 100%;
}
.krpinoImageBox2{
    position: relative;
    height: 600px;
    width: 100%;
}
.pRelative{
    position: relative;
}
a.clearAllFilter {
    font-size: 0px;
    border: 1px solid transparent;
    padding: 5px 8px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    height: 40px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    font-weight: 500;
    top:1px;
}
.allClearIcon{
    background-image: url(../images/demo-icon/clearall.svg);
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-flex;
    background-size: contain;
    background-repeat: no-repeat;
}
.clearFilterBox.showFilter {
    display: flex;
}
.showFilter .form-group.has-feedback.has-search {
    width: 85%;
    margin-right: 4px;
}
.showFilter #clear-filters {
    width: 10%;
}
li.applyaction.contentApply.test-exist.fixedli button {
    margin: 8px 15px;
}
.vrLessonImgBox {
    position: relative;
    display: flex;
    margin: 0px 15px;
    background-color: #000;
    min-height: 530px;
    align-items: center;
    justify-content: center;
}
.vriframeBox {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56%;
}
.vriframeBox iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    padding: 0px 15px;
}
.vrSysAppImgBox{
    position: relative;
    padding:0px 15px;
}
.vrSysAppImgBox img{
    display: block;
    margin: 0 auto;
}


#previewContentFull .krpinoImageBox #krpano1 {
    padding: 0px 15px;
}


.dashboardNewMainBox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: 500px;
    margin: 50px 0;
}
.dashInnerBox {
    flex: 1 1 calc(25% - 10px);
    box-sizing: border-box;
    background-color: #247fb5;
    border: 1px solid #ccc;
    padding: 0px;
    text-align: center;
    min-width: calc(25% - 10px);
    min-height: 50%;
    background-image: radial-gradient(circle, rgba(75,179,238,1) 29%, rgba(48,168,236,1) 45%);

}
.half-width {
    flex: 1 1 calc(50% - 10px);
}
.full-width {
    flex: 1 1 calc(100% - 10px);
}
.seven-width {
    flex: 1 1 calc(50% - 10px);
}
.six-width {
    flex: 1 1 calc(33.33% - 10px);
}
.licenceBox {
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    justify-content: space-around;
    height: 100%;
}
.licenceBox h4 {
    margin: 0;
    color: #fff;
}
.licImgBox {
    position: relative;
}
.licImgBox img.iconImg {
    max-width: 100%;
    height: auto;
}
.cebox{
    background-color: #926059;
    background-image: radial-gradient(circle, rgba(231, 173, 162,1) 0%, rgba(186, 113, 100,1) 22%);
}
.mo3dBox{
    background-color: #9a3059;
    background-image: radial-gradient(circle, rgba(253, 106, 159,1) 2%, rgba(192, 49, 101,1) 32%);
}
.umakebox{
    background-color: #318da7;
    background-image: radial-gradient(circle, rgb(91 202 226,1) 24%, rgb(76 179 212,1) 42%);
}
.vtbox{
    background-color: #467a59;
    background-image: radial-gradient(circle,rgb(148, 195, 166, 1) 0%, rgb(78, 152, 98,1) 29% );
}
.ellbox{
    background-color: #24437a;
    background-image: radial-gradient(circle, rgb(46 75 143) 19%, rgba(30, 65, 149, 1) 41%);
}
.place360box{
    background-color: #8b6722;
    background-image: radial-gradient(circle, rgb(217, 165, 68,1) 7%, rgba(176, 126, 33, 1) 30%);
}

.selfStudyCareerBox {
    background-color: #fff;
    padding: 20px 15px;
    margin-bottom: 40px;
    min-height: 1080px;
}
.btnJug .previewbtn {
    width:32px;
    margin-left:3px;
}
.selfStudyCareerBox.places360Sec .stemImageBox {
    height: 90px;
    min-height: 90px;
    max-height: 90px;
}

#previewContentFull .krpinoImageBox{min-height: 470px;}

#previewContentFull .image360Text {
    padding: 10px 15px 0px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.image360Text p{margin-bottom: 0; width:80%;}

#previewContentFull .imageBox3dModel {
    padding: 0px 15px;
    position: relative;
}

.flatbtn {
    position: absolute;
    border: 0px;
    background-color: #0946f1;
    color: #fff;
    padding: 6px 12px;
    border-radius: 5px;
    right:15px;
}

.pDisable {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

#stopOutsidClickpopup .modal-body{
    padding: 0px 20px;
}

.stopOutSideModalBox {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content:space-around;
}

.stopOutSideModalBox p{
    font-size: 16px;
    font-weight: 500;
    color:#333;    
    margin-bottom: 0px;
}
.stopBtnBox button {
    width: 140px;
    margin: 5px 10px;
    background-color: #0946f1;
    color: #fff;
    border: 0px;
    padding: 6px 12px;
    border-radius: 6px;
}

.stopBtnBox button.cancleStop{
    background-color: #b40000;
}

.popup360ShowBox{
    position: relative;
    margin: 0px 0px;
    height: 100% !important;
}
.close360{
        margin-top: 0 !important;
        position: absolute !important;
        top: 10px !important;
        right: 20px;
        z-index: 9999;
        color: #000 !important;
        font-size: 24px !important;
        font-weight: 500 !important;
        background-color: #fff !important;
        width: 30px;
        height: 30px;
        border-radius: 18px;
}

.contentBox360Popup{
    position: relative;
    padding: 0px 25px 20px;  
    max-height: 150px;
    overflow: hidden;
    overflow-y: scroll;
    margin-top: 10px;  
}

.contentBox360Popup::-webkit-scrollbar {
    width: 5px;
  }
  
.contentBox360Popup::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
  }
  
.contentBox360Popup::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #0946F1;
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
  }

  .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar {
    width: 5px;
  }

  .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
  }
  
  .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #0946F1;
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
  }

.contentBox360Popup h4 {
    font-size: 18px;
    font-weight: 500;
}

.contentBox360Popup h6 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 0px;
}
.contentBox360Popup p{
    font-size: 14px;
}
.popup360VideoViewBox{
    width:100%;
    height: 100%;
}

li.NoClasses {
    padding: 15px 10px;
}

@media (min-width: 900px) {.filterPopUpBox .modal-dialog{width:850px;}}
.filterPopUpBox .modal-content{border-radius: 0px !important;}
.filterPopUpBox .modal-header{padding: 10px 20px; background-color: #0946F1 !important;}
.filterPopUpBox .modal-header h4{color:#fff;}
.filterPopUpBox .modal-header .close {top: 25%;color: #fff;opacity: 1;}
.filterPopUpBox .modal-body .nav-tabs{border:0px}
.filterPopUpBox .modal-body .nav-tabs > li {display: block;font-size: 13px; margin-bottom: 0; border:0px !important;}
.filterPopUpBox .modal-body .nav-tabs > li.active > a, 
.filterPopUpBox .modal-body .nav-tabs > li.active > a:hover, 
.filterPopUpBox .modal-body .nav-tabs > li.active > a:focus{border:0px !important; padding: 5px 0px; text-decoration: underline;}
.filterPopUpBox .modal-body .nav > li > a{padding: 5px 0px; border:0px !important}
ul.filterPopupList {display: flex; flex-wrap: wrap; width: 100%;}
.filterPopUpBox .modal-body .filterPopupList li {width: 33.33%;padding: 3px 10px;}
.filterPopUpBox .modal-footer {padding: 10px 20px !important; text-align: right; border-top: 1px solid #f1f1f1; background-color: #f9f9f9;}
.filterPopUpBox .modal-body .nav-tabs > li.active > a span, .filterPopUpBox .modal-body .nav-tabs > li.active > a:hover span, .filterPopUpBox .modal-body .nav-tabs > li.active > a:focus span {
    font-weight: 500;}
.col-md-3.col-sm-4.text-right.withadd .form-group {
    width: 215px;
    display: inline-block;
}
.filterPopUpBox .modal-body .filterPopupList li a {
    color: #0946f1;
}
.filterPopUpBox .modal-body .filterPopupList li a:hover {
    text-decoration: underline;
}
.filterPopUpBox .modal-body .filterPopupList li.active a {
    color: #000;
    text-decoration: underline;
}
.classcontent-section .panel-body{min-height: 1080px;}
.withadd .form-group.has-feedback.has-search {
    width: 68%;
    float: left;
}
#filterPopup .modal-body {
    max-height: 450px;
    overflow: hidden;
    overflow-y: scroll;
}

#filterPopup .modal-body::-webkit-scrollbar {
    width: 5px;
  }
  
  #filterPopup .modal-body::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
  }
  
  #filterPopup .modal-body::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #0946F1;
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
  }
  ul.dropdown-menu.dropdown-menu-right {
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    margin-top: 0px;
    padding: 0px;
}
ul.dropdown-menu.dropdown-menu-right::-webkit-scrollbar {
    width: 5px;
  }
  
  ul.dropdown-menu.dropdown-menu-right::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
  }
  
  ul.dropdown-menu.dropdown-menu-right::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #0946F1;
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
  }
  #element-umakevr-data .stemButtonBox {
    justify-content: flex-end;
}
#umake-content-data .stemButtonBox {
    justify-content: flex-end;
}
#element-content-data .stemButtonBox,
#ell-content-data .stemButtonBox,
#sa-content-data .stemButtonBox{
    justify-content: flex-end;
}
#element-content-data .stemButtonBox .selectBox,
#ell-content-data  .stemButtonBox .selectBox
{
    margin-left: 10px;
}
.stemButtonBox.commonAncestor.studentBtnBox {
    justify-content: flex-end;
}
.stemButtonBox.commonAncestor.studentBtnBox button{
    margin-left: 10px;
}
.stemButtonBox.commonAncestor.studentBtnBox button.withBg,
.stemButtonBox.commonAncestor.studentBtnBox a.withBg{
    background-color: #0946F1;
    color:#fff;
}
.stemButtonBox.commonAncestor.studentBtnBox button.withBg:hover,
.stemButtonBox.commonAncestor.studentBtnBox a.withBg:hover{
    background-color: #fff;
    color: #0946F1;
    border-color: #b7b7b7;
}
.stemButtonBox.commonAncestor.studentBtnBox a{
    margin-left: 10px;
}
.contentpopup-textbox-info{
    max-height:400px;
    overflow:hidden;
    overflow-y:auto;
    padding-right: 20px;
}
.contentpopup-textbox-info img.main-image{margin-bottom: 15px;}
.contentpopup-textbox-info h4.mainTitle {
    position: absolute;
    top: -75px;
    z-index: 999;
    left: 0;
    word-break: break-all;
    width:95%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.contentpopup-textbox-info h6 {
    font-size: 16px;
    font-weight: 500;
    word-break: break-all;
}
.contentpopup-textbox-info h3 {
    font-size: 16px;
    margin: 0px;
    word-break: break-all;
}

.contentpopup-textbox-info p {
    text-align: left;
    word-break: break-word;
}
.contentpopup-textbox-info::-webkit-scrollbar {
    width: 5px;
  }
  
.contentpopup-textbox-info::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
  }
  
.contentpopup-textbox-info::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #0946F1;
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
  }

.stemButtonBox.commonAncestor.ellTeacherBox {
    justify-content: space-between !important;
}
.stemButtonBox.commonAncestor.ellTeacherBox .selectBox{margin-left: 0px !important;}
.content-list-popup-new .modal-title{font-size: 20px; font-weight: 500;}
.content-list-popup-new .modal-body{min-height: 100px;}
.content-list-popup-new .modal-loading{margin-top: 30px;}
.content-list-popup .modal-loading{width:100%; height:100vh; position: relative;}
.popUpLoadingBox{display: flex; justify-content:center; align-items:center; width: 100%; height:100%;}
.SearchSugesterBox {
    position: absolute;
    top: 42px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    z-index: 99;
    left: 0;
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 6px;
}
.SearchSugesterBox ul.searchSuggestList {
    list-style: none;
    padding: 0;
    margin: 0;
}
.SearchSugesterBox ul.searchSuggestList  li {
    padding: 8px 12px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}
.SearchSugesterBox ul.searchSuggestList li a {
    display: block;
    color: #333;
    font-weight: 500;
}
.SearchSugesterBox::-webkit-scrollbar {
    width: 5px;
  }
  
.SearchSugesterBox::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
  }
  
.SearchSugesterBox::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #0946F1;
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}
.searchLoaderBox{position: relative; width: 100%; height: 50px; display: flex; justify-content: center; align-items: center;}
.studentclassmainsec .sidebar2 .navigation li{border:1px solid #f1f1f1;}
.disableBtn {opacity: 0.3 !important;}
.teacher-btnbox.classPageBox a {
    width: 100%;
}
.lessonPlanMainBox.studentPlanMainBox {
    box-shadow: none;
    background-color: transparent;
    cursor: default !important;
}
.PfdCard {
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    position: relative;
    margin-bottom: 15px;
}
.pfdImageBox {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.pddCardTitle {
    padding: 12px;
    position: relative;
}
.pddCardTitle h4 {
    margin: 0;
}
.border-0{
    border:0px !important
}
.reporthaedingBox {
    padding: 0px 0px;
    position: relative;
}
.reporthaedingBox .reportHead {
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0 10px;
}
.animalDataBox {
    position: relative;
    margin-bottom: 30px;
    border:1px solid #ccc;
}
.animalDataBox .table thead{
    background-color: #0946F1;
}
.animalDataBox .table thead tr th{
    color:#fff;
    padding: 10px 12px;
}
.pl-5{
    padding-left: 5px !important;
}
.animalDataBox table tbody tr td{
    padding: 4px 15px;
}
.animalDataBox.intrestDataBox table tbody tr td{
    padding: 6px 15px;
}
.hhhReportBox {
    /* background-color: rgb(9 70 241 / 16%); */
    padding: 30px 20px;
    border-radius: 6px;
}
.reportHhhInnerBox {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
}
#pieChartForAnimal{
    width:80%;
    display: block;
    margin: 0 auto;
    height: 350px;
    margin-bottom: 40px;
}
.animalsReportInnerBox {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap:15px;
}
.animalsGroup {
    width: 24%;
    display: flex;
    flex-wrap: wrap;
    border:1px solid #0946F1;
    position: relative;
}
.animalsShortBox {
    display: flex;
    width: 50%;
}
.animalSBoxInner {
    /* background-image: linear-gradient( 89.5deg,  rgba(131,204,255,1) 0.4%, rgba(66,144,251,1) 100.3% ); */
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.infoCounterBox {
    position: absolute;
    right: 7px;
    top: 10px;
}
/* .animalsShortBox:nth-child(1) .animalSBoxInner{
    background-image: linear-gradient(160deg, rgba(131, 204, 255, 1) 0.4%, rgba(66, 144, 251, 1) 100.3%);
}
.animalsShortBox:nth-child(4) .animalSBoxInner{
    background-image: linear-gradient(349deg, rgba(131, 204, 255, 1) 0.4%, rgba(66, 144, 251, 1) 100.3%)
} */
.animalsGroup.group-0 .animalsShortBox .animalSBoxInner {
    background-color: #3a3e98;
    border: 1px solid #fff;
}
.animalsGroup.group-1 .animalsShortBox .animalSBoxInner {
    background-color: #5256bc;
    border: 1px solid #fff;
}
.animalsGroup.group-2 .animalsShortBox .animalSBoxInner {
    background-color: #527cbc;
    border: 1px solid #fff;
}
.animalsGroup.group-3 .animalsShortBox .animalSBoxInner {
    background-color: #4ab1d8;
    border: 1px solid #fff;
}
.animalImgBox {
    background-color: #fff;
    margin: 10px 0;
    border-radius: 100%;
    border: 2px solid #fff;
    width: 80px;
    height: 80px;
    /* background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%); */
    overflow: hidden;
}
.animalImgBox button {
    background: transparent;
    border: 0px;
}
.animalImgBox img{
    max-width: 100%;
    height: auto;
}
.animaltextBox{
    position: relative;    
}
.animaltextBox h4{margin: 0; color:#fff;}
.animaltextBox h4 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
}
.animalsGroup .popover{background-color: #0946F1; color:#fff;}
.animalsGroup .popover .popover-content{color:#fff}
.animalsGroup .popover.top > .arrow:after{border-top-color: #0946F1;}

.animalsShortBox h4 span{
    cursor: pointer;
}

.showTotal {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 5px;
}
.showTotal>*{
    padding-left: 5px;
    padding-right: 5px;
}
.totalBox{
    flex: 0 0 auto;
    width: 20%;
}
.totalBoxInner {   
    padding: 10px;
    border-radius: 8px;
    position: relative;
    border: 2px solid #d7e1fd;
    background-color: rgb(9 70 241 / 14%);
}
.totalBoxInner h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
}

.totalBoxInner h4 span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #0946F1;
    letter-spacing: 1px;
}

.totalIcon {
    width: 30px;
    height: 30px;
    background-color: #0946f1;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    right: 12px;
    top: 10px;
    color:#fff;
    font-weight: 500;
}

.totalIcon i{
   color:#fff;
   top:3px;
}

.totalIcon p {
    font-weight: 600;
    margin: 0;
    line-height: 29px;
}
.radius-0{border-radius: 0px !important;}
.studentReportMain{
    position: relative;
    background-color: #fff;
    margin: 20px 0;
    padding: 30px 20px 1px;
}


.shell{
    padding:0px;
}

.containerReport {
    margin: 0px 0px 40px;
}

.animalCard {
    margin-bottom: 48px;
}

.studentName {
    width: 200px;
    padding: 16px 32px;
    border-radius: 16px 16px 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #0946F1;
    background-color: #FCEABC;
    position: relative;
    z-index: 0;
}

.studentName:after {
    content: "";
    width: 40%;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: #FCEABC;
    border-top-right-radius: 12px;
    transform: skew(30deg, 0deg);
    z-index: -1;
}

.animalContainer {
    padding: 20px 30px 40px 30px;
    gap: 12px;
    background-color: #FCEABC;
    display: flex;
    justify-content: space-between;
    border-radius: 0 16px 16px 16px;
}

.StuAnimalTextBox {
    width: 60%;
}

.animalType {
    font-weight: 500;
    font-size: 24px;
    line-height: 0.8;
    padding-bottom: 10px;
}

.boldText {
    font-weight: 500;
    font-size: 30px;
    line-height: 47px;
}

.StuAnimalPara {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #3c3c3c;
    line-height: 24px;
}

.stuAnimalImgBox{
    width:40%;
}

.stuAnimalImgBox img{
    width: 175px;
    display: block;
    margin: 0 auto;
    height: auto;
}

.stuOuter {
    background: linear-gradient(48deg, rgba(11,3,163,1) 0%, rgba(9,70,241,1) 71%);
    border-radius: 16px;
    padding: 20px 30px;
    position: relative;
}

.stuOuter h3{
    margin: 0;
    color: #fff;
    font-size: 26px;
    padding-bottom: 20px;
    font-weight: 500;
}

.stuOuter ul li{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 5px;
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 20px;
}

.stuOuter ul li:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 10px;
    left: 0;
}

.circleReport {
    position: absolute;
    top: -30px;
    left: 20px;
}

.circleReport img {
    padding: 4px;
    border-radius: 100%;
    background: #ffffff;
    border: 8px solid #F3EFF4;
}

.stuOuter .StuH2 {
    margin: 34px 0px 6px 20px;
}

.StuH2 h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.innerShell {
    background: #ffffff;
    padding: 15px 16px;
    border-radius: 8px;
}

.innerContent {
    display: flex;
    gap: 4px;
    margin: 12px 0;
}

.animalBullet {
    height: 16px;
    width: 16px;
    padding: 0px;
    top: 3px;
    position: relative;
    margin-right: 2px;
}

.stuBgBox{
    background: rgb(9 70 241 / 16%);
    border-radius: 16px;
    padding: 10px 30px;
    position: relative;
}

.stuH1 {
    margin: 10px 0px 6px 0px;
}

.stuH1 h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.StuPersonalityTraits {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.personalityTraitsBox {
    display: flex;
    justify-content: space-between;
    margin: 0px 0px 15px;
    width: 49%;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 16px;
}

.personalityTraitsTextBox {
    width: 60%;
}

.personalityTraitsH2 h4{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 10px;
}

.type {
    color: white;
    width: 40%;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.true {
    font-size: 24px;
    font-weight: 500;
}

.personalityTraitsOne {
    background: #5BCAE6;
}
.personalityTraitsTwo {
    background: #98C74E;
}
.personalityTraitsThree {
    background: #FEB72B;
}
.personalityTraitsFour {
    background: #F73859;
}

ul.stuReportList {
    padding: 0px 20px;
}

ul.stuReportList li {
    margin-bottom: 8px;
    list-style: disc;
}

.stuAnimalsCharater{
    background: #F3EFF4;
    border-radius: 16px;
    padding: 10px 30px 20px;
    position: relative; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.stuAnimalsCharater .textSection {
    width: 38%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.stuCardBox {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
    width: 58%;
}
.stuCardRow {
    display: flex;
    gap: 24px;
}

.stuCards {
    padding: 20px;
    color: white;
    background: rgb(9 70 241 / 79%);
    flex: 1;
    border-radius: 16px;
}

.StuH2{position: relative;}

.StuH2 h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0px 5px;
    color:#fff;
    letter-spacing: 0.5px;
}

.StuH2 h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
}

.stuLine {
    width: 26px;
    height: 2px;
    background: #fff;
    border-radius: 3px;
    margin-top: 4px;
    margin-bottom: 12px;
}

.stuH3 p{
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    margin: 0;
}

.stuLikeMainBox{
    background: #f1f1f1;
    border-radius: 16px;
    padding: 10px 30px 20px; 
}

.stuGridContainer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 24px;
}

.stuInterestProfiling {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 8px;
    color: white;
    background: #F9FAFB;
    flex: 1;
    border: 1px solid #F3F4F6;
    border-radius: 8px;
}
.stuInterestProfiling img {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.stuLikeHead {
    position: relative;
}

.stuLikeHead p{
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #3c3c3c;
    margin: 0;
}

.stuGoodAtSec {
    background: rgb(9 70 241 / 16%);
    border-radius: 16px;
    padding: 10px 30px;
    position: relative;
}

.stuGoodAt {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.stuGoodAt.onlythreeskills {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
}
.stuGoodTopic{
        text-align: center;
        margin-top: 20px;
}

.stuGoodTopic img {
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    width:150px;
}

.stuGoodTopic .stuH2 h4{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 10px;
}

.stuWorkStyleSec{
    background: linear-gradient(48deg, rgba(11,3,163,1) 0%, rgba(9,70,241,1) 71%);
    border-radius: 12px;
    padding: 30px 30px;
    position: relative;
}

.stuWorkStyleText {
    padding: 30px 40px;
    color: #fff;
}
.stuWorkStyleText h3 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
}

.stuWorkStyleText p {
    font-size: 16px;
    line-height: 30px;
}

.stuWorkStyleImg{
    position: relative;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    flex-direction: column;
    transform: rotate(-40deg);   
}

.stuWorkStyleImg .hhhIcon {
    position: relative;
}

.stuWorkStyleImg .hhhIcon.hhhFirstImage {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    transform: rotate(-20deg);
}

.stuWorkStyleImg .hhhIcon.hhhSecondImage {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    transform: rotate(85deg);
}

.stuWorkStyleImg .hhhIcon.hhhMidImage{
    transform: rotate(75deg);
}

.stuWorkStyleImg img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.stuCarrerMainSec{
    position: relative;
    background-color: hsla(224, 93%, 49%, 0.123);
    padding: 20px 25px;
    border-radius: 16px;
}

.stuCarrerInnBox {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.stuCarrerInnBox h4{
    font-size:14px;
    font-weight: 500;
    margin: 0;
}

.filterRow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:12px;
    padding: 0px 15px;
}

.filterCol {
    width: 18%;
}

.filterCol.widthBtn {
    width: 44px;
    position: relative;
    top: -10px;
}

.filterCol.widthBtn2 {
    width: 44px;
    position: relative;
    top: 14px;
}

.applyClear{
    width: 100%;
    background-color: #0946F1;
    color: #fff;
    border: 0px;
    padding: 5px 0px;
    border-radius: 6px;
    font-size: 0px;
    font-weight: 500;
}

.applyClear i{
    font-size: 20px;
    top:5px;
}

.filterCol.widthBtn button#clearBtn:after, .filterCol.widthBtn button#clearBtn:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 8px;
    background-color: #fff;
    transform: rotate(45deg);
    top: 21px;
    left: 30px;
    border-radius: 2px;
}
.filterCol.widthBtn button#clearBtn:before {
    transform: rotate(-45deg);
}

.animalImgBox.withCenetr{
    display:block;
    margin: 0 auto;
    border-radius: 100%;
    border: 0px solid #fff;
    width: 70px;
    height: 70px;
    /* background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%); */
    background: #f2994a; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f2994a, #f2c94c); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f2994a, #f2c94c); 
}

.animalData tr td{border-bottom: 1px solid #ddd;}

.upcomingFilter {
    position: relative;
    right: 30px;
    background-color: rgb(9 70 241 / 16%);
    padding: 8px 6px 8px 16px;
    font-size: 14px;
    border-radius: 4px;
    color: #000;
    float: right;
    margin: 10px 0 0;
    font-weight: bold;
}

.upcomingFilter button {
    border: 0;
    background: #0946f1;
    margin: 0px 6px;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 20px;
    border-radius: 100%;
}

.upcomingFilter button i {
    font-size: 16px;
}

.carrerCategoryMain {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 25px 0;
    justify-content: center;
    align-items: center;
}

.ccBox {
    width: 35%;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 450px;
    height: 450px;
    min-height: 450px;
    background-image: radial-gradient(circle, rgba(75, 179, 238, 1) 29%, rgba(48, 168, 236, 1) 45%);
    background-color: #247fb5;
    border-radius: 16px;
}

.ccBox.careerQuizBox {
    background-image: radial-gradient(circle, rgba(75, 179, 238, 1) 29%, rgba(48, 168, 236, 1) 45%);
    background-color: #247fb5;
}

.ccBox.carrerExploartionBox{
    background-color: #926059;
    background-image: radial-gradient(circle, rgba(231, 173, 162, 1) 0%, rgba(186, 113, 100, 1) 22%);
}

.ccBox h3{
    color:#fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

.ccBox a {
    text-align: center;
}

.animalInfowithBox {
    position: relative;
    border: 1px solid #ccc; 
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0px;
    overflow: hidden;
}

.animalInfoInnerImgBox {
    background-color: #3a3e98;    
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}

.animalColBox.animal1Box .animalInfoInnerImgBox{
    background-color: #5256bc;
}

.animalColBox.animal2Box .animalInfoInnerImgBox{
    background-color: #527cbc;
}
.animalColBox.animal3Box .animalInfoInnerImgBox{
    background-color: #4ab1d8;
}

.animalInfoInnerImgBox span.animalCount {
    position: absolute;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background-color: #0946f1;
    font-size: 14px;
    border-radius: 100%;
    font-weight: 500;
    top: 25px;
    right: 25px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.animalInfoInnerImgBox span.animalCount:hover{
    background-color: #03206e;
}

.infowithImgBox {
    width: 100%;
    height: auto;
    padding: 12px 0;
}

.infowithImgBox a {
    display: block;
    transition: transform .5s ease;
    overflow: hidden;
}

.infowithImgBox a:hover {
    transform: scale(1.1);
}

.infowithImgBox img{
    width:110px;
    height: 110px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
}
.animalRowBox{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap:20px 10px;
}

.infowithInfoBox {
    position: absolute;
    right: 8px;
    bottom: 10px;
}

.animalInfoTextBox {
    display: flex;
    width: 100%;
    padding: 10px 6px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

a.countBtn {
    background-color: transparent;
    padding: 4px 10px;
    display: inline-block;
    color: #0946f1;
    line-height: 1;
    border-radius: 5px;
    font-weight: 500;
    border: 1px solid #0946f1;
}

a.countBtn:hover{background-color: #0946F1; color:#fff;}

.animalInfowithBox .animalDesc{
    padding: 0px 12px 10px;
    position: relative;
}

.animalInfowithBox .animalDesc p{
    font-size: 13px;
}

.animalInfoTextBox h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.animalInfoTextBox h4 span{font-weight: 500;}

.animalInfoTextBox button {
    width: 20px;
    height: 20px;
    line-height: 15px;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 3px;
    margin: 5px 0;
}

.animalInfoTextBox button i{font-size: 12px;}

.animalInfoTextBox button:hover{
    background-color: #0946F1;
    color:#fff;
    border-color: #0946F1;
}

.animalDesc {
    position: relative;
}

.animalDesc img {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
}

.animalDesc p{
    font-size: 14px;
    line-height: 22px;
}

.quizDoubleImgBox {
    padding: 0px 25px;
}

.quizDoubleTextBox {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 0px 20px;
    align-items: center;
    justify-content: center;
}

.quizDoubleTextBox h3 {
    font-weight: 500;
    margin: 0;
    padding: 20px 0 10px;
}

.quizDoubleTextBox a.btn {
    background-color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border:1px solid transparent
}

.quizDoubleTextBox a.btn:hover{
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.quizDoubleTextBox a.explDoubleBtn{
    color:#fff;
    padding-top: 15px;
    font-size: 14px;
}

.filterCol .form-group select.form-control {
    border-radius: 9px;
    padding: 6px 8px;
}

.filterCol .form-group .dropdown-menu > li > a{
    padding: 0px 15px;
}

.filterCol .form-group .open>.dropdown-toggle.btn-default{
    color:#3c3c3c;
}

.filterCol .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width:100% !important
}

#headModal .description, 
#handModal .description, 
#heartModal .description{
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#headModal img, 
#handModal img, 
#heartModal img{
    display: block;
    margin: 0 auto 20px;
}
#headModal p strong, 
#handModal p strong, 
#heartModal p strong{
    font-weight: 500;
}

.reportHhhInterBox {
    background-color: #ebebeb;
    border-radius: 6px;
    width: 85%;
    text-align: center;
}

.reportHhhImgBox {
    padding: 35px 0px;
    background-color: #3a3e98;
    border-radius: 6px 6px 0px 0px;
    cursor: pointer;
    overflow: hidden;
}

.reportHhhImgBox img{
    display: block;
    margin: 0 auto;
    transition: transform .5s ease;
}

.reportHhhImgBox:hover img {
    transform: scale(1.1);
}

.reportHhhTextBox {
    position: relative;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reportHhhTextBox h4{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color:#000;
}

.reportHhhTextBox button{
    background-color: transparent;
    padding: 4px 10px;
    display: inline-block;
    color: #0946f1;
    line-height: 1;
    border-radius: 5px;
    font-weight: 500;
    border: 1px solid #0946f1;
}

.reportHhhTextBox button:hover{
    background-color: #0946F1;
    color: #fff;
}

.reportHhhTextBox button.workstyle.disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.bootstrap-select.diffColor>.btn.btn-default, 
.bootstrap-select.diffColor>.btn.btn-default.disabled{
    background-color: #0946F1;
    color:#fff;
}

.diffColor.open>.dropdown-toggle.btn-default:hover, 
.diffColor.open>.dropdown-toggle.btn-default:focus,
.diffColor.open>.dropdown-toggle.btn-default{
    background-color: #0946F1 !important;
    color:#fff;
} 

.interestListImgBox{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 2px;
    position: relative;
}
.interestListImgBox a {
    background-color: #3c3c3c;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f1f1f1;
}
.interestListImgBox img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.interestListImgBox a.plusIconTable {
    width: 35px;
    height: 24px;
    border-radius: 6px;
    background-color: #0946f1;
}


.interestListImgBox a.plusIconTable span {
    position: relative;
    font-size: 12px;
    padding: 3px 10px;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    line-height: 1.5384616;
}

.teacherLikeWork{
    position: relative;
    background-color: rgb(9 70 241 / 15%);
    padding: 20px 30px;
    border-radius: 16px;
    min-height: 385px;
}

.teacherLikeWork h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0;
}

.teacherLikeWork p {
    font-size: 14px;
    color: #3c3c3c;
    margin-top: 15px;
}

.teacherLikeWork .workInnerBox {
    display: flex;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 6px;
    min-height: 200px;
    margin-bottom: 15px;
}

.teacherLikeWork .workIconBox {
    width: 30%;
    text-align: left;
}

.teacherLikeWork .worklistBox {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 70%;
}

.teacherLikeWork .worklistBox ul li {
    padding: 0px 15px 15px 5px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.teacherLikeWork .worklistBox ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: rgb(9 70 241 / 65%);
    border-radius: 4px;
    position: absolute;
    left: -14px;
    top:10px;
}

.teacherLikeWork .worklistBox ul li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgb(9 70 241 / 23%);
    left: -15px;
    bottom: 6px;
}

.filterCol.filterContent.bigDropDown .dropdown-menu{
    max-width: 370px;
    min-width: 370px;
}

.teacherCarrerPathMain{
    position: relative;
    margin: 30px 0px;
    background-color: hsla(224, 93%, 49%, 0.123);
    padding: 20px 25px;
    border-radius: 16px;
}

.teacherCarrerPathMain .careerMainTitle {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

.teacherCarrerPathMain .careerSubTitle {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin: 0;
    padding-bottom: 30px;
}

.teacherCarrerPathMain p.totalpath {
    margin-bottom: 22px;
}

.teacherCarrerPathMain .careerBox {
    background-color: rgb(255 255 255 / 56%);
    text-align: center;
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 15px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teacherCarrerPathMain .careerBox p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.careerDetailsCard{
    position: relative;
    padding-bottom: 0;
}

.careerContainer {
    padding: 20px 30px 40px 30px;
    gap: 12px;
    background-color: #FCEABC;
    display: flex;
    justify-content: space-between;
    border-radius:16px;
}

.careerDetailsImgBox {
    width: 30%;
    padding-right: 30px;
}

.careerDetailsImgBox img{
    width:100%;
    height: auto;
    border-radius: 8px;
}

.careerDetailsTextBox {
    width: 70%;
}

.careerDetailsTextBox h3{
    font-size: 22px;
    font-weight:500;
}

.careerDetailsTextBox p{
    padding-right: 30px;
    font-size: 14px;
    line-height: 28px;
}

.careerDetailsTask {
    position: relative;
    background-color: rgb(9 70 241 / 15%);
    padding: 20px 30px;
    border-radius: 16px;
}

.careerDetailsTask h3{
    font-size: 22px;
    font-weight:500;
}

.careerDetailsTask ul li {
    color: #3c3c3c;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 5px;
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 20px;
}

.careerDetailsTask ul li:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #3c3c3c;
    border-radius: 10px;
    left: 0;
    top:7px;
}

.careerDetailsTextBox a{
    background-color: #0946F1;
    color: #fff;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 6px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    border:1px solid #0946f1;
}

.careerDetailsTextBox a:hover{
    color:#fff;
    background-color: #0331ad;
}

.top3Recomeded{
    position: relative;
    margin: 30px 10px;
    background-color: transparent;
    padding: 20px 25px;
    border-radius: 6px;
}

.paths {
    display: flex;
    justify-content: center;
}

.paths .starts{
    position: relative;
    padding-top: 20px;
}

.paths .stars span {
    display: inline-block;
    height: 80px;
}

.paths .stars span img{
    position: relative;
}

.paths .stars .starThree {
    margin: 0px 0px;
}

.paths .stars .starOne {
   top:-12px;
}

.paths .stars .starTwo {
    top:-6px;
}

.paths .textGroup {
    text-align: center;
}

.paths .boldtext {
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
}

.paths .boldtext span {
    color: #6760FF;
    font-weight: 900;
}

.paths .textGroup h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}

.lineBarGroup {
    display: flex;
    gap: 24px;
    margin-top: 40px;
    padding: 0 40px;
    justify-content: center;
}

.lineBar {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-end;
    flex: 1;
    max-width: 174px;
}

.lineBar .ranking {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    z-index: 1;
    background: #ffffff;
    border: 10px solid #6760FF;
    border-radius: 50%;
}

.lineBar .ranking#second {
    border: 10px solid #6760FF;
}

.lineBar .ranking#first {
    border: 10px solid #4B3DF3;
}

.lineBar .ranking#third {
    border: 10px solid #A4A1FF;
}

.lineBar #second {
    background: #6760FF;
    height: 324px;
}

.lineBar #first {
    background: #4B3DF3;
    height: 415px;
}

.lineBar #third {
    background: #A4A1FF;
    height: 244px;
}

.bar {
    background: #6760FF;
    border-radius: 12px 12px 0px 0px;
    padding: 60px 20px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    line-height: 21px;
    color: #ffffff;
    margin-top: -48px;
}

.curveBG {
    position: absolute;
    width: 100%;
    top: 30%;
    z-index: -3;
}

.curveBG .main {
    background: #F3EFF4;
    height: 396px;
    position: relative;
}

.curveBG .cut {
    background: white;
    height: 110px;
    width: 100%;
    border-radius: 100%;
    position: absolute;
}

.cut.up {
    top: -15%;
}

.cut.down {
    bottom: -15%;
}

.stuQualificaton{
    border-radius: 16px;
    padding: 20px 30px;
    position: relative;
    background-color: #f1f1f1;
}

.stuQualificaton h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0px 0px 15px;
}

.stuQualificaton ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:12px;
}

.stuQualificaton ul li {
    background-color: #dae3fd;
    padding: 10px 12px;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.careerProgration{
    border-radius: 16px;
    padding: 20px 30px;
    position: relative;
    background: linear-gradient(48deg, rgba(11,3,163,1) 0%, rgba(9,70,241,1) 71%);  
}

.careerProgration h3 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    padding-bottom: 20px;
    font-weight: 500;
}

.careerProgration ul{
    list-style: none;
    /* Set "my-sec-counter" to 0 */
    counter-reset: my-sec-counter;
}

.careerProgration ul li{
    color:#fff;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
    
}

.careerProgration ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #fff;
    top: 2px;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
}

.careerProgration ul li:last-child:before{
    content: "\f024";
    font:normal normal normal 20px/1 FontAwesome;
    color:#1ae503;
    background-color: transparent;
}

.careerProgration ul li:after{
    content: '';
    position: absolute;
    background-color: #fff;
    width: 2px;
    left: 0px;
    height: 100%;
}

.careerProgration ul li:after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 2px;
    left: 8px;
    height: calc(100% + 12px);
    top: 20px;
}

.careerProgration ul li:last-child:after{
    content: none;
}

img.animalCarrerPath {
    position: relative;
    background: rgb(255 255 255 / 58%);
    border-radius: 100%;
    width: 110px;
}

.popuprestartBox iframe{width:100%; height: 310px;}

#carrerVideo button.close{
    position: absolute;
    font-size: 28px;
    top: 15px;
    right: 15px;
    opacity: 1;
    z-index: 1;
}

#carrerVideo .popupTitle{margin: 0px 0px 15px; font-size: 20px; font-weight: 500;}

@media (min-width: 1920px) and (max-width: 2200px){
    .krpinoImageBox2{
        height: 1200px;
    }
    .popup360ShowBox{height:100% !important}
    .contentBox360Popup{max-height: 245px;}
}
@media (min-width: 1501px) and (max-width: 1899px){
    .krpinoImageBox2{
        height: 1000px;
    }
    .popup360ShowBox{height:100% !important}
}
@media (min-width: 1400px) and (max-width: 1500px){
    .krpinoImageBox2{
        height: 768px;
    }
    .popup360ShowBox{height:100% !important}
}
@media(max-width:1300px){
    .contentShow.elemetryshow{
        padding: 10px 0;
    }
    .modules3DBox .ImageBox3d img{
        border-radius: 0px;
    }
    .ImageBox3d .image-checkbox{
        height: auto;
        min-height: auto;
        max-height: max-content;
    }
}

@media(max-width:1280px){
    ul.no-margin-bottom.nav.nav-tabs.no-border-bottom.nav-tabs-bottom.custom-tabs.deviceTabs li a{
        padding: 0px 15px 9px;
    } 
    .addToClass + div + .dropdown-menu{
        padding: 0px;
    }
    
    .addToClass + div + .dropdown-menu li input[type="text"]{
        border-radius: 0px;
    }
    
    .addToClass + div + .dropdown-menu li a{
        padding: 8px 30px;
    }
    .addToClass + div + .dropdown-menu li:nth-child(2) a{
        padding: 8px 15px;
    }
    .addToClass2.addToClass + div + .dropdown-menu li a {
        padding: 8px 15px;
    }
    .addToClass + div + .dropdown-menu li a label{
        margin-bottom: 0px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    .addToClass + div + .dropdown-menu li a label input[type="checkbox"] {
        display: none;
    }
    .addToClass + div + .dropdown-menu li a label input[type="checkbox"] + span{
        position: relative;
        display: flex;
        align-items: center;
    }
    .addToClass + div + .dropdown-menu li a label input[type="checkbox"] + span:before {
        width: 18px;
        height: 18px;
        content: '';
        position: relative;
        display: inline-block;
        border: 2px solid #0946F1;
        border-radius: 4px;
        margin-right: 10px;
    }
    
    .addToClass + div + .dropdown-menu li a label input[type="checkbox"] + span:after {
        content: '';
        display: block;
        top: 4px;
        left: 6px;
        width: 6px;
        height: 10px;
        border-style: solid;
        border-color: #075df6;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        position: absolute;
        opacity: 0;
    }
    
    .addToClass + div + .dropdown-menu li a label input[type="checkbox"]:checked + span:after{
        opacity: 1;
    }
    
    .addToClass + div + .dropdown-menu li a label input[type=checkbox]:checked[disabled] + span {
        cursor: not-allowed;
    }
    
    .addToClass + div + .dropdown-menu li a label input[type=checkbox]:checked[disabled] + span:before,
    .addToClass + div + .dropdown-menu li a label input[type=checkbox]:checked[disabled] + span:after {
        filter:blur(0.8px);
    }
    .addToClass + div.dropdown-backdrop{z-index: 0 !important;display: none;}
    .addToClass + div  + .dropdown-menu#toplblmenu {
        max-height: 300px;
        overflow-y: auto;
    }
    .addToClass + div + .dropdown-menu#toplblmenu::-webkit-scrollbar {
        width: 5px;
      }
      
    .addToClass + div + .dropdown-menu#toplblmenu::-webkit-scrollbar-track {
        background-color: #e4e4e4;
        border-radius: 100px;
      }
      
    .addToClass + div + .dropdown-menu#toplblmenu::-webkit-scrollbar-thumb {
        border-radius: 100px;
        background-color: #0946F1;
        box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
      }
      .multicastActionBtn .b-font {
        font-size: 22px;
    }
    .teachercontent-box .bootstrap-select.btn-group:not(.input-group-btn), .teachercontent-box .bootstrap-select.btn-group[class*="col-"]{
        margin-top: 0px !important;
    }
    .deviceBox{flex:0 0 22.33%}
    #connectedDevices .deviceBox:nth-child(odd):hover {
        transform: scale(1.6);left: 55px !important;top: 15px !important;
    }
    #connectedDevices .deviceBox:nth-child(even):hover {
        transform: scale(1.6);left: -55px !important;top: 15px !important;
    }
    #connectedByDevices .deviceBox:nth-child(odd):hover {
        transform: scale(1.6);left: 55px !important;top: 15px !important;
    }
    #connectedByDevices .deviceBox:nth-child(even):hover {
        transform: scale(1.6);left: -55px !important;top: 15px !important;
    }
    .showSelectContentBox{top:5px;}
}
.glyphicon-search { cursor: pointer; }
.glyphicon-search.disabled {
    cursor: not-allowed;
    pointer-events: none;
    color: gray;
}
@media(max-width:1100px){
    .seConSideContentBox {
        position: relative;
        padding: 0px;
        max-height: 555px;
        min-height: 555px;
    }
    .fixHeight {
        min-height: 630px;
    }
    ul.no-margin-bottom.nav.nav-tabs.no-border-bottom.nav-tabs-bottom.custom-tabs.deviceTabs li a{
        padding: 0px 15px 9px;
    }
    .krpinoImageBox2{
        height: 768px;
    }
    .withMenuScroll{overflow: hidden; width: 100%; overflow-x: scroll;padding-bottom: 10px !important;}
    ul.no-margin-bottom.nav.nav-tabs.no-border-bottom.nav-tabs-bottom.custom-tabs.pt-5.deviceTabs{
        display: flex;
        flex-wrap: nowrap;
    } 
    ul.no-margin-bottom.nav.nav-tabs.no-border-bottom.nav-tabs-bottom.custom-tabs.pt-5.deviceTabs li{
        flex: 0 0 auto;
    }
    ul.no-margin-bottom.nav.nav-tabs.no-border-bottom.nav-tabs-bottom.custom-tabs.pt-5.deviceTabs li a{
        white-space: nowrap;
    }
    .withMenuScroll::-webkit-scrollbar {
        width: 2px;
        height: 2px;
      }
      
      .withMenuScroll::-webkit-scrollbar-track {
        background-color: #e4e4e4;
        border-radius: 100px;
      }
      
      .withMenuScroll::-webkit-scrollbar-thumb {
        border-radius: 100px;
        background-color: #0946F1;
        box-shadow: inset 1px 1px 2px 0 rgba(#fff, 0.5);
      }
      .deviceBox{flex:0 0 22.33%}
    #connectedDevices .deviceBox:nth-child(odd):hover {
        transform: scale(1.6);left: 55px !important;top: 15px !important;
    }
    #connectedDevices .deviceBox:nth-child(even):hover {
        transform: scale(1.6);left: -55px !important;top: 15px !important;
    }
    #connectedByDevices .deviceBox:nth-child(odd):hover {
        transform: scale(1.6);left: 55px !important;top: 15px !important;
    }
    #connectedByDevices .deviceBox:nth-child(even):hover {
        transform: scale(1.6);left: -55px !important;top: 15px !important;
    }
    .showSelectContentBox{top:5px;}
    .image360Text p{width: 100%;}
    .flatbtn{position: relative; right: 0;}
    #previewContentFull .image360Text{flex-direction: column;}
}

@media(max-width:990px){
    .nav-container nav .mobile-toggle{
        position: absolute;
        margin-top: 0px;
    }
    .mainMenuNew ul{
        width:100%;
    }
    .mainMenuNew ul li{
        padding: 0px 14px;
    }
    .mainMenuNew ul li a{
        padding: 5px 0;
    }
    .nav-bar a{
        line-height: 30px !important;
    }
    .lessonPlanMainBox{
        align-items: top;
    }
    .lessonPlanTextBox{
        width:50%;
    }
    .lessonPlanBtnBox{
        width:25%;
    }
    ul.no-margin-bottom.nav.nav-tabs.no-border-bottom.nav-tabs-bottom.custom-tabs.deviceTabs li a {
        padding: 0px 10px 5px;
        text-align: center;
    }
    .ImageBox3d .image-checkbox{
        height: auto;
        min-height: auto;
        max-height: max-content;
    }
    .modules3DBox .ImageBox3d img{
        border-radius: 0px;
    }
    .lessonPlanBtnBox a.btn.btn-lg{
        font-size: 12px;
    }
    .lessonPlanBtnBox a.btn.btn-lg span.btnIcon{
        padding: 4px 6px;
    }
    .lessonPlanBtnBox a.btn.btn-lg span.btnIcon img{
        width:10px;
    }
    .sidebar2 .navigation li>a{
        font-size: 12px;
    }
    .leftmenulbl li a>i {
        top: -4px !important;
        margin-right: 10px;
    }
    .category-content ul.navigation.navigation-alt.navigation-accordion.status_ico.leftmenulbl li a img{
        width:12px;
    }
    .classcontent-section .icons-list > li{
        margin-top: 0px !important;
    }
    .stemImageBox{
        height: auto;
        min-height: auto;
        max-height: fit-content;
    }
    .dashboardNewMainBox{
        height:auto;
    }
    .dashInnerBox{
        flex: 1 1 calc(33.33% - 10px);
        min-height: auto;
    }
    #career-content-data .stemImageBox, 
    #element-umakevr-data .stemImageBox, 
    #umake-content-data .stemImageBox,
    #apps .stemImageBox {
        min-height: 150px;
        height: 150px;
        max-height: fit-content;
    }
    .addToClass + div + .dropdown-menu{
        padding: 0px;
    }
    
    .addToClass + div + .dropdown-menu li input[type="text"]{
        border-radius: 0px;
    }
    
    .addToClass + div + .dropdown-menu li a{
        padding: 8px 30px;
    }
    .addToClass + div + .dropdown-menu li:nth-child(2) a{
        padding: 8px 15px;
    }
    .addToClass2.addToClass + div + .dropdown-menu li a {
        padding: 8px 15px;
    }
    .addToClass + div + .dropdown-menu li a label{
        margin-bottom: 0px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    .addToClass + div + .dropdown-menu li a label input[type="checkbox"] {
        display: none;
    }
    .addToClass + div + .dropdown-menu li a label input[type="checkbox"] + span{
        position: relative;
        display: flex;
        align-items: center;
    }
    .addToClass + div + .dropdown-menu li a label input[type="checkbox"] + span:before {
        width: 18px;
        height: 18px;
        content: '';
        position: relative;
        display: inline-block;
        border: 2px solid #0946F1;
        border-radius: 4px;
        margin-right: 10px;
    }
    
    .addToClass + div + .dropdown-menu li a label input[type="checkbox"] + span:after {
        content: '';
        display: block;
        top: 4px;
        left: 6px;
        width: 6px;
        height: 10px;
        border-style: solid;
        border-color: #075df6;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        position: absolute;
        opacity: 0;
    }
    
    .addToClass + div + .dropdown-menu li a label input[type="checkbox"]:checked + span:after{
        opacity: 1;
    }
    
    .addToClass + div + .dropdown-menu li a label input[type=checkbox]:checked[disabled] + span {
        cursor: not-allowed;
    }
    
    .addToClass + div + .dropdown-menu li a label input[type=checkbox]:checked[disabled] + span:before,
    .addToClass + div + .dropdown-menu li a label input[type=checkbox]:checked[disabled] + span:after {
        filter:blur(0.8px);
    }
    .addToClass + div.dropdown-backdrop{z-index: 0 !important;}
    .addToClass + div  + .dropdown-menu#toplblmenu {
        max-height: 300px;
        overflow-y: auto;
    }
    .addToClass + div + .dropdown-menu#toplblmenu::-webkit-scrollbar {
        width: 5px;
      }
      
    .addToClass + div + .dropdown-menu#toplblmenu::-webkit-scrollbar-track {
        background-color: #e4e4e4;
        border-radius: 100px;
      }
      
    .addToClass + div + .dropdown-menu#toplblmenu::-webkit-scrollbar-thumb {
        border-radius: 100px;
        background-color: #0946F1;
        box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
      }
      .mainMenuNew ul li a:after{bottom: 0;}
      .filterPopUpBox .modal-body .nav-tabs > li {
        display: inline-block;
        font-size: 13px;
        margin-bottom: 0;
        border: 0px !important;
        padding: 0px 15px;
    }
    .filterPopUpBox .modal-body .filterPopupList li{width:33.33%}
    .deviceBox{flex:0 0 46.33%}
    #connectedDevices .deviceBox:nth-child(odd):hover {
        transform: scale(1.6);left: 65px !important;top: 20px !important;
    }
    #connectedDevices .deviceBox:nth-child(even):hover {
        transform: scale(1.6);left: -65px !important;top: 20px !important;
    }
    #connectedByDevices .deviceBox:nth-child(odd):hover {
        transform: scale(1.6);left: 65px !important;top: 20px !important;
    }
    #connectedByDevices .deviceBox:nth-child(even):hover {
        transform: scale(1.6);left: -65px !important;top: 20px !important;
    }
    .showSelectContentBox {
        width: 250px;
        top: 5px;
        left: 20px;
    }
    .innerSelectContentBox .selectTextBox p{display: none;}
    .modelbtnBox{left:270px;}
    .filterShowBoxes .stemButtonBox button {padding: 10px 10px;}
    .modules3DBox .newContentBox3d{padding: 10px 10px 10px;}
    .stemButtonBox button,
    .modules3DBox .newContentBox3d .stemButtonBox a{padding: 10px 15px;}
    .content-wrapper .teacher-pannel-main .teacher-btnbox.classPageBox a {margin-bottom: 0 !important;}
    .personalityTraitsBox, .stuAnimalsCharater{flex-direction: column;}
    .personalityTraitsTextBox, .type{width:100%; min-height: 100px;}
    .stuAnimalsCharater .textSection{width:100%;}
    .stuCardBox{width:100%;}
    .StuH2 h2{font-size:18px; text-transform: none; font-weight: 500;}
    .stuGridContainer{grid-template-columns: repeat(2, 1fr);}
    .stuGoodAt{grid-template-columns: repeat(3, 1fr);}
    .animalRowBox {grid-template-columns: repeat(4, 1fr);}
    .hhhReportBox{padding: 30px 0px;}
    .reportHhhInterBox{width:100%; margin-bottom: 15px;}
}

@media(max-width:850px){
    ul.no-margin-bottom.nav.nav-tabs.no-border-bottom.nav-tabs-bottom.custom-tabs.deviceTabs li a img{
        width:20px;
        height: 20px;
    }
   
    ul.no-margin-bottom.nav.nav-tabs.no-border-bottom.nav-tabs-bottom.custom-tabs.deviceTabs li a{
        font-size: 11px;
        padding: 0px 10px 5px;
    }
    .filterBox ul.nav.nav-pills li{font-size: 12px;}
    .withadd .form-group.has-feedback.has-search {
        width: 50%;
        float: left;
    }
    .deviceBox{flex:0 0 46.33%}
    #connectedDevices .deviceBox:nth-child(odd):hover {
        transform: scale(1.6);left: 65px !important;top: 20px !important;
    }
    #connectedDevices .deviceBox:nth-child(even):hover {
        transform: scale(1.6);left: -65px !important;top: 20px !important;
    }
    #connectedByDevices .deviceBox:nth-child(odd):hover {
        transform: scale(1.6);left: 65px !important;top: 20px !important;
    }
    #connectedByDevices .deviceBox:nth-child(even):hover {
        transform: scale(1.6);left: -65px !important;top: 20px !important;
    }
    .totalBox{width:100%; margin-bottom: 15px;}
    .animalRowBox {grid-template-columns: repeat(4, 1fr);}
    .hhhReportBox{padding: 30px 0px;}
    .reportHhhInterBox{width:100%; margin-bottom: 15px;}
    .filterCol {width: 32%;}
    .careerDetailsImgBox{width:40%;padding-right: 20px; }
    .careerDetailsTextBox{width:60%;}
}

@media(max-width:768px){
    .nav-container  nav.stuTeacHeader .sidebar-menu-toggle{
        display: none;
    }
    #progress-content-data{
        padding-left: 0px;
    }
    #teacherBoxLayout .responsive-design .submenu-layout-navigation .sidebar.sidebar-secondary.sidebar-default .category-content {
        min-height: 150px;
        max-height: 150px;
        overflow-y: scroll;
    }
    .lessonPlanMainBox {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .lessonPlanMainBox .lessonSNo{
        display: none;
    }
    .lessonPlanImgBox {
        margin-right: 0;
        width: 100%;
        height: auto;
    }
    .lessonPlanImgBox img{
        width:100%;
    }
    .lessonPlanTextBox{
        width:100%;
        padding-top: 10px;
    }
    .lessonPlanTextBox a.btn{
        width:100%;
    }
    .nav-tabs.deviceTabs:before{
        content: none;
    }
    .lessonPlanMainBox a.btn{
        width:100%;
    }
    .vrLabPageContentBox{
        flex-wrap: wrap;
    }
    .halfContentBox{
        width:100%;
        padding: 0px 30px 30px;
        margin-bottom: 20px;
    }
    .halfContentBox.borderLeft:before {
        right: 50%;
        bottom: -8px;
    }
    .halfContentBox.borderLeft:after {
        width: 100%;
        height: 1px;
        right: 0;
        bottom: 0;
        top:auto;
    }
    .seConSideContentBox{
        max-height: 200px;
        min-height: 200px;
    }
    .contentShow.elemetryshow{
        padding: 10px 0; 
        margin-top: 15px;
    }
    .contentShow.elemetryshow .nav-tabs:before{
        content: none;
    }
    .tabFooter {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        text-align: left;
        display: flex;
        padding: 14px 0;
    }
    .tabFooter .modelbtnBox{
        padding: 0px 20px 0px 0px;
    }
    .lessonPlanBtnBox{
        width: 100%;
        height: auto;
    }
    .lessonPlanTextBox h2{
        flex-wrap: wrap;
    }
    .classcontent-section .newSection-class span#parent-checkbox .checker{
        padding: 0px;
    }
    .classcontent-section .newSection-class .icons-list{
        margin-top: 6px;
    }
    .nav-tabs.deviceTabs {
        min-height: 160px;
        max-height: 160px;
        overflow-y: scroll;
        padding: 0 !important;
        margin: 5px 0px;
        border-bottom: 1px solid #ddd !important;
    }
    .nav-tabs.deviceTabs li {
        border-bottom: 1px solid #dbdbdb;
    }
    ul.no-margin-bottom.nav.nav-tabs.no-border-bottom.nav-tabs-bottom.custom-tabs.deviceTabs li a {
        padding: 5px 15px 5px;
        text-align: left;
        background-color: transparent;
        color: #333;
    }
    ul.no-margin-bottom.nav.nav-tabs.no-border-bottom.nav-tabs-bottom.custom-tabs.deviceTabs li.active a {
        background-color: #0946F1;
        color:#fff;
    }
    ul.no-margin-bottom.nav.nav-tabs.no-border-bottom.nav-tabs-bottom.custom-tabs.deviceTabs li a img{
        display: inline;
        margin-right: 10px;
    }
    .lessonPlanBtnBox a.btn.btn-lg{
        width:100%;
    }
    .lessonPlanBtnBox a.btn.btn-lg span.btnIcon img {
        width: 15px;
    }
    .sideFiterBoxes .separatorFilter{
        font-size:14px;
        padding: 4px 6px;
    }
    .sideFiterBoxes ul li a{
        font-size: 12px;
        padding: 2px 10px;
    }
    .filterShowBoxes{
        padding: 20px 15px;
    }
    .stemImageBox{
        min-height: auto;
        max-height: fit-content;
        height: auto;
    }
    .dashboardNewMainBox{
        height:auto;
    }
    .dashInnerBox{
        flex: 1 1 calc(100% - 10px);
        min-height: auto;
    }
    .selectContentSideBar{
        min-height: auto;
        padding-bottom: 15px;
    }
    .vrLessonImgBox{min-height: 450px; margin: 0px;}
    #previewContentFull .krpinoImageBox #krpano1{padding: 0px;}
    .filterBox ul.nav.nav-pills li{font-size: 12px; margin-right: 0;}
    .modelbtnBox{position: relative; padding: 10px 0; top:-6px; width:45%; left:380px;}
    .sideFiterBoxes li.dropdown.open ul{left:0;}
    #previewContentFull .image360Text{    flex-direction: column;}
    .image360Text p {width: 100%;margin-bottom: 10px;}
    .withMenuScroll{overflow-x: hidden;}
    ul.no-margin-bottom.nav.nav-tabs.no-border-bottom.nav-tabs-bottom.custom-tabs.pt-5.deviceTabs{
        width:calc(100%);
        display: block;
    }
    .withMenuScroll{overflow-x: hidden;}
    .filterPopUpBox .modal-body .filterPopupList li{width:33.33%}
    .deviceBox{flex:0 0 46.33%}
    #connectedDevices .deviceBox:nth-child(odd):hover {
        transform: scale(1.5);left: 84px !important;top: 25px !important;
    }
    #connectedDevices .deviceBox:nth-child(even):hover {
        transform: scale(1.5);left: -84px !important;top: 25px !important;
    }
    #connectedByDevices .deviceBox:nth-child(odd):hover {
        transform: scale(1.5);left: 84px !important;top: 25px !important;
    }
    #connectedByDevices .deviceBox:nth-child(even):hover {
        transform: scale(1.5);left: -84px !important;top: 25px !important;
    }
    
    
    .withadd .form-group.has-feedback.has-search{width:68%;}
    .showSelectContentBox {
        width: 350px;
        top: 5px;
        left: 20px;
    }
    .innerSelectContentBox .selectTextBox p{display: inline-block;}
    .stemButtonBox{justify-content: flex-end;}
    .lessonPlanBtnBox{flex-direction: row; justify-content: space-between;}
    .lessonPlanBtnBox a.btn.btn-lg{margin: 0px 10px;}
    .lessonPlanBtnBox a.btn.btn-lg{font-size: 14px;}
    .lessonPlanBtnBox a.btn.btn-lg span.btnIcon{ padding: 4px 20px;}
    .contentpopup-textbox-info h4.mainTitle {
        top:-60px;
    }
    .contentpopup-textbox-info h3 {
        font-size: 15px;
        margin: 10px 0px 10px;
        font-weight: 500;
    }
    .lessonPlanBtnBox a.btn.btn-lg{margin-right: 0;}
    .lessonPlanBtnBox a.btn.btn-lg.withoutBg{margin-left: 0;}
    .stemButtonBox.commonAncestor.ellTeacherBox{justify-content: flex-end !important;}
    .lessonPlanBtnBox a.btn.btn-lg{padding: 15px 12px;}
    .flatbtn{position: relative; right: 0;}
    .stemButtonBox.commonAncestor.studentBtnBox button,
    .stemButtonBox.commonAncestor.studentBtnBox a{
        margin-right: 0px;
    }
    .teachercontent-box form.searchBoxes.StemSearch .btn-group > .btn {margin-top: 0;}
    form.searchBoxes.StemSearch .form-group{margin-bottom: 10px;}
    .teachercontent-box form.searchBoxes.StemSearchv .form-control{height: auto;}
    .deviceModeSec .nav-tabs.nav-tabs-bottom>li.active>a:hover{border-bottom: 0px !important;}
    .pfdImageBox{width:100%; height: auto;}
    .PfdCard{border-radius: 12px;}
    .pfdImageBox img {display: block;margin: 0 auto;width: 100%;}
    [menulist] > li > a.switchery-xs.switchery-double .pull-right {
        float: right !important;
    }
    .personalityTraitsBox{flex-direction: column;}
    .personalityTraitsTextBox, .type{width:100%;}
    .type{min-height: 100px;}
    .stuAnimalsCharater{flex-direction: column;}
    .stuAnimalsCharater .textSection, .stuCardBox{width:100%;}
    .stuGridContainer{grid-template-columns: repeat(2, 1fr);}
    .stuGoodAt{grid-template-columns: repeat(3, 1fr);}
    .StuH2 h2 {font-size: 18px;line-height: 24px;text-transform: none;font-weight: 500;}
    .showTotal{flex-direction: column;}
    .totalBox{width:100%; margin-bottom: 15px;}
    .animalRowBox {grid-template-columns: repeat(2, 1fr);}
    .hhhReportBox{padding: 30px 0px;}
    .reportHhhInterBox{width:100%; margin-bottom: 15px;}
    .filterCol{width:100%;}
    .filterCol .form-group{margin-bottom: 0px;}
    .careerContainer{flex-direction: column;}
    .careerDetailsImgBox{width:100%;padding-right: 0px; margin-bottom: 20px;}
    .careerDetailsTextBox{width:100%;}
    .stuQualificaton ul{grid-template-columns: repeat(2, 1fr);}
    .careerPathAnimal {margin-bottom: 20px;text-align: center;}
    img.animalCarrerPath{display: inline-block;}
}

@media(max-width:640px){
    .mainMenuNew{
        width:100%;
    }
    .deviceBox{flex:0 0 46.33%}
    #connectedDevices .deviceBox:nth-child(odd):hover {
        transform: scale(1.1);left: 13px !important;top: 10px !important;
    }
    #connectedDevices .deviceBox:nth-child(even):hover {
        transform: scale(1.3);left: -13px !important;top: 10px !important;
    }
    #connectedByDevices .deviceBox:nth-child(odd):hover {
        transform: scale(1.1);left: 13px !important;top: 10px !important;
    }
    #connectedByDevices .deviceBox:nth-child(even):hover {
        transform: scale(1.3);left: -13px !important;top: 10px !important;
    }
    .showSelectContentBox {
        width: 350px;
        position: relative;
        left:10px;
        top:0px;
        margin-bottom: 10px;
    }
    .modelbtnBox{left:10px;}
    .filterPopUpBox .modal-body .col-xs-4, 
    .filterPopUpBox .modal-body .col-xs-8{ width:100%;}
    .lessonPlanBtnBox{flex-direction: row; justify-content: space-between;}
    .lessonPlanBtnBox a.btn.btn-lg{margin: 0px;}
    .lessonPlanBtnBox a.btn.btn-lg{font-size: 13px;}
    .lessonPlanBtnBox a.btn.btn-lg span.btnIcon{ padding: 4px 20px;}
    .animalContainer{flex-direction: column;}
    .StuAnimalTextBox, .stuAnimalImgBox{width:100%;}
    .stuBgBox{padding: 10px 15px;}
    .personalityTraitsBox, .personalityTraitsTextBox, .type{width:100%;}
    .personalityTraitsBox{flex-direction: column;}
    .type{margin-bottom: 15px; min-height: 100px;}
    .stuAnimalsCharater{padding: 10px 15px;}
    .stuAnimalsCharater .textSection{width:100%;}
    .stuCardBox{width:100%;}
    .StuH2 h2{font-size: 18px; text-transform: none; margin: 0; font-weight: 500;}
    .stuCardRow{flex-direction: column;}
    .stuGridContainer, .stuGoodAt{grid-template-columns: auto;}
    .stuWorkStyleText{padding: 0px;}
    .showTotal{flex-direction: column;}
    .totalBox{width:100%; margin-bottom: 15px;}
    .animalRowBox {grid-template-columns: repeat(2, 1fr);}
    .hhhReportBox{padding: 30px 0px;}
    .reportHhhInterBox{width:100%; margin-bottom: 15px;}
    .careerContainer{flex-direction: column;}
    .careerDetailsImgBox{width:100%;padding-right: 0px; margin-bottom: 20px;}
    .careerDetailsTextBox{width:100%;}
    .stuQualificaton ul{grid-template-columns: repeat(1, 1fr);}
    .careerPathAnimal {margin-bottom: 20px;text-align: center;}
    img.animalCarrerPath{display: inline-block;}
}

@media(max-width:480px){
    .mainMenuNew ul li a {
        padding: 5px 5px;
        font-size: 12px;
        line-height: 30px !important;
    }
    .mainMenuNew ul li {
        padding: 0px 4px;
    }
    .sessionText{
        text-align: left;
    }
    .popup360ShowBox{ height:100% !important}
    .filterPopUpBox .modal-body .filterPopupList li{width:50%}
    .withadd .btn {width: 100%; margin-bottom: 10px;}
    .lessonPlanImgBox{width:100%; height: 160px;}
    .withadd .form-group.has-feedback.has-search {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }
    .deviceBox{flex:0 0 46.33%}
    #connectedDevices .deviceBox:nth-child(odd):hover {
        transform: scale(1.3);left: 20px !important;top: 24px !important;
    }
    #connectedDevices .deviceBox:nth-child(even):hover {
        transform: scale(1.3);left: -20px !important;top: 24px !important;
    }
    #connectedByDevices .deviceBox:nth-child(odd):hover {
        transform: scale(1.3);left: 20px !important;top: 24px !important;
    }
    #connectedByDevices .deviceBox:nth-child(even):hover {
        transform: scale(1.3);left: -20px !important;top: 24px !important;
    }
    .filterShowBoxes .stemButtonBox button{padding: 10px 10px;}
    .lessonPlanBtnBox a.btn.btn-lg{font-size: 12px;}
    .lessonPlanBtnBox a.btn.btn-lg span.btnIcon{ padding: 4px 10px;}
    .stopBtnBox {text-align: center;}
    a.dropdown-toggle.btn.border-slate.btn-labeled.addToClass.addToClass2{width:100%;}
    .filterCol, .filterCol.widthBtn{width:100%;}
    .filterCol .form-group{margin-bottom: 0px;}
    .showTotal{flex-direction: column;}
    .totalBox{width:100%; margin-bottom: 15px;}
    .animalRowBox {grid-template-columns: repeat(2, 1fr);}
    .hhhReportBox{padding: 30px 0px;}
    .reportHhhInterBox{width:100%; margin-bottom: 15px;}
    .filterCol.filterContent.bigDropDown .dropdown-menu {min-width: 300px;}
    .careerContainer{flex-direction: column;}
    .careerDetailsImgBox{width:100%;padding-right: 0px; margin-bottom: 20px;}
    .careerDetailsTextBox{width:100%;}
    .stuQualificaton ul{grid-template-columns: repeat(1, 1fr);}
    .paths .boldtext{font-size: 24px;}
    .paths .textGroup h3{font-size: 18px;line-height: 24px;}
    .paths .stars span{height: 28px;}
    .paths .stars span img {width: 25px;}
    .paths .stars .starThree {margin: 0px 0px;}
    .paths .stars .starTwo, .paths .stars .starOne{top:0px}
    .lineBarGroup {gap: 22px;padding: 0 0px;}
    .lineBar{max-width: 80px;}
    .lineBar .ranking{width: 45px;height: 45px;font-size: 20px;border: 5px solid #6760FF;top: -22px;}
    .bar{padding: 60px 10px;}
    .teacherCarrerPathMain .careerMainTitle{font-size: 22px; margin-bottom: 15px;}
    .teacherCarrerPathMain .careerSubTitle{font-size: 16px;padding-bottom: 15px;}
    .careerPathAnimal {margin-bottom: 20px;text-align: center;}
    img.animalCarrerPath{display: inline-block;}
}

