/* navbar */
.purchase-order-body h5{
	font-size: 1.5rem;
}
.address p{
	font-size: 1.5rem;
}

.side-menu{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color:#fff!important;
}

.side-menu-icon img,
.profile-email a{
	cursor: pointer;
}

.fa-bars{
	font-size: 2rem;
}

.fa{
	cursor: pointer;
}

.custom-navbar{
	background-color:transparent; 
	position: fixed;
	top:0;
	z-index: 99;
	width: 100%;
	padding:1rem;
	margin: 0;
	border-radius: 0;
	transition: 0.3s;
}

.profile-email a,
.profile-email a:hover,
.profile-email a:active,
.profile-email a:visited,
.profile-email a:focus{
	color: #fff;
	text-decoration: none;
}

/* common for all section */
.main-content{
	padding:1rem;
}

/* section-1 */
.section-1{
	/*background-image: url('../img/pexelsefhsbfs-photo-373488.jpeg');*/
	width: 100%;
	height: 30vh;
	background-size:cover;
	background-attachment: fixed;
}

.teacher-sec1{
    /*background: #24C6DC;  */
    /*background: -webkit-linear-gradient(to bottom, #514A9D, #24C6DC);  */
    /*background: linear-gradient(to bottom, #514A9D, #24C6DC); */

	background: #1da1f2;
	background:-webkit-linear-gradient(to bottom, #1da1f2, #A7DBFB);
	background:linear-gradient(to bottom, #1da1f2, #A7DBFB);
}

.student-sec1{
    /*background: #B993D6;  */
    /*background: -webkit-linear-gradient(to bottom, #8CA6DB, #B993D6);  */
    /*background: linear-gradient(to bottom, #8CA6DB, #B993D6);*/
	background: #1da1f2;
	background:-webkit-linear-gradient(to bottom, #1da1f2, #A7DBFB);
	background:linear-gradient(to bottom, #1da1f2, #A7DBFB);
}

/*.parent-sec1{
	background: #16BFFD;  
    background: -webkit-linear-gradient(to bottom, #CB3066, #16BFFD); 
    background: linear-gradient(to bottom, #CB3066, #16BFFD);
}*/

.parent-sec1{
	/*background: #36D1DC;  !* fallback for old browsers *!*/
	/*background: -webkit-linear-gradient(to top, #5B86E5, #36D1DC);  !* Chrome 10-25, Safari 5.1-6 *!*/
	/*background: linear-gradient(to top, #5B86E5, #36D1DC); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/
	background: #1da1f2;
	background:-webkit-linear-gradient(to bottom, #1da1f2, #A7DBFB);
	background:linear-gradient(to bottom, #1da1f2, #A7DBFB);
}

/*.parent-sec1{
	background: #1488CC;
    background: -webkit-linear-gradient(to bottom, #2B32B2, #1488CC); 
    background: linear-gradient(to bottom, #2B32B2, #1488CC); 
}*/

.section-1 div{
	height: 100%;
}

.class-name{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.csc-class-name{
	color: #fff;
	font-weight: 600;
}

/* section-2 */
.navbar2{
	display: flex;
	flex-direction: row;
	justify-content: center;
	background-color: #fafafa;
	z-index: 1;
	margin:0;
	padding: 0;
	border-radius: 0;
	border-bottom: 1px solid #ddd;
    /*box-shadow: 0px 1px 15px #ababab;*/
}

.navbar2 div{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.navbar2-link{
	padding: 1rem;
}

.navbar2-link a,
.navbar2-link a:hover,
.navbar2-link a:active,
.navbar2-link a:visited,
.navbar2-link a:focus{
	color: #000;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 500;
}

.navbar2-link.active{
	border-bottom: 2px solid #555;
}

/* navbar slide menu */
.pt-side-menu-back-arrow{
	width:1.5rem;
	height:100%;
}

.nav-slide-menu{
	transition: 0.5s;
	width: 0;
	height: 100%;
	width: 0;
	overflow-y: hidden;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	margin:0;
	padding:0;
	background-color:#fefefe;
	color:#333;
	box-shadow: 1px 0px 10px #ccc;
}

.inside-slide-menu{
	z-index: -1;
	transition-delay: 0s;
}

.menu-view{
	display: flex;
	flex-direction: column;
	transition: 0.3s;
}

.side-menu-appear{
	display:none;
	transition: 1s linear;
}

.menu-view-close-button{
	padding:1rem;
	display: flex;
	flex-direction: row;
}

.menu-view-close-button i,
.menu-view-close-button img{
	margin-left:auto;
}

i.cross-icon{
	color:#333;
	font-size: 2rem;
}

div.cross-icon{
	cursor: pointer;
	margin-left:auto;
}

.side-nav-links:hover,
.side-nav-links:active{
	background-color: #eee;
}

.side-nav-links [href="#/logout"]{
	margin-bottom: 2rem;
}

	/* section-3 */
.section-3,
.class-profile-section{
	background-color: #efefef;
	position: relative;
	height:100%;
}

.sec3-left-cont{
	background:#fff;
	border-right:1px solid #ddd;
}

#content{
	padding-left: 0!important;
	padding-right: 0!important;
	background-color: #EFEFEF;
	min-height:70vh;
}

@media(max-width:578px){
    #content{
        background-color: #fff;
    }

    #launcher{
        display: none!important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) {
    #content{
        background-color: #fff;
    }

    #launcher{
        display: none!important;
    }

	.payments-mode-modal,.confirm-modal-width{
		width:50%!important;
	}
}


.flow{
	height: auto;
	background-color: #efefef;
	padding-top: 3rem;	
}

.mx-0{
	margin-left: 0!important;
	margin-right: 0!important;
}

.my-0{
	margin-top: 0!important;
	margin-right: 0!important;
}

.px-0{
	padding-left: 0!important;
	padding-right: 0!important;
}

.py-0{
	padding-top: 0!important;
	padding-bottom: 0!important;
}

/* leftFLOW */

.assignments,
.class-code{
	width: auto;
	background-color: #fff;
	border:1px solid #dedede;
	/*box-shadow: 0px 2px 15px #ddd;*/
	margin-bottom: 1rem;
	display: flex;
	flex-direction: column;
	padding:1rem;
}

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

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.hr-assign{
	border-bottom:2px solid #333;
	width: 100px;
    margin: 0 auto;
}

.due-date{
	padding-top: 1rem;
	color:#333;
}

.due-current{
	color:#f86752;
	font-weight: 600;
	padding-left:0.5rem;
}

.class-code-code{
	margin-top: 0;
	color:#61ce73;
}

/* mainFLOW */
.right-side-status-container{
	display: flex;
	flex-direction: row;
	width:100%;
	justify-content: center;
}

.status-container{
	display: flex;
	flex-direction: row;
	padding:0.5rem;
	width: 100%;
	height:auto;
	background-color: #fff;
	border: 1px solid #dedede;
	/*box-shadow: 0px 2px 15px #ddd;*/
	margin-bottom: 0.5rem;
	border-radius: 5px;
}

.status-card{
	margin-bottom: 0.5rem;
	border: 1px solid #dedede;
	/*box-shadow: 0px 2px 15px #ddd;*/
	border-radius: 5px;
}

.status-main-content{
	display: flex;
	flex-direction: column;
	padding:1rem;
	width: 100%;
	height:auto;
	background-color: #fff;
	position: relative;
/*	border: 1px solid #ccc;*/
/*	box-shadow: 0px 2px 15px #ddd;*/
/*	margin-bottom: 1rem;*/
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.profile-image img{
	width: 2rem;
}

.status-textbox{
	width: 100%;
}

.status-textbox input{
	width: 100%;
	height: 100%;
	padding:1rem;
	text-decoration: none;
	outline: none;
	border-radius: 8px;
	border:1px solid #dedede;
}

.status-textbox .text-area textarea{
	width: 100%;
	height: 100px;
	padding:1rem;
	text-decoration: none;
	outline: none;
	border-radius: 8px;
	border:1px solid #dedede;
	resize: none;
}

.text-area{
	display: flex;
	flex-direction: row;
	position: relative;
	margin-bottom: 0.5rem;
	/*margin-top: 0.5rem;*/
}

.fa-custom-smiley{
	position: absolute;
    right: 0.2em;
    bottom: 0.1em;
    font-size: 2rem;
    color:#aaa;
}

.w-100{
	width: 100%!important;
}

/*.h-100{*/
	/*height: 100%!important;*/
/*}*/

.w-75{
	width: 75%;
}

.attachment-area{
	display: flex;
	flex-direction: row;
}

.attach:first-child{
	padding-left: 0.5rem;
}

.attach{
	padding-right:1.5rem;
	font-size: 2rem;
}

.horizontal-flip{
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-camera,
.fa-picture-o,
.fa-map-marker,
.fa-paperclip,
.fa-microphone{
	color:#aaa;
}

.fa-camera{
	font-size: 1.9rem;
}

.send-button{
	margin-left: auto;
}

.send-button button{
	background-color: #2196F3;
	color:#fff;
	font-size: 1rem;
}

.send-button button:hover{
	color:#fff;
}

#dummy-container{
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
}

.fa-custom-smiley{

}

/* image radio buttons */
/*label {
	margin-right: 1rem;
}
label > input{ 
  visibility: hidden; 
  position: absolute;
  width: 32px;
  height: 32px;
      
}
label > input + img{ 
  cursor:pointer;
  border:2px solid transparent;
  opacity: .4;
}
label > input:checked + img{ 
      opacity: 1;
}*/

/* ///////////////////// Radio Buttons //////////////////////// */
.status-type{
	display: flex;
	flex-direction: row;
}
/* The container */
.custom-radio {
    display: block;
    position: relative;
    padding-left: 2rem;
    margin-right: 2rem;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
    margin-top: 0.2rem;
}

.custom-radio input ~ .checkmark {
    background-color: #fff;
    border:2px solid #aaa;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
    background-color: #fff;
    color: #aaa;
    content: '\e013';
    font: 0.9rem Glyphicons Halflings;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
    background-color: #2196F3;
    border: none;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
 	top: 1.5px;
    left: 2.5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    color: white;
    content: '\e013';
    font: 0.7rem Glyphicons Halflings;
}
/*Radio buttons ends*/

/* School event starts */

.mb-p5{
	margin-bottom:0.5rem!important;
}

.mb-1rem{
	margin-bottom: 1rem!important;
}

.event-image img{
	width: 1.5rem;
}

.po-invoice-icon{
	width:1.8rem;
}

.event-image img[src="imgs/mobileuser/announcement.png"]{
	width: 1.8rem;
}

.event-name h3,
.po-invoice-name{
	margin-top: 0; 
	margin-bottom: 0;
	font-weight: 600;
	color:#333;
	font-size: 1rem;
}

.school-event,
.inner-event-name{
	display:flex;
	flex-direction: row;
}

.inner-event-name p{
	padding-right: 1rem;
	color: #258ef7!important;
	font-size: 0.9rem!important;
	margin-bottom: 0.3rem;
	font-weight: 500!important;
}


.due-date,
.class-event-schedule,
.event-attachment{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-top: 0;
	width: 100%;
	margin-bottom: 0.3rem;
}

.event-attachment h5{
	color:#2196F3;
}

.due-date h5,
.class-event-schedule h5{
	color:#2196F3;
	margin:0;
	font-weight: 500;
	margin-bottom: 0.3rem;
}

.due-date-icon{
	margin-right: 1rem;
}

.event-schedule-icon{
	margin-right: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.event-attachment{
	margin:0;	
}


.comment-section{
	display:flex;
	flex-direction: row;
	align-items: center;
	padding: 1rem;
	background-color:#fafafa; 
	border-top: 1px solid #dedede;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.comment-profile-image img{
	width: 4rem;
}

.comment-box input{
	width: 100%;
    height: 100%;
    padding: 1rem;
    text-decoration: none;
    outline: none;
    border-radius: 8px;
    border:none;
    background-color: transparent;
}

.image-sharing{
	width: 400px;
	max-width: 400px;
}

.image-sharing img{
	max-width: 400px;
}

.class-switch-menu{
	display: flex;
	flex-direction: column;
	padding:0;
}

.class-switch-menu a{
	text-decoration: none;
	color:#333;
}

.class-switch-menu-heading h5{
	color:#333;
	text-align: left;
	font-weight: 600;
	padding-left: 1rem!important;
	max-width:17rem;
}

.class-profile-name h4.kidname{
	font-weight: 500;
}

.class-menu-each{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding:0.5rem 1rem;
}

.class-link{
	margin-bottom:4rem;
}

.class-menu-each:hover,
.class-menu-each:active{
	background-color: #eee;
}

.class-profile-image img{
	width: 2.3rem;
}

.class-profile-name h5{
	padding-left: 1rem;
	text-decoration: none;
	font-weight:500;
}

.class-profile-name h5:hover{
	text-decoration: none;
}

.active-class{
	background-color: #fafafa;
}

.post-comment button{
	background-color: #2196F3;
    color: #fff;
    font-size: 1.2rem;
}

.post-comment button:hover,
.post-comment button:active,
.post-comment button:visited,
.post-comment button:focus{
	color:#fff;
}

.fa-calendar{
	color:#2196F3;
	font-size: 1rem;
}

.comment-bb{
	border-bottom: 2px solid #dedede;
}

.homework-status{
	display: flex;
	flex-direction: row;
	position: absolute;
	top:1rem;
	right: 1rem;	
}

.homework-status p{
	font-weight: 600;
	color:#aaa;
}

.vr{
	height:20px;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	border-right: 1px solid #dedede;
}

.done{
	color:#61ce73;
	font-weight: 700;
	font-size: 1.7rem;
}

.not-done{
	color:#f86752;
	font-weight: 700;
	font-size: 1.7rem;
}

.flex-direc-col{
	display: flex;
	flex-direction: column;
}

.pad-l-3rem{
	padding-left: 3rem;
}

.pad-l-1rem{
	padding-left: 1rem;
}

.border-radius-img img{
	border-radius:2rem;
}

.slide-nav-heading,
.notification-padding{
	padding: 0.7rem 1rem;
}

.slide-nav-heading h5{
	color:#aaa;
	margin-bottom: 0;
}

.hr-slide-menu{
	border-bottom:1px solid #efefef;
}

.fa-slide-menu{
	font-size:2.1rem;
}

.bg-grey{
	background-color: #e9ebee;
}

.pt-1rem{
	padding-top:1rem!important;
}

.mt-0{
	margin-top: 0!important;
}

.mt-1rem{
	margin-top: 1rem!important;
}

.mt-2rem{
	margin-top:2rem!important;
}

.pl-0{
	padding-left: 0;
}

.pl-1rem{
	padding-left:1rem!important;
}

.ml-1rem{
	margin-left: 1rem;
}

.ml-p5rem{
	margin-left: 0.5rem!important;
}

/* grade book */
.grade-book{
	width: 700px;
	background-color: #fff;
	margin:1rem;
	padding:1rem;
	margin-left:auto;
	margin-right:auto;
	display: flex;
	flex-direction: column;
}

.category-head{
	font-weight: 600;
	color:#333;
}

#gb-rollno{
	width: 100px;
}

.p-1rem{
	padding:1rem;
}

.px-0{
	padding-left: 0!important;
	padding-right:0!important;
}

.gb-input{
	outline:none;
	border: none;
}

.gb-custom-hr{
	border-top: 2px solid #555;
	width: 96%;
}

.signature-area{
	margin-top:4rem;
}

.hr-top{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.triple6grey{
	background-color: #666!important;
}

.mt-6rem{
	margin-top:6rem;
}

.custom-card{
	background-color: #fff;
}

.form-group-custom{
	display: flex;
	width: 100%;
}

.form-group-custom input{
	border: none;
    border: 1px solid #ddd;
    outline: 0!important;
    padding: 1rem;
    color: #000!important;
    font-size: 1.5rem;
    width: 100%;
}

.form-group-custom h5,
.form-group-custom input{
	text-align: center;
}

.mb-0{
	margin-bottom: 0!important;
}

.my-1rem{
	margin-bottom: 2rem!important;
	margin-top: 2rem!important;
}

.heading-border{
	border: none;
    border: 1px solid #ddd;
    outline: 0!important;
    padding: 1rem;
    color: #000!important;
    font-size: 1.5rem;
    width: 100%;
}

.form-heading{
	font-weight: 600;
	font-size: 1.5rem;
}

.w-5{
	width: 5%!important;
}

.w-10{
	width: 10%!important;
}

.w-15{
	width: 15%!important;
}

.w-20{
	width: 20%!important;
}

.w-30{
	width: 30%!important;
}

.w-33{
	width: 33%!important;
}

.w-40{
	width:40%!important;
}

.w-45{
	width: 45%!important;
}

.w-50{
	width: 50%!important;
}

.w-55{
	width: 55%!important;
}

.w-60{
	width: 60%!important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.purchase-order-company-logo{
	margin-bottom: 1rem;
}

.skooly-pink{
	color:#F55980;
}

.address h5{
	font-weight: 600;
}

.po-details{
	margin-bottom: 5rem;
	display: flex;
	flex-direction: row;
}

.PO-custom-row{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.mt-8rem{
	margin-top: 8rem!important;
}

.ml-1rem{
	margin-left: 1rem;
}

.m-0{
	margin:0;	
}

#total-row{
	margin-top: auto;
	padding-top:10rem;
}

.text-left{
	text-align: left!important;
}

.text-right{
	text-align: right!important;
}

.btn-add-more{
	background-color: #F55980;
    color: #FFFFFF;
    border: 1px solid #F55980;
    box-sizing: border-box;
    float: right;
    padding-right: 25px;
    padding-left: 25px;
}

/* Print Preview */

.grey-area{
    background-color: #EFEFEF;
    
}

.a4-size{
    background-color: #fff;
    padding:1rem;
}

.pp-head{
    display: flex;
    flex-direction: row;
}

.pp-school-logo img{
    object-fit: cover;
    max-width: 70px;
    max-height: 70px;
}

.mt-1rem{
    margin-top:1rem;
}

.mt-p5rem{
    margin-top:0.5rem;
}

.topic-category{
    font-weight:600;
    color:#333;
}

.topic-border{
    border-bottom:1px solid #333;
}

.pp-input-box-label{
    color:#a1a1a1;
    font-weight: normal;
}

.pp-input-box{
    border:none;
    outline:none;
    padding:0 1rem 1rem 0;
    color:#000;
}

.px-0{
    padding-left:0!important;
    padding-right:0!important;
}

.left-0{
	left:0!important;
}

.width-max-content{
	width:max-content!important;
}

.w-10{
    width: 10%!important;
}

.w-30{
    width: 30%!important;
}

.w-80{
	width:80%;
}

.float-left{
    float: left!important;
}

.flex-row-align-center{
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

.custom-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.custom-column{
	display: flex;
	flex-direction: column;
}

.pattern{
	background: 
	linear-gradient(63deg, #999 23%, transparent 23%) 7px 0, 
	linear-gradient(63deg, transparent 74%, #999 78%), 
	linear-gradient(63deg, transparent 34%, #999 38%, #999 58%, transparent 62%), 
	#444;
	background-size: 16px 48px;
}

.font-bold{
	font-weight: bold;
}

.mb-5rem{
	margin-bottom:5rem!important;
}

/* print preview col-md-12 no padding*/

.grey-area .col-md-12{
	padding-left: 0;
	padding-right: 0;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.profile-email .dropdown-menu{
	flex-direction: column;
	right: 0;
	left: auto;
	border-radius:3px;
}

.dropdown-item{
	color:#000 !important;
	padding:0.5rem;
}

.dropdown-divider {
	height: 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.card-bg{
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 1rem;
}

.nav-student-profile-picture,
.round-profile-pic{
	object-fit: cover;
	width: 30px;
	height: 30px;
	border-radius: 30px;
}

.add-class-pt-left,
.add-class-pt-left:hover,
.add-class-pt-left:active,
.add-class-pt-left:visited,
.add-class-pt-left:focus{
	background: #4568DC;
	/*background: -webkit-linear-gradient(to right, #663399, #8E2DE2);*/
	/*background: linear-gradient(to right, #663399, #8E2DE2);*/
	color:#fff;
	margin: 0.8rem 1rem;
	padding: 6.6px 9.8px;
}

.join-class-button,
.join-class-button:hover,
.join-class-button:active,
.join-class-button:visited,
.join-class-button:focus{
	background: #fff!important;
	color: #e91e63!important;
	border: 1px solid;
	margin: 0.8rem 1rem;
	padding: 6.6px 9.8px;
}

.activity-date{
	font-style: italic;
	font-size: 15px;
	color: #262626;
	font-weight: bold;
	padding: 15px 10px;
}

.activity-date-outer,
.activity{
	border-bottom:1px solid #e9e9e9;
}

.dropdown-icons{
	margin-right:1rem!important;
}

.activity{
	display: flex;
	flex-direction: row;
	justify-content:flex-start;
	padding: 1rem 0;
	margin-top:0!important;
}

.activity:last-child{
	border-bottom:0;
	padding-bottom:0;
}

.activity-image-container img{
	width:35px;
}

.activity-time{
	font-size:1rem;
}

.modal-body.joinClassModalbody{
	padding:0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.modalClose{
	position: absolute;
	width:1rem;
	top:0.5rem;
	right:0.5rem;
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
}

.student-profile-header{
	width: 100%;
	max-width: 50px;
	height: 48px;
	object-fit: cover;
	border-radius: 50px;
}

.mr-p5rem{
	margin-right:0.5rem!important;
}

.class-switch-menu-heading{
	background-color: #fafafa;
	padding:0.5rem 0;
}

.flex-direc-col.selectedMenu.active,
.class-menu-each.active{
	border-right: 4px solid #e91e63;
	background-color: #f2eaea;
}

.activity-sender{
	font-size: 14px;
	font-weight: normal;
}

.activity-pt-time{
	color: #2196F3;
}

.pt-image-gallery img{
	max-width: 100%;
}

.school-profile-image img{
	width: 170px;
	height: 100px;
	object-fit: cover;
}

.update-button-child-profile{
	background-color: #e91e63 !important;
	border-color:#e91e63 !important;
	font-size:1rem;
	padding:8px 20px;
}

/*.occupy-avail-height{*/
	/*-webkit-height: 100%!important;*/
	/*-moz-height: 100%!important;*/
	/*-ms-height: 100%!important;*/
	/*-o-height: 100%!important;*/
	/*height: 100%!important;*/
/*}*/

/*.skooly-reg-container, .skooly-reg-row, .reg-section-content, .reg-section-image{*/
	/*-webkit-height: 100%;*/
	/*-moz-height: 100%;*/
	/*-ms-height: 100%;*/
	/*-o-height: 100%;*/
	/*height: 100%;*/
/*}*/

/*css for parent flow new */

/* css for parent flow new */

.checkbox-success input[type="checkbox"]:checked + label::before, .checkbox-success input[type="radio"]:checked + label::before {
    background-color: #44CB8A;
    border-color: #44CB8A;
    outline: none;
}

label.toggler::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #C1BBBB;
    left: 0;
    top: 0;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20.5px;
    height: 20.5px;
    left: 0;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

input[type="checkbox"]:checked + label.toggler::after {
    transition: width 0.2s;
    width: 25px;
}

input[type="checkbox"].styled:checked + label:after, input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
    margin-top: -1px;
    padding-left: 1px;
}
.checkbox-success input[type="checkbox"]:checked + label::after, .checkbox-success input[type="radio"]:checked + label::after {
    color: #fff!important;
}
.attendanceIndicator.checkbox.checkbox-success input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 12px;
    top: 1px;
}

.attendanceIndicator.checkbox.checkbox-warning input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00d";
    font-size: 12px;
    top: 1px;
    padding-left: 2px;
}


.attendanceIndicator.checkbox.checkbox-danger input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00d";
    font-size: 12px;
    top: 1px;
    padding-left: 2px;
}
.check-box-align label::after {
    top: 3px;
}
label.toggler::after {
    left: 1px !important;
}
label.toggler::after {
    content: '\e013';
    position: absolute;
    left: 3px;
    top: 3px;
	color:#fff!important;
    font: 13px Glyphicons Halflings;
    width: 0;
    overflow: hidden;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
     padding-left: 3px;
    padding-top: 2px!important;
    font-size: 12px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
	margin-left: 0;
}

.checkbox label, .radio label{
	margin-left: 10px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.annoAddon {
    background-color: #fff;
    border-radius: 0px;
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 6px;
    color: #555;
    vertical-align: middle;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    border-left: 0px;
    width: 100%;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
    color: #999;
}

.bootstrap-tagsinput {
    border: 1px solid #ccc !important;
}

.createAnnoucementDetails .bootstrap-tagsinput {
    min-height: 0;
}

.createAnnoucementDetails .bootstrap-tagsinput {
    min-height: 0;
}
.createAnnoucementDetails .bootstrap-tagsinput {
    min-height: 0px !important;
}

.bootstrap-tagsinput input {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent !important;
    padding: 0 6px !important;
    margin: 0 !important;
    min-width: 100px !important;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #000;
    border: 1px solid #ddd;
    font-weight: normal;
    font-size: .85em;
}

.to-message{
	margin-bottom: 0.5rem;
}

.annLink {
    color: #5aaff0;
}

.scheduleAttach{
	background-color: transparent!important;
	padding-left: 0!important;
}

.scheduleAttach, 
.scheduleAnnounce,
.attachLink{
	padding:6px 12px;
}

.scheduleAttach:hover, 
.scheduleAnnounce:hover,
.attachLink:hover{
	background-color: transparent!important;
}

.pl-0{
	padding-left: 0!important;
}

.pl-p5rem{
	padding-left: 0.5rem;
}

.pt-p5rem{
	padding-top: 0.5rem;
}

.CustomAttachmentlabel {
    background: #fff;
    font-size: 11px;
    margin-right: 1em;
    border: 1px solid #17a290;
    color: #17a290;
    display: inline-block;
    margin-bottom: 4px;
}

.CustomAttachmentlabel a {
    color: #17a290 !important;
	font-weight: 500;
}

.CustomAttachmentlabel a i {
    color: #17a290 !important;
}

.text-redcol {
    color: #999;
    font-size: 0.9rem;
}

input#send-class-message{
	font-size:1rem;
}

.kidbg-student-teacher .teacher-name span {
	border-radius: 50px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	height: 30px;
	line-height: 40px;
	padding: 5px!important;
	text-align: center;
	width: 30px;
}

.kidbg-student-teacher {
	background: #4568DC;
	/*background: -webkit-linear-gradient(to right, #663399, #8E2DE2);*/
	/*background: linear-gradient(to right, #663399, #8E2DE2);*/
	background-size: 100%;
	display: inline-block;
	border-radius: 50px;
	margin:0;
}

.kidbg-parent {
	background: #ed477e;
	background-size: 100%;
	display: inline-block;
	border-radius: 50px;
	margin:0;
}

.logout-sidemenu{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 0.5rem;
}

/* Class activity loader */

@keyframes lds-ripple {
	0% {
		top: 96px;
		left: 96px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: 18px;
		left: 18px;
		width: 156px;
		height: 156px;
		opacity: 0;
	}
}
@-webkit-keyframes lds-ripple {
	0% {
		top: 96px;
		left: 96px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: 18px;
		left: 18px;
		width: 156px;
		height: 156px;
		opacity: 0;
	}
}
.lds-ripple {
	position: relative;
}
.lds-ripple div {
	box-sizing: content-box;
	position: absolute;
	border-width: 4px;
	border-style: solid;
	opacity: 1;
	border-radius: 50%;
	-webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(1) {
	border-color: #E91E63;
}
.lds-ripple div:nth-child(2) {
	border-color: #E91E63;
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.lds-ripple {
	width: 91px !important;
	height: 91px !important;
	-webkit-transform: translate(-45.5px, -45.5px) scale(0.455) translate(45.5px, 45.5px);
	transform: translate(-45.5px, -45.5px) scale(0.455) translate(45.5px, 45.5px);
}

.loading-background{
	position: absolute;
	top: 0;
	bottom:0;
	left:0;
	right:0;
	z-index: 9;
}

.lds-css{
	position: absolute;
	top: 10rem;
	left: 45%;
}

.bootstrap-tagsinput .typeahead.dropdown-menu li.active a.dropdown-item{
	/*background-color: #fff!important;*/
	color:#fff!important;
}

.class-logo{
	border-radius:30px;
}

/* student list - teacher login */

section.main-content-body .search-bar-select input.form-control {
	position: relative;
	border: 1px solid rgba(223, 223, 223, 0.78);
	background: url(../imgs/dashboard/search.png) no-repeat 10px center;
	background-size: 15px;
	padding-left: 35px!important;
}

#activityReportTable_filter label input {
	position: relative;
	border: 1px solid rgba(223, 223, 223, 0.78);
	background-size: 15px;
	padding-left: 35px!important;
	height: auto!important;
}

.form-control[id="studentSearch"]{
	height:22px!important;
}

.classroom-list table.my-classrooms .teachers ul {
	padding-left: 0px;
}

.classroom-list table.my-classrooms .teachers ul {
	list-style-type: none;
}

figure{
	margin:0!important;
}

td ul li{
	list-style: none;
}

ul li span.subject {
	font-size: 12px;
	color: #51b1dd;
}

.class-title p{
	text-align: left;
	/*margin-left: 1rem;*/
}

.coming-soon{
	color:#F55980;
	background-color: #FFFFFF;
	font-size: 11px!important;
	font-weight: normal;
	border:1px solid #F55980;
	margin-top: 0.3rem;
	margin-left: 0.3rem!important;
}

table.student-list-teacher-flow tbody tr td{
	text-align: left;
}

.pr-0{
	padding-right: 0!important;
}

.total-student-count{
	color:#51b1dd;
}

.ml-auto{
	margin-left: auto!important;
}

.class-name-long-text{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 13rem;
}

span.badge-info{
	position: absolute;
	right: 5px;
}

.flex-column{
	display: flex;
	flex-direction: column;
}

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

.flex-grow-1{
	flex-grow: 1;
}
/*#pt-submit-btns #backToUserProfile,*/
/*#pt-submit-btns #backToUserProfile:hover,*/
/*#pt-submit-btns #backToUserProfile:active,*/
/*#pt-submit-btns #backToUserProfile:visited,*/
/*#pt-submit-btns #backToUserProfile:focus{*/
	/*background-color: #3392e2;*/
	/*border:1px solid;*/
	/*color:#fff;*/
/*}*/


/*#pt-submit-btns #verifyOtp,*/
/*#pt-submit-btns #verifyOtp:hover,*/
/*#pt-submit-btns #verifyOtp:active,*/
/*#pt-submit-btns #verifyOtp:visited,*/
/*#pt-submit-btns #verifyOtp:focus{*/
	/*background-color: #e91e63;*/
	/*border:1px solid;*/
	/*color:#fff;*/
/*}*/

.justify-content-between {
	justify-content: space-between!important;
}

.bottom-outline,
.bottom-outline:first-child,
.bottom-outline:last-child{
	border:0!important;
	border-bottom:1px solid #9e9ea6!important;
	border-top-left-radius:0px!important;
	border-bottom-left-radius:0px!important;
	border-top-right-radius:0px!important;
	border-bottom-right-radius:0px!important;
}

.bottom-outline input.inline_input{
	font-size: 1.7rem !important;
	height: 4rem!important;
}

.border-spacing-for-otp-pt{
	border-spacing:1rem 0;
}

.my-6rem{
	margin-top:6rem!important;
	margin-bottom:6rem!important;
}

#pt-left-side,
#pt-left-side-activity{
	width:23%;
	min-height:62vh;
	/*height:100%;*/
	/*max-height:62vh;*/
	/*overflow-y: scroll;*/
	/*overflow-x: hidden;*/
	/*position: absolute;*/
	/*top:0;*/
}

#pt-right-side,
#pt-right-side-activity{
	width:80%;
	/*margin-left: 20%;*/
	min-height:62vh;
}

#classProfileDiv .profile-section ul li{
	list-style: none;
}

#pt-left-side::-webkit-scrollbar {
	width: 10px;
	margin-left: 2px;
}

/* Track */
#pt-left-side::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
#pt-left-side::-webkit-scrollbar-thumb {
	background: #bbb;
	opcaity:0.7;
	border-radius:15px;
}

/* Handle on hover */
#pt-left-side::-webkit-scrollbar-thumb:hover {
	background: #aaa;
}

.user-profile-top-right{
	border-radius: 30px;
	max-width: 30px;
	/* max-height: 30px; */
	width: 100%;
	max-width: 30px;
	height: 29px;
	object-fit: cover;
}

.justify-content-center{
	justify-content: center;
}

#class-empty-content img[alt="Calendar"]{
	width:10rem;
}

#class-empty-content button.empty-button{
	padding: 0.5rem 2rem;
	background: transparent;
	border: 2px solid #f8577f;
	color: #f8577f;
	border-radius: 100px;
	font-weight: bold;
}

.join-class-card {
	height:65vh;
}

.featured-menu.get-started-block .checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after{
	font-family: "FontAwesome";
	content: "\f00c";
	font-size: 12px;
	top:0!important;
	margin-top: 0!important;
}

.add-class-btns,
.add-class-btns:hover,
.add-class-btns:focus,
.add-class-btns:visited,
.add-class-btns:active{
	background-color: #e91e63 !important;
	color: white !important;
}



/*notification hover*/
.notification-pop{
	bottom: 0.8rem;
	left: 0.5rem;
	background-color: #333;
	width: 18rem;
	height: 5rem;
	border-radius: 5px;
	position: fixed;
	display: block;
	padding: 1rem 1.1rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.notify-body{
 display: flex;
 flex-direction: row;
	align-items: center;
}

#userProfileDiv #userProfileImage{
	width: 100%;
	max-width: 65px;
	height: 65px;
	object-fit: cover;
	border-radius: 4px;
}

.notify-pic img{
 max-width: 50px;
}

.notify-name{
 display: flex;
 flex-direction: column;
 margin-left: 1rem;
}

.notify-name{
	font-size:0.9rem;
}

.mb-0{
 margin-bottom: 0!important;
}

.notify-close-button{
 position: absolute;
 top: 0rem;
 right:0.5rem;
}

.notify-close-button i{
 font-size: 1.2rem;
}

#addClassContainer #teacherSchoolContainer td,
#addClassContainer #teacherClassContainer td,
#addClassContainer #teacherClassNameContainer td{
	cursor: pointer;
}

.edit-profile-parent{
	width: 100%;
	max-width: 65px;
	height: 65px;
	object-fit: cover;
}

#teacherSchoolsTable #schoolDataTable #teacherSchoolTable_wrapper tbody,
#teacherClassTable #classDataTable tbody{
	border: 1px solid #dedede;
}

