@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root{
	--blue-color: #092143;
	--light-blue: #EEF4FF;
	--green-color: #fdad21;
	--shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;;
	--radius: 8px;
	--heading-font: 'Archivo', sans-serif;
	--para-font: 'Inter', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: var(--heading-font);
}
.admin-login-wrapper{
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--light-blue);
}
.form-outer{
	background: var(--blue-color);
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	border-radius: var(--radius);
}
.logo{
	width: 160px;
}
.admin-form{
	height: 100%;
	background: white;
	border-radius: var(--radius);
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.admin-form form{
	width: 100%;
}
.lab-image{
	max-width: 480px;
}
.form-left-content h1{
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}
.form-left-content h1 span{
	color: var(--green-color);
}
.arrow-button{
	background: var(--blue-color);
	padding: 10px 10px 10px 15px;
	color: white;
	border-radius: 8px;
	height: 50px;
	min-width: 160px;
	display: inline-flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}
.arrow-button span{
	margin-right: 10px;
}
.arrow-button i{
	font-size: 22px;
	background: white;
	height: 35px;
	width: 35px;
	border-radius: 8px;
	color: var(--blue-color);
	text-align: center;
	line-height: 35px;
}
.arrow-button-green{
	background: var(--green-color);
	padding: 10px 10px 10px 15px;
	color: white;
	border-radius: 8px;
	height: 50px;
	min-width: 160px;
	display: inline-flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    border: none;
}
.arrow-button-green span{
	margin-right: 10px;
}
.arrow-button-green i{
	font-size: 22px;
	background: white;
	height: 35px;
	width: 35px;
	border-radius: 8px;
	color: var(--green-color);
	text-align: center;
	line-height: 35px;
}
.admin-form h2{
	color: var(--blue-color);
	font-weight: bold;
	text-align: left;
}
.admin-form .line{
	height: 4px;
	width: 60px;
	background: var(--blue-color);
	margin-bottom: 20px;
}
.admin-wrapper{
	background: var(--light-blue);
	min-height: 100vh;
}
.login-button button, .login-button a{
	background: var(--light-blue);
	padding: 10px 15px;
	color: var(--blue-color);
	border-radius: 8px;
	height: 50px;
	display: flex;
    justify-content: space-between;
    align-items: center;
    border:2px solid var(--blue-color);
    text-decoration: none;
}
.cart-button{
	background: var(--blue-color);
	padding: 10px 15px;
	color: var(--blue-color);
	border-radius: 8px;
	height: 50px;
	line-height: 50px;
	display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  margin-right: 10px;
}
.cart-button a{
	text-decoration: none;
	color: white;
}
.cart-button .count{
	height: 20px;
	width: 20px;
	line-height: 18px;
	color: var(--blue-color);
	background: white;
	display: block;
	text-align: center;
	margin-left: 5px;
	border-radius: 50%;
}
.cart-button
.login-button button i, .login-button a i{
	font-size: 22px;
	background: white;
	height: 35px;
	width: 35px;
	border-radius: 8px;
	text-align: center;
}
.logo{
	width: 120px;
}
.login-button button span, .login-button a span {
    margin-right: 10px;
}
.top-header{
	background: white;
	box-shadow: var(--shadow);
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hamburger{
	height: 45px;
	width: 45px;
	background: var(--blue-color);
	border-radius: 5px;
	color: white;
}
.hamburger{
	font-size: 28px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
}
.stats-box{
	padding: 20px;
	padding-top: 0;
	
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 50px;
	margin-bottom: 20px;
}
.stats-img{
	height: 100px;
	width: 100px;
	background: white;
	padding: 10px;
	border-radius: 50%;
	margin-top: -50px;
	box-shadow: var(--shadow);
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.stats-img img{
	width: 70px;
}
.stats-box h5{
	font-weight: bold;
}
.stats-box h2{
	font-weight: bold;
}
.stats-section{
	padding: 30px;
}
.content-wrapper{
	transition: 0.5s;
	margin-left: 300px;
}
.content-wrapper.active{
	margin-left: 0px;
	transition: 0.5s;
}
.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -100%;
  background-color: #fff;
  overflow-x: hidden;
  padding: 20px;
  box-shadow: var(--shadow);
  transition: 0.5s;
}
.sidenav a, .dropdown-btn {
  padding: 6px 8px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.sidenav a:hover, .dropdown-btn:hover {
  color: var(--blue-color);
}
.main {
  margin-left: 200px; 
  font-size: 20px; 
  padding: 0px 10px;
}
.sidenav .dropdown-btn.active {
  background-color: var(--light-blue);
  color: var(--blue-color);
}
.hamburger.active{
	background-color: var(--light-blue);
  	color: var(--blue-color);
}
.dropdown-container {
	display: none;
  padding-left: 8px;
}
.sidenav .fa-caret-down {
  float: right;
  padding-right: 8px;
  margin-top: 6px;
}
.sidenav a i, .dropdown-btn i{
	font-size: 25px;
}
.sidenav.active{
	transition: 0.5s;
	left: 0;
}
.data-table-section{
	padding: 30px;
}
.data-table-section .inner-table{
	background: white;
	padding: 20px;
	border-radius: var(--radius);
	box-shadow: var(--sahdow);
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	background: none;
	border:none;
	outline: none;
}
.form-section{
	padding: 30px;
}
.form-inner{
	background: white;
	padding: 20px;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}
.heading{
	margin-bottom: 30px;
}
.heading h2{
	font-weight: bold;
	color: var(--blue-color);
}

.heading h2 span{
	color: var(--green-color);
}
.heading .line{
	height: 4px;
	width: 60px;
	background: var(--green-color);
}
.alert {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 500;
    width: auto;
}
.operations{
	display: flex;
	justify-content: center;
	align-items: center;
}
.operations a{
	/*display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;*/
	text-align: center;
	text-decoration: none;
	padding: 10px 25px;
	margin: 0 5px;
}
.operations a.edit-btn{
	background: #1EB85F;
	color: white;
	border-radius: 8px;
	box-shadow: var(--shadow);
	display: flex;
}
.operations a.delete-btn{
	background: #DA1313;
	color: white;
	border-radius: 8px;
	box-shadow: var(--shadow);	
	display: flex;
}
.operations .catalogue-btn{
	background: var(--green-color);
	color: white;
	border-radius: 8px;
	box-shadow: var(--shadow);	
	display: flex;
	text-align: center;
	text-decoration: none;
	padding: 10px 25px;
	outline: none;
	border:none;
	margin: 0 5px;
}
.category-img img{
	height:	100px;
	width: 100px;
	border-radius: 8px;
	overflow: hidden;
}
table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting_asc_disabled, table.dataTable thead>tr>th.sorting_desc_disabled, table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting_asc_disabled, table.dataTable thead>tr>td.sorting_desc_disabled{
	text-align: center;
	white-space: nowrap;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{
	text-align: center;
	white-space: nowrap;
}
.buttons-csv{
	background: var(--blue-color) !important;
	color: white !important;
	margin-left:10px !important;
	border-radius: var(--radius) !important;
}
.dataTables_wrapper .dataTables_length select{
	padding-right: 30px;
}
.profile-box{
	box-shadow: var(--shadow);
	padding: 20px;
	border-radius: var(--radius);
	text-align: center;
}
.profile-box h6{
	margin-bottom: 0;
	font-weight: bold;
}
.profile-box p{
	margin-bottom: 0;
}
.profile-box a{
	background: var(--blue-color);
	display: block;
	height: 100%;
	width: 100%;
	border-radius: var(--radius);
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.profile-box a h5{
	color: white;
	margin-bottom: 0;
}
#passInput{
	width: 100%;
	border-radius: 8px;
	border:0;
	text-align: center;
}
.password-input{
	display: flex;
	justify-content: center;
	align-items: center;
}
.reports-section{
	padding: 30px;
}
.report-box{
	padding: 20px;
	box-shadow: var(--shadow);
	border-radius: var(--radius);
	background: white;
	padding-top: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.report-box .pdf-img{
	height: 80px;
	width: 80px;
	box-shadow: var(--shadow);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -25px;
	background: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.report-box .pdf-img img{
	width: 40px;
}
.test-details h5{
	border-left: 3px solid var(--blue-color);
	padding-left: 5px;
}
.test-details span{
	font-size: 12px;
	color: #c7c7c7;
	margin-bottom: 0;
}
.tox .tox-notification--warn, .tox .tox-notification--warning{
	display: none !important;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
    display: block; 
    width: 100%;
    min-height: 45px;
}
div.dataTables_wrapper div.dataTables_filter label {
    width: 100%;
}
.dataTables_wrapper .dataTables_filter{
	float:none;
}
.simple-blue{
	background: var(--blue-color);
	padding: 8px 25px;
	border-radius: var(--radius);
	color: white;
	text-decoration: none;
	transition: 0.5s;
	display: inline-block;
}
.simple-blue:hover{
	transition: 0.5s;
	color: white;	
}
.image-outer{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 10px;
}
.image-outer .image-cont{
	width: 150px;
	height: 100px;
	position: relative;
	margin-right: 10px;
}
.image-cont .img-box{
	width: 100%;
	height: 100%;
	border-radius: var(--radius);
	overflow: hidden;
	
}
.image-cont .img-box img{
	width: 100%;
	
}
.image-cont button{
	position: absolute;
	top: -6px;
	right: -6px;
	height: 25px;
	width: 25px;
	line-height: 10px;
	text-align: center;
	background: red;
	border-radius: 50%;
	border:0;
	color: white;
}
.sl-toast-stack {
  left: 0;
  bottom:20px;
  height: auto;
  top: auto;
}
button[disabled=disabled], button:disabled {
    background-color: lightgray !important;
    color: black !important;
}


section{
    overflow:hidden
}