@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap');
:root {
	--blue: #0179a8;
	--indigo: #346cb0;
	--purple: #5f4b8b;
	--pink: #b76ba3;
	--red: #ea6759;
	--orange: #ec935e;
	--yellow: #f7c46c;
	--green: #a7c796;
	--teal: #00a28a;
	--cyan: #3686a0;
	--white: #fff;
	--gray: #888c9b;
	--gray-dark: #222230;
	--primary: #346cb0;
	--secondary: #f1f4f6;
	--success: #00a28a;
	--info: #0179a8;
	--warning: #f7c46c;
	--danger: #b76ba3;
	--light: #f6f7f9;
	--dark: #222230;
	--icon-color:#a6abbd;
	--border:#f0f0f0;
	--breakpoint-xs: 0;
	--light: #fafbfc;
	--sm: 576px;
	--md: 768px;
	--lg: 992px;
	--xl: 1200px;
	--p:#084298;
	--font: 'IBM Plex Sans', sans-serif;
    --primary-color: white;
  --secondary-color: #4caf50;
  --bg-color: rgba(0, 0, 0, 0.8);

}
body{
	font-family: var(--font);
	background: var(--secondary);
    font-weight: 500;
}
a{
	text-decoration: none;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.bg-light{
	background: var(--white)!important;
	-webkit-box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 0px 6px 0 rgb(206 206 238 / 54%);
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 0px 6px 0 rgb(206 206 238 / 54%);
}
p,h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
}
.navbar {
    padding: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 522;
	background: var(--light)!important;
	box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
}
.navBrand {
    padding: 0px 0px 0 15px;
    width: 250px;
    justify-content: space-between;
    display: flex;
}
.navbar-brand img {
    height: 28px;
	margin-top: 5px;
    margin-left: 10px;
}
.info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.topCss{
    position: relative;
}
.maintoploder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    z-index: 8888;
    backdrop-filter: blur(2px);
    display: none;
}
.maintoploder.on{
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.headerTop {
    display: flex;
    justify-content: space-between;
    width: 100%;
	align-items: center;
}
.logInfo .user{
   padding: 8px 16px;
   border-left: 1px solid var(--border);
   display: flex;
   align-items: center;
   cursor: pointer;
   transition:1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.logInfo .user:hover{
	background: rgba(0,0,0,.03);
}
.userInfo {
    margin-top: 5px;
}
.logInfo .user img{
   width: 36px;
   height: 36px;
   border-radius: 50%;
   margin-right: 10px;
   background: #084298;
}
.logInfo .user h2{
	font-size: 15px;
	line-height: 10px;
 }
 .logInfo .user p{
	font-size: 14px;
 }
 .navbar-light .navbar-toggler {
    box-shadow: none;
	outline: none;
}
.userItem {
    position: absolute;
    width: 191px;
    background: var(--white);
    right: 0;
	transform: translate3d(0px, 10px, 0px);
	visibility: hidden;
	z-index: -555;
	transition:.3s all ease-in-out;
}
.logInfo:hover .userItem{
	transform: translate3d(0px, 0px, 0px);
	visibility: visible;
	z-index: 22;
}
.userItem ul li {
    padding: 10px 10px;
    border-bottom: 1px solid rgba(0,0,0,.03);
}
.userItem ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.userItem ul li:hover{
	background:rgba(0,0,0,.05);
}
aside.sideBar {
    width: 240px;
    height: 100vh;
    border-right: 1px solid rgba(20,20,31,.05);
    z-index: 10;
    box-shadow: 7px 0 60px rgb(0 0 0 / 5%);
    transition: all .2s ease-out;
    background: var(--white);
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0px;
	transition: all .2s;
	background: var(--white);
	padding: 2px 1.5rem 1.5rem;
    
}
.sidebarItem .logInfo {
    display: none;
}
.sidemenuItem {
    margin-top: 20px;
}

.hamburger {
    padding: 10px;
    
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
	margin: 0px 0 10px 0;
    overflow: visible;
	height: 30px;
    width: 30px;
    

}
.hamburger-box {
    position: relative;
}
.hamburger-inner {
    top: 1px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 24px;
    height: 2px;
    background-color: var(--p);
    border-radius: 10px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
	left: 0;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}
.hamburger-inner::before {
    top: 6px;
    transition: opacity 0.125s 0.275s ease;
	content:"";
}
.hamburger-inner::after {
    top: 12px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	content:"";
}

.hamburger-inner::after {
    bottom: -6px;
}
.hamburger.active:hover {
    opacity: .7;
}
.hamburger.active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}
.hamburger.active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-270deg);
    transition-delay: 0.075s;
}
.hamburger.active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(135deg);
    transition-delay: 0.075s;
}
.sideBar.active {
    transition: all .3s ease;
    width: 80px;
    min-width: 80px;
    flex: 0 0 80px;
}
.navBrand.active{
	width: 80px;
    min-width: 80px;
}
.navBrand.active .navbar-brand{
	display: none;
}
.sideBar li a {
    display: block;
    line-height: 2.4rem;
    height: 2.4rem;
    padding: 0 1.5rem 0 45px;
    position: relative;
    border-radius: .25rem;
    color: #343a40;
    white-space: nowrap;
    transition: all .2s;
    margin: .1rem 0;
}
.sideBar .heading {
    text-transform: uppercase;
    font-size: .8rem;
    margin: .75rem 0;
    font-weight: bold;
    color: var(--p);
    white-space: nowrap;
    position: relative;
}
.sideBar li a .ficon{
	text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -17px;
    font-size: 1.5rem;
    opacity: .8;
    transition: color 300ms;
    margin-left: -6px;
    color: var(--p);
}
.sideBar li a.active {
      
}
.sideBar.active li a.active {
    color: #343a40;
    background: transparent;
    font-weight: bold;
}
.sideBar.active li a {
    text-indent: -999em;
	padding: 0;
}
.sideBar.active li a .ficon {
    text-indent:0;
}
.sideBar.active .heading {
	text-indent: -999em;
}
.mainCont{
	padding-top: 50px;
}
.mainCont .conInner {
    z-index: 9;
    margin-left: 250px;
}
.mainCont .conInner.active {
    z-index: 9;
    padding-left: 80px;
    margin-left: 0;
}
.mainCont .conInner .contWrapper {
    padding: 30px 30px 0;
}