.counter-span{
	color: #fff;
	background-color: #09d261; 
	margin-left: 5px;
}

.ml-2rem{
	margin-left: 2rem!important;
}

.inner-event-name .event-author span img[src = "imgs/mobileuser/principa_type.png"]{
	width:1rem;
}

.csc-class-name.selected-classname .childname,
#headerUsername{
	font-weight:500;
}

.mainHeader .kidbg .teacher-name span{
	border-radius: 50px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	height: 75px;
	line-height: 40px;
	/* margin-right: 10px; */
	padding: 5px;
	text-align: center;
	width: 75px;
}

/*.status-main-message,*/
/*.due-date,*/
/*.image-sharing,*/
/*.pl-6p{*/
	/*padding-left: 6%;*/
/*}*/

.selected-classname{
	margin-top: 0.5rem;
}

.class-name.mainHeader {
	margin-top: 1.5rem;
}

.time-of-event{
	font-size: 0.85rem;
	color:#000;
}

.event-name{
	display: flex;
	flex-direction: column;
	padding-right: 0;
	width:100%;
}

.chat-message-sender{
	font-weight:600!important;
	margin-bottom: 0.3rem;
}

body skooly{
	font-family: 'Noto Sans Regular',sans-serif!important;
}

#student-activity #activityTable .activity .activity-name-container h3.activity-name {
	font-size:1.1rem;
}

