/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27 Apr, 2019, 3:43:14 PM
    Author     : user
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap');
body{
    position: relative;
}
.inst{
    color:#E91E63;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;  
    transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);  /* IE 9 */
    transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;  
    transition: all 0.3s 1s ease-out;
}









/*.loader{
    width:100%;
    height:100%;
    position:fixed;
    background: rgba(0,0,0,1);
    z-index:9;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.loader_img_container{
    position:relative;
    top: 47%;
    left: 47%;
}
.loader_img{
    position:absolute;
    top:42%;
    left:46%;
}*/
#page-container{
    position:relative;
    z-index: 2;
}
#sidebar{
    background-color: #09d7f1 !important;
    box-shadow: none !important;
}
.content-side-user{
    background-color: #000 !important;
}
.text-dual-primary-dark{
    color: #000 !important;
}
.img-avatar{
    border: 2px solid #fff !important;
}
.nav-main a {
    font-weight: 600;
    color: rgba(0, 0, 0, 1) !important;
}
.nav-main a > i{
    color: rgba(0, 0, 0, 1) !important;
}
.nav-main a.active, .nav-main a:focus, .nav-main a:hover {
    color: #E91E63 !important;
}
.nav-main a.active > i, .nav-main a:focus > i, .nav-main a:hover > i {
    color: #E91E63 !important;
}


.sbtnWrap {
    padding: 15px 0 0 0;
}

.block-header-default {
    background-color: #ffffff !important;
    position: relative;
}
.block-content.block-content-full{
    position: relative;
}
.block-content.block-content-full .table_responsive{
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}
#clickbtn{
    position: relative;
}
#div_slideDown{
    position: relative;
    right: 0;
    /* top: -35px; */
    width: 100%;
    height: 200px;
    background: #fff !important;
    z-index: 1;
    display: none; 
}
#div_slideDown .form-material > label{
    left: 5px;
}
#div_slideDown .form-row{
    /* margin-top: 20px; */
    margin-bottom: 20px;
}

.noDel_wrap {
    width: 25%;
    float: left;
    margin: 11px 33px;
}

.del_icon{
    float:right;
}

.contactNo{
    width:45%;
    float:left;
}

.popup_btn_wrap{
    width:100%;
    float:left;
    margin:20px 0 0 0;
    position:relative;
}
.popup_btn_wrap .open_pop{
    color: #fff;
}
.popWrap {
    width: 370px;
    position: absolute;
    bottom: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transition: 0.5s ease-in-out;
    transform: scale(0);
    opacity: 0;
    transform-origin: bottom left;
}

.openPopWrap{
    transform:scale(1) !important;	
    bottom: 51px !important;
    opacity: 1 !important;
}

.popInn{
    width:100%;
    float:left;
    background:#fff;
    padding:20px 8px;
    text-align:center;
}
.popInn form span {
    width: 47%;
    float: left;
    text-align: left;
    margin: 0 10px 0 0px;
}
.popInn form span label {
    width: 100%;
    float: left;
    margin: 9px 0 2px 0;
    text-transform: capitalize;
    color: #000000;
    font-weight: 700;
}
.radio_wrp {
    width: 50%;
    float: left;
    text-align: left;
    font-weight: 700;
    color: #000;
    margin: 0;
}
.radio_wrp input[type="radio"] {
    width: auto;
    margin: 3px 0 0 0;
}
.usr{
    padding: 4px 11px;
    background: #fff;
    width: 100%;
    float: left;
}
.popInn input[type="submit"] {
    width: 100%;
    float: left;
    margin: 11px 0 0 0;
}
.passwordType {
    width: 47%;
    float: left;
}
.passwordType p {
    width: 100%;
    float: left;
    margin: 9px 0 4px 0;
    text-align: left;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
}
.custom-block{
    width:33% !important;
    float: left !important;
    padding: 10px !important;
}
.already_acc{
    float:left;
    margin-top: 10px;
}
.manu_chk{
    float: left;
    margin-top: 88px;
    margin-left: 10px;
    font-weight: bold;
}
.license{
    width: 183px !important;
    display: inline !important;
}
.license_font{
    font-size: 1.857143rem !important;
    font-weight: 600 !important;
}
.hover_rewrite{
    color:#fff !important;
}
.hover_rewrite:hover{
    color:#fff !important;
}
.load{
    position:relative;
}
.loader{
    position:absolute;
    left:43%;
    top:41.5%;
    z-index:2;
}
.dashboard_loader{
    left: 57%;
    top: 8.5%;
}
.ttloader{
    position:absolute;
    left:43%;
    top:23%;
    z-index:2;
}
.ttmloader{
    position: absolute;
    left: 40%;
    top: 28%;
    z-index: 2;
}
.noticeloader{
    position: absolute;
    left: 17%;
    top: 9%;
    z-index: 2;
}
.movvStd{

    float: right;
    text-align: right;
}
.loader3{
    left:48% !important;
    top:8.5% !important;
}

/* Fees structure styles */
.fees_for_header {
    /* text-decoration: underline; */
    text-decoration: none;
    background: #6b6b6b;
    padding: 10px 15px;
    font-size: 19px;
    color: #fff;
    border-radius: 5px 5px 0 0;
}
.fees_structure_breakup_container {
    display: block;
    float: left;  
    width: 100%;
    margin-bottom: 40px;
    border-radius: 8px;    
    border:1px solid #6b6b6b;
}
.fees_structure_breakup_content{
    padding: 0 15px;
}
.fees_container_append {    
    display: block; 
    float: left; 
    width: 100%;     
    padding: 10px; 
    border-radius: 8px;
    /* border: 1px solid #575757;  */
}
.dropdown-menu-right h5{
    text-transform: capitalize !important;
}
#page-header{
    background: #E91E63;
}
.btn-primary {
    color: #fff !important;
    background-color: #626262;
    border-color: #6a6a6a;
}
.btn-primary:hover {
    background-color: #313131;
    border-color: #313131;
}
.block-content a{
    color: #E91E63;
}
.btn-success{
    color: #fff !important;
}
#page-container.page-header-modern #page-header{
    background-color: #a7cd7c;
}
.feesContainer .btn-alt-primary {
    color: #fff;
    background-color: #262626;
    border-color: #373737;
}
.btn-alt-primary {
    color: #fff;
    background-color: #c8e2f8;
    border-color: #373737;
}
.btn-alt-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #262626;

}
.feesContainer .repeat_breakups_label{
    color: #E91E63 ;
}
.feesContainer .fees_container_append{
    padding: 10px 0;
}
.feesContainer .add_fees_link{
    color: #E91E63;
    padding: 5px;
    margin-bottom: 8px;
    display: inline-block;
}
.feesContainer .remove_fees_link{
    color: #E91E63 ;
}
.btn.btn-circle{
    background: #E91E63  !important;
}
.btn.btn-circle i{
    color: #fff;
}
.btn-dual-secondary i{
    color: #fff!important;
}
.container_del {    
    display: block; 
    float: left; 
    width: 100%;     
    margin-bottom: 15px; 
    padding: 8px 4px 4px; 
    border-radius: 8px;
    border: 1px solid #d4dae3; 
    background: #eee;
}
.repeat_breakups_label {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color: #4382B9;
    cursor: pointer;
}

.overlay_screen{
    position: fixed;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.89);
    z-index: 999;
    text-align: center;
    padding-top : 200px;

}
.overlay_screen p{
    font-size: 25px;
    color: #fff;
    padding: 0 15px;
}
.otp_button_container{
    width:100%;
    float: left;
    text-align: center;
    padding: 20px 0px;
}
.otp_btn{
    padding: 20px 40px;
}
.mail_btn{
    padding: 20px;
}
.clear_class{
    float:left;
    width:100%;
}

/* Login Style */

.registration_content {
    width: 100%;
    float: left;
    display: inline-table;
}

.registration_content_left {
    width: 100%;
    float: left;
    background: #fff;
    /* background: url("../images/analyzing-brainstorming-business.jpg") no-repeat top left; */
    background-size: auto;
    height: 100vh;
    position: relative;
    display: table;
    background-size: cover;
}

