*,::after,::before{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size:15px;
}
/* index page css */
.index-wrap{
	min-height:100vh;
}
.atten-img{
  min-height:95vh;
}
.atten-img img{
	height:95vh;
}
.atten-form{
	padding-top:130px;
}
.atten-logo{
	margin-bottom:15px;
}
.atten-logo img{
	width:20%;
	
}
.atten-clock p{
	font-size:20px;
	font-weight:600;
	color:#525252;
	margin-bottom:10px;
}
.atten-clock h3{
	font-size:20px;
	margin:0px;
	margin-bottom:20px;
}
.employee-id label{
	font-size:18px;
}
/*  student login page */
.bg-logout{
	background: -webkit-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
  background: -moz-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
background: linear-gradient(to left, rgb(204,43,95,.9) 40%, rgb(117,58,136) 80%);
border:none;

}

.bg-logout:hover{
	background: #e100ff;
   background: -webkit-linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
  background: -moz-linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
background: linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
color:#fff;

}
.remove label{
 margin-bottom:0px; 
}

.c-redio {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right:15px;
}

.c-redio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #2ecc71;
  border-radius: 50%;
  border:2px solid #2ecc71;
}
.checkmark-bg{
  background-color: #b84d45;
  border:2px solid #b84d45;
}
.c-redio:hover input ~ .checkmark {
  background-color: #fff;
}

.c-redio input:checked ~ .checkmark {
  background-color: #fff;
  border:2px solid #2ecc71;
}
.c-redio input:checked ~ .checkmark-bg {
  border:2px solid #b84d45;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.c-redio input:checked ~ .checkmark:after {
  display: block;
}

.c-redio .checkmark:after {
 	top: 3.3px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #27af61;
}

.c-redio .checkmark-bg:after {
	background: #b84d45;
}

 .table td, .table th {
    border-top: 1px solid #dee2e6;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

/* login css */
.login-section{
	min-height:100vh;
	display:flex;
	align-items:center;
	background:url(../../img/logbg.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:relative;
}

#content {
	position: relative;
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	z-index: 1;
    border-radius: 3px;
    box-shadow: 0 1px 6px rgba(57,73,76,.35);
}


.login-img{
	text-align:center;
	margin-bottom:15px;
	margin-top:15px;
}
.login-img img{
	width:30%;
	border:2px solid #1fcefc;
	border-radius:50%;
	padding:5px;
}
.login-bg{
	background:url(../img/form-bg.png);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:300px;
}
.log-btn{
	background: #e100ff;
   background: -webkit-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
  background: -moz-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
background: linear-gradient(to left, rgb(204,43,95,.9) 40%, rgb(117,58,136) 80%);
	border:0;
	font-size:15px;
	color:#fff;
	font-weight:600;
	margin-top:10px;
	transition:all 0.9s linear;
}
.log-btn:hover{
	background: #e100ff;
   background: -webkit-linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
  background: -moz-linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
background: linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
color:#fff;
}
.log-btn2{
	background: #e100ff;
   background: -webkit-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
  background: -moz-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
background: linear-gradient(to left, rgb(204,43,95,.9) 40%, rgb(117,58,136) 80%);
	border:0;
	font-size:15px;
	color:#fff;
	font-weight:600;
	margin-top:10px;
	transition:all 0.9s linear;
}
.log-btn2:hover{
	background: #e100ff;
   background: -webkit-linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
  background: -moz-linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
background: linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
color:#fff;
}
.log-btn i{
	margin-right:10px;
}

.login-form .input-group-text {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
   background: #e100ff;
   background: -webkit-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
  background: -moz-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
background: linear-gradient(to left, rgb(204,43,95,.9) 40%, rgb(117,58,136) 80%);
    border: 1px solid #e100ff;
    border-radius: .25rem;
}
.login-form .keyboard .input-group-text {
    padding: .375rem .6rem;
    
}

.login-form .form-group label {
    font-size:16px;
}
.alert {
    padding: .35rem 1.25rem;
    margin-top:5px;
    margin-bottom:5px;
	font-size:16px;
}



/* all page css */

.form-control:focus, .custom-select:focus {
  border-color: #dddddd;
  -webkit-box-shadow: none;
  box-shadow: none;
 border-bottom: 2px solid #d300ff;
}
form input[type="submit"]:focus{
	border:none;
	outline: none;
}
.alert {
    padding: .35rem 1.25rem;
    margin-top:5px;
    margin-bottom:5px;
	font-size:16px;
}

/* admin css */
.content-wrapper {
    min-height: calc(100vh - 56px);
}
.admin-nav{
 background: #e100ff;
  background: -webkit-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
  background: -moz-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
background: linear-gradient(to left, rgb(204,43,95,.9) 40%, rgb(117,58,136) 80%);
  padding-top: 3px; 
  padding-bottom: 3px; 
  padding-left:1rem; 
  padding-right:1rem; 
}

.admin-nav .navbar-brand{
    padding-top: 0rem;
    padding-bottom:0rem;
	 color:#ffffff;
	 font-weight:600;
	font-size:18px;
	letter-spacing:1px; 
}

.dropdown-toggle img{
	width:50px;
	border-radius:50%;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
	color:#fff;

}

#mainNav.fixed-top .navbar-sidenav {
    min-height: calc(100vh - 56px);
	overflow: auto;
}
.navbar-sidenav{
	background:#e9ecef;
	
}

#mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
	font-weight:600;
	font-size:15px;
	border-bottom:1px solid #635ba4;
	padding-top:10px;
	padding-bottom:10px;
	color:#635ba4;
}
#mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link i{
	color:#fff;
	border:1px solid #02dda7;
	width:23px;
	height:23px;
	line-height:23px;
	border-radius:50%;
	background:#02dda7;
	font-size:12px;
	margin-right:5px;
}
#mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse.collapsed:after {
    color:#d500ff;
	font-size:18px;
}

#mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse:after {
    color:#d500ff;
	font-size:18px;
}

#mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link:last-child {
    margin-left: 0px;
}

#mainNav .navbar-collapse .sidenav-toggler{
	background:#e9ecef;
    padding-bottom:10px;
}

#mainNav.fixed-top .sidenav-toggler > .nav-item > .nav-link {
    margin-top: 0px;
}

#mainNav.fixed-top .sidenav-toggler > .nav-item > .nav-link {
    padding: 0px;
}
#mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    
}

#sidenavToggler i{
  background: #fff;
  padding:5px 7px;
  color:#8b00ff;
  font-size:20px;
  border-radius:50%;
  font-weight:bold;
}

#mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a {
    padding-left: 60px;
		border-bottom:1px solid #635ba4;
		padding-top:5px;
		padding-bottom:5px;
		color:#635ba4;
	   font-size:16px;
}
/* footer css */
.footer{
background:#2a323d;
  height:50px;
  line-height:50px;

}
.footer .rony{
	color: #fff;
	font-size:14px;
	font-weight:500;
}
.footer .rony a{
	color: #fff;
	font-size:14px;
	margin-left:5px;
	font-weight:500;
}
.footer .rony a i{
	color: #fff;
	font-size:14px;
	margin-right:8px;
	font-weight:500;
}








/* form css */
.form{
	margin-bottom:50px;
}
label span i.fa {
    color: #e63545;
    font-size: 9px;
}
.form .card-header {
    padding: 10px 20px;
    margin-bottom: 0;
    background-color: #e9ecef;
    border-bottom: 1px solid rgba(0,0,0,.125);
	color:#635ba4;
	font-weight: 500;
	font-size:15px;
}
.form .card-header i{
    margin-right:5px;
	font-weight: 500;
	font-size:19px;
	
}