#student-activity #activityTable .activity .activity-name-container{
	padding-left: 0;
}

#studentsDiv #student-activity table tbody tr.classroom  td.teachers.text-top-table ul{
	padding-left:0!important;
}

#studentsDiv #student-activity table tbody tr td .teacher-table-img-width img.manage-table-img.fixed-40px-img{
	margin-left: 0!important;
	width: 100%!important;
	max-width: 40px;
	height: 40px;
	object-fit: cover;
}

#kidIcons{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
	align-items: center;
}

a.side-nav-links.kidMenuAction[href="#/logout"]{
	margin-bottom: 2rem;
}

.bigger-taginput .bootstrap-tagsinput{
	height:auto;
	min-height:8rem;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) and (orientation : landscape){
	#pt-left-side,
	#pt-left-side-activity,
	.sec3-left-cont,
	.sec3-left-cont.classSideBar{
		width:29%;
	}

	#pt-right-side,
	#pt-right-side-activity,
	#teacher-left-side #pt-right-side{
		width:71%;
	}

	.custom-radio{
		margin-right:1rem;
		margin-top: 0.3rem;
		margin-bottom: 1rem;
		padding-left: 1.5rem;
	}

	.status-textbox{
		margin-top: 0.5rem;
	}

	.custom-radio input ~ .checkmark {
		top:-2px;
	}

	.to-message{
		margin-bottom: 0.5rem;
	}

	.custom-radio input:checked ~ .checkmark {
		top:-2px;
	}

	.text-redcol{
		font-size: 0.9rem;
	}

	.text-area{
		margin-top:0.5rem;
		margin-bottom:0.5rem;
	}

}