.field_container {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.field_container_content {
    max-width: 550px;
    margin: auto;
    text-align: center;
    transition: all 0.5s ease-in-out;
    /* padding-top: 100px;
    padding-bottom: 60px; */
}
.field_container_content h2{
    color: #6c757d;
    font-size: 24px;
    margin-top: 8px;
}
.field_container_content .form-control{
    background: #fff;
    color: #333 !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    border: 1px solid #c1c1c1;
    transition: all 0.3s ease-in-out;
    height: 50px;
}
.field_container_content .form-control:focus{
    border: 1px solid #666;
}
.field_container_content .form-control::placeholder {
    color: #333!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
}




.registration_content_right {
    width: 50%;
    float: right;
    height: 100vh;
    position: relative;
    display: table;
    background: url("../_images/login_screen_bg.jpg") no-repeat top left;
    background-size: cover;
}

.text_container_registration {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.text_container_registration_content {
    max-width: 660px;
    margin: auto;
    text-align: center;
    padding: 0 15px;
}
.text_container_registration h1 {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 32px;

}
.text_container_registration p {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #000;
    line-height: 30px;
    margin-bottom: 0;
}

.buttonSbmit {
    float: left;
    width: 100%;
    padding: 0px;
}

.submitButton{
    background: #ea1e63;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: white;
    font-size: 17px;
    padding: 15px 0;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border: 0;
    width: 100%;

    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.submitButton:hover{
    background: #c81854;
}


.loginfooter {

    padding: 24px 0px;
    float: left;
    width: 100%;
	text-align: center;
}
/* .loginfooterleft {
    float: left;
} */

/* .loginfooterright {
    float: right;
} */

.loginfooter a {
    font-size: 14px;
    color: #585c5f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-decoration: none;
}
.edit_icon{
    font-size: 20px;
    margin-left: 10px;

}
.popup_side_border{
    box-shadow: 0px 0px 35px rgba(0,0,0,0.3);
}



.pointsUl{
    padding-left: 0px;
    margin-top: 30px;
}

.pointsUl li{
    float: left;
    color: #000;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    width: 50%;
    line-height: 34px;
    list-style: none;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.pointsUl li img{
    width: 40px;
}
.iconWrapper{
    width: 60px;
    height: 60px;
    background: #fff;
    display: inline-block;
    border-radius: 100px;
    line-height: 82px;
}
.pointsUl li .textheading{
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    display: block;
    line-height: 18px;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pointsUl li .text_subtag{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: block;
    line-height: 18px;
}

.login_left{
    float: right;
}

.login_right{
    float: left;
}
.cust{
    position: absolute;
    left: 57%;
    top: 24.5%;
    z-index: 2;
}

.row{
	position: relative;
}

.loader-universal {
    width: 100%;
    text-align: center;
    left: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
	position: fixed;
}

.loader-universal i {
    top: 50%;
    position: relative;
}

.green{
    color:#008000;
}


.form-group {
    margin-bottom: 20px;
}

.field_container_content .form-group{
    position: relative;
}

.invalid-feedback{
    position: absolute;
    /*    left: 0;*/
    margin-top: 0;
    width: 100%;
    text-align: left;
    font-size: 12px;
}

.blockOtp{
    width: 770px;
    margin: 3% auto 2%;
    text-align: center;
    background: #fbfbfb;
    padding: 30px;
    border: 14px solid #cecece;
}
.blockOtp .form-material {
    padding-top: 2px;
}
.blockOtp h4{
    margin-bottom: 0px;
}

.blockOtpSubmit{
    background: #E91E63;
    border: 1px solid #E91E63;
    font-size: 16px;
    text-transform: capitalize;
    padding: 14px 38px;
    border-radius: 110px;
}
.blockOtpSubmit:hover{
    background:#c10d4a;
    border: 1px solid #E91E63;
}

.blockOtp .clear_class {
    float: none;
    width: 80%;
    margin:20px auto;
}
.blockOtp .edit_icon{
    color: #E91E63;
}

.main-session-dropdown {
    flex: none;
    position: absolute;
    right: 78px;
}
.middle_align{
    width:100%;
    float: left;
    text-align: center;
}
.big_button{
    font-size: 24px;
    padding: 16px 25px
}

.content-header{
    position: relative !important;
}
.config_sms {
    text-align: center;
    background-color: #E91E63;
    color: #fff !important;
    padding: 6px;
    width: 100% !important;
    float: left;
    font-size: 18px;
    font-weight: bold;
}
.controls{
    width:15%;
    float: right;
}
.main_box{
    width:100%;
    float: left;
}
.loader_holder{
        width: 100%;
        float: left;
        position: absolute;
        top: 0px;
    }

/**********02-17-2020***********/

.d-none {
    display: block !important;
}

#page-header-user-dropdown .fa-user{
	display: none !important;
	color: #e91e63!important;
}

.progress-bar1 div {
  position: absolute;
  height: 170px;
  width: 170px;
  border-radius: 100%;
}
 
.progress-bar1 div span {
    position: absolute;
    font-size: 40px;
    line-height: 0;
    height: 140px;
    width: 140px;
    left: 14.5px;
    top: 14.5px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    transition: 0.3s ease;
    padding: 40% 0 0 0;
    font-weight: bold;
    color: #000;
}
 
.progress-bar1 div span:hover{
	transform: scale(1.1);
}
 
.progress-bar1 .background { background-color: #b3cef6; }
 
.progress-bar1 .rotate {
  clip: rect(0 85px 170px 0);
  background-color: pink;
}
 
.progress-bar1 .left {
  clip: rect(0 85px 170px 0);
  opacity: 1;
  background-color: hotpink;
}
 
.progress-bar1 .right {
  clip: rect(0 85px 170px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}
 
@keyframes
toggle {  0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
} 

.progress_wrpper {
    float: left;
    width: 100%;
    margin: 0 0 19px 0;
    padding: 0px 15px;
}

.progress_contain {
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
    padding: 0 0 20px 0;
}

.progress_main_block {
    position: relative;
    width: 180px;
    height: 180px;
    float: left;
    margin: 41px 0px 0px 24px;
}

.progress_content {
    width: 80%;
    float: right;
}

.progress_content_listing{
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
} 

.progress_content_listing li {
    width: 14%;
    float: left;
    list-style: none;
    margin: 75px 0 0 0;
	position: relative;
}

.progressBarLine {
    position: absolute;
    height: 17px;
    width: 100px;
    left: 42px;
	background-image: -webkit-linear-gradient( 90deg, rgb(233,255,225) 16%, rgb(183,241,161) 50%, rgb(233,255,225) 84%);
    top: 25%;
}


.progress_content_listing li span {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    z-index: 1;
}

.progress_content_listing li span picture {
    background: #ea1e63;
    width: 45px;
    height: 45px;
    display: inline-block;
    padding: 11px 0 0 0;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    margin: 9px 0 25px 0;
}

.progress_content_listing li span picture img {
    height: 19px;
    width: auto;
}

.progress_content_listing li span:after {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    background: #f00;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -20%);
	text-align: center;
    border-radius: 100%;
	background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(255,171,199) 0%, rgb(255,209,225) 67%, rgb(255,247,250) 91%);
}


.progress_content_listing li span p {
    font-size: 11.5px;
    text-transform: capitalize;
    margin: 8px 0 0 0;
    font-weight: 600;
	z-index: 1;
	position: relative;
	color: #373737;
}

.progress_heading {
    width: 100%;
    float: left;
    font-size: 26px;
    margin: 18px 0 -7px 0;
    padding: 0 20px;
    color: #565656;
}

.progress_heading small {
    font-size: 19px;
    color: #e25e8b;
    margin: 0 0 0 7px;
}

.activeProgress picture{
	background: #30a203 !important;
}

.activeProgress span:after {
	background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(139,228,104) 0%, rgb(186,242,165) 67%, rgb(233,255,225) 91%) !important;
}

.activeProgress span p{
	color: #30a203 !important;
}

.progress_content_listing li:nth-child(2) img{
	margin: 0 0 0 2px;
} 

.exists_error {       
    margin-top: 0;
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: #ef5350;
    margin-bottom: -18px;
}

.exists_error02 {       
    display: none;
    margin-top: 0;
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: #ef5350;       
    margin-bottom: -18px;
}

#login:disabled {
    background-color: #aaaaaa;
}

/**********02-17-2020***********/

/**********newStyle---22-02-2020---***********/
.add-details-container{
    width: 100%;
    float: left;
    padding: 20px;
    background: #f1f5f9;
    -ms-border-radius: 10px;
    -moz-webkit-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.add-details-content{
    -ms-border-radius: 7px;
    -moz-webkit-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    border: 2px solid #d1d1d1;
    padding: 10px 0;
    width: 100%;
    float: left;
}
.add-details-content-top{
    padding: 10px 20px;
}
.add-details-content-top h2{
    color: #2c2c2c;
    font-size: 21px;
    font-weight: bold;
}
.add-details-content-bottom{
    padding: 10px 20px;
    width: 100%;
    float: left;
    display: none;
}
.add-details-content-middle{
    padding: 10px 15px;
    background: #f3f4f5;
    float: left;
    width:100%;
}
.wrp-dtls-contnr{
    display: flex;
    float: left;
    width:100%;
}
.block-dtls{
    width: 30%;
    padding: 15px 20px;
    -ms-border-radius: 15px;
    -moz-webkit-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #fff;
    border: 2px solid #a0a0a0;
    margin-right: 15px;
}
.block-dtls-last{
    width: 12%;
    text-align: center;
    margin-right: 0px;
}
.block-dtls label{
    display: block;
    color: #f45087;
    font-size: 14px;
}
.block-dtls span{
    display: block;
    color: #313131;
    font-size: 17px;
}
.block-dtls-last span{
    display: inline-block;
    margin: 0 5px;
}
.btn-001, a.btn-001{
    background: #5a5c6a;
    -ms-border-radius: 5px;
    -moz-webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.2px;
}
.btn-002, a.btn-002{
    background: #494949;
    -ms-border-radius: 7px;
    -moz-webkit-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 35px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
}
.btn-003, a.btn-003{
    background: #f45087;
    -ms-border-radius: 7px;
    -moz-webkit-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 35px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
}
.button-container-from .btn-002, .button-container-from a.btn-002{
    margin-right: 10px;
}
.button-container-more{
    width: 100%;
    float: left;
    text-align: right;
    padding: 19px;
}
.add-details-content-top h2 {
    color: #2c2c2c;
    font-size: 21px;
    font-weight: bold;
}
.dtls-bottom-contnr{
    float: left;
    width: 100%; 
}
.dtls-bottom-contnr h2{
    color: #262626;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.wpr-from-container{
    padding: 20px;
    border: 1px solid #dcd8d8;
    float: left;
    width: 608px;
    -ms-border-radius: 13px;
    -moz-webkit-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    box-shadow:0 0 16px rgba(32, 32, 32, 0.11);
}
.form-row-wrappr{
    float: left;
    width: 100%;
    background: #ededed;
    -ms-border-radius: 8px;
    -moz-webkit-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 13px 5px;
    margin: 0 0 15px 0;
}
.wpr-from-container label{
    background: transparent;
    border: 0;
    font-size: 18px;
    color: #4e4e4e;
    text-transform: capitalize;
    font-weight: 400;
}
.wpr-from-container .form-control{
    background: transparent;
    border: 0;
    font-size: 18px;
    color: #4e4e4e;
    text-transform: capitalize;
}
.wpr-from-container .form-control::placeholder{
    color: #4e4e4e;
}
.wpr-from-container .custom-control{
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.wpr-from-container .custom-control-label{
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 400;
    padding-left: 12px;
    line-height: 22px;
    cursor: pointer;
}
.wpr-from-container .custom-control-label::before{
    width: 20px;
    height:20px;
    border: 1px solid #c9255c;
    top: 1px;
}

.wpr-from-container .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #f45087;
    background-color: #f45087;
    border: 1px solid #c9255c;
}
.wpr-from-container .custom-control-input:checked~.custom-control-label::after{
    background-image: none;
    background: #fff;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    top: 7px;
    left: -17px;
}

.button-container-from{
    float: left;
    width: 100%;
    display: block;
    padding: 20px 0;
}
.edit-details-content {
    padding: 30px 25px;
    width: 100%;
    float: left;
}
.edit-details-content{
    padding: 30px 10px; 
}
.edit-details-content .wpr-from-container label{
    -ms-flex: 0 0 37.666667%;
    flex: 0 0 37.666667%;
    max-width: 37.666667%;
    padding-right: 0;
}
#btn-edit-click{
    display: block;
}
.block-dtls a{
    color: #313131;
}

#edit-details-container{
    display: none;
}

.container-submit-pswrd{
    text-align: center;
    max-width: 400px;
    margin: 0 auto 20px;
    border-bottom: 2px solid #ccc;
}

.container-submit-pswrd .form-control{
    text-align: center;
    color: #4e4e4e;
    font-weight: 400;
    font-size:18px;
    padding: 25px 0px;
}

/**********newStyle---22-02-2020---***********/

/*********************26_02_2020****************/

.sticky_progressBar {
    width: 100%;
    float: left;
    background: #fdd835;
    z-index: 99;
    padding: 7px 19px;
    height: 80px;
    overflow: hidden;
    position: fixed;
    top: 63px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	transition: 0.3s ease-in-out;
}

.stick_this{
	top: 0 !important;
}

.sticky_progressBar_main {
    width: 170px;
    height: 170px;
    position: relative;
    float: left;
    top: 1px;
    transform: scale(.4);
    transform-origin: top left;
}

.addSticky_progress #main-container{
	margin: 80px 0 0 0;
}

.removeSticky_progress #main-container{
	margin: 0px 0 0 0 !important;
}

