inputbody{
    font-family: "Roboto", serif;
}
.font13{
    font-size: 13px;
}
.font14{
    font-size: 14px;
}
.fontWeight600 {
    font-weight: 600;
}

.textGrey{
    
}

.svMainPanel .svPageInner {
    padding-top: 15px;
}
.svMainPanel .svPageHeader {
    margin-bottom: 7px;
    justify-content: space-between;
}

.svMyForm label{
    font-weight: 600;
}
.svMyForm .labelNote {
    font-size: 10px;
    font-weight: 600;
}   

.svPageCardBody .svTable{
    margin-top: 4px!important;
    border-bottom: 1px solid #f0eded;
}



.svTable .tagNameWrap .tagName {
    font-size: 9px;
    font-weight: 600;
    border: 1.5px solid #31ce36;
    padding: 2px 4px;
    border-radius: 5px;
}
.svTable.table-head-bg-primary thead{
    border: 1px solid #eff2f7!important;;
}
.svTable.table-head-bg-primary thead th{
    background-color: #ffb74e!important;
    color: #000!important;
    border-right: 1px solid #eca236!important;
}
.svTable.table>tbody>tr>td{
    padding: 8px 10px !important;
    text-align: left;
    border: 1px solid #000;
}
.svTable.table thead th {
    padding: 10px 10px !important;
    text-align: left !important;
    font-size: 12px;
}
.svTable tbody>tr>td .tdBoxImg img{
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.svTable.table>tbody>tr>td .tdBox p.mainText{
    font-size: 12px;
    line-height: 1.3;
    word-break: keep-all;
}
.svTable.table>tbody>tr>td .tdBox p.secondText{
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.3;
    color: #6b6c6d;
}
.svCardAction {
    padding: 20px 18px!important;
}
.backButton{
    background-color: #EFF2F7;
    box-shadow: 1px 1px 4px #999;
}


.svBreadcrumbs {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0;
    padding-top: 0px;
    border-left: 0px solid transparent;
    padding-bottom: 0px;
}

.addNewRowWrap .addNewRowBtn{
    font-size: 12px;
    padding: 13px 19px;
}

.borderBoxWrap .borderLabel{
    position: absolute;
    top: -10px;
    background-color: #fff;
    padding: 0 1px;
    color: #495057;
    font-size: 14px;
    font-weight: 600;
}
.borderBoxWrap .boxBorder{
    border:1.5px solid #31ce36;
/*    background-color: rgb(248 249 250);*/
}

/*.addMoreBox .borderLabel{
    position: absolute;
    top: -10px;
    background-color: #fff;
    padding: 0 1px;
    color: #495057;
    font-size: 14px;
    font-weight: 600;
}*/


.svAccordian .accordion .accordion-item .accordion-header span{
    font-size: 10px!important;
}



.btn-grey{
    background-color: #74788d;
    color: #fff;
    transition: all 1s ease;
}
.btn-grey:hover{
    background-color: #6f7075;
    color: #fff;
}





.switchWrap .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 22px;
}
.switchWrap .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switchWrap .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.switchWrap .slider:before {
  position: absolute;
  content: "";
  height: 18px;
    width: 18px;
    left: 3px;
    bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.switchWrap input:checked + .slider {
  background-color: #2196F3;
}
.switchWrap input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.switchWrap input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}

.switchWrap .slider.round {
  border-radius: 34px;
}
.switchWrap .slider.round:before {
  border-radius: 50%;
}


.svPageCardBody .detailInfo .title{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.5;
}
.svPageCardBody .detailInfo .content{
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 4px;
    color: #918d8d;
    line-height: 1.5;
}
.svPageCardBody .detailInfo .picImg{
    width: 40px;
    height: 40px;
}
.svPageCardBody .profileInfo .profileCard .profileImg{
    width: 100%!important;
    height: 225px;
    object-fit: cover;
    object-position: top center;
    border-radius: 10px 10px 0px 0px;
}
.svPageCardBody .profileInfo .profileCard .title{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.5;
    margin-bottom: 5px;
}
.svPageCardBody .profileInfo .profileCard .content{
    line-height: 1.2;
    margin-bottom: 5px;
}

.svPageCardBody .profileInfo .profileCard .contactLink{
    font-weight: 500;
    font-size: 13px;
    color: #918d8d;
}


.resultTable.table thead th{
    padding: 6px 5px !important;
    font-size: 8px;
}


.headTimer{
    font-weight: 500;
    font-size: 14px;
}



.actionDropdownList .dropdown-item {
    font-size: 12px;
}



.contentLeftRight .contentLeft p, .contentLeftRight .contentRight p{
    font-size: 13px;
    color: #918d8d;
    margin-bottom: 2px!important;
}
.contentLeftRight .contentLeft p strong, .contentLeftRight .contentRight p strong{
    color: #3b3a3a;
}




.svMyForm label{
    font-weight: 600;
}



.strategyAccordian .accordion-item .accordion-header button{
    padding-top: 9px;
    padding-bottom: 9px;
}