/* payment css */

.align-itmes-center{
	align-items: center;
}

.amount-label{
	font-weight: 500;
	font-size: 16px; 
}

.payments-mode-modal{
	width:25%;
	vertical-align: middle;
}

.confirm-modal-width{
	width:auto;
	vertical-align: middle;
}

@media(max-width: 575px){
	#launcher{
		display:none;
	}

	.payments-mode-modal,
	.confirm-modal-width{
		width:93%;
		vertical-align: bottom;
	}
}

.no-border{
	border: none;
}

.btn-payment-mode{
	background-color: #fff;
	color:#000;
	border:1px solid;
	padding: 0.5rem;
	width:100%;
	font-size: 1rem;
	transition: 0.5s;
}

.btn-payment-mode:hover,
.btn-payment-mode:active,
.btn-payment-mode:visited,
.btn-payment-mode:focus{
	background-color: #fff;
	color:#000;
}

.paynow-color{
	border:1px solid #b21a57!important;
	background-color: #fff;
	padding: 0.5rem;
}

.credit-card-color{
	background-color: #fff!important;
	color:#000!important;
	border:1px solid;
	padding: 0.5rem;
	display: flex;
	flex-direction: row;
	align-items:center;
	justify-content: center;
	font-size: 1.2rem;
}

/*.credit-card-color{*/
	/*background-color: #53a8f9!important;*/
	/*color:#fff!important;*/
	/*border:1px solid  #53a8f9;*/
	/*padding: 1rem;*/
