
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;800;900&display=swap');

*{
	padding: 0px;
	margin: 0px;
}
ul li{
	list-style: none;
	font-family: 'Nunito Sans', sans-serif;
}
h1, h3, h5, h6, p, a, small {
	font-family: 'Nunito Sans', sans-serif;
}


.container{
	max-width: 100%!important;
}
.blue-color{
	color: #1ebde0!important;
}

/*---------------start-sidebar-left-----------*/
.sidebar-left{
	width: 246px;
	position: fixed;
	transition: 0.4s ease;
	left: 0;
	z-index: 999999999;
	background-color: #1D2B36;
	top: 0;
	height: 100vh;
	overflow-x: hidden;
	box-shadow: 0px 74px 15px rgb(0,0,0,0.1);
}
.scroll-up-design::-webkit-scrollbar{
	width: 5px;
	height: 5px;
	border-radius: 100px;
}
.scroll-up-design::-webkit-scrollbar-track {
  border-radius: 40px;
}
.scroll-up-design:hover::-webkit-scrollbar-thumb {
  background-color: rgb(66, 66, 66);
  border-radius:90px;
}
.brand-name{
	display: flex;
	justify-content: left;
	align-items: center;
}
.brand-name a img{
	width: 68%;
}
.brand-name a{
	color: #000;
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
}
.brand-name a:hover{
	text-decoration: none;
	color: #000;
}
  
.user-icon-realtive,
.edit-icon-realtive{
	position: relative;
}
.user-icon i{
	font-size: 18px;
}
.user-icon-realtive p{
	position: absolute;
	background-color: #000;
	color: #fff;
	top: -135%;
	left: 11px;
	display: none;
	transform: translate(-50%,-50%);
	font-size: 13px;
	border-radius: 5px;
	font-weight: 100;
	padding: 8px 8px;
}
.user-icon-realtive p:after{
	content: '';
	position: absolute;
	transform: translate(-50%,-50%);
	bottom: -80%;
	left: 50%;
	border-left: 8px solid transparent;
	border-top: 8px solid #000;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.user-icon a:hover .user-icon-realtive p{
	display: block;
}

/*------------------end sidebar-left-----------*/
/*----------------start-side-bar-menu------------*/
.sidebar-menu .sidebar-menu-header{
	font-size: 11px;
	color: #868e96;
	letter-spacing: 1px;
	padding: 5px 10px 10px 10px;
}
.sidebar-menu ul li .active{
	background-color: #162029;
	color: #fff;
}
.sidebar-menu ul li .active:hover{
	background-color: #162029;
}


.dropdown-icon-none::after{
	display: none!important;
}
.sidebar-menu ul li a{
	padding: 13px 20px 10px 20px;
	transition: 0.4s ease;
	position: relative;
} 
.sidebar-menu ul li:hover{
	background-color: #162029;
}
.sidebar-menu ul li a{
	text-decoration: none;
	color: #dcdcdc;
}
.sidebar-menu ul li span p{
	font-size: 14px;
}
.headding-menu p i{
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 10px;
}
.dropdwon-menu-list{
	padding: 13px 0px 0px 33px;
	color: #000;
}
.dropdwon-menu-list a{
	text-decoration: none;
	color: #919191;
	display: flex;
	margin-bottom: 8px;
	font-size: 13px;
}
.dropdwon-menu-list i{
	font-size: 10px;
	position: relative;
	left: -10px;
	transition: 0.5s ease;
}
.dropdwon-menu-list a:hover{
	text-decoration: none;
	color: #454546;
}
.dropdwon-menu-list a:hover i{
	left: 0.1px;
}
.sidebar-menu .plus-icon:before{
	content: "\f067";
	font-family: fontAwesome;
	transition: 0.5s ease;
	width: 30px;
	font-size: 10px;
	position: absolute;
	right: 10px;
	color: #a6a6a6;
}
 
.sidebar-menu .plus-icon.active:before{
	content: "\f2d1";
	font-family: fontAwesome;
}

/*-------------end-side-bar---------------------*/

