.shadow-border{
	box-shadow: 0 0 5px 5px gray;
}
body {
	margin: 0;
	background-color: #fff;
	font-family: 'Poppins', sans-serif;
}
/* label{
   font-weight: 100;
} */
.is-valid{
   color: green
}
.is-invalid{
   color: red
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal;
}

* {
	margin: 0;
	padding: 0;
}
i {
	margin-right: 10px;
}
/*----------multi-level-accordian-menu------------*/
.navbar-logo{
	padding: 15px;
	color: #fff;
}
.navbar-mainbg{
	background-color: #5161ce;
	padding: 0px;
}
#navbarSupportedContent{
	overflow: hidden;
	position: relative;
}
#navbarSupportedContent ul{
	padding: 0px;
	margin: 0px;
}
#navbarSupportedContent ul li a i{
	margin-right: 10px;
}
#navbarSupportedContent li {
	list-style-type: none;
	float: left;
}
#navbarSupportedContent ul li a{
	color: #fff;
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}
#navbarSupportedContent>ul>li.active>a{
	color: #5161ce;
	background-color: transparent;
	transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	transition: 0.5s;
}
#navbarSupportedContent .active>a:not(:only-child):after {
	transform: rotate(90deg);
}
.hori-selector{
	display:inline-block;
	position:absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left{
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #fff;
	bottom: 10px;
}
.hori-selector .right{
	right: -25px;
}
.hori-selector .left{
	left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before{
	content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #5161ce;
}
.hori-selector .right:before{
	bottom: 0;
    right: -25px;
}
.hori-selector .left:before{
	bottom: 0;
    left: -25px;
}




@media (max-width: 991px){
	#navbarSupportedContent ul li a{
		padding: 12px 30px;
	}
	.hori-selector{
		margin-top: 0px;
		margin-left: 10px;
		border-radius: 0;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
	.hori-selector .left,
	.hori-selector .right{
		right: 10px;
	}
	.hori-selector .left{
		top: -25px;
		left: auto;
	}
	.hori-selector .right{
		bottom: -25px;
	}
	.hori-selector .left:before{
		left: -25px;
		top: -25px;
	}
	.hori-selector .right:before{
		bottom: -25px;
		left: -25px;
	}
}
body{
	min-height: 100vh;
}
.row.base{
	padding: 10px !important;
	/* min-height: 100vh;
    height: 100vh; */
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.heading{
	display: flex;
    /* border: 1px solid #fff; */
    margin-bottom: 10px;
    box-shadow: 0 0 4px 0 black;
    padding: 10px;
    background: linear-gradient(141deg, #1c756f 0%, #2b63e2 51%, #5161ce 75%);
    color: #fff;
}

.heading .heading-text{
	padding: 0px;
	padding-top: 1px;
    font-size: 24px;
}
.action-btn{
	text-align: center;
    margin-bottom: 10px;
}
.action-btn button{
	min-width: 130px;
}
.form-page{
	box-shadow: 0 0 4px 0 #000;
	padding-top: 10px;
	padding-bottom: 10px; 
}
.heading-form{
	padding: 10px;
	text-align: center;
	background: #5161ce;
    color: #fff;
    margin-top: -10px;
    margin-bottom: 10px;
}
.heading-form1{
	padding: 10px;
    text-align: center;
    background: #5161ce;
    color: #fff;
    margin-top: -10px;
    margin-bottom: 10px;
    margin: 0px;
    box-shadow: 0 0 4px 0 black;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('/extras/images/loader.gif') center no-repeat #fff;
}
.card{
  box-shadow: 0 0 18px 0 #383636;
  margin-top: 10px;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(46 138 230);
    border-bottom: 1px solid rgb(46 138 230);
    color: #fff;
    margin: -1px;
    /* border: blue; */
}
.deleteaction, .deleteaction:hover{
  background: #fb0404b3;
  color: white;
  border: 1px solid #fb0404b3;
  box-shadow: 0 0 1px black;
  cursor: pointer;
}
.editaction, .editaction:hover {
    background: #219e02;
    color: white;
    border: 1px solid #219e02;
    box-shadow: 0 0 1px black;
    cursor: pointer;
}
.duplicateaction, .duplicateaction:hover{
  background: #2e8ae6;
  color: white;
  border: 1px solid #2e8ae6;
  box-shadow: 0 0 1px black;
  cursor: pointer;
}

/* label{
   font-weight: 100;
} */
.is-valid{
   color: green
}
.is-invalid{
   color: red
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal;
    min-width: 70px !important
}
table thead th, table tfoot th {
    font-weight: normal;
    background: #5161ce;
    color: #fff
}
.add-btn,.add-btn:hover,.add-brn:focus{
    color: #fff;
    border: 1px solid;
    box-shadow: 0 0 5px white;
    float: right;
}
.form-check-inline{
    width: 47% !important;
    border: 1px solid #ced4da;
    padding: 6px;
    border-radius: 5px;
}
.form-check-inline:hover, .form-check-inline:focus{
    background: #7b7bff;
    color: #fff;
}
.form-check-label{
   width: 100%;
}
.