.removeSticky_progress .sticky_progressBar{
	display: none;
}

.sticky_progressBar h1{
	width: auto;
	float: left;
	position: relative;
}

.sticky_progressBar h1 small {
    position: absolute;
    left: 78px;
    font-family: Roboto;
    font-weight: 500;
    text-transform: capitalize;
    top: 14px;
    color: #3c3c3c;
    opacity: 1;
}

.header_big_btn {
    position: absolute;
    right: 19%;
    font-family: Roboto;
    background: #e91e63;
    color: #fff;
    text-transform: capitalize;
    font-size: 22px;
    padding: 6px 6px 6px 23px;
    border-radius: 37px;
    top: 8px;
    width: 215px;
    font-weight: 500;
	transition: 0.3s ease-in-out;		
    box-shadow: 0px 0px 5px 0px rgba(146, 25, 63, 0.27);
}

.header_big_btn:hover{
    color: #fff;
    background: #e91eb4;
}

.header_big_btn:focus{
    color: #fff;
    background: #e91e63;
}


.header_big_btn i {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    text-align: center;
    padding: 14px 0;
    border-radius: 100%;
    margin: 0 0 0 8px;
}

.add_contact_container .disabled {
    background-color: #aaaaaa !important;
    pointer-events: none !important;
    cursor: default !important;
}
.green_color{
    color:#008000;
}
.red_color{
    color: #ff0000;
}

@media screen and (min-width: 240px) and (max-width:330px){
	.header_big_btn{
		right: 2%;
		transform: scale(.7);
		transform-origin: right;
	}
	
	.sticky_progressBar h1 small {
		top: 21px;
		font-size: 15px;
		display: none;
	}
}

@media screen and (min-width: 331px) and (max-width:479px){
	.header_big_btn{
		right: 2%;
		transform: scale(.65);
		transform-origin: right;
	}
	
	.sticky_progressBar h1 small {
		top: 21px;
		font-size: 15px;
	}
}

@media screen and (min-width: 480px) and (max-width:900px){
	.header_big_btn{
		right: 2%;
	}
}

.movvsStd{
    padding-left: 0;
    padding-right: 0;
}
.movvStd {
    padding-left: 0;
    padding-right: 0; 
}

.pagination_Container{
	text-align:center;
	width:100%;
	float:left;
	padding:30px 0;
}
.paginate{
	display:block;
	text-align:center;
}
.paginate a{
	display: inline-block;
    padding: 2px 10px;
    margin-right: 4px;
	margin-bottom:2px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #2d2d2d;
    line-height: 19px;
}
.paginate a:hover{
	 background: #E91E63;
	 color:#fff;
    border: solid 1px #E91E63;
}
.paginate strong{	
	display: inline-block;
    padding: 2px 10px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #616161;
    background: #e9e9e9;    
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #f0f0f0;
    line-height: 19px;	    
    background: #616161;  
}

.mtbl-contr{
	padding-top:25px; float:left;
}

.full_width_border{
    width: 100%;
    float: left;
    border:1px solid #000;
    margin: 40px 0px;
}
.all_past_class{
    width: 100%;
    float: left;
    text-align: right;
    color: #E91E63;
    cursor: pointer;
}
.copier_text{
    width: 20%;
    float: left;
}

/* Email log styles */

tr.log_row td {
    height: 80px;
}

.delivered_dot {
    height: 10px;
    width: 10px;
    background-color: #28c87b;
    border-radius: 50%;
    display: inline-block;
}

.delivered {
    color: #28c87b;
    font-weight: bold;
}

.delivery_date {
    color: #8e8e8e;
    display: block;    
    padding-left: 14px;
}

.undelivered_dot {
    height: 10px;
    width: 10px;
    background-color: #8e8e8e;
    border-radius: 50%;
    display: inline-block;
}

.undelivered {
    color: #8e8e8e;
    font-weight: bold;
}

.to_email {
    font-weight: bold;
    color: #333;
}

.email_subject {
    color: #8e8e8e;
    display: block;    
}

.stat-box {    
    border: 1px solid #ccc;
    width: 140px;
    height: 120px;
    padding: 10px;
    border-radius: 4px;
}

.stat-header {
    color: #333;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 0 0 4px 0;
    border-bottom: 1px solid #ccc;
}

.stat-percentage {
    font-size: 28px;
    display: block;
    text-align: center;
    padding: 5px 0 0 0;    
}

.stat-number {
    display: block;
    text-align: center;
    font-size: 16px;
}

.stat-percentage1 {
    color: #276404; 
    font-size: 34px;
    padding: 15px 0 0 0;
}

.stat-percentage2 {
    color: #C4D933;    
}

.stat-percentage3 {
    color: #028690;    
}

.stat-percentage4 {
    color: #59C1CA;    
}

.stat-percentage5 {
    color: #C042BE;    
}

.stat-percentage6 {
    color: #FF748C;    
}

.chartContainer {
    width: 100%;
    min-height: 400px;
    border: 1px solid #ccc;  
}
.full-col1 {
    width: 100%;
    float: left;
    margin-bottom: 23px;
    margin-left: 7px;
}
.full-col1 ul{
    list-style: none;
    padding: 0px;
}

.full-col1 ul li{
    width: 140px;
    float: left;
    margin-right: 27px;
}
.full-col1 ul li:last-child{
    margin-right: 0px;
}
.sms_bal_block{
    width: 100%;
    float: left;
}
.sms_bal_block a{
    color:#fff;
}
.browse_button{
   width: 27%;
    padding: 4px 7px;
    background-color: #efefef;
    color: #000 !important;
    border-radius: 3px;
    border: 1px solid #000;
    margin-bottom: 2px;
}
/********* 13-11-2020 *************/
.subjectnameListing{
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}
.subjectnameListing li {
    display: inline-block;
    list-style: none;
    padding: 15px 17px 0 0px;
}
.subjectnameBlock {
    width: 100%;
    float: left;
	min-height: 450px;
    display: inherit;
}
.subjectnameBlock p {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

/******************** 02-03-2021 *******************/

.add_radioBtn{
	width: 100%;
	float: left;
}
.add_radioBtn .form-material{
	width: 75% !important;
	float: left;
}

.radioLabel {
    width: 24% !important;
    float: right;
    margin: 18px 0 0 0;
}
.remove_link{
    width: 100%;
    float: left;
}
.full{
	width:100%;
}

.orcls {
	width: 100%;
	float: left;
	position: relative;	
	margin: 50px 0;
	text-align: center;
}

.orcls::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	top: 10px;
	left: 0;
}

.orcls b {
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 0 20px;
}
.student_status{
    display: block;
    font-size: 11px;
    color: #E91E63;
}

.section_Grid2 {
    width: 100%;
    float: none;
    text-align: center;
    /* background: #e91e63; */
    padding: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    margin: 12px 0;
    display: inline-block;
    color: #fff;
    text-align: left;
}

.section_Grid2 a {
    display: block;
    padding: 0;
    background: #fdd835 !important;
    border-radius: 6px;
    color: #333 !important;
    font-size: 22px !important;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 54px;
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.1);
}

.section_Grid2 a:hover {
    background: #e91e63 !important;
    color: #fff !important;
}


.icon_section {
    display: inline-block;
    background: #e91e63;
    height: 100%;
    padding: 9px 12px;
    text-align: center;
    margin-right: 10px;
    border-radius: 6px 0 0 6px;
}

.icon_section img {
    margin-top: -4px;
}
.togglebtnContainer {
    padding: 0px;
    display: flex;
    margin-bottom: 15px;
}

.togglebtnContainer .btn {
    position: relative !important;
}

.buttontab {
    width: 50%;
    display: inline-block;
    padding: 10px;
    margin: 0 1px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
	text-align: center;
}

.presentbtn {
    background: #388E3C;
}

.absentbtn {
    background: #ff3547;
}

.clearbtn {
    background: #FB9102;
}

.presentbtn_clk {
    background: #388E3C;
    border: 5px solid #2c692f;
}

.absentbtn_clk {
    background: #ff3547;
    border: 5px solid #d42131;
}

.clearbtn_clk {
    background: #FB9102;
}
.studentGrid {
    width: 100%;
    margin: auto;
}

.studentbdContent {
    /*	background: #ececec;*/
    padding: 0;
    min-height: 690px;
}
.profileStudent {
    margin: 0;
    padding: 0;
}

.profileStudent li {
    list-style: none;
    display: inline-table;
    margin: 5px 2px;
    width: 13%;
}

.check-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
}

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

.check-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    background: #FF3547;
    padding: 3px;
    border: 5px solid #d64451;
    height: 80px;
    width: 100%;
    border-radius: 4px;
}

.presentbtn_clk {
    background: #388E3C;
    border: 5px solid #2c692f;
}

.rollname {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    bottom: 0;
    color: #fff !important;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 18px;
    margin: 14px 0 10px 0;
}