.strategyAccordian .accordion-item label{
    font-size: 11px!important;
}
.strategyAccordian .accordion-item input, .strategyAccordian .accordion-item select{
    font-size: 12px!important;
}

.svTable.table>tbody>tr>td input.form-control{
    padding: 2px 5px;
    border-radius: 3px;
}
.attendanceFileForm.form-control{
    padding: 1px 10px;
    font-size: 11px!important;
}


.form-control.chooseFileSmallQuestion{
    padding: 10px 10px;
    font-size: 11px!important;
}



.svPageCardBody .questionBox {
    border-bottom: 1px solid #999;
}
.svPageCardBody .questionBox .imgWrap img{
    max-width: 300px;
}



.blink-text {
    animation: blink 1s infinite;
}
    
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}


#loader {
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(255, 255, 255, 0.7);
   z-index: 9999;
   display: flex;
   align-items: center;
   justify-content: center;
}
.spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: .4em;
    border-radius: 50%;
    border-top-color: #007bff;
}






.svMyForm .svPageCardBody .select2-container .select2-selection--single {
    padding: 6px;
    height: 42px;
}

.svMyForm .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 3px;
}




.dashboardCard .numbers .card-category{
    line-height: 1.3;
}


.questionBox .testComplete .smileyWrap img{
    width: 100px;
}

.questionBox .textContent h4{
    font-size: 22px;
}
.questionBox .textContent p{
     font-size: 12px;
}
.questionBox .questionViewImg{
    font-size: 12px;
    padding: 6px 15px;
}











.dashboardCard .numbers .card-category{
    line-height: 1.3;
}


.questionBox .testComplete .smileyWrap img{
    width: 100px;
}

.questionBox .textContent h4{
    font-size: 22px;
}
.questionBox .textContent p{
     font-size: 12px;
}
.questionBox .questionViewImg{
    font-size: 12px;
    padding: 6px 15px;
}

.questionBox .questionBottomPrevNextBtn a{
    font-size: 12px;
    padding: 6px 15px;
}
.questionBox .bookmarkBtn i{
    font-size: 18px;
}
.questionBox .bookmarkBtn span{
    font-size: 12px;
}
.svPageCardHeader .testTime{
    font-size: 17px;
}

.testQuestionStudentRight .boxCircle{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.testQuestionStudentRight .textTitle{
    line-height: 1.9;
    font-size: 11px;
}
.testQuestionStudentRight .boxCircle{
    font-size: 13px;
}



.testQuestionStudentRight .currentQuestion .boxCircle{
    background-color: #2197F3;
}
.testQuestionStudentRight .currentQuestion .textTitle{
    color: #2197F3;
}

/*.testQuestionStudentRight .notAttempted .boxCircle{
    background-color: #575353;
}
.testQuestionStudentRight .notAttempted .textTitle{
    color: #575353;
}*/


.testQuestionStudentRight .answered .boxCircle{
    background-color: #06C027;
}
.testQuestionStudentRight .answered .textTitle{
    color: #06C027;
}


.testQuestionStudentRight .notAnswered .boxCircle{
    background-color: #FEC107;
}
.testQuestionStudentRight .notAnswered .textTitle{
    color: #FEC107;
}


/*.testQuestionStudentRight .bookmark .boxCircle{
    background-color: #FE5722;
}
.testQuestionStudentRight .bookmark .textTitle{
    color: #FE5722;
}
*/

.testQuestionStudentRight .separator-dashed {
    border-top: 1px dashed #ebecec;
    margin: 8px 0;
}


.inputScoreWidth{
    width: 19px;
    max-height: 23px;
}


.questionHeadingTotalMarks{
    font-size: 14px;
    color: #7a7575;
}

.addMoreBox .addMoreHeadingOption strong{
        font-size: 11px;
            color: #7a7575;
}



.svPageCardBody .svTable.radioTableHead{
    padding: 10px 0px !important;
}
.svTable.radioTableHead.table thead th {
    padding: 10px 5px !important;
    text-align: left !important;
    font-size: 12px;
}

.radioTableHead thead th label{
    font-size: 12px!important;
    color: #000!important;
    font-weight: 700;
}


.attendanceDateWrap input{
        font-size: 11px;
    padding: 5px 10px;
}



.evidenceBox label{
    font-size: 11px!important;
}


.dashBoardCards{
	background-color: #e8e8e8;
	border-radius: 10px;
	margin-bottom: 4px
}
.dashBoardCards .cardHeading{
  border-radius: 4px 30px 0 0;
  padding: 4.2px 20px 4.2px 10px;
}
.dashBoardCards .cardHeadingLine{
  margin-top:0px;
  height:2px;
  border:none;
  background: #c21500;
  background: -webkit-linear-gradient(to right, #ffc500, #c21500);
  background: linear-gradient(to right, #ffc500, #c21500);
  opacity: 1;
}
.dashBoardCards .card{
  color: #090909;
  padding: 0.7em 1.7em;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}
.dashBoardCards .card:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}
.dashBoardCards .card:hover {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}