/*}*/

.apple-pay{
	background-color: #000!important;
	color:#fff!important;
	border:1px solid ;
	padding: 1rem;
	font-size: 1.2rem;
}

.mr-p5rem{
	margin-right: 0.5rem;
}

.close-custom{
	top: 1rem;
	float: right;
	font-size: 21px;
	right: 1rem;
	font-weight: bold;
	position: absolute;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}

.close-custom span{
	font-size: 2rem;
	font-weight: lighter;
}

.imp-text{
	color:#e91d62;
}

.btn-lg-custom{
	text-align: center;
	max-width: 270px;
	width: 100%;
	display: inline-block;
	margin-top: 1rem;
	border: 1px solid #e91e63!important;
	outline: none;
	box-shadow: none;
	padding: 0.5rem;
	font-size: 1.2rem;
	background-color: #e91e63!important;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}

.btn-lg-custom span{
	font-size: 1rem;
}

.invoice-preview-body{
	min-width: 320px;
	max-width: 768px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	padding-top: 4rem;
	padding-right: 14px;
	padding-left: 14px;
}

.invoice-checkout{
	min-width: 320px;
	max-width: 768px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	padding-top: 0;
	padding-right: 14px;
	padding-left: 14px;
}

.contactus-btn-bankdetails,
.contactus-btn-bankdetails:hover,
.contactus-btn-bankdetails:active,
.contactus-btn-bankdetails:visited,
.contactus-btn-bankdetails:focus{
	background-color: #F55980!important;
	color: #fff!important;
	border :1px solid;
	font-size: 1rem;
}

.ml-p5rem{
	margin-left: 0.5rem!important;
}

.mr-p5rem{
	margin-right: 0.5rem!important;
}

.paynowButtonDesc {
    color: #b21a57;
    font-size: 0.75rem;
}

.m-show-d-hide{
	display: none;
}

.m-hide-d-show{
	display: block;
}

ol.number-disc{
	counter-reset: li;
	margin: 10px 0;
	padding-left: 0.5rem;
	width: auto;
}

ol.number-disc li{
	position: relative;
	margin: 0 0 0px 2em;
	padding: 0px 0px 9px 5px;
	list-style: none;
	font-weight: 600;
	color:#90137b;
}

ol.number-disc li::before{
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: -2px;
	left: -2em;
	width: 2rem;
	margin-right: 0px;
	padding: 0.3rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #90137b;
	border-radius: 50%;
}

.paynow-color-button{
	background-color: #90137b;
	color:#fff;
	border: 1px solid #90137b;
}

.paynow-tip{
	font-size: 0.8rem;
	border: 1px solid #90137b;
	border-radius: 4px;
	padding: 1rem;
	margin: 0 0.5rem;
	color:#90137b;
	background-color: #90137b30;
	display: none;
}

.w-m-100{
	width: auto;
}

.pl-d-3rem{
	padding-left: 3rem;
}

.d-mb-20per.m-mb-30per{
	margin-bottom:8rem;
}

.thankYouPagePrintLink{
	color: #3daaf5;
	font-size: 1.1rem;
	font-weight: 600;
	text-decoration: none;
}

@media(max-width: 575px){
	html,body{
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.nativeHeaderBar{
		border-bottom: 1px solid rgb(221, 221, 221);
		width: 100%;
		background-color: #fff;
		position: fixed;
		padding: 0.7rem 1rem;
		z-index: 9;
	}

	.payment-preview-heading{
		text-align: center;
		margin: 0;
		font-weight: 600;
		font-size: 1.4rem;
		width: 100%;
	}

	.invoice-preview-body{
		min-width: 320px;
		max-width: 768px;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0 auto;
		margin-bottom: 5rem;
		height: 100%;
		padding-top: 4rem;
		min-height: 100vh;
		overflow: auto;
		padding-right: 14px;
		padding-left: 14px;
	}

	.mobilePaymentContainer{
		width: 100%;
		position: fixed;
		background-color: #fff;
		padding-bottom: 1rem;
		bottom: 0;
		left: 0;
		right: 0;
		box-shadow: 0px -4px 30px #efefef;
		z-index:9;
	}

	#payment-form,
	.thankYouPageBody{
		overflow: auto;
		padding-top: 3rem;
		padding-bottom: 8rem;
	}

	.invoice-total-table{
		margin-bottom: 6rem;
	}

	.navbar-nl-navigation{
		width:3rem;
		height:3rem;
	}

	.navbar-nl-navigation a{
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.m-show-d-hide{
		display: block;
	}

	.m-hide-d-show{
		display: none;
	}

	.invoice-buttons{
		max-width: none;
		min-width: 270px;
		width: 100%;
	}

	.w-m-100{
		width: 100%;
	}

	ol.number-disc{
		width: 100%;
	}

	ol.number-disc li{
		text-align: left;
	}

	.paynow-tip{
		display: block;
	}

	.pl-d-3rem{
		padding-left: 0rem;
	}

	.d-mb-20per.m-mb-30per{
		margin-bottom:30%;
	}

}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) {
	html,body{
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.nativeHeaderBar{
		border-bottom: 1px solid rgb(221, 221, 221);
		width: 100%;
		background-color: #fff;
		position: fixed;
		padding: 0.7rem 1rem;
		z-index: 9;
	}

	.payment-preview-heading{
		text-align: center;
		margin: 0;
		font-weight: 600;
		font-size: 1.4rem;
		width: 100%;
	}

	.invoice-preview-body{
		min-width: 320px;
		max-width: 768px;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0 auto;
		height: 100%;
		padding-top: 4rem;
		min-height: 100vh;
		overflow: auto;
		padding-right: 14px;
		padding-left: 14px;
	}

	.mobilePaymentContainer{
		width: 100%;
		position: fixed;
		background-color: #fff;
		padding-bottom: 1rem;
		bottom: 0;
		left: 0;
		right: 0;
		box-shadow: 0px -4px 30px #efefef;
		z-index:9;
	}

	.invoice-total-table{
		margin-bottom: 12rem;
	}

	#payment-form,
	.thankYouPageBody{
		overflow: auto;
		padding-top: 3rem;
		padding-bottom: 8rem;
	}
}