.form .btn {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
   background: #e100ff;
  background: -webkit-linear-gradient(to left, #e100ff 0%, #7f00ff 100%);
  background: -moz-linear-gradient(to left, #e100ff 0%, #7f00ff 100%);
 background: linear-gradient(to left, #e100ff 0%, #7f00ff 100%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 35px;
    width: 70%;
    margin: auto;
	margin-top:10px;
}
.form .btn:hover {
    	background: #e100ff;
  background: -webkit-linear-gradient(to left, #7f00ff 0%, #e100ff 100%);
  background: -moz-linear-gradient(to left, #7f00ff 0%, #e100ff 100%);
 background: linear-gradient(to left, #7f00ff 0%, #e100ff 100%);
    color: #ffffff;
}
.form .btn2 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
   background: #e100ff;
  background: -webkit-linear-gradient(to left, #e100ff 0%, #7f00ff 100%);
  background: -moz-linear-gradient(to left, #e100ff 0%, #7f00ff 100%);
 background: linear-gradient(to left, #e100ff 0%, #7f00ff 100%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 35px;
    width: 100%;
    margin: auto;
	margin-top:0px;
	border:none;
	padding-top:8px;
	padding-bottom:8px;
}
.form .btn2:hover {
    	background: #e100ff;
  background: -webkit-linear-gradient(to left, #7f00ff 0%, #e100ff 100%);
  background: -moz-linear-gradient(to left, #7f00ff 0%, #e100ff 100%);
 background: linear-gradient(to left, #7f00ff 0%, #e100ff 100%);
    color: #ffffff;
}
.form .btn3 {
 color: #ffffff;
    font-size: 15px;
    font-weight: 600;
   background: #e100ff;
   background: -webkit-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
  background: -moz-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
background: linear-gradient(to left, rgb(204,43,95,.9) 40%, rgb(117,58,136) 80%);
   -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    margin: auto;
	margin-top:0px;
	border:none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	border-radius:35px;
}

.form .btn3:hover {
   background: -webkit-linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
  background: -moz-linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
background: linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
    color: #ffffff;
}


.form .form-control {
    line-height: 1.1;
}

/* Data Table css */
.table-bordered thead td, .table-bordered thead th {
     border-bottom-width: 0px; 
     border-top-width: 0px; 
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #dee2e6;
    border-top: 0px solid #dee2e6;
	    font-weight: 500;
}
.table-bordered td, .table-bordered th {
     border: 1px solid #dee2e6; 
}

.user .card-header {
    padding: .2rem 1.25rem;
 line-height: 1.77;
}

.user .btn-delete{
background: #ff416c; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ff416c, #ff4b2b); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ff416c, #ff4b2b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}
.user .btn-edit{
    background: -webkit-gradient(linear,left top,right top,from(#ef3e0f),to(#ffb800));
    background: -moz-gradient(linear,left top,right top,from(#ef3e0f),to(#ffb800));
    background: linear-gradient(90deg,#ef3e0f,#ffb800);
	padding-left:15px;
	padding-right:15px;
}
.user .btn-action{
    background: -webkit-linear-gradient(to right, #02e3ab, #03a1ce);
    background: -moz-linear-gradient(to right, #02e3ab, #03a1ce);
    background: linear-gradient(to right, #02e3ab, #03a1ce);
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.user .form-row>.col, .form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}
/* Modal Css */
.modal-header {
 background: -webkit-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
  background: -moz-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
background: linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
    padding: 7px 16px;
    border-bottom: 1px solid rgb(204,43,95,.9);
    align-items: center;
    justify-content: center;
	color:#fff;
	font-size:18px;
}
.delete-modal .btn-danger {
    color: #fff;
          background: #e100ff;
 background: -webkit-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
  background: -moz-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
background: linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
    border-color:#7f00ff;
    padding: 5px 30px;
}
.delete .close {
    color: #fff;
}
.modal-body {
	padding-top:30px;
	padding-bottom:30px;
}
.modal-body h3{
	font-size:16px;
}
.modal-footer {
    padding: .30rem .75rem;
}

/* Book Details CSS */
.book-details{
	padding-bottom:15px;
	margin-top:10px;
	margin-bottom:20px;
} 
.book-details h1{
	color:#d500ff;
	font-size:25px;
} 
.book{
	box-shadow: 0 1px 6px rgba(57,73,76,.35);
}
.book-cover{
	height:100%;
	padding:5px;
}
.book-cover img{
	width:100%;
	height:100%;
}
.book-title{
	padding:15px;
}
.book-title h1{
	font-size:20px;
	color:#635ba4;
	line-height:1.77;
}
.book-title p{
	font-size:17px;
	color:#635ba4;
}
.book-content{
	box-shadow: 0 1px 6px rgba(57,73,76,.35);
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:2px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.35rem .75rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
	color:#635ba4;
}
.book-list .list-group-item i{
	color:#d500ff;
	margin-right:8px;
}
.book-list .list-group-item b{
	color:#635ba4;
	font-weight:600;
	font-size:15px;
}

.divider
{
	position: relative;
	height: 2px;
	margin-bottom:15px;
	margin-top:15px;
}

.div-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 30%;
	right: 30%;
	width: 40%;
	height: 2px;
	background-image: linear-gradient(to right, transparent, rgb(213,0,255), transparent);
}
.div-dot:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -7px;
	left: calc(50% - 9px);
	width: 15px;
	height: 15px;
	background-color: #d500ff;
	border: 1px solid #d500ff;
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px white,
					0 0 0 4px white;
}

.print .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
}

.print .sorting:before, .print table.dataTable thead .sorting_asc:before, .print table.dataTable thead .sorting_desc:before, .print table.dataTable thead .sorting_asc_disabled:before, .print table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "";
}
.print table.dataTable thead .sorting:after, .print table.dataTable thead .sorting_asc:after, .print table.dataTable thead .sorting_desc:after, .print table.dataTable thead .sorting_asc_disabled:after, .print table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "";
}

.card-box{
	border: 1px solid rgba(0,0,0,.125);
	
}
.card-box-header{
	border-bottom: 1px solid rgba(0,0,0,.125);
	text-align:center;
	padding-top:15px;
	padding-bottom:5px;
}
.card-box-header h3{
	font-size:18px;
	color: #635ba4;
	text-transform:uppercase;
	word-spacing:5px;
}
.card-box-content{
	display:flex;
	flex-flow:row wrap;
	margin-top:15px;
	margin-bottom:15px;
}
.card-box-image{
	flex-basis:35%;
	border-right:2px solid #e100ff;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	text-align:center;
	padding-top:40px;
	margin-bottom:10px;
}
.card-box-image img{
	width:130px;
	
}
.card-box-text{
	flex-basis:65%;
	padding-top:0px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:15px;
}
.card-box-text p{
	padding:0px;
	margin:0px;
	font-size:18px;
	color: #635ba4;
	text-transform:uppercase;
}
.card-box-text p span{
	font-size:16px;
	color: #635ba4;
	text-transform:capitalize;
	font-weight:500;
	margin-right:10px;
}
.select2-container .select2-selection--single {
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    
}

.badge-warning {
    color: #fff;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
.badge {
    display: inline-block;
    padding: 6px 10px;
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.report-head{
	border:1px solid red;
}
.report-head h3{
	
}


.small-box {
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    border: 0;
    box-shadow: 6px 11px 41px -28px #a99de7;
    -webkit-box-shadow: 6px 11px 41px -28px #a99de7;
    color: #fff;
	padding-bottom:10px;
} 
.small-box .inner{
	display:flex;
	flex-flow:row wrap;
	justify-content: space-between;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
}

.bg-aqua2{
     background: linear-gradient(316deg, #fc5286, #fbaaa2);
}
.bg-aqua{
    background: linear-gradient(230deg, #759bff, #843cf6);
}
.bg-aqua3{
   background: linear-gradient(135deg, #ffc480, #ff763b);
}
.bg-aqua4{
   background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}
.bg-aqua5{
   background-image: linear-gradient(to top, #c471f5 0%, #fa71cd 100%);
}
.inner .inner-text{
    margin: 0 0 10px 0;
	color:#fff;
	
}
.inner .inner-text h3{
	font-size: 30px;
    font-weight: bold;
	color:#fff;
	margin:0px;
	line-height:40px;
	text-align:center;
}

.inner .inner-text p{
	font-size: 16px;
    font-weight: bold;
	color:#fff;
	margin:0px;
}
.small-box .book-info{
	text-align:center;
	margin-top:5px;
	padding:5px;
}
.small-box .book-info a{
	color: #635ba4;
	text-decoration:none;
	font-size:14px;
	background:#fff;
	padding:3px 20px;
	border-radius:35px;
}



/*  new css */




.nav-bg{
	color: #635ba4;
	background:#fff;
	box-shadow: 0 1px 6px rgba(57,73,76,.45);
}
.nav-bg .navbar-nav .nav-link {
    color: #9400b3;
	font-weight:700px;
	font-family: 'Poppins', sans-serif;
	-o-transition:all .5s linear .3s;
	-moz-transition:all .5s linear .3s;
	-ms-transition:all .5s linear .3s;
	-webkit-transition:all .5s linear .3s;
	transition:all .5s linear .3s;
	font-size:15px;
}

.nav-bg .navbar-nav .nav-link:hover {
    color: #d500ff;
	
}

.box21{
	text-align:center;
	position:relative;
	overflow:hidden;
	box-shadow: 0 1px 6px rgba(57,73,76,.45);
	border-radius:3px;
	margin-bottom:30px;
}

.box21:after,.box21:before{
	content:"";
	width:2px;
	height:2px;
	border-radius:50%;
background: linear-gradient(to left, #e100ff 0%, #7f00ff 100%);
	position:absolute;top:50%;
	left:50%;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	opacity:.65;
}
.box21:hover:after,.box21:hover:before{
	-webkit-transform:scale(400);
	-moz-transform:scale(400);
	-ms-transform:scale(400);
	-o-transform:scale(400);
	transform:scale(400);
	}
.box21:before{
	-o-transition:all .5s linear .3s;
	-moz-transition:all .5s linear .3s;
	-ms-transition:all .5s linear .3s;
	-webkit-transition:all .5s linear .3s;
	transition:all .5s linear .3s;
	}
	
.box21:hover:before{
	-moz-transition-delay:0s;
	-webkit-transition-delay:0s;
	-o-transition-delay:0s;
	-ms-transition-delay:0s;
	transition-delay:0s;
	}
.box21:after{
	-o-transition:all .5s linear .6s;
	-moz-transition:all .5s linear .6s;
	-ms-transition:all .5s linear .6s;
	-webkit-transition:all .5s linear .6s;
	transition:all .5s linear .6s;
	}
.box21:hover:after{
	-moz-transition-delay:.2s;
	-webkit-transition-delay:.2s;
	-o-transition-delay:.2s;
	-ms-transition-delay:.2s;
	transition-delay:.2s;
	}
.box21 .book-content-box{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:25px;
	padding-top:20px;
}	
.book-content-box .book-img{
	width:100%;
	height:350px;
	margin-bottom:10px;
}
.book-content-box .book-img img{
	width:100%;
	height:350px;
	
}
.box21 .box-content{
	width:100%;
	height:100%;
	position:absolute;
	top:0;left:0;
	background:0 0;
	color:#fff;
	padding-top:25px;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	-ms-transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	transition:all .3s linear 0s;
	z-index:1;
	text-align:center;
	padding:20px;
	}
	.box21 .box-content p{
		margin:0px;
		line-height:30px;
		text-align:left;
		font-size:14px;
	}

.box21:hover .box-content{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-moz-transition-delay:.4s;
	-webkit-transition-delay:.4s;
	-o-transition-delay:.4s;
	-ms-transition-delay:.4s;
	transition-delay:.4s;
	}

.box21 .read-more{
	background:transparent;
	border-radius:5px;
	font-size:14px;
	color:#fff;
	text-transform:capitalize;
	padding:3px 30px;
	margin:0 auto;
	text-align:center;
	text-decoration:none;
	border:2px solid #fff;
	-ms-transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	transition:all .3s linear 0s;
	display:block;
	margin-top:20px;
	}
.box21 .read-more:hover{
	background:#fff;
	color:#d500ff;
	}

.book-text .name{
	padding:0px;
	margin:0px;
	font-size:15px;
	
}
.book-text .author{
	padding:0px;
	margin:0px;
	font-size:14px;
	line-height:30px;
	margin-bottom:10px;
}
.book-text span{
background: linear-gradient(to left, #e100ff 0%, #7f00ff 100%);
	padding:6px 40px 6px 40px;
	color:#fff;
	font-size:14px;
	border-radius:35px;
}
.book-footer{
	background:#1d4354;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:20px;
	color:#fff;
	font-size:14px;
}

.all-books{
 color:#d500ff;
font-size:17px;
box-shadow: 0 1px 6px rgba(57,73,76,.35);
 padding:8px 10px;
 margin-bottom:20px;
}
.all-books i{
 color:#bf00e8;
font-size:18px;
margin-right:5px;
 
}
.search-result{
	margin-bottom:30px;
	margin-top:40px;
	background:url(../../img/books.png);
	min-height:250px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left center;
	position:relative;
}
.overlay{
	top:0;
	left:0;
	bottom:0;
	right:0;
	position:absolute;
	background: linear-gradient(to left top, rgba(255,0,255,.5) 5%, rgba(127,0,255,.5) 100%);
}
.search-book{
	height:235px;
	
}

.pagination {
	list-style-type: none;
	padding: 20px 0;
	display: inline-flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.pagination li {
	box-sizing: border-box;
	padding-right: 10px;
}
.pagination li a {
	box-sizing: border-box;
	background-color: #cfcfcf;
	padding: 6px 15px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #9400b3;
	border-radius: 4px;
}
.pagination li a:hover {
	background-color: #d4dada;
}
.pagination .next a, .pagination .prev a {
	text-transform: uppercase;
	font-size: 12px;
}
.pagination .currentpage a {
	background: linear-gradient(to left, #e100ff 0%, #7f00ff 100%);
	color: #fff;
}
.pagination .currentpage a:hover {
	background-color: #518acb;
}
		
.registration{
	display:flex; 
	justify-content: center;
	align-items:center;
	height:250px;
	color:#fff;
}
.registration-form{
	margin-top:60px;
}

.sing-up{
	box-shadow: 0 1px 6px rgba(57,73,76,.45);
}	

.log-form{
	margin-top:30px;
	box-shadow: 0 1px 6px rgba(57,73,76,.45);
	padding:60px 25px;
}	
.contact-us{
	margin-top:60px;
	margin-bottom:40px;
}
.contact-text{
	padding-top:30px;
}
.text-box{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	margin-bottom:30px;
}
.text-box .icon{
	flex-basis:20%;
	text-align:center;
	border-radius:50%;
}
.text-box .icon span{
	width:70px;
	height:70px;
	display:block;
	border:2px dotted #bf00e8;
	border-radius:50%;
}
.text-box .icon span i{
	font-size:30px;
color:#fff;
line-height:55px;
	background: linear-gradient(to left, #e100ff 0%, #7f00ff 100%);
width:55px;
	height:55px;
	border-radius:50%;
	margin:5px;
}
.text-box .info{
	flex-basis:80%;
}
.text-box .info h3{
	font-size:20px;
}
.text-box .info p{
	padding:0px;
	margin:0px;
}	








.forget{
	margin-top:10px;
	text-align:center;
}
.forget span{
	display:block;
	font-size:15px;
}
.forget span.forget-pass{
	margin-bottom:20px;
}

.forget a{
	text-decoration:none;
}

figure.snip0056 {
  position: relative;
  overflow: hidden;
  display:flex;
  flex-flow:row wrap;
}
figure.snip0056 .pro-content{
	flex-basis:60%;
}
figure.snip0056 .pro-content h2{
	font-family: 'Poppins', sans-serif;
	font-size:25px;
	color:#d500ff;
}
figure.snip0056 .img{
	flex-basis:40%;
	border-radius: 50%;
   text-align:center;
}
figure.snip0056 .img img{
	width:80%;
	padding-top:20px;
}
.profile-edit{
	color: #ffffff;
    font-size: 15px;
    font-weight: 600;
   background: #e100ff;
   background: -webkit-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
  background: -moz-linear-gradient(to left, rgb(204,43,95) 40%, rgb(117,58,136) 80%);
background: linear-gradient(to left, rgb(204,43,95,.9) 40%, rgb(117,58,136) 80%);
   -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 35px;
    margin: auto;
	margin-top:0px;
	border:none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:40px;
	padding-right:40px;
}
.profile-edit:hover {
   background: -webkit-linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
  background: -moz-linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
background: linear-gradient(to left, rgb(117,58,136) 40%, rgb(204,43,95) 80%);
    color: #ffffff;
	text-decoration:none;
}
span.tox-statusbar__branding {
    display: none;
}
.nactar-title{
	margin-bottom:30px;
}
.nactar-title h1{
	font-size:20px;
	
}
.history-section{
	margin-top:60px;
	margin-bottom:60px;
	
	
}
.nactar-history{
	padding-left:40px;
	padding-right:30px;
	padding-top:10px;
}
.nactar-history p{
	text-align:justify;
	font-size:16px;
	line-height:30px;
}
a.badge-warning:focus, a.badge-warning:hover {
    color: #fff;
    background-color: #d39e00;
}