.mainCont .page-title {
    background: rgba(255,255,255,0.45);
    padding: 15px 30px;
    margin: -10px -30px 20px 0px;
    position: relative;
}
.card {
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
    border-width: 0;
    transition: all .2s;
}
.card-header {
    display: flex;
    align-items: center;
    border-bottom-width: 1px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: .625rem;
    height: 3.5rem;
}
.card .table th, .card .table td {
    padding: .55rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}
.page-heading {
    display: flex;
	align-items: center;
}
.bxTx{

}
.page-heading .page-title-icon {
    font-size: 24px;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: .83333rem;
    margin: 0 30px 0 0;
    background: #fff;
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
    border-radius: .25rem;
    width: 50px;
    height: 50px;
}
.tmtitle{
	font-size: 1.25rem;
    font-weight: 400;
    display: flex;
    align-content: center;
    align-items: center;
}
.card-header, .card-title {
    text-transform: uppercase;
    color: rgba(13,27,62,0.7);
    font-weight: bold;
    font-size: .88rem;
}
.card label {
    display: inline-block;
    margin-bottom: .5rem;
}
.card .form-group {
    margin-bottom: 1rem;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
  
  body.login {
    background: url(../img/login.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
  }
  
  /*--------------------------------------------------------------
  # Login
  --------------------------------------------------------------*/
  .login-box {
    width: 320px;
    padding: 20px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--bg-color);
    box-shadow: 0 15px 25px var(--bg-color);
    border-radius: 10px;
  }
  
  .login-box h1 {
    font-size: 30px;
    color: var(--primary-color);
    margin-bottom: 10px;
    padding: 13px 0;
    text-align: center;
  }
  
  .login-box .textbox {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    padding: 8px 0;
    margin: 8px 0 30px 0;
    border-bottom: 2px solid var(--secondary-color);
  }
  
  .login-box .textbox i {
    width: 26px;
    float: left;
    text-align: center;
    color: var(--primary-color);
  }
  .msg{
      display: none;
  }
  .err{
      color: var(--p);
      display: block;
  }
  div#example_length,div#example_info {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}
div#example_info{
    padding: 0;
    margin:0 0 15px 0;
}
div.dataTables_wrapper div.dataTables_filter,div#example_paginate {
    text-align: right;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}
div#example_info,div#example_paginate{
    padding: 0;
    margin:0 10px 15px 10px;
}
a#example_previous,a#example_next {
    padding: 10px;
}
  .spinner {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px);
    display: none;
}
  .textbox.err{
      border-bottom: 2px solid var(--p);
      margin-bottom: 0;
  }
  #passErr.err{
      display: block;
  }
  .login-box .textbox input {
    border: none;
    outline: none;
    background: none;
    font-size: 18px;
    width: 80%;
    float: left;
    margin: 0 10px;
    color: var(--primary-color);
  }
  
  .login-box .btn {
    width: 100%;
    height: 50px;
    background: none;
    border: 2px solid var(--secondary-color);
    border-radius: 5px;
    color: var(--primary-color);
    padding: 5px;
    font-size: 18px;
    cursor: pointer;
    margin: 12px 0;
    color: var(--primary-color);
    background-color: var(--secondary-color);
  }
  a.newBs {
    padding: 2px 15px;
    background: #084298;
    border-radius: 5px;
    color: #fff;
    margin-left: 5px;
}
  .texcon{
      height: 80px;
  }
  .texcon.tex{
      height: 100px;
  }
  button.newBs {
    outline: none;
    border: none;
    background: #084298;
    color: #fff;
    border-radius: 4px;
    margin-left: 5px;
    font-size: 14px;
}
.bxTx{
    height: 500px!important;
}
td.decrip {
    max-width: 200px!important;
}
@media (max-width:900px) {
	
	.navBrand{
		width: auto;
	}
	.mainCont .conInner{
		padding-left: 0px;
        margin-left: 10px;
	}
	
	aside.sideBar{
		left:-500px
	}
    aside.sideBar.active{
		left:0px;
        width: 280px;
        
	}
    .sideBar.active li a {
        text-indent: 3em;
        padding: 0;
    }
    .mainCont .conInner .contWrapper {
        padding: 0;
    }
    .sideBar.active .heading {
       text-indent: 0;
    }
    .userInfo {
        margin-top: 5px;
        display: none;
    }
    .mainCont .page-title{
        margin:0;
    }
    
    
 }