/*-------------start main-right-section---------*/
.main-right-section{
	background-color: #f6f6f6;
	height: 100vh;
	overflow-x: hidden;
	transition: 0.4s ease;
	margin-left: 246px;
}
.main-header-top{
	background-color: #fff;
	padding: 14px 10px;
	box-shadow: 0px 0px 15px rgb(0,0,0,0.1);
}
.search-box{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.search-box input{
	background-color: #f6f6f6;
	border:none;
	padding: 20px 10px!important;
}
.search-box input:focus{
	box-shadow: none;
	background-color: #f6f6f6;
	border:none;
}
.search-box .fa-search{
	position: absolute;
    right: 62px;
    top: 14px;
    font-size: 13px;
}
.search-box label{
	margin-right: 15px;
	font-size: 20px;
	margin-bottom: 0px;
}
label{
	font-weight: 600;
}

.top-right-icon{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.search-box i{
	cursor: pointer;
}
.box-right-side-icon{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}

.icons-right .icon-list li{
	display: inline-block;
	position: relative;
}
.Message-red-icon{
	padding: 4px 4px;
    border-radius: 100px;
    background-color: #06bea0;
    position: absolute;
    bottom: 0px;
    left: 25px;
}
.icon-list li{
	margin-left: 22px;
}
.icons-right .icon-list li i{
	font-size: 20px;
	color: #555556;
	position: relative;
	margin: 0px 10px;
}
.icons-right .icon-list li .top-img-head{
	width: 30px;
	border-radius: 50px;
	box-shadow: 0px 3px 15px rgb(0,0,0,0.2);
}
.icons-right .icon-list li span p{
	color: #4e5968;
	font-size: 16px;
	font-weight: 400;
}
.icons-right .icon-list li a{
	text-decoration: none;
	cursor: pointer;
}


.Messages-dropdown-box{
	width: 200px;
	box-shadow: 0px 0px 30px rgb(0,0,0,0.1);
	height: auto;
	background-color: #fff;
	display: none;
	padding: 10px 0px;
	right: 13px;
	top: 17px!important;
}
.Messages-dropdown-box ul li{
	padding: 7px 10px;
}
.Attendance-clock-box{
	border-color: #08bc9e!important;
}
.Messages-dropdown-box ul .logout-list{
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #f1f2f3;
}

.user-chat-list{
	height: 240px;
	overflow-y: auto; 
}
.Messages-header{
	background-color: #fff;
	padding: 10px 20px;
}
.Messages-header{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.Messages-header,
.user-chat-box span p{
	color: #6c757d;
	font-size: 13px;
}
.Messages-header span a{
	font-size: 14px;
}
.dropdown-item-list li{
	width: 100%;
	margin-left: 0px;
	background-color: transparent;
}
.Messages-header{
	border-bottom: 1px solid #f1f2f3;
}

.dropdown-item-list li:hover{
	width: 100%;
	background-color: #f1f2f3;
}




.user-chat-box span .chat-box-img{
	width: 40px;
	border-radius: 100px;
	box-shadow: 3px 10px 10px rgb(0,0,0,0.1);
}
.user-chat-list ul li{
	padding: 10px 20px;
	width: 100%;
	cursor: pointer;

}
.Messages-dropdown-box .user-chat-list ul li:hover{
	background-color: #f1f2f3;
}
.user-chat-box a{
	display: flex;
	flex-direction: row;
}
.icon-list li .badge{
	position: absolute;
    right: -12px;
    top: -11px;
}
.icon-list li .badge.badge-danger,
.icon-list li .badge.badge-primary{
    right: -1px;
}

.user-chat-box {
    display: flex;
    flex-direction: row;
}

 
.user-chat-list ul li .user-chat-box span i {
    width: 40px;
    margin: 0px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    text-align: center;
    box-shadow: 3px 10px 10px rgb(0, 0, 0, 0.1);
    background-color: #1ebde0;
}
.Notification-dropdown-box{
	width:300px;
}
.user-chat-list ul li{
	margin-left: 0px;
}
.user-chat-box .user-chat-content p {
    font-weight: 600!important;
    font-size: 13px!important;
}
.user-chat-box span small {
    font-weight: 400;
    font-size: 12px;
}

.user-chat-list ul li .user-chat-box span .fa-bell {
    background: linear-gradient(to right, #4e54c8, #898cdc);
}

.user-chat-list ul li .user-chat-box span .fa-check-circle {
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
}
.user-chat-list ul li .user-chat-box span .fa-exclamation-triangle {
    background-color: #fc544b;
}
.user-chat-list ul li .user-chat-box span .fa-codepen {
    background-color: #3abaf4;
}



/*---------------end main-right-section-------------*/

/*-----------start-Dashboard-headding--------------*/
.Dashboard-headding{
	padding: 20px 0px;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.Dashboard-headding h1{
	font-size: 24px;
	color: #6c757d;
	margin-bottom: 0px;
	font-weight: 600;
}
.Dashboard-headding span{
	font-weight: 400;
	font-size: 14px;
	color: #848d94;
	align-items: center;
}
.Dashboard-headding span a{
	color: #778088;
}
.Dashboard-common-box{
	overflow: hidden;
	position: relative;
	background: linear-gradient(to right, #0095ae, #41bdce) !important;
	border-radius: 10px;
	color: #fff;
	display: flex;
	padding: 16px 15px;
	gap: 10px;
	min-height: 120px;
}
.Dashboard-common-box .icon i{
	font-size: 45px;
}

.Dashboard-common-box .Dashboard-box-content h3{
	font-size: 21px;
	font-weight: 600;
}
.Dashboard-common-box .Dashboard-box-content .progress{
	height: 8px;
	background-color: #e9ecef!important;
	position: relative;
}

.Dashboard-common-box .Dashboard-box-content .progress:before{
	content: '';
	position: absolute;
	width: 25%;
	height: 8px;
	background: linear-gradient(to right, #4e54c8, #898cdc) !important;
	top: 0;
	left: 0;
}
.Dashboard-common-box .Dashboard-box-content p{
	margin-bottom: 4px;
}
.Dashboard-common-box .Dashboard-box-content small{
	font-size: 14px;
}
.This-Month-Invoices{
	background: linear-gradient(to right, #ff7072, #ffa5a9) !important;
}
 

.Today-Seles-box{
	background: linear-gradient(to right, #ff9e69, #ffc4a0) !important;
}

.This-Month-Sales-box{
	background: linear-gradient(to right, #03b287, #4ed0b6) !important;
}
.client-box-list-main-box{
	overflow: auto;
	margin-bottom: 20px;
}

.client-box-list{
	padding: 10px 20px 10px 20px;
	display: flex;
	align-items: center;
	gap: 15px;
}
.client-box-list .profile-image{
	position: relative;
}
.client-box-list .profile-image .Message-red-icon{
	bottom: 2px;
    left: 36px;
}
.client-box-list .profile-image img{
	width: 50px;
	height: 50px;
	border-radius: 100px;
}
.client-box-list .content{
	width: 20%;
}
.client-box-list .content h5{
	color: #6c757d;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0px;
}
.client-box-list .price{
	width: 20%;
}
.client-box-list .price h4{
	color: #6c757d;
	font-size: 19px;
}
 
/*-------------------end -Dashboard-headding--------*/
/*----------------start-Revenue-Chart-box--------------*/
.white-main-common-box{
	background-color: #fff;
	color: #fff;
	box-shadow: 5px 4px 15px rgb(0,0,0,0.1);
	padding: 16px 0px 0px 0px;
	position: relative;
	border-radius: 10px;
	height: 100%;
}
.Revenue-Chart-box img{
	width: 100%;
	display: flex;
	height: 100%;
}
.Revenue-chart-header{
	padding: 10px 20px 20px 20px;
	border-bottom: 1px solid #e8e4e47a;
	display: flex;
	height: 50px;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.Revenue-chart-header h3{
	color: #000;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 700;
}
.Revenue-chart-header h3 a{
	color: #6c757d;
}
.rating-box h3{
	font-weight: 600;
	margin-bottom: 0px;
	color: #2c949b;
	font-size:24px;
}
.Today-Expenses-box h3{
	color: #ff9800;
}
.today-profit-box h3{
	color: #099579;
}

.today-profit-box .progress-text .progress4:before{
    background-color: #099579;
    width: 41%;
}

.Total-Revenue-box h3{
	color: #d36c78;
}

.Total-Revenue-box .progress-text .progress4:before{
	background-color: #d36c78;
	width: 21%;
}

.march-income-box{
	padding: 20px;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.content-box-march .left-text h5{
	color: #00a5af;
	font-weight: 600;
}
.content-box-march .left-text img{
	position: absolute;
	right: 13px;
    top: 16px;
}
.content-box-march .progress-text .progress:before {
    width: 3%;
}

.March-expenses-box .progress-text .progress:before {
    width: 0%;
    background-color: #f4553c;
}

.March-expenses-box .left-text h5{
	color: #f4553c;
}

.March-Sales-box .left-text h5{
	color: #308ce2;
}

.March-Sales-box .progress-text .progress:before {
    width: 5%;
    background-color: #308ce2;
}

.March-Net-Income .left-text h5{
	color: #9a5da4;
}

.March-Net-Income .progress-text .progress:before {
    width: 3%;
    background-color: #9a5da4;
}

.alert-list-box{
	padding: 10px 5px;
	border-bottom: 1px solid #dee2e6;
	margin-bottom: 10px;
}

/*------------------end-Revenue-Chart-box---------------*/
/*----------------start-Assign-Project-boxs--------------*/
   
.progress-text .progress{
	height: 8px;
	background-color: #e9ecef!important;
	position: relative;
	box-shadow: 3px 5px 10px rgb(0 0 0 / 7%);
}
.progress-text .progress:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 8px;
	background-color: #00879c;
	top: 0;
	left: 0;
}
.progress-text .progress2:before{
	background-color: #9c27b0;
	width: 64%;
}
.Assign-Project-boxs-list-main tbody .Medium-btn{
	border:1px solid #2196f3;
	color: #2196f3;
}
.progress-text .progress3:before{
	background-color: #6777ef;
	width: 74%;
}
.progress-text .progress4:before{
	background-color: #ff9800;
	width: 41%;
}
.progress-text .progress5:before{
	background-color: #28a745;
	width: 89%;
}
.progress-text .progress5:before{
	background-color: #6777ef;
	width: 89%;
}
/*-----------------end -Assign-Project-boxs---------------*/

/*------------start-copy-right-box----------------*/
.copy-right-box{
	padding: 20px 30px;
	background-color: #fff;
	margin-top: 70px;
	border-top: 1px solid #e3eaef
}
.copy-right-box ul li{
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
	color: #98a6ad;
}
.copy-right-box ul li i{
	font-size: 6px;
}
/*----------------end-copy-right-box--------------*/

/*------------------ start toggle-work------------*/
#nav-toggle{
	display: none;
}

.body-lable{
	position: fixed;
	height: 100%;
	width: 100%;
	visibility: hidden;
	transition: 0.5s ease;
	background-color: rgb(0,0,0,0.2);
	top: 0;
	z-index: 999999;
}
#nav-toggle:checked + .sidebar-left {
	width: 65px;
	/*position: relative;
	height: auto;
	box-shadow: none;*/
	overflow: initial;
}

#nav-toggle:checked + .sidebar-left .brand-name a span:last-child,
#nav-toggle:checked + .sidebar-left .user-icon, 
#nav-toggle:checked + .sidebar-left .user-name{
	display: none;
}

#nav-toggle:checked + .sidebar-left p,
#nav-toggle:checked + .sidebar-left .collapse .dropdwon-menu-list .fas{
	display: none;
}
#nav-toggle:checked ~ .main-right-section{
	margin-left: 65px;
	/*position: absolute;
	top: 0;
	height: auto;*/
	/*overflow: initial;*/
} 
#nav-toggle:checked ~ .main-right-section{

}
#nav-toggle:checked + .sidebar-left  .sidebar-menu .plus-icon:before{
	display: none;
}

#nav-toggle:checked + .sidebar-left  .sidebar-menu .dropdwon-menu-list {
	display: none;
}
/*------------------ end toggle-work------------*/
/*--------------end-dashboard 1------------*/
.sidebar-menu-list li{
	position: relative;
}
.sidebar-menu-list .Dashboard-items:before{
	display: none;
}



.sidebar-menu-list .menu-hover h5{
	font-size: 20px;
}
.menu-hover{
	width: 200px;
	background-color: #1d2b36;
	position: absolute;
	left: 65px;
	box-shadow: 0px 5px 20px rgb(0,0,0,0.2);
	top: 0;
	display: none;
	transition: 0.5s ease;
	padding: 15px 20px;
}
#nav-toggle:checked + .sidebar-left  .sidebar-menu .sidebar-menu-list .hover-active{
	display: block;
}
.hover-active{
	display: none;
}
.menu-hover ul li{
	width: 100%;
}
.sidebar-menu-list li:hover .menu-hover{
	display: block;
}
.product-table .table-striped thead {
	 background: linear-gradient(to right, #8b34ad, #bc72cb) !important;
}
 
 .shipping-box .table td{
 	border: none!important;
 }
 .Products-btn ul li{
	position: relative;
}
.Products-btn ul li{
	background-color: #fb160a;
	padding: 8px 15px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	transition: 0.4 ease;
	font-size: 12px;
	border-radius: 100px;
	box-shadow: 0 2px 4px #fb160a;
}
.Products-btn ul li a{
	color: #fff;
	text-decoration: none;
}
.Products-btn ul li:hover{
	box-shadow: 0 2px 2px #fb160a;;
}
.Products-btn ul .dropdown-menu{
	left: -54px!important;
	font-size: 14px;
	top: 5px!important;
	width: 200px;
	border:none;
	box-shadow: 0px 0px 10px rgb(0,0,0,0.1);
}
.Products-btn ul .dropdown-menu .dropdown-item{
	padding: 10px 20px;
}
.Products-btn ul .dropdown-menu .active{
	background-color: #e9e9e9!important;
	color: #000;
}
.Products-btn ul .dropdown-menu .dropdown-title{
	text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #191d21 !important;
    padding: 10px 20px;
    line-height: 20px;
    color: #98a6ad;
}
 
.product-logos-box table td{
	border: 1px solid #dee2e6;
}
.product-logos-box table td a{
	text-decoration: none;
}
.product-logos-box{
	height: 480px;
	overflow: auto;
}
.form-control{
	box-shadow: none!important;
}
.btn:focus{
	box-shadow: none!important;
}
.custom-tab{
	border-bottom: none!important;
}
.stock-box img{
	width: 14%;
}

/*--------------IMS-PAGE-CSS-HERE-------------*/

.background-img-ims{
	position: relative;
	background-image: url(../img/store-img.jpg);
	background-size: cover;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
}

.background-img-ims:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: #000000d1;
}

.ims-content-box .img-heading{
	color: #d38f95;
	margin: 20px auto;
    font-weight: 800;
    background: #ffffff4f;
    display: inline-flex;
    padding: 8px;
    border-radius: 5px;
    font-size: 50px;
    justify-content: center;
}
.ims-content-box h3{
	font-weight: 400!important;
	border-bottom: 2px solid #d38f95;
	font-size: 45px!important;
}
.form-box-black{
	width: 600px;
	border-radius: 10px;
	padding: 30px;
	margin: 30px auto;
	background-color: #0394e5;
	border: 3px solid #ff0000;
}
.form-box-black label{
	background: #ffffff4f;
	padding: 5px 7px;
	border-radius: 10px;
	color: #fff;
}
.form-box-black .input-text .form-control{
	border-radius: 0px;
	border: 1px solid  #d38f95;
	margin-top: 5px;
	background-color: #eee;
}
.login-btn .btn{
	background-color: #e10000;
	color: #fff;
}


.white-box-center{
	width: 240px;
	height: 240px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	padding: 20px;

}
.inventory-management-systems .container{
	position: relative;
	width: 500px;
	border-radius: 50%;
	height: 500px;
	border: 10px solid #e5e2e3;
}

.inventory-management-systems .container .icon{
	position: relative;
	width: 100%;
	left: -29%;
	top: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	border-radius: 50%;
	align-items: center;
	cursor: pointer;
	transform: translate(-50%,-50%);
	margin-top: 161px;
}

.inventory-management-systems .container .icon .imgbx{
	position: absolute;
	width: 130px;
	height: 130px;
	 border-radius: 50%;
	 background-color: red;
	 transform: rotate(calc(360deg/8 * var(--i)));
	 transform-origin: 293px;
}
.inventory-management-systems .container .icon .imgbx a .box-text-and-icon{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transform: rotate(calc(-360deg/8 * var(--i)));
	z-index: ;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px;
}

.inventory-management-systems .container .icon .imgbx a .box-text-and-icon h1{
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-top: 5px;
}
.inventory-management-systems .container .icon .imgbx a .box-text-and-icon img{
	width: 50%;
}

.inventory-management-systems{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: #eeeeee70;
}


/*
.inventory-management-systems .container .icon .imgbx a .box-text-and-icon:after{
	content: '';
	position: absolute;
	width: 110%;
	height: 110%;
	border-radius: 50%;
	background-color: #bae0d6;
	z-index: -1;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.inventory-management-systems .container .icon .imgbx a .Customizable-dashboard:after{
	background-color: #dacdd9;
}

.inventory-management-systems .container .icon .imgbx a .sales-order:after{
	background-color: #e5cac7;
}

.inventory-management-systems .container .icon .imgbx a .Bill-management:after{
	background-color: #c3edf4;
}

.inventory-management-systems .container .icon .imgbx a .expiry-alert:after{
	background-color: #e9befe;
}

.inventory-management-systems .container .icon .imgbx a .product-box:after{
	background-color: #fbdeaa;
}

.inventory-management-systems .container .icon .imgbx a .reports-box:after{
	background-color: #c2fbc9;
}

.inventory-management-systems .container .icon .imgbx a .Purchse-request:after{
	background-color: #ffc6bb;
}

 */