.studentname {
    width: 100% !important;
    float: left;
    font-size: 11px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #000;
    line-height: 12px;
    text-transform: capitalize;
    overflow: hidden;
    margin: auto;
    text-align: center;
}
.buttonContainerss{
	    width: 100%;
		float: left;
		padding: 10px;
		text-align: center;
}
#date_cal {
    opacity: 0 !important;
    z-index: 3;
    position: absolute;
    z-index: 3;
    height: 50px;
}
#date_cal_val {
    position: absolute;
    /* left: 0; */
    right: 20px;
    top: 0;
    z-index: 1;
}
.openCalender {
    position: relative;
    float: right;
    overflow: hidden;
    /* width: 45px; */
    width: 80%;
    height: 35px;
    margin-bottom: 0;
}
.fullWidth{
	width: 100%;
	float: left;
	margin: 10px 0px;
}

.uploadIcon {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

.upBttn {
    float: left;
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 6px 18px 6px 6px;
    background: #cceacd;
    border-radius: 30px;
}

.upBttn img {
    width: 30px;
    margin: 0 5px 0 0;
}

.floadGroup .form-group {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.addImageProper {
    width: 100%;
    float: left;
    padding: 0 0;
    margin: 15px 0 0 0;
    display: flex;
    gap: 15px;
    flex-flow: row wrap;
}

.addImageProper li {
    list-style: none;
    float: left;
    width: 180px;
    height: 150px;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}

.addImageProper li img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.addImageProper li small {
    position: absolute;
    bottom: 14px;
    right: 14px;
}

.addImageProper li small a {
    color: #E91E63;
    background: #fff;
    width: 35px;
    height: 35px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 100%;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.filesProper li {
    width: 122px;
    height: 59px;
    padding: 9px 5px;
    background: #ffea8c;
    border-radius: 7px;
}

.filesProper li img {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

.proceed_text {
    margin: 0 0 15px 0;
}

.withNotification {
    display: flex;
    align-items: center;
    gap: 15px;
}

.notificationIcon {
    float: left;
    background-color: #fff;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.notificationIcon b {
    position: absolute;
    z-index: 99;
    background: #fdd835;
    font-size: 13px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    right: -9px;
    top: -5px;
    color: #000;
}

.notificationBox i {
    color: #e91e63;
    font-size: 17px;
}

.notificationBoxWrap {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.closeNotice {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;  
}

.notificationBoxPop {
    width: 350px;
    height: 95%;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    right: -370px;
    top: 2.5%;
    transition: 0.5s ease-in-out;
    z-index: 99;
}

.activeNotifications .notificationBoxPop {
    right: 20px;
}

.notificationBoxPop h2 {
    width: 100%;
    float: left;
    background-color: #f9c922;
    color: #000;
    margin: 0 0;
    font-family: "Roboto";
    font-size: 19px;
    padding: 15px 25px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notificationBoxPop h2 i {
    -webkit-text-stroke: 2px #f9c922;
    cursor: pointer;
}

.notificationsMain {
    width: 100%;
    height: calc(100% - 35px);
    float: left;
    padding: 8px 20px;
    overflow: auto;
}

.notificationsMain::-webkit-scrollbar {
    display: none;
}

.notiBox {
    width: 100%;
    float: left;
    display: flex;
    gap: 10px;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.notiBox:last-child {
    border: 0;
}

.notiBox i.fa-flag {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #ffedad;
    color: #000;
    float: left;
    margin: 6px 0 0 0;
}

.notiBox p {
    width: calc(100% - 50px);
    float: left;
    font-family: "Roboto";
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 0 0;
}

.notiBox p small {
    width: 100%;
    float: left;
    margin: 7px 0 0 0;
    display: flex;
    gap: 6px;
    align-items: center;
    color: #ff00a0;
    font-weight: 500;
}

.noScroll {
    overflow: hidden !important;
}

/* =======================Responsive=============================*/

@media screen and (min-width: 992px) and (max-width:1200px){
    .field_container{
        padding: 0 50px;
    }
    .text_container_registration_content{
        padding: 0 30px;
    }
    .blockOtp{
        width: 700px;
    }
	.progress_main_block {
		float: none;
		margin: 105px auto 0 auto;
	}
	.progress_content {
		width: 100%;
	}
	.progress_content_listing li {
		width: 100%;
		margin: 33px 0 0 0;
	}
	.progress_content_listing li span:after {
	  top: 0%;
	  left: 50%;
	  transform: translate(-50%, -20%);
	  -ms-transform: translate(-50%, -50%);
	  text-align: center;
	}
	.progressBarLine {
		height: 100%;
		width: 5%;
		top: 30%;
		left: 50%;
		transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		text-align: center;
    }
    .wrp-dtls-contnr{
        display: block;
        text-align: center;
    }
    .block-dtls{
        width: 47%;
        margin: 5px 3px;
        display: inline-block;
        text-align: left; 
        float: none;
    }
}
@media screen and (min-width: 768px) and (max-width:991px){
    .registration_content_left {
        width: 100%;
        display: block;
        height: auto;
    }
    .field_container{
        padding: 100px 0px 0;
        display: block;
        height: 800px;
    }
    .text_container_registration_content{
        padding:120px 0px 0;
        display: block;
        height: 800px;
    }
    .registration_content_right {
        width: 100%;
        height: auto;
        display: block;
    }
    .login_right .text_container_registration_content{
        height: 600px;
        padding: 230px 0px 0;
    }
    .text_container_registration{
        display: block;
    }
    .login_left .field_container{
        height: 600px;
    }
    .blockOtp{
        width: 600px;
    }
	.progress_main_block {
		float: none;
		margin: 105px auto 0 auto;
	}
	.progress_content {
		width: 100%;
	}
	.progress_content_listing li {
		width: 100%;
		margin: 33px 0 0 0;
	}
	.progress_content_listing li span:after {
	  top: 0%;
	  left: 50%;
	  transform: translate(-50%, -20%);
	  -ms-transform: translate(-50%, -50%);
	  text-align: center;
	}
	.progressBarLine {
		height: 100%;
		width: 5%;
		top: 30%;
		left: 50%;
		transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		text-align: center;
    }
    
    .wrp-dtls-contnr{
        display: block;
        text-align: center;
    }
    .block-dtls{
        width: 45%;
        margin: 5px 3px;
        display: inline-block;
        text-align: left; 
        float: none;
    }
}

@media screen and (min-width: 576px) and (max-width:767px){
    .registration_content_left {
        width: 100%;
        display: block;
        height: auto;
    }
    .field_container{
        padding: 100px 0px 0;
        display: block;
        height: 800px;
    }
    .text_container_registration_content{
        padding:100px 15px 0;
        display: block;
        height: 800px;
    }
    .registration_content_right {
        width: 100%;
        height: auto;
        display: block;
    }

    .text_container_registration{
        display: block;
    }

    .login_left .field_container{
        height: 600px;
    }
    .login_right .text_container_registration_content{
        height: 600px;
        padding: 230px 0px 0;
    }
    .blockOtp{
        width: 500px;
    }
    .blockOtp h4 {
        margin-bottom: 0px;
        font-size: 17px;
    }
	.progress_main_block {
		float: none;
		margin: 105px auto 0 auto;
	}
	.progress_content {
		width: 100%;
	}
	.progress_content_listing li {
		width: 100%;
		margin: 33px 0 0 0;
	}
	.progress_content_listing li span:after {
	  top: 0%;
	  left: 50%;
	  transform: translate(-50%, -20%);
	  -ms-transform: translate(-50%, -50%);
	  text-align: center;
	}
	.progressBarLine {
		height: 100%;
		width: 5%;
		top: 30%;
		left: 50%;
		transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		text-align: center;
    }
    .wrp-dtls-contnr{
        display: block;
        text-align: center;
    }
    .block-dtls{
        width: 100%;
        margin: 5px 0px;
        display: inline-block;
        text-align: left; 
        float: none;
    }
    .wpr-from-container{
        width: 100%;
    }
    .edit-details-content .wpr-from-container label, .wpr-from-container label{
        font-size: 14px;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .wpr-from-container .form-control{
        font-size: 16px;
        padding-left: 0;
    }
    
     .mbslidecontainer{
        height: auto !important;
        width: 100%!important;
        float: left;
    }
    

}
@media screen and (min-width: 240px) and (max-width:479px){
    .sbtnWrap {
        padding: 15px 0 0 15px;
    }
    .pointsUl li{
        width: 100%;
    }
    .loginfooterleft {
        float: left;
        display: block;
        width: 100%;
    }
    .loginfooterright {
        float: right;
        width: 100%;
    }
    .blockOtp{
        width: 300px !important;
        margin: 3% auto 9%!important;
    }
    .blockOtp h4{
        font-size: 15px!important;
    }
	
	
	.progress_main_block {
		float: none;
		margin: 105px auto 0 auto;
	}
	.progress_content {
		width: 100%;
	}
	.progress_content_listing li {
		width: 100%;
		margin: 33px 0 0 0;
	}
	.progress_content_listing li span:after {
	  top: 0%;
	  left: 50%;
	  transform: translate(-50%, -20%);
	  -ms-transform: translate(-50%, -50%);
	  text-align: center;
	}
	.progressBarLine {
		height: 100%;
		width: 5%;
		top: 30%;
		left: 50%;
		transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		text-align: center;
    }

    .add-details-container{
        padding: 9px 8px;   
    }
    .add-details-content-middle {
        padding: 6px 7px;
    }
    .wrp-dtls-contnr{
        display: block;
        text-align: center;
    }
    .block-dtls{
        width: 100%;
        margin: 5px 0px;
        display: inline-block;
        text-align: left; 
        float: none;
        padding: 11px 10px;
    }
    .block-dtls label {
        font-size: 13px;
    }
    .block-dtls span{
        font-size: 14px;
    }
    .wpr-from-container{
        width: 100%;
        padding: 10px 10px;
    }
    .add-details-content-top {
        padding: 3px 10px;
    }
    .add-details-content-top h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .dtls-bottom-contnr h2{
        font-size: 18px;
        text-align: center;
    }
    .add-details-content-bottom {
        padding: 10px 10px;
    }
    .wpr-from-container label{
        font-size: 14px; 
        padding: 3px 5px;
    }
    .form-row-wrappr{
        padding: 3px 5px;  
    }
    .form-row-wrappr .col-sm-10{
        padding: 3px 5px;  
    }
    .wpr-from-container .form-control{
        font-size: 14px;
        padding: 0;
    }
    .button-container-from .btn-002, .button-container-from a.btn-002 {
        margin-right: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .button-container-from .btn-003, .button-container-from a.btn-003 {
        margin-right: 0;
        display: block;
        text-align: center;
    }
    .form-row-wrappr .col-sm-7 {
        padding: 3px 5px;
    }
    .button-container-more{
        padding: 10px;
        text-align: center;
    }
    .wrper-blk{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; 
    }
    .items-push-blk{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; 
    }
     .mbslidecontainer{
        height: auto !important;
        width: 100%!important;
        float: left;
    }
    

}

@media (max-width: 575px) {
    .shift{
        margin: 5px 0;
        width: 100%;
    }
    .block-header{
        display:block;

    }
    .mob-block-header{
        display:flex; 
    }
    .movvStd{
        padding:0;
        text-align: center;
    }
    .movvsStd{
        text-align: center;
    }
    .movedown{
        margin-top:70px;
    }


    .registration_content_left {
        width: 100%;
        display: block;
        height: auto;
    }
    .field_container{
        padding: 100px 20px 0;
        display: block;
        height: 800px;
    }
    .text_container_registration_content{
        padding: 75px 20px 0;
        display: block;
        height: 750px;
    }
    .registration_content_right {
        width: 100%;
        height: auto;
        display: block;
    }

    .text_container_registration{
        display: block;
    }

    .login_left .field_container{
        height: 600px;
    }
    .login_right .text_container_registration_content{
        height: 400px;
        padding: 70px 15px 0;
    }
    .blockOtp{
        width: 400px;
        margin: 3% auto 9%;
    } 
	
	
	.progress_main_block {
		float: none;
		margin: 105px auto 0 auto;
	}
	.progress_content {
		width: 100%;
	}
	.progress_content_listing li {
		width: 100%;
		margin: 33px 0 0 0;
	}
	.progress_content_listing li span:after {
	  top: 0%;
	  left: 50%;
	  transform: translate(-50%, -20%);
	  -ms-transform: translate(-50%, -50%);
	  text-align: center;
	}
	.progressBarLine {
		height: 100%;
		width: 5%;
		top: 30%;
		left: 50%;
		transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		text-align: center;
    }   
    
    .wrp-dtls-contnr{
        display: block;
        text-align: center;
    }
    .block-dtls{
        width: 100%;
        margin: 5px 0px;
        display: inline-block;
        text-align: left; 
        float: none;
    }
    .wpr-from-container{
        width: 100%;
    }
    .wpr-from-container .form-control {
        /* font-size: 14px; */
        padding: 0;
    }
    .edit-details-content .wpr-from-container label{
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
    }
    .items-push-blk{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; 
    }
    .wrper-blk .font-size-h3, .wrper-blk .h3, .wrper-blk h3 {
        font-size: 26px;
    }

    .btn-md-01{
        width: 100%;
    }
    .buttonSbmit{
        padding: 15px 15px 0 15px;
    }
    .btn-submit-01{
        width: 100%; 
    }
    .btn-primary{
        width: 100%;
        margin: 5px 0;
        padding: 12px 0; 
    }
    .paginate a{
		margin-bottom:10px;
	}
         .mbslidecontainer{
        height: auto !important;
        width: 100%!important;
        float: left;
    }
    .full-wd-contnr{
		padding-top:15px;	
		float:left;	
		width:100%;
	}
	.subjectnameListing li {
		width: 50%;
		float: left;
		display: block;
		list-style: none;
		padding: 0 0;
		margin: 8px 0;
	}
    
}

.blocksTwoWrap {
    width: 600px;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    margin: 50px 0;
}

.blockContain {
    width: 300px;
    display: flex;
    flex-flow: column;
    min-height: 300px;
    border: 1px solid #ddd;
    padding: 20px;
    position: relative;
}

.dragList {
    width: 258.4px;
    float: left;
    background-color: #f7f7f7;
    margin: 3px 0;
    padding: 11px 18px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.dragList b {
    font-weight: normal;
    position: relative;
    z-index: 1;
}

.dragThis b {
    font-weight: normal;
    position: relative;
    z-index: 1;
}

.dragThis span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -100%;
    background-color: #fdd835;
    transition: 0.3s ease-in-out;
}

.dragList input {
    display: none;
}

.dragList input:checked ~ span {
    bottom: 0;
}

.dragList input:checked ~ b {
    color: #000;
}

.moveContents {
    width: 35px;
    height: 35px;
    background-color: #000;
    color: #fff;
    position: absolute;
    top: calc(50% - 17px);
    left: calc(50% - 17px);
    z-index: 999;
    border-radius: 100%;
    outline: none;
    border: 0;
    text-align: center;
    cursor: pointer;
    padding: 7px 0;
    display: none;
}

.leftSection label b strong {
    display: none !important;
}

.stop_first {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.stop_first select {
    width: calc(100% - 60%);
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 4px 0 !important;
    margin: 9px 0 0 0;
    transition: all 0.3s ease-in-out;
}

.pickup_drop{
    width: calc(100% - 85%);
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 4px 0 !important;
    margin: 9px 0 0 0;
    transition: all 0.3s ease-in-out;
}

.pickup_drop input[type="time"]:before {
    content: 'My Placeholder';
    color: #9d9d9d;
    position: absolute;
    background: #fff;
    height: 18px;
}

input[type="time"]:hover:before {
    content: '';
}

.pickup_drop_label{
	display: flex;
	justify-content: center;
	align-self: center;
	margin:9px 0 0 0;
	font-size: 1rem;
    font-weight: 600;
}

.stop_first .delete_button {
    background-color: #ffb9b4;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b80b0b;
    margin: 9px 0 0 0;
}

.stop_first .dragBttn {
    background-color: #ffe8ad;
    width: 32px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    margin: 9px 0 0 0;
    overflow: hidden;
}

.totalDragElements {
    width: 100%;
    position: relative !important;
    display: flex;
    flex-flow: column;
    padding: 10px 0 51px 0;
}

.stoppageBttn {
    position: absolute;
    bottom: -13px;
    background: #73c583;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
}

.firstControl {
    width: 100% !important;
}

.detailsPOPUp {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    display: none;
}

.detailsInner {
    width: 500px;
    height: 400px;
    position: absolute;
    background-color: #fff;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    padding: 20px;
    cursor: default;
    overflow: auto;
    color: #000;
    border-radius: 6px;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.animate .detailsInner {
    top: 50%;
    opacity: 1;
}

.closeDetailsPOp {
    position: absolute;
    background: #ececec;
    width: 30px;
    height: 30px;
    color: #828282;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    right: 6px;
    top: 6px;
    cursor: pointer;
}


#datatable_scroll_hide{
	overflow-x: hidden;
    overflow-y: hidden;
}

.readonly{
	padding-left: 0 !important;
    padding-right: 0 !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    box-shadow: 0 1px 0 #d4dae3 !important;
    transition: box-shadow.3s ease-out !important;
}

.class_list {
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
    cursor: pointer;
}

.class_list label {
   position: relative !important;
    display: flex;
    flex-flow: row;
    min-width: 120px;
    gap: 10px;
    font-size: 12px !important;
    align-items: center;
    cursor: pointer;
    width: 23%;
}

.class_list label input[type="checkbox"] {
    min-width: 20px;
    height: 20px;
    cursor: pointer;
    max-width: 20px;
}

.regCheck{
	float: right;
    position: relative;
    top: -33px;
    z-index: 999;
}

.tabViewWrap {
    width: 100%;
    float: left;
    margin: 50px 0 0;
}

.tabBttnsWrap {
    width: 100%;
    float: left;
    display: flex !important;
    justify-content: center;
}

.tabBttn {
    background-color: #e7e7e7;
    float: left;
    color: #000 !important;
    text-transform: capitalize;
    font-size: 13px;
    padding: 9px 15px;
    margin: 0 5px;
    border-radius: 5px;
}

.tabBttn.active {
    background-color: #ed9896;
}

.tabPanelCompleteWrap {
    width: 100%;
    float: left;
}

.tabBox {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    padding: 0px 25px 25px;
    margin: 25px 0 0 0;
    display: none;
    position: relative;
}

.tabBox:first-child {
    display: block;
}

.tabBox .form-group {
    width: 50%;
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0px 12px;
    border: 1px solid #ddd;
    height: 32px;
    min-height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabBox .form-group .form-material {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row-reverse;
    padding: 0;
    margin: 0;
    height: 32px;
    min-height: 32px;
}

.tabBox .form-group label {
    font-size: 12px;
    position: relative;
    width: 40%;
    max-width: 40%;
    min-width: 40%;
    margin: 0;
    top: 0;
    font-weight: 700;
    color: #000;
}

.tabBox .form-group input {
    font-size: 11px;
    border: 0 !important;
    box-shadow: none !important;
    width: 60%;
}

.tabBox .form-group .form-material .form-control {
    box-shadow: none !important;
    border: 0;
    font-size: 12px;
    width: 60%;
}

.content-heading {
    min-width: 100%;
    float: left;
    margin: 30px 0 0 0;
}



.tabBox .form-group img {
    width: 60% !important;
    height: 28px !important;
    object-fit: contain !important;
    object-position: center left;
    margin: 1px 0 0 0;
}

.tabBox .form-group span.manu_chk {
    display: none;
}

.withImage {
    flex-flow: row-reverse;
}

.withImage label {
    padding: 0;
}

.withImage a {
    width: 60%;
    margin: 0;
    float: left;
}

.withImage a img {
    width: 100%;
}

.enrollment-history {
    width: 100% !important;
    float: left !important;
    height: unset !important;
    min-height: unset !important;
    max-height: unset !important;
    display: block !important;
    border: 0 !important;
}

.block {
    width: 100%;
    float: left;
}

.fixedBlock {
    width: 100%;
    float: left;
}

.completeListingWrap {
    width: 100%;
    float: left;
    position: relative;
    height: auto;
    margin: 20px 0 0 0;
    padding: 60px 0 0 0;
    overflow: hidden;
}

.cListingHead {
    width: 100%;
    max-width: 1112px;
    float: left;
    position: absolute;
    background-color: #fff4c4;
    padding: 14px 19px;
    margin: 0 0 9px 0;
    transition: 0.3s ease-in-out;
    z-index: 999;
    top: 0;
}

.fixedcListingHead {
    position: fixed;
    top: 0;
}

.cListingHead p {
    float: left;
    margin: 0 0 0 0;
    font-weight: 700;
    padding: 0 0 0 27px;
}

.cListingHead p.nHead {
    width: 235px;
}

.cListingHead p.sHead {
    width: 345px;
}

.cListingHead p.fHead {
    width: 180px;
}

.listBlock {
    width: 100%;
    float: left;
    margin: 5px 0;
    background-color: #fff;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 11px;
    transition: 0.8s ease-in-out;
}

.listBlock.deleted {
    margin: 5px 0 5px 101%;
    opacity: 0;
}

.topInfoPart {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.listBlock .slno {
    position: absolute;
}

.leftPart {
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 30px;
}

.listBlock h4 {
    float: left;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin: 0 0;
    display: flex;
    align-items: center;
    width: 235px;
}

.listBlock h4 picture {
    background: #fdd835;
    background-image: url(../_images/avatar15.jpg);
    background-size: cover;
    min-width: 28px;
    max-width: 28px;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    float: left;
    overflow: hidden;
    margin: 0 8px 0 0px;
}

.listBlock h4 picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listBlock p {
    float: left;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.listBlock p b {
    float: left;
}

p.semister {
    width: 350px;
    display: flex;
    flex-flow: row wrap;
    gap: 6px;
}

p.fatherName {
    width: 180px;
}


.listBlock .rightPart {
    display: flex;
    align-items: center;
    position: relative;
}

.listBlock .iconsPanel {
    width: 100%;
    float: left;
    position: relative;
    margin: 15px 0 0 0;
    border-top: 1px solid #ddd;
    padding: 12px 0 0 0;
    text-align: center;
    display: none;
}

.listBlock .iconsPanel a {
    display: inline-block;
    color: #000;
    background: #fdd835;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 23px;
    border-radius: 28px;
    margin: 0 5px;
    transition: 0.3s ease-in-out;
}

.listBlock .iconsPanel a i{
    margin: 0 7px 0 0;
}

.listBlock .iconsPanel a:hover {
    background-color: #E91E63;
    color: #fff;
}






.openLInkPanel {
    width: 29px;
    height: 29px;
    border-radius: 100%;
    background-color: #e91e63;
    color: #ffffff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 0 5px;
    font-size: 13px;
    cursor: pointer;
}






.rightPart a {
    width: 29px;
    height: 29px;
    border-radius: 100%;
    background-color: #b4d7ff;
    color: #2b72c2;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 0 5px;
    font-size: 13px;
}

.rightPart a.editBttn {
    background: #fdd835;
    color: #000;
}

.infoPopWrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

.infoPopMain {
    width: 400px;
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.3);
    border-radius: 12px;
    padding: 25px 0;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.infoPopWrap.active .infoPopMain {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.infoPopMain h3 {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 18px;
    padding: 0 0 22px 0;
    border-bottom: 1px solid #ddd;
}

.infoPopMain i.closePop {
    position: absolute;
    right: 16px;
    top: 13px;
    font-size: 18px;
    color: #f00;
    -webkit-text-stroke: 1px #fff;
    cursor: pointer;
}

.selectBoxesWrap {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0 20px;
    margin: 15px 0 0 0;
}

.selectBoxesWrap h5 {
    width: 100%;
    float: left;
    font-size: 15px;
    margin: 0 0 15px 0;
}

.selectBoxesWrap label {
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    gap: 5px;
}

.selectBoxesWrap .reasonBox {
    width: 100%;
    float: left;
    margin: 10px 0;
    border: 0;
    background: #f7f7f7;
    padding: 11px 19px;
    min-height: 100px;
}



.sDashboardWrap {
    width: 100%;
    float: left;
    padding: 40px 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 10px 0;
}

.sDashboardWrap a {
    width: 180px;
    height: 135px;
    float: left;
    background-color: #fff7d4;
    border: 1px solid #fff7d4;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    color: #000;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 21px rgba(154, 131, 30, 0.0);
    position: relative;
    top: 0;
}

.sDashboardWrap a:hover {
    box-shadow: 0px 7px 21px rgba(154, 131, 30, 0.27);
    top: -3px;
    border: 1px solid #e5d89c;
}

.sDashboardWrap a img {
    width: 55px;
    height: 55px;
    float: left;
    object-fit: contain;
    object-position: center;
    margin: 0 0 10px 0;
}

.containment {
    width: 100%;
    float: left;
    overflow: hidden;
    text-align: center;
    padding: 30px;
}

.scrollTableWrap {
    width: 100%;
    float: left;
    overflow-x: hidden;
    text-align: left;
    padding: 0 0;
    position: relative;
    border: 1px solid #ddd;
}

.scrollableTable {
    position: relative;
}

.scrollableTable .table {
    margin: 0;
    position: relative;
}

.scrollableTable::-webkit-scrollbar {
    display: none;
}

.scrollableTable .table.tbl-three-highlights tr th:first-child {
    background-color: #fdd835;
    position: sticky;
    top: 0;
    left: 0;
    min-width: 112px;
}

.scrollableTable .table.tbl-three-highlights tr td:first-child {
    background-color: #fdd835;
    position: sticky;
    top: 0;
    left: 0;
    min-width: 150px;
}

.scrollableTable .table.tbl-three-highlights tr th:nth-child(2) {
    background-color: #fdd835;
    position: sticky;
    top: 0;
    left: 112px;
    min-width: 150px;
}

.scrollableTable .table.tbl-three-highlights tr td:nth-child(2) {
    background-color: #fdd835;
    position: sticky;
    top: 0;
    left: 112px;
    min-width: 150px;
}

/* .scrollableTable .table.tbl-three-highlights tr th:nth-child(3) {
    background-color: #fdd835;
    position: sticky;
    top: 0;
    left: 224px;
    min-width: 112px;
}

.scrollableTable .table.tbl-three-highlights tr td:nth-child(3) {
    background-color: #fdd835;
    position: sticky;
    top: 0;
    left: 224px;
    min-width: 112px;
} */

.table.tbl-three-highlights tr th {
    min-width: 144px;
}

.table.tbl-three-highlights tr th:last-child{
    min-width: 300px;
}



.table.tbl-three-highlights.smallFirst tr td:first-child{
    min-width: unset !important;
}

.table.tbl-three-highlights.smallFirst tr th:first-child{
    min-width: unset !important;
}

.scrollableTable .table.tbl-three-highlights.smallFirst tr td:nth-child(2) {
    left: 33px;
}

.scrollableTable .table.tbl-three-highlights.smallFirst tr th:nth-child(2) {
    left: 33px;
}

.table.tbl-three-highlights.fixedThree tr th:nth-child(3){
    background-color: #fdd835;
    position: sticky;
    top: 0;
    left: 180px;
    min-width: 180px;
}

.scrollableTable .table.tbl-three-highlights.fixedThree tr td:nth-child(3) {
    background-color: #fdd835;
    position: sticky;
    top: 0;
    left: 180px;
    min-width: 180px;
}



.infoOverlay {
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url(../_images/swipeImage.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.grupBlock {
    width: 100%;
    float: left;
    margin: 18px 0;
    border: 2px solid #cecece;
    padding: 27px 22px 9px 22px;
    border-radius: 12px;
    position: relative;
}

.grupBlock h4 {
    width: auto;
    font-size: 19px;
    font-weight: 900;
    position: absolute;
    margin: 0;
    background: #fff;
    padding: 0px 6px;
    top: -14px;
}

.grupBlock .form-material label {
    display: none !important;
}

.grupBlock .form-material label.showLabel {
    left: 15px !important;
    font-size: 12px;
    top: 11px;
    display: block !important;
}

.grupBlock .form-material {
    padding-top: 0;
}

.grupBlock .form-material .form-control {
    font-size: 12px !important;
    font-weight: 600;
    box-shadow: none !important;
    border-bottom: 1px solid #dbdbdb;
    padding: 9px 6px !important;
    height: auto;
    margin-bottom: 10px;
}

.grupBlock .form-row {
    margin: 0 !important;
}


.grupBlock .form-material .form-control.dobb {
    text-align: right;
}

.grupBlock .form-material .form-control.doadmin {
    text-align: right;
}

.radioWrapBox {
    width: auto;
    float: right;
    margin: 10px 50px 0 0;
}

.tableWrapper {
    width: 100%;
    float: left;
    padding: 30px;
}

.twHead {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px 30px 0;
}

.twhBttns {
    float: left;
    display: flex;
    align-items: center;
}

.twhBttns a {
    float: left;
    margin: 0 8px 0 0;
}

.twhBttns a i {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fdd835;
    color: #000;
    font-size: 20px;
    border-radius: 100%;
}

.twhBttns a i.fa-copy {
    background-color: #2b72c2;
    color: #fff;
}

.twhBttns a i.fa-file-excel {
    background-color: #34884a;
    color: #fff;
}

.twhBttns a i.fa-file-pdf {
    background-color: #ff0015;
    color: #fff;
}

.twhBttns a b {
    width: auto;
    height: 40px;
    background-color: #fdd835;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 17px;
    border-radius: 22px;
}

.twFilterSearch {
    float: left;
}

.twFilterSearch .search {
    width: 260px;
    float: left;
    height: 45px;
    border: 1px solid #ddd;
    outline: none;
    border-radius: 30px;
    padding: 0 0px 0 51px;
    background-color: #fff;
    background-image: url(../_images/search.png);
    background-position: 12px 50%;
    background-repeat: no-repeat;
    background-size: 27px;
    font-weight: 500;
    color: #000;
}

.twFilterSearch .search.filter {
    background-image: url(../_images/filter.png), url(../_images/downArrow.png);
    background-position: 12px 50%, 95% 50%;
    background-size: 27px, 15px;
    margin: 0 0 0 13px;
    appearance: none;
}

.routeBlocksWrap {
    width: 100%;
    float: left;
    margin: 0 0 60px 0;
    padding: 0 30px;
}

.routeBlock {
    width: 100%;
    float: left;
    margin: 12px 0;
    padding: 20px 25px;
    position: relative;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
}

.routeHead {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px 0;
}

.routeHead h4 {
    width: auto;
    float: left;
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 15px;
}

.routeHead h4 b {
    background: #cdf0a6;
    color: #6f9246;
    margin: 0 0 0 12px;
    border-radius: 14px;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
}

.routeHead h4 b.inactive {
    background-color: #ffcdcd;
    color: #ba2020;
}

.routeHead h4 b.m_shift {
    background-color: #d3ebff;
    color: #1b5686;
}
.routeHead h4 b.d_shift {
    background-color: #fdf4ca;
    color: #8d760d;
}


.routeOpenPanel {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

.routeOpenPanel p {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 12px;
    line-height: 25px;
    color: #000;
    font-weight: 600;
}

.routeOpenPanel p small {
    display: inline-block;
}

.routeBlock p i {
    width: 20px;
    height: 20px;
    text-align: center;
    margin: 0 0px;
    -webkit-text-stroke: 0.5px #fff;
    color: #078fff;
    padding: 4px 0;
}

.rRightBttns {
    float: left;
}

.rRightBttns i.openLocationPop {
    background-color: #fdd835;
    width: 33px;
    height: 33px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    color: #000000;
    border-radius: 100%;
    -webkit-text-stroke: 1.6px #fdd835;
    cursor: pointer;
    margin: 0 0 0 9px;
}

.rRightBttns a {
    float: left;
}

.rRightBttns a i.editPanel {
    background-color: #d3ebff;
    width: 33px;
    height: 33px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    -webkit-text-stroke: .4px #d3ebff;
    color: #3f9ce8;
    border-radius: 100%;
    cursor: pointer;
}

.routeOpenPanel {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.routeOpenBox {
    width: 400px;
    position: absolute;
    background-color: #fff;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 30px;
    border-radius: 20px;
    transition: 0.4s ease-in-out;
    opacity: 0;
}

.routeOpenBox.open {
    opacity: 1;
    top: 50%;
}

.routeOpenBox h3 {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 0 0 15px 0;
    font-weight: 500;
    color: #007eff;
}

.routeOpenBox h3 i {
    float: right;
    color: #f00;
    cursor: pointer;
}


.routeOpenInn {
    width: 100%;
    float: left;
    max-height: 450px;
    overflow: auto;
}

.routeOpenInn::-webkit-scrollbar {
    display: none;
}

.routeBox {
    width: 100%;
    float: left;
    background-color: #f6fbff;
    margin: 8px 0;
    padding: 11px 0px;
    border-radius: 12px;
}

.routeBox h4 {
    width: 100%;
    float: left;
    font-size: 14px;
    margin: 0 0 6px 0;
    padding: 0 17px 12px;
    border-bottom: 1px solid #cae7ff;
}

.routeBox h4 b i{
    font-size: 11px;
    margin: 0 0;
}

.routeBox h4 b.pickup {
    color: #008000;
}

.routeBox h4 b.pickup i {
    color: #008000;
}

.routeBox h4 b.drop {
    color: #ff0015;
}

.routeBox h4 b.drop i {
    color: #ff0015;
    margin: 0 0 0 3px;
}

.routeBox h4 i {
    margin: 0 8px;
    color: #afcde6;
}

.routeBox p {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 13px;
    line-height: 25px;
    color: #265a84;
    font-weight: 600;
    padding: 0 16px;
}

.vehicleOpenBox{
	width: 600px !important;
}

.vehicle_doc_btn{
	float: right !important;
}
.vehicle_doc_btn .badge{
	position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px 5px;
    border-radius: 50%;
    background-color: red;
    color: white;
	min-width: 25px;
    min-height: 25px;
}

.routeBox h4 b.pickup .vehicle_record{
    padding: 5px;
}

.lirTabWrap {
    width: 100%;
    float: left;
    padding: 30px;
}

.lirTabbttns {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}

.lirTabbttns a {
    background-color: #fdd835;
    color: #000;
    padding: 8px 17px;
    margin: 0 8px;
    font-weight: 600;
    border-radius: 6px;
}

.lirTabbttns a.active {
    color: #fff;
    background-color: #E91E63;
}

.tabBoxesWrap {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

.tabBoxBlock {
    width: 100%;
    float: left;
    padding: 20px;
    border: 1px solid #f7f7f7;
    display: none;
}

.tabBoxBlock.open_tab {
    display: block;
}

.tabBoxBlock:first-child {
    display: block;
}

.formWrap {
    width: 100%;
    float: left;
    margin: 0;
}

.formWrap form {
    width: 100%;
    float: left;
    margin: 0;
}

.formFild {
    width: 33%;
    float: left;
    padding: 0 12px;
    margin: 0 0 20px 0;
}

.subBttnWrapper {
    width: 100%;
    float: left;
    padding: 0 12px;
    margin: 0 0 20px 0;
    text-align: center;
}

.formFild label {
    width: 100%;
    float: left;
    font-weight: 700;
    color: #000;
    margin: 0 0 7px 0;
}

.inpuFild {
    width: 100%;
    float: left;
    background-color: #fff;
    border: 1px solid #ddd;
    height: 45px;
    padding:  0 15px;
}

.addStudentForm {
    width: 100%;
    float: left;
}

.load div.grupBlock .form-group {
    width: 33.33%;
    float: left;
    padding: 0 12px;
    height: auto;
    margin: 15px 0 0 0px;
    position: relative;
}

.load div.grupBlock .form-group label {
    display: block !important;
}

.imageSize {
    position: absolute;
    right: 0;
    top: -19px;
    color: #008000;
    font-size: 9px;
    font-weight: 700;
}

.load div.grupBlock .form-group.row {
    margin: 15px 0 0 0 !important;
    position: relative;
    height: 80px;
}

.load div.grupBlock .form-group.row a{
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    object-fit: cover;
    object-position: center;
    right: 11px;
    top: 2px;
    z-index: 99;
}

.load div.grupBlock .form-group.row img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}   

.load div.grupBlock .form-group.row img{
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    object-fit: cover;
    object-position: center;
    right: 11px;
    top: 2px;
    z-index: 99;
}

.load div.grupBlock .form-group.row .col-12 {
    padding: 0;
    font-size: 12px;
}

.generate {
    position: absolute;
    color: #E91E63;
    bottom: 21px;
    right: 3px;
}


.load div.grupBlock .form-group .form-material {
    height: 80px;
    position: relative;
}

.load div.grupBlock .form-group .form-material label {
    top: 0;
    font-weight: 700 !important;
    color: #000;
    font-size: 12px !important;
}

.load div.grupBlock .form-group .form-material label.showLabel {
    left: 0 !important;
}

.load div.grupBlock .form-group .form-material .form-control {
    margin: 32px 0 0 0 !important;
    width: 100%;
    float: left;
    padding: 9px 0 !important;
    visibility: visible !important;
}

.load div.grupBlock .form-group .form-material .form-control.doadmin {
    text-align: left !important;
}

.load div.grupBlock .form-group .form-material .form-control.dobb {
    text-align: left !important;
}

.load div.grupBlock .form-group input[type="file"] {
    margin: 3px 0 9px 0 !important;
}

.radioWrapBoxWIthLabel {
    margin: 32px 0 0 0;
    float: left;
}

.addDetailsNew {
    background-color: #fff;
    padding: 0;
    position: relative;
}

.wpr-from-container.fullWidth {
    width: 100%;
}

.wpr-from-container.fullWidth .form-group  {
    margin: 0 0 !important;
    width: 33.33%;
    border-radius: 0px !important;
    padding: 2px 12px;
    background-color: #fff;
}

.wpr-from-container.fullWidth .form-group label {
    width: 100%;
    float: left;
    font-size: 14px !important;
    font-weight: 700;
    color: #000;
}

.wpr-from-container.fullWidth .form-group input.form-control {
    width: 100%;
    float: left;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 11px 16px;
    height: auto;
    border-radius: 0;
    margin: 7px 0 0 0;
}

.addDetailsNew .add-details-content {
    position: relative;
    padding-top: 20px !important;
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.addDetailsNew .add-details-content h4.fixedHeader {
    width: auto;
    font-size: 19px;
    font-weight: 900;
    position: absolute;
    margin: 0;
    background: #fff;
    padding: 0px 6px;
    top: -14px;
    left: 14px;
}

.load div.grupBlock .form-group.row span.manu_chk {
    position: absolute;
    right: 6px;
    margin: 0;
    width: 120px;
    font-size: 11px;
    bottom: 0;
    z-index: 99;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

.load div.grupBlock .form-group.row span.manu_chk .form-group {
    margin: 0 0 !important;
    width: auto !important;
}

.table-vcenter.check_align tbody tr td .form-group.form-material{
    padding: 0 !important;
    margin: 0 !important;
}

.table-vcenter.check_align tbody tr td .form-group.form-material .form-control {
    padding: 0 !important;
    margin: 0 !important;
    width: 95px;
    box-shadow: none !important;
    border: 0;
    border-bottom: 1px solid #ddd;
    background: transparent !important;
    border-radius: 0;
    padding: 0 4px !important;
    height: 20px !important;
}

.table-vcenter.check_align tbody tr td .edit_new_section .form-control {
    padding: 0 !important;
    margin: 0 !important;
    width: 95px;
    box-shadow: none !important;
    border: 0;
    border-bottom: 1px solid #ddd;
    background: transparent !important;
    border-radius: 0;
    padding: 0 4px !important;
    height: 20px !important;
}

select[disabled] {
    appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 0.01px !important;
    text-overflow: '' !important;
}

#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(../_images/close.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}

a.makeactive {
    color: #000;
    background: #fdd835;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 18px;
    float: left;
    border-radius: 29px;
}
a.makeactive i {
    margin: 0 7px 0 0px;
}

.form-material .btn-group {
    width: 100% !important;
    display: block !important;
    padding: 0 0 !important;
    border-bottom: 1px solid #ddd !important;
    margin: 3px 0 0 0 !important;
}

.form-material .btn-group .multiselect {
    width: 100% !important;
    display: inherit !important;
    text-align: left !important;
    padding: 13px 0 !important;
}

.form-material .btn-group .dropdown-menu {
    width: 100%;
    padding: 11px 0 !important;
}

.backButtonClass {
    display: block;
    width: 100%;
    float: left;
    z-index: 999;
}

.backButtonClass a {
    float: left;
}

.backButtonClass a.ads  {
    float: right;
}

.backButtonClass a.btn-outline-danger {
    margin: 0 0  0 12px;
}

.enrollTable {
    font-size: 12px !important;
}

.enrollTable thead tr th:first-child {
    min-width: 50px;
}

.shiftpopWrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    display: none;
}

.shiftPopMain {
    width: 550px;
    background-color: #fff;
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    padding: 50px 50px;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.shiftPopMain.active {
    top: 50%;
    opacity: 1;
}

.shiftPopInner {
    width: 100%;
    max-height: 450px;
    min-height: 200px;
    overflow: auto;
}

.shiftPopInner::-webkit-scrollbar {
    display: none;
}

.shiftPopInner form {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

.shiftPopInner h3 {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 0 15px 0;
    font-size: 20px;
}

.shiftPopInner h3 i.closePop {
    float: right;
    color: #f00;
    cursor: pointer;
    -webkit-text-stroke: 1.2px #fff;
}

.inputBlock {
    width: 100%;
    float: left;
    margin: 6px 0;
    text-align: left;
}

.inputBlock label {
    width: 100%;
    float: left;
    margin: 0 0 0px 0;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.inputBlock .inpUsr {
    width: 100%;
    float: left;
    padding: 12px 23px;
    margin: 5px 0 0 0;
    border: 0;
    font-size: 16px;
    color: #000;
    background: #f7f7f7;
}

.subBttnBox {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

.subBttnBox .subBtn {
    background-color: #007eff;
    float: left;
    color: #fff;
    font-family: 'Roboto';
    border: 0;
    outline: none;
    padding: 9px 29px;
    font-size: 17px;
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
}

.subBttnBox .subBtn:hover {
    background-color: #1b5686;
}

.routine {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.routine_calender {
    float: left;
}

.routine_calender form {
    float: left;
}

.routine_calender form label.openCalender {
    float: left;
    display: flex;
    gap: 12px;
    position: relative;
}

.routine_calender form label.openCalender a{
    position: relative !important;
}

.routine_calender form label.openCalender #date_cal {
    position: absolute;
    z-index: 99;
    opacity: 0 !important;
    height: 90%;
    width: 21px;
    padding: 0;
    right: 18px;
    cursor: pointer;
}


.bookRequestPopWrap {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
}

.brpContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.brpMain {
	width: 700px;
	background-color: #fff;
	min-height: 150px;
	max-height: 530px;
	overflow: auto;
	padding: 20px;
}

.brpMain::-webkit-scrollbar {
	display: none;
}

.brpMain h4 {
	width: 100%;
	float: left;
	font-family: 'Roboto';
	font-size: 17px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px 0;
    font-weight: 500;
    color: #000;
}

.brpMain h4 i {
	color: #f00;
	-webkit-text-stroke: 1px #fff;
	cursor: pointer;
}

.show_table thead tr th:last-child {
	text-align: center !important;
}

.show_table tbody tr td:last-child {
	text-align: center !important;
}
.rowBox {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 180px;
    min-height: 500px;
}
.legends {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}
.legends li {
    list-style: none;
    font-weight: 700;
    display: inline;
    margin: 0 8px;
    font-size: 13px;
}
.legends li span.greenLegend {
    border: 2px solid #388E3C;
    background: #fff;
}
.legends li span {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    display: inline-block;
    margin: -5px 4px;
}
.legends li span.redLegend {
    border: 2px solid #c30011;
    background: #fff;
}
.legends li span.orangeLegend {
    border: 2px solid #f57701;
    background: #fff;
}
.wrapperCalender {
    background: transparent;
    max-width: 500px;
    width: auto;
    padding: 20px 20px;
}
.profileGrid {
    width: 47%;
    float: none;
    text-align: center;
    background: #fff;
    padding: 50px 20px;
    border-radius: 12px;
    margin: 4px;
    display: inline-block;
}
.calender {
    background: transparent;
    border: 0;
    width: 100%;
    box-shadow: none;
}
.calender th {
    font-size: 15px;
    text-decoration: none;
    background-color: transparent;
    color: #3A3939;
    font-weight: 700;
    line-height: 37px;
}
.calender td {
    border-bottom: 0;
    border-right: 0;
    vertical-align: top;
    padding: 2px;
    width: 100px;
    min-height: 50px;
    border-radius: 100px;
    height: 27px;
}
.calender .date {
    background: #fff;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #333;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.absent_class {
    /* background: #FF3547!important; */
    border: 3px solid #c30011 !important;
    color: #000!important;
    background: #fff;
}
.present_class {
    /* background: #388E3C !important;  */
    color: #000!important;
    background: #fff;
    border: 3px solid #388E3C !important;
}

.calendarbox {
    display: flex;
    align-items: center;
    flex-flow: column;
}

.legends {
    margin: 36px 0 0 0;
}

.labelInput {
    width: 100%;
    float: left;
    display: flex;
    height: 62px;
    border: 1px solid #ddd;
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.inptlTxt {
    position: absolute;
    top: -13px;
    left: 16px;
    background: #fff;
    padding: 0 5px;
    font-weight: 700;
}

.liType {
    width: 22.5%;
    float: left;
    border: 1px solid #ddd;
    font-size: 13px;
    padding: 7px 12px;
    margin: 6px 0 0 0;
}

.splitMark {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
    height: auto !important;
    margin: 6px 0 0px 0;
    padding: 22px 0 22px 0;
}

.fullTop {
    float: left;
    padding: 0 0;
    width: 100%;
}

.fullTop .liType {
    width: 100%;
    margin: 0 0;
}

.pT {
    float: left;
    padding: 0 0;
    width: 100%;
    display: flex;
    /* flex-flow: row wrap; */
	gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.pT input {
    margin: 0 0 0 0;
    float: left;
    width: 49%;
}

.splt_grp a {
    margin: 0px -25px 0px 0;
}

.splitMartWrap {
    float: left;
}

.copyComplete {
    float: left;
}

.splt_grp {
   width: 100%;
    float: left;
    display: flex;
    gap: 8px;
    padding: 11px 27px 11px 5px;
    flex-flow: column;
    /* border-bottom: 5px solid #ddd; */
}
.label_cont{
	width: 100%;
    float: left;
    padding: 0px 20px;
}   
.addmoresubcontainer{
	width: 85%;
    float: left;
    margin: 0 0px 0 44px;
}
.addmoremaincontainer{
	width: 100%;
    float: left;
	text-align: center;
}

.underAccordianWrap {
    width: 100%;
    float: left;
    padding: 0 20px;
    position: relative;
    z-index: 11;
}

.mainAccordian {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    margin: 0 0 13px 0;
}

.flipUpper {
    width: 100%;
    float: left;
    display: flex;
    padding: 9px 20px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.flipUpper h4 {
    float: left;
    display: flex;
    margin: 0 0;
    font-size: 17px;
}

.flipUpper i {
    float: left;
    transition: 0.3s ease-in-out;
    font-size: 12px;
}

.activeAcordian i {
    transform: rotate(180deg);
}

.panelUpper {
    width: 100%;
    float: left;
    padding: 10px 25px 25px 25px;
    display: none;
}

.pu__content {
    width: 100%;
    float: left;
    margin: 3px 0;
}

.flipDown {
    width: 100%;
    float: left;
    display: flex;
    padding: 9px 20px;
    justify-content: space-between;
    align-items: center;
    background-color: #f2f2f2;
    cursor: pointer;
}

.flipDown i {
    float: left;
    transition: 0.3s ease-in-out;
    font-size: 12px;
}

.flipDown h5 {
    float: left;
    display: flex;
    margin: 0 0;
    font-size: 15px;
}

.panelDown {
    width: 100%;
    float: left;
    padding: 0 20px 20px 20px;
    background-color: #f4f4f4;
    display: none;
}
.panelDown p {
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
}
.main_devider{
	width: 100%;
	float: left;
	border: 2px solid #2c2c2c;
}
.pTContainer{
	width: 100%;
	float: left;
}

.check_accession_no {
    position: absolute;
    right: 0;
    bottom: 10px;
}
.err_border{
	border: 1px solid red;
}

.radioBttnsWrap {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 15px;
    padding: 0 11px;
}

.radioBttnsWrap p {
	width: 100%;
	float: left;
	margin: 0 0 -2px 0;
	font-size: 16px;
}

.radioBttnsWrap label {
	float: left;
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: "Roboto";
	font-weight: 400;
}

.pageLoader {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.7);
	top: 0;
	left: 0;
	background-image: url(../_images/loader1.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 35px;
	display: none;
}

.inpText {
    float: right;
    width: calc(100% - 114px);
	display: none;
}

.cogrd thead tr th:last-child {
	width: 400px !important;
}

.cogrd tbody tr td:last-child {
	width: 400px !important;
}
.addTeacherWrapComplete {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    backdrop-filter: blur(4px);
    display: none;
}

.addTeacherBlock {
    width: 1000px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    padding: 20px 30px;
    overflow: auto;
}

.subBttnsWrap {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ededed;
    display: flex;
    justify-content: center;
    gap: 11px;
    padding: 12px 0;
}

.subBttnsWrap .bttn {
    background-color: #c24747;
    color: #fff;
    border: 0;
    padding: 0 32px;
    height: 46px;
    outline: none !important;
    border-radius: 5px;
}

.subBttnsWrap .bttn.subBtn {
    background-color: #007eff;
    color: #fff;
}

.addTeacherBlock h4 {
    width: 100%;
    float: left;
    margin: 0;
}

.teachersWrap {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

.teachersWrap h5 {
    width: 100%;
    float: left;
    margin: 0 0 14px 0;
}

.teachersWrap .teachersListing {
    width: 100%;
    float: left;
    margin: 0px 0 63px 0;
    display: flex;
    flex-flow: row wrap;
    gap: 12px;
    height: 300px;
    overflow: auto;
}

.teachersListing::-webkit-scrollbar {
    display: none;
}

.teachersWrap .teachersListing label {
    background-color: #e9e9e9;
    padding: 10px 16px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 23.99%;
    gap: 10px;
    float: left;
    margin: 0;
    cursor: pointer;
    font-size: 12px;
}

.rightSection {
    position: absolute;
    right: 35px;
    top: 25px;
    padding: 0;
}

.selectSeason {
    width: 230px;
    float: left;
    padding: 10px 14px;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 8px;
    appearance: none;
}

.closeAtb {
    float: right;
    padding: 14px 15px;
    margin: 0 0 0 11px;
    border: 1px solid #ddd;
    border-radius: 7px;
    color: #f00;
    cursor: pointer;
}

.innTd {
    width: 100%;
    float: left;
    padding: 20px 40px;
    background-color: #f7f7f7;
    display: none;
    margin: 0;
}

.innTd li {
    width: 91%;
    float: left;
    padding: 12px 0;
    justify-content: space-between;
    align-items: center;
}

.innTd li a{
    float: right;
}

.accordianTr {
    padding: 0;
}

.accordianTr td {
    padding: 0;
}

.accFlip {
    text-align: center;
}