@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');






:root {
	
	--main-color: #004eaa;
	--secondary-main-color:#004eaa;
	--secondary-main-btn:#0d47a1;
	--secondary-main-btn-hover:#1976d2;
	--primary-main-btn:#004eaa;
	--primary-main-btn-hover:#2e86c1;
	--Red: hsl(1, 90%, 64%);
	--Blue: hsl(219, 85%, 26%);
	--White: hsl(0, 0%, 100%);
	--Very-light-grayish-blue: hsl(210, 60%, 98%);
	--Light-grayish-blue-1: hsl(211, 68%, 94%);
	--Light-grayish-blue-2: hsl(205, 33%, 90%);
	--Grayish-blue: hsl(219, 14%, 63%);
	--Dark-grayish-blue: hsl(219, 12%, 42%);
	--Very-dark-blue: hsl(224, 21%, 14%);

}
/* edge passowrd eye */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}

/* template button */

.template-btn{
	background-color: var(--primary-main-btn);
	color: #fff;
	border: 1px solid var(--primary-main-btn);
	padding: 5px 33px !important;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.template-btn:hover{
	background-color: var(--primary-main-btn-hover) ;
	color: #fff;
	border: 1px solid var(--primary-main-btn-hover)  ;
}



.template-btn-2{
	background-color: var(--secondary-main-btn) ;
	color: #fff;
	border: 1px solid var(--secondary-main-btn-btn) ;
}

.template-btn-2:hover{
	background-color: var(--secondary-main-btn-hover) ;
	color: #fff;
	border: 1px solid var(--secondary-main-btn-hover)  ;
}
















body {

	font-size: 14px;


	color: #4c5258;


	letter-spacing: 0.5px;


	background-color: #f7f7f7;


	font-family: 'Roboto', sans-serif;;


}





body {
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
	scrollbar-width: none; /* for Firefox */
	overflow-y: scroll; 
  }
  
  body::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
  }
  

a {


	text-decoration: none;


}



h1,h2,h3,h4,h5,h5,label,input{
	font-family: 'Roboto', sans-serif;;
	
}

.wrapper {

width: 100%;

margin-top: 8%;
}

.mobile-topbar-header {

	display: none;
	
}

/* Sidebar */


.topbar-logo-header{
	width: auto;
    align-items: center;
    padding: 0 30px 0 0;
    height: 60px;
    border-right: 1px solid #f0f0f0;
}

@media screen and (max-width:  768px){
	.topbar-logo-header {
		width: auto;
		align-items: center;
		padding: 17px 30px 0 0;
		height: 60px;
		border-right: 1px solid #f0f0f0;
	}

	.captcha-main #image {
		
margin-left: 0px !important;
		
padding: 0px 10px !important;
	}



	.captcha-main input {
		width: 115px !important;
		padding: 0.375rem 0.4500000000000002rem !IMPORTANT;
	}
}
	


.logo-icon {

width: 97px;
}

.logo-icon-2 {
	width: 35px;
	
    margin-left: 10px;
}


.logo-text {


	font-size: 22px;


	margin-left: 10px;


	margin-bottom: 0;


	letter-spacing: 1px;


	color: #004eaa;


}


.toggle-icon {

	font-size: 26px;
	

	color: #004eaa;
	

    cursor: pointer;


}


/* Header */


.topbar {


	position: fixed;


	top: 0;


	left: 0;


	right: 0;


	height: 60px;


	background: var(--main-color);


	/* border-bottom: 1px solid #f0f0f0; */


	z-index: 10;


}


.topbar .navbar {

width: 100%;

height: 60px;

padding-left: 55px;

padding-right: 100px;
}


.page-wrapper {

height: 100%;

margin-top: 25px;

margin-bottom: 30px;

margin-left: 0px;
}

/* @media screen and (min-width: 1400px){

	.page-wrapper {

		padding-left: 80px;

		padding-right: 80px;

	}

} */

@media screen and (min-width:1240px) {
	.topbar .navbar {
		width: 100%;
		height: 60px;
		padding-left: 131px;
		padding-right: 125px;
	}	
}
.page-content {

padding: 1.5rem 8rem;
}


.page-footer {


	background: #ffffff;


	left: 0px;


	right: 0;


	bottom: 0;


	position: fixed;


	text-align: center;


	padding: 7px;


	font-size: 14px;


	border-top: 1px solid #e4e4e4;


	z-index: 3;


}


.search-bar {
    width: 23%;
    cursor: pointer;
    margin-left: 26px;
}

.search-bar input[disabled] {
	cursor: pointer;
    background-color: #f7f7ff;
	border: 0;
}

/* header colors */

.color-code .headercolor1 {

	background: #0727d7 !important;

}

.color-code .headercolor2 {

	background: #23282c !important;

}

.color-code .headercolor3 {

	background: #e10a1f !important;

}

.color-code .headercolor4 {

	background: #157d4c !important;

}

.color-code .headercolor5 {

	background: #673ab7 !important;

}

.color-code .headercolor6 {

	background: #795548 !important;

}

.color-code .headercolor7 {

	background: #d3094e !important;

}

.color-code .headercolor8 {

	background: #ff9800 !important;

}


/*primary menu*/

.primary-menu .navbar .navbar-nav .nav-item {
	width: 100%;
}

.primary-menu .navbar .navbar-nav a.nav-link {
	display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.5rem;
    font-size: 16px;
    border-radius: 0;
    padding: 0.25rem 1rem;
    margin: 2px 0rem;
    border-bottom: 1px solid #e3e3e3;
	
}


.primary-menu .navbar .navbar-nav a.nav-link:first-child {
	margin-left: 0;
	
}

.primary-menu .navbar .navbar-nav a.nav-link:last-child {
	margin-right: 0;
}


.primary-menu .navbar .navbar-nav a.nav-link:active,
.primary-menu .navbar .navbar-nav a.nav-link:focus {
	color: #ffffff;
	background-color: #008cff;
} 


.primary-menu .navbar .navbar-nav a.nav-link:hover {
	color: #32393f;
	background-color: #f5f6f7;
}


.primary-menu .navbar .navbar-nav a.nav-link.active:hover,
.primary-menu .navbar .navbar-nav a.nav-link.active {
	color: #ffffff;
	background-color: #008cff;
}

ul.scroll-menu {
    overflow-x: auto;
    height: auto;
    max-height: 450px;
}

.primary-menu .navbar .navbar-nav .dropend a.dropdown-toggle:after {
	content: "\e9b2";
	position: absolute;
    right: 4px;
    border: 0;
    font-size: 20px;
    display: inline-block;
    font-family: 'boxicons';
}


.primary-menu .navbar .navbar-nav .dropdown-menu {
	transform-origin: top center;
	animation: rotateX 200ms  ease-in forwards;
	box-shadow: none;
	padding: 0.5rem;
	margin: 0;
}

.primary-menu .navbar .navbar-nav .dropend .dropdown-menu {
	padding-left: 1rem;
}



@keyframes rotateX {
	0% {
	  opacity: 0;
	  transform: rotateX(-90deg);
	}
	50% {
	  transform: rotateX(-20deg);
	}
	100% {
	  opacity: 1;
	  transform: rotateX(0deg);
	}
  }

  


.primary-menu .navbar .navbar-nav .dropdown-menu .dropdown-item {
	font-size: 16px;
	flex-shrink: 0;
	border-radius: 0;
	display: flex;
	align-items: center;
	/* background: none !important; */
	color: #222;
}

.primary-menu .navbar .navbar-nav .dropdown-menu .dropdown-item i {
	margin-right: 10px;
	font-size: 16px;
}


.primary-menu .navbar .navbar-nav a .parent-icon {
    font-size: 20px;
}

.primary-menu .navbar .navbar-nav a .menu-title i {
    font-size: 20px;
}






  @media screen and (min-width:992px) {



		
	.primary-menu .navbar .navbar-nav a.nav-link {

border-radius: 6px;

margin: 0px 0.3rem;

color: white;

border-bottom: 0px solid #e3e3e3;

}



	.primary-menu .navbar .navbar-nav .dropdown-menu .dropdown-item {
		border-radius: 6px;
		padding: 9px 15px;
	}


	.primary-menu .navbar .navbar-nav  .dropdown-menu {
		transform-origin: top center;
		animation: rotateX 300ms  ease-in-out forwards;
		-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
	     box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);

	}
	
	@keyframes rotateX {
		0% {
		  opacity: 0;
		  transform: rotateX(-90deg);
		}
		50% {
		  transform: rotateX(-20deg);
		}
		100% {
		  opacity: 1;
		  transform: rotateX(0deg);
		}
	  }

	
		
	.primary-menu .navbar .navbar-nav .dropend .dropdown-menu {
		padding-left: 0.5rem;
	}

	.primary-menu .navbar {

position: fixed;

top: 1px;

/* right: -3px; */

right: 22rem;

z-index: 100;

/* border-bottom: 1px solid #e4e4e4; */

/* box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important; */

/* background: #ffffff; */

padding: 10px 10px;
} 



	.primary-menu .navbar .navbar-nav .dropdown-menu {
		width: 14rem;
		border-radius: 10px;
	}

		
	.primary-menu .navbar .navbar-nav .nav-item {
		width: auto;
	}

	.primary-menu .navbar .navbar-nav .dropdown .dropdown-menu{
		display: none;
	  }
	
	  .primary-menu .navbar .navbar-nav .dropdown:hover > .dropdown-menu,
	  .primary-menu .navbar .navbar-nav .dropend:hover > .dropdown-menu{
		display: block;
		
	  }

	.primary-menu .navbar .navbar-nav .dropend:hover > .dropdown-menu{
	  position: absolute;
	  top: 0;
	  left: 100%;
	}





	

  }

  
  .primary-menu .navbar .navbar-nav .dropdown .dropdown-menu li{
	padding: 2px;
	}

@media screen and (min-width: 1025px) {



	.email-toggle-btn {


		display: none !important;


	}


	.chat-toggle-btn {


		display: none !important;


	}


}


/* Extra CSS */


.back-to-top {


	display: none;


	width: 40px;


	height: 40px;


	line-height: 40px;


	text-align: center;


	font-size: 26px;


	color: white;


	position: fixed;


	border-radius: 10px;


	bottom: 20px;


	right: 12px;


	background-color: #004eaa;


	z-index: 5;


}


.back-to-top:hover {


	color: white;


	background-color: #000;


	transition: all .5s;


}


.breadcrumb-title {


	font-size: 20px;


	border-right: 1.5px solid #aaa4a4;


}


.page-breadcrumb .breadcrumb li.breadcrumb-item {


	font-size: 16px;


}


.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {


	display: inline-block;


	padding-right: .5rem;


	color: #6c757d;


	font-family: 'LineIcons';


	content: "\ea5c";


}


.icon-badge {


	width: 45px;


	height: 45px;


	background: #f2f2f2;


	display: flex;


	align-items: center;


	justify-content: center;


	border-radius: 50%;


}


.product-grid .card {
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

@media (min-width:992px) {
	.product-grid .card:hover {
		margin-top: -.25rem;
		margin-bottom: .25rem;
		-webkit-box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .3);
		box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .3)
	}
}

.product-show {
    font-size: 18px;
    left: 15px;
}

.widgets-icons {


	width: 50px;


	height: 50px;


	display: flex;


	align-items: center;


	justify-content: center;


	background-color: #ededed;


	font-size: 26px;


	border-radius: 10px;


}


.widgets-icons-2 {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ededed;
	font-size: 27px;
	border-radius: 10px
}


.widgets-icons-small {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    font-size: 26px;
    border-radius: 10px;
}

#geographic-map {


	width: 100%;


	height: 440px;


}


#geographic-map-2 {

	width: 100%;

	height: 330px

}

#geographic-map-3 {

	width: 100%;

	height: 350px

}


.product-img {


	width: 60px;


	height: 60px;


	background-color: white;


	display: flex;


	align-items: center;


	justify-content: center;


	border-radius: 10px;


	border: 1px solid #e6e6e6;


}


.product-img img {


	width: 60px;


	height: 60px;


	padding: 6px;


}


.product-img-2 {
	width: 45px;
	height: 45px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	border: 1px solid #e6e6e6
}

.product-img-2 img {
	width: 45px;
	height: 45px;
	padding: 1px
}

.border-light-2 {
    border-color: rgb(255 255 255 / 12%)!important;
}


.product-list {


	position: relative;


	height: 450px;


}


.dashboard-top-countries {


	position: relative;


	height: 360px;


}



.customers-list {


	position: relative;


	height: 450px;


}

.store-metrics {
    position: relative;
    height: 450px;
}

.product-list-2 {
    position: relative;
    height: 450px;
}



.product-list .row {


	background-color: #f8f9fa;


	-webkit-transition: all 0.2s;


	-o-transition: all 0.2s;


	transition: all 0.2s;


}


@media (min-width: 992px) {


	.product-list .row:hover {


		background-color: #fff;


		margin-top: -.25rem;


		margin-bottom: .25rem;


		-webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);


		box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);


	}
	
}

@media (max-width: 992px) {
.page-content {
	padding: 1.5rem 0rem;
}

.topbar .navbar {
    width: 100%;
    height: 60px;
    padding-left: 11px;
    padding-right: 11px;
}

}
.recent-product-img {


	width: 40px;


	height: 40px;


	background-color: #fbfbfb;


	display: flex;


	align-items: center;


	justify-content: center;


	border-radius: 10px;


	border: 1px solid #e6e6e6;


}


.recent-product-img img {


	width: 40px;


	height: 40px;


	padding: 6px;


}


.theme-icons {


	background-color: #FFF;


}


.lead-table .table {


	border-collapse: separate;


	border-spacing: 0 10px;


}


.fm-menu .list-group a {


	font-size: 16px;


	color: #5f5f5f;


	display: flex;


	align-items: center;


}


.fm-menu .list-group a i {


	font-size: 23px;


}


.fm-menu .list-group a:hover {


	background: #004eaa;


	color: #ffffff;


	transition: all .2s ease-out;


}


.fm-file-box {


	font-size: 25px;


	background: #e9ecef;


	width: 44px;


	height: 44px;


	display: flex;


	align-items: center;


	justify-content: center;


	border-radius: .25rem;


}


.fm-icon-box {


	font-size: 32px;


	background: #ffffff;


	width: 52px;


	height: 52px;


	display: flex;


	align-items: center;


	justify-content: center;


	border-radius: .25rem;


}


.user-plus {


	width: 33px;


	height: 33px;


	margin-left: -14px;


	line-height: 33px;


	background: #ffffff;


	border-radius: 50%;


	text-align: center;


	font-size: 22px;


	cursor: pointer;


	border: 1px dotted #a9b2bb;


	color: #404142;


}


.user-groups img {


	margin-left: -14px;


	border: 1px solid #e4e4e4;


	padding: 2px;


	cursor: pointer;


}


.contacts-social a {


	font-size: 16px;


	width: 36px;


	height: 36px;


	line-height: 36px;


	background: #ffffff;


	border: 1px solid #eeecec;


	text-align: center;


	border-radius: 50%;


	color: #2b2a2a;


}


.customers-contacts a {


	font-size: 16px;


	width: 34px;


	height: 34px;


	display: flex;


	align-items: center;


	justify-content: center;


	background: #ffffff;


	border: 1px solid #eeecec;


	text-align: center;


	border-radius: 50%;


	color: #2b2a2a;


}


.order-actions a {


	font-size: 18px;


	width: 34px;


	height: 34px;


	display: flex;


	align-items: center;


	justify-content: center;


	background: #f1f1f1;


	border: 1px solid #eeecec;


	text-align: center;


	border-radius: 20%;


	color: #2b2a2a;


}


.customers-list .customers-list-item {


	-webkit-transition: all 0.2s;


	-o-transition: all 0.2s;


	transition: all 0.2s;


}


@media (min-width: 992px) {


	.customers-list .customers-list-item:hover {


		background-color: #f8f9fa;


		border-radius: 10px;


		margin-top: -.25rem;


		margin-bottom: .25rem;


		-webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);


		box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);


	}


}


.right-15 {


	right: 15px!important;


}


.font-13 {


	font-size: 13px;


}


.font-14 {


	font-size: 14px;


}


.font-18 {


	font-size: 18px;


}


.font-20 {


	font-size: 20px;


}


.font-22 {


	font-size: 22px;


}


.font-24 {


	font-size: 24px;


}


.font-30 {


	font-size: 30px;


}


.font-35 {


	font-size: 35px;


}


.font-50 {


	font-size: 50px;


}


.font-60 {


	font-size: 60px;


}


.radius-30 {


	border-radius: 30px;


}


.radius-10 {


	border-radius: 10px;


}


.radius-15 {

	border-radius: 15px;

}

.input-icon span {
    font-size: 16px;
    left: 15px;
}

.input-icon .form-control {
    padding-left: 2.5rem;
}

.error {
    color: #dc3545;
}

.auth-cover-left {
    display: flex;
    background-color: #f7f7ff;
    min-height: 100vh;
}

.auth-cover-right {
    display: flex;
    background-color: #ffffff;
    min-height: 100vh;
}



form select.error, form textarea.error, form input.error, form input.error:focus, form textarea.error:focus, form select.error:focus {
    border-color: #ea5455 !important;
}

.row.row-group>div {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.row.row-group>div:last-child {
    border-right: none;
}

.cursor-pointer {

	cursor: pointer

}

.dash-wrapper {
    margin: -1.5rem -1.5rem -5.5rem -1.5rem;
    padding: 1.5rem 1.5rem 6.5rem 1.5rem;
}


  .w_percent {
	display: inline-block;
	line-height: 80px !important;
	z-index: 2;
	font-size: 1.3rem;
  }
  .w_percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
  }

.cursor-pointer {
	
	cursor: pointer;

}

.options {
    font-size: 24px;
    color: #4c5258;
    cursor: pointer;
}

.review-list {
    position: relative;
    height: 360px;
    overflow-y: scroll;
}

.chip {


	display: inline-block;


	height: 32px;


	padding: 0 12px;


	margin-right: 1rem;


	margin-bottom: 1rem;


	font-size: 14px;


	font-weight: 500;


	line-height: 32px;


	color: rgba(0, 0, 0, 0.70);


	cursor: pointer;


	background-color: #f1f1f1;


	border: 1px solid rgba(0, 0, 0, 0.15);


	border-radius: 16px;


	-webkit-transition: all .3s linear;


	transition: all .3s linear;


	box-shadow: none;


}


.chip img {


	float: left;


	width: 32px;


	height: 32px;


	margin: 0 8px 0 -12px;


	border-radius: 50%;


}


.chip .closebtn {


	padding-left: 10px;


	font-weight: bold;


	float: right;


	font-size: 16px;


	cursor: pointer;


}


.chip.chip-md {


	height: 42px;


	line-height: 42px;


	border-radius: 21px;


}


.chip.chip-md img {


	height: 42px;


	width: 42px;


}


/*Invoice Page*/


#invoice {


	padding: 0px;


}


.invoice {


	position: relative;


	background-color: #FFF;


	min-height: 680px;


	padding: 15px


}


.invoice header {


	padding: 10px 0;


	margin-bottom: 20px;


	border-bottom: 1px solid #004eaa


}


.invoice .company-details {


	text-align: right


}


.invoice .company-details .name {


	margin-top: 0;


	margin-bottom: 0


}


.invoice .contacts {


	margin-bottom: 20px


}


.invoice .invoice-to {


	text-align: left


}


.invoice .invoice-to .to {


	margin-top: 0;


	margin-bottom: 0


}


.invoice .invoice-details {


	text-align: right


}


.invoice .invoice-details .invoice-id {


	margin-top: 0;


	color: #004eaa


}


.invoice main {


	padding-bottom: 50px


}


.invoice main .thanks {


	margin-top: -100px;


	font-size: 2em;


	margin-bottom: 50px


}


.invoice main .notices {


	padding-left: 6px;


	border-left: 6px solid #004eaa;


	background: #e7f2ff;


	padding: 10px;


}


.invoice main .notices .notice {


	font-size: 1.2em


}


.invoice table {


	width: 100%;


	border-collapse: collapse;


	border-spacing: 0;


	margin-bottom: 20px


}


.invoice table td,


.invoice table th {


	padding: 15px;


	background: #eee;


	border-bottom: 1px solid #fff


}


.invoice table th {


	white-space: nowrap;


	font-weight: 400;


	font-size: 16px


}


.invoice table td h3 {


	margin: 0;


	font-weight: 400;


	color: #004eaa;


	font-size: 1.2em


}


.invoice table .qty,


.invoice table .total,


.invoice table .unit {


	text-align: right;


	font-size: 1.2em


}


.invoice table .no {


	color: #fff;


	font-size: 1.6em;


	background: #004eaa


}


.invoice table .unit {


	background: #ddd


}


.invoice table .total {


	background: #004eaa;


	color: #fff


}


.invoice table tbody tr:last-child td {


	border: none


}


.invoice table tfoot td {


	background: 0 0;


	border-bottom: none;


	white-space: nowrap;


	text-align: right;


	padding: 10px 20px;


	font-size: 1.2em;


	border-top: 1px solid #aaa


}


.invoice table tfoot tr:first-child td {


	border-top: none


}


.invoice table tfoot tr:last-child td {


	color: #004eaa;


	font-size: 1.4em;


	border-top: 1px solid #004eaa


}


.invoice table tfoot tr td:first-child {


	border: none


}


.invoice footer {


	width: 100%;


	text-align: center;


	color: #777;


	border-top: 1px solid #aaa;


	padding: 8px 0


}


@media print {


	.invoice {


		font-size: 11px!important;


		overflow: hidden!important


	}


	.invoice footer {


		position: absolute;


		bottom: 10px;


		page-break-after: always


	}


	.invoice>div:last-child {


		page-break-before: always


	}


}


.main-row {


	height: 100vh;


}


.main-col {


	max-width: 500px;


	min-height: 300px;


}


.todo-done {


	text-decoration: line-through;


}




/* Navs and Tabs */


.nav-primary.nav-tabs .nav-link.active {

color: #004eaa;

-webkit-box-shadow: inset -14px 5px 86px -72px rgba(0,0,0,0.95);

-moz-box-shadow: inset -14px 5px 86px -72px rgba(0,0,0,0.95);

box-shadow: inset -14px 5px 86px -72px rgba(0,0,0,0.95);

border-color: #004eaa #004eaa #fff;
}


.nav-danger.nav-tabs .nav-link.active {


	color: #f41127;


	border-color: #f41127 #f41127 #fff;


}


.nav-success.nav-tabs .nav-link.active {

color: #004eaa;

/* -webkit-box-shadow: inset -14px 5px 86px -72px rgba(0,0,0,0.95); */

-moz-box-shadow: inset -14px 5px 86px -72px rgba(0,0,0,0.95);

/* box-shadow: inset -14px 5px 86px -72px rgba(0,0,0,0.95); */

border-color: #ffffff #ffffff  #004eaa;
}


.nav-warning.nav-tabs .nav-link.active {


	color: #ffc107;


	border-color: #ffc107 #ffc107 #fff;


}

.nav-success .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #ffffff #ffffff  #004eaa;
}
.nav-pills-danger.nav-pills .nav-link.active {


	color: #fff;


	background-color: #f41127;


}


.nav-pills-success.nav-pills .nav-link.active {


	color: #fff;


	background-color: #17a00e;


}


.nav-pills-warning.nav-pills .nav-link.active {


	color: #000;


	background-color: #ffc107;


}


.nav-search input.form-control {


	background-color: rgb(255 255 255 / 20%);


	border: 1px solid rgb(255 255 255 / 45%);


	color: #fff;


}


.nav-search button[type='submit'] {


	background-color: rgb(255 255 255 / 20%);


	border: 1px solid rgb(255 255 255 / 32%);


	color: #fff;


}


.nav-search input.form-control::placeholder {


	opacity: 0.5 !important;


	color: #fff !important;


}


.nav-search input.form-control::-ms-input-placeholder {


	color: #fff !important;


}


.round-pagination.pagination .page-item:first-child .page-link {


	border-top-left-radius: 30px;


	border-bottom-left-radius: 30px;


}


.round-pagination.pagination .page-item:last-child .page-link {


	border-top-right-radius: 30px;


	border-bottom-right-radius: 30px;


}


/* Background Colors */


.bg-light-primary {


	background-color: rgb(13 110 253 / 0.11) !important;


}


.bg-light-success {


	background-color: rgb(23 160 14 / 0.11)!important;


}


.bg-light-danger {


	background-color: rgb(244 17 39 / 0.11)!important;


}


.bg-light-warning {


	background-color: rgb(255 193 7 / 0.11)!important;


}


.bg-light-info {


	background-color: rgb(13 202 240 / 18%)!important;


}



.bg-light-transparent {
	background-color: rgb(0 0 0 / 15%)!important
}

.bg-gradient-deepblue {
    background: #6a11cb;
    background: -webkit-linear-gradient(
	45deg
	, #6a11cb, #2575fc)!important;
    background: linear-gradient(
 45deg
 , #492d2d , #2f5ca9)!important;
    padding: 15px 4px;
}


.bg-gradient-orange {
    background: #fc4a1a;
    background: -webkit-linear-gradient(
	45deg
	, #fc4a1a, #f7b733)!important;
		background: linear-gradient(
	45deg
	, #fc4a1a, #f7b733)!important;
}

.bg-gradient-ohhappiness {
    background: #00b09b;
    background: -webkit-linear-gradient(
	45deg
	, #00b09b, #96c93d)!important;
		background: linear-gradient(
	45deg
	, #00b09b, #96c93d)!important;
}


.bg-gradient-ibiza {
    background: #ee0979;
    background: -webkit-linear-gradient(
	45deg
	, #ee0979, #ff6a00)!important;
		background: linear-gradient(
	45deg
	, #ee0979, #ff6a00)!important;
}


.bg-gradient-scooter {
    background: #17ead9;
    background: -webkit-linear-gradient(
45deg
, #17ead9, #6078ea)!important;
    background: linear-gradient(
45deg
, #17ead9, #6078ea)!important;
}


.bg-gradient-bloody {
    background: #f54ea2;
    background: -webkit-linear-gradient(
45deg
, #f54ea2, #ff7676)!important;
    background: linear-gradient(
45deg
, #f54ea2, #ff7676)!important;
}


.bg-gradient-quepal {
    background: #42e695;
    background: -webkit-linear-gradient(
45deg
, #42e695, #3bb2b8)!important;
    background: linear-gradient(
45deg
, #42e695, #3bb2b8)!important;
}


.bg-gradient-blooker {
    background: #ffdf40;
    background: -webkit-linear-gradient(
45deg
, #ffdf40, #ff8359)!important;
    background: linear-gradient(
45deg
, #ffdf40, #ff8359)!important;
}

.bg-gradient-voilet {
    background: linear-gradient(87deg,#8965e0 0,#bc65e0 100%)!important;
}

.bg-gradient-branding {
    background: linear-gradient(87deg,#2dce89 0,#2dcecc 100%)!important;
}

.bg-gradient-cosmic {


	background: linear-gradient(to right, rgb(142, 45, 226), rgb(74, 0, 224)) !important;


}


.bg-gradient-burning {


	background: linear-gradient(to right, rgb(51 73 99), rgb(72 147 235))!important


}


.bg-gradient-lush {


	background: linear-gradient(to right, rgb(86, 171, 47), rgb(168, 224, 99))!important;


}


.bg-gradient-kyoto {


	background: linear-gradient(to right, rgb(247, 151, 30), rgb(255, 210, 0))!important;


}


.bg-gradient-blues {


	background: linear-gradient(to right, rgb(86, 204, 242), rgb(47, 128, 237))!important;


}


.bg-gradient-moonlit {


	background: linear-gradient(to right, rgb(15, 32, 39), rgb(32, 58, 67), rgb(44, 83, 100))!important;


}


.split-bg-primary {


	background-color: #0c62e0;


	border-color: #0c62e0;


}


.split-bg-secondary {


	background-color: #515a62;


	border-color: #515a62;


}


.split-bg-success {


	background-color: #128e0a;


	border-color: #128e0a;


}


.split-bg-info {


	background-color: #0bb2d3;


	border-color: #0bb2d3;


}


.split-bg-warning {


	background-color: #e4ad07;


	border-color: #e4ad07;


}


.split-bg-danger {


	background-color: #e20e22;


	border-color: #e20e22;


}


.bg-body {
    background-color: #f8f9fe!important;
}

.bg-dribbble {
    background-color: #ea4c89!important;
}

.bg-behance {
    background-color: #1769ff!important;
}

.bg-facebook {


	background-color: #3b5998!important;


}


.bg-twitter {


	background-color: #55acee!important;


}


.bg-google {


	background-color: #e52d27!important;


}


.bg-linkedin {


	background-color: #0976b4!important;


}


/* Text Color */

.text-option{
	color: #32393f!important
 }

.text-facebook{
	color: #3b5998!important
 }
 
 .text-twitter{
	 color: #55acee!important
  }
 
  .text-youtube{
	 color: #e52d27!important
  }

.text-sky-light {
    color: #b4d2ff;
}


/* Authentication */


.section-authentication-signin {


	height: 70vh;


}


.authentication-forgot {


	height: 100vh;


	padding: 0 1rem;


}


.authentication-reset-password {


	height: 100vh;


	padding: 0 1rem;


}


.authentication-lock-screen {


	height: 100vh;


	padding: 0 1rem;


}


.error-404 {


	height: 100vh;


	padding: 0 1rem;


}


.error-social a {


	display: inline-block;


	width: 40px;


	height: 40px;


	line-height: 40px;


	font-size: 18px;


	color: #fff;


	text-align: center;


	border-radius: 50%;


	margin: 5px;


	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;


}


.bg-login {


	background-image: url(../images/login-images/bg-login-img.jpg);


	background-size: cover;


	background-position: center;


	background-repeat: no-repeat;


	background-attachment: fixed;


}


.bg-forgot {


	background-image: url(../images/login-images/bg-forgot-password.jpg);


	background-size: cover;


	background-position: center;


	background-repeat: no-repeat;


	background-attachment: fixed;


}


.bg-lock-screen {


	background-image: url(../images/login-images/bg-lock-screen.jpg);


	background-size: cover;


	background-position: center;


	background-repeat: no-repeat;


	background-attachment: fixed;


}


.login-separater span {


	position: relative;


	top: 26px;


	margin-top: -10px;


	background: #ffffff;


	padding: 5px;


	font-size: 12px;


	color: #cbcbcb;


	z-index: 1;


}


/* Buttons */


.btn i {


	vertical-align: middle;


	font-size: 1.3rem;


	margin-top: -1em;


	margin-bottom: -1em;


	margin-right: 5px;


}


.btn-inverse-primary {
	color: #008cff;
    background-color: rgba(0, 140, 255, 0.18);
    border-color: rgb(209, 234, 255);
}

.btn-inverse-primary:hover {
	color: #008cff;
    background-color: rgba(0, 140, 255, 0.18);
    border-color: rgba(0, 140, 255, 0.18);
}

.btn-inverse-primary:focus {
	color: #008cff;
    background-color: rgba(0, 140, 255, 0.18);
    border-color: rgba(0, 140, 255, 0.18);
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .3)
}


.btn-inverse-secondary {
	color: #75808a;
    background-color: rgba(117, 128, 138, 0.18);
    border-color: rgb(230, 232, 234);
}

.btn-inverse-secondary:hover {
	color: #75808a;
    background-color: rgba(117, 128, 138, 0.18);
    border-color: rgba(117, 128, 138, 0.18);
}

.btn-inverse-success {
	color: #15ca20;
    background-color: rgba(21, 202, 32, 0.18);
    border-color: rgb(212, 246, 214);
}

.btn-inverse-success:hover {
	color: #15ca20;
    background-color: rgba(21, 202, 32, 0.18);
    border-color: rgba(21, 202, 32, 0.18);
}
.btn-inverse-success:focus {
	color: #15ca20;
    background-color: rgba(21, 202, 32, 0.18);
    border-color: rgba(21, 202, 32, 0.18);
	box-shadow: 0 0 0 .25rem rgb(23 160 14 / 32%)
}

.btn-inverse-danger {
	color: #fd3550;
    background-color: rgba(253, 53, 80, 0.18);
    border-color: rgb(255, 218, 223);
}

.btn-inverse-danger:hover {
	color: #fd3550;
    background-color: rgba(253, 53, 80, 0.18);
    border-color: rgba(253, 53, 80, 0.18);
}
.btn-inverse-danger:focus {
	color: #fd3550;
    background-color: rgba(253, 53, 80, 0.18);
    border-color: rgba(253, 53, 80, 0.18);
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .3)
}


.btn-inverse-warning {
	color: #ff9700;
    background-color: rgba(255, 151, 0, 0.18);
    border-color: rgb(255, 236, 209);
}

.btn-inverse-warning:hover {
	color: #ff9700;
    background-color: rgba(255, 151, 0, 0.18);
    border-color: rgba(255, 151, 0, 0.18);
}

.btn-inverse-warning:focus {
	color: #ff9700;
    background-color: rgba(255, 151, 0, 0.18);
    border-color: rgba(255, 151, 0, 0.18);
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .3)
}

.btn-inverse-info {
	color: #0dceec;
    background-color: rgba(13, 206, 236, 0.18);
    border-color: rgb(211, 246, 252);
}

.btn-inverse-info:hover {
	color: #0dceec;
    background-color: rgba(13, 206, 236, 0.18);
    border-color: rgba(13, 206, 236, 0.18);
}

.btn-inverse-light {
	color: #a7aaaa;
    background-color: rgba(233, 234, 234, 0.2);
    border-color: rgb(251, 251, 251);
}

.btn-inverse-light:hover {
	color: #a7aaaa;
    background-color: rgba(233, 234, 234, 0.2);
    border-color: rgba(233, 234, 234, 0.2);
}

.btn-inverse-dark {
	color: #223035;
    background-color: rgba(34, 48, 53, 0.2);
    border-color: #d7d9da;
}

.btn-inverse-dark:hover {
	color: #223035;
    background-color: rgba(34, 48, 53, 0.2);
    border-color: rgba(34, 48, 53, 0.2);
}

.btn-facebook {


	box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);


	background-color: #3b5998;


	border-color: #3b5998;


	color: #fff;


}


.btn-facebook:hover {


	color: #fff;


}


.btn-white {


	background-color: #fff;


	border-color: #e7eaf3;


}


.chart-container1 {


	position: relative;


	height: 340px;


}


.gmaps,


.gmaps-panaroma {


	height: 400px;


	background: #eeeeee;


	border-radius: 3px;


}


/* Pricing Table*/


.pricing-table .card {


	-webkit-transition: all 0.2s;


	-o-transition: all 0.2s;


	transition: all 0.2s;


	-webkit-border-radius: 15px;


	border-radius: 15px;


}


.pricing-table .card .card-header {


	border-top-left-radius: 15px;


	border-top-right-radius: 15px;


}


@media (min-width: 992px) {


	.pricing-table .card:hover {


		margin-top: -.25rem;


		margin-bottom: .25rem;


		-webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);


		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);


	}
	

}
@media (max-width: 990px) {



.stay_open{
	display: block !important;
}}

.pricing-table .card .card-title {


	font-size: 1rem;


	letter-spacing: .2rem;


	font-weight: 500;


}


.pricing-table .card .card-price {


	font-size: 2.7rem;


}


.pricing-table .card .card-price .term {


	font-size: .875rem;


}


.pricing-table .card ul li.list-group-item {


	border-bottom: 1px solid rgb(0 0 0 / 0%);


	color: #3b3b3b;


	font-size: 16px;


}


/*Forms */


input::placeholder,textarea::placeholder {


	color: #000 !important;


	opacity: .3 !important


}


.card-group {


	margin-bottom: 1.5rem;


}




.topbar .navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 60px;
}




.topbar .navbar .navbar-nav .nav-link {

color: #ffffff;

font-size: 22px;

border-radius: 50%;

display: flex;

align-items: center;

justify-content: center;

width: 42px;

height: 42px;
}


.topbar .navbar .navbar-nav .nav-link:hover,
.topbar .navbar .navbar-nav .nav-link:focus {
	background-color: rgb(94 114 228 / 10%);
    color: #008cff;
}



.dropend .dropdown-toggle-nocaret:after, 
.dropdown-toggle-nocaret:after {


	display: none


}


.alert-count {


	position: absolute;
    top: 2px;
    left: 22px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #f62718;


}


.user-img {

	width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 0 solid #e5e5e5;
    padding: 0;

}


.user-info .user-name {

font-size: 15px;

font-weight: 500;

color: #ffffff;
}


.user-info .designattion {

font-size: 13px;

color: #ffffff;
}


.user-box {

display: flex;

align-items: center;

height: 60px;

border-left: 1px solid #f0f0f0;

/* border-right: 1px solid #f0f0f0; */
}





.topbar .navbar .dropdown-app .dropdown-menu {
    width: 270px;
    border: 1px solid #dee2e6;
    padding: 0.5rem;
    border-radius: 16px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.topbar .navbar .dropdown-app .dropdown-menu .app-container {
    position: relative;
    /* height: 370px; */
}


.topbar .navbar .dropdown-app .dropdown-menu .app-box {
    padding: .5rem;
    border-radius: 1rem;
    transition: .2s;
}

.topbar .navbar .dropdown-app .dropdown-menu .app-box:hover {
    background-color: #edf0f3;
}

.topbar .navbar .dropdown-app .dropdown-menu .app-name {
    color: #212529;
    font-size: .64rem;
    text-decoration: none;
    font-weight: 500;
}







.dropdown-large {


	position: relative;


}


.dropdown-large .dropdown-menu {


	width: 360px;


	border: 0;


	padding: 0rem 0;


	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
	
	border-radius: 10px;


}


.topbar .navbar .dropdown-large .dropdown-menu::after {


	content: '';


	width: 13px;


	height: 13px;


	background: #ffffff;


	position: absolute;


	top: -6px;


	right: 16px;


	transform: rotate(45deg);


	border-top: 1px solid #ddd;


	border-left: 1px solid #ddd;


}


.topbar .navbar .dropdown-menu::after {


	content: '';


	width: 13px;


	height: 13px;


	background: #ffff;


	position: absolute;


	top: -6px;


	right: 16px;


	transform: rotate(45deg);


	border-top: 1px solid #ddd;


	border-left: 1px solid #ddd;


}


.dropdown-large .msg-header {


	padding: 0.8rem 1rem;
    border-bottom: 1px solid #ededed;
    background-clip: border-box;
    background-color: #ffffff;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;


}


.dropdown-large .msg-header .msg-header-title {


	font-size: 16px;


	color: #1c1b1b;


	margin-bottom: 0;


	font-weight: 500;


}

.dropdown-large .msg-header-badge {
    background-color: rgb(94 114 228 / 10%);
    color: #008cff;
    padding: 2px 8px;
    margin-bottom: 0;
    border-radius: 4px;
}

.dropdown-large .msg-header .msg-header-clear {


	font-size: 12px;


	color: #585858;


	margin-bottom: 0;


}


.dropdown-large .msg-footer {


	padding: 0.8rem 1rem;


	color: #1c1b1b;


	border-top: 1px solid #ededed;


	background-clip: border-box;


	background: transparent;


	font-size: 14px;


	font-weight: 500;


	border-bottom-left-radius: .25rem;


	border-bottom-right-radius: .25rem;


}


.dropdown-large .user-online {


	position: relative;


}


.dropdown-large .msg-name {


	font-size: 14px;


	margin-bottom: 0;


}


.dropdown-large .msg-info {

font-size: 13px;

margin-bottom: 0;

width: 199px;

overflow: hidden;

height: 17px;

color: #252525;

text-overflow: ellipsis;
}


.dropdown-large .msg-avatar {


	width: 45px;


	height: 45px;


	border-radius: 50%;


	margin-right: 15px;


}


.dropdown-large .msg-time {


	font-size: 12px;


	margin-bottom: 0;


	color: #919191;


}


.dropdown-large .user-online:after {


	content: '';


	position: absolute;


	bottom: 1px;


	right: 17px;


	width: 8px;


	height: 8px;


	border-radius: 50%;


	box-shadow: 0 0 0 2px #fff;


	background: #16e15e;


}


.dropdown-large .dropdown-menu .dropdown-item {


	padding: .50rem 1.3rem;


	border-bottom: 1px solid #ededed;


}


.header-message-list {


	position: relative;


	height: 360px;


}


.header-notifications-list {


	position: relative;


	height: 360px;


}


.dropdown-large .notify {


	width: 45px;


	height: 45px;


	line-height: 45px;


	font-size: 22px;


	text-align: center;


	border-radius: 50%;


	background-color: #f1f1f1;


	margin-right: 15px;


}




.dropdown-large .cart-product-title {
	color: #140e22;
    font-size: 14px;
    margin-bottom: 0px;
}

.dropdown-large .cart-product-price {
	color: #818189;
    font-size: 14px;
    margin-bottom: 0;
}

.dropdown-large .cart-product-cancel {
    right: -7px;
    top: -5px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #eee;
    width: 1.4rem;
    height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.dropdown-large .cart-product {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 0px;
    border: 1px solid rgb(231 231 231);
    padding: 4px;
    background-color: rgb(255 255 255);
}

.dropdown-large .cart-product img {
    width: 100%;
}


.user-box .dropdown-menu i {

vertical-align: middle;

margin-right: 10px;

font-size: 15px !important;
}


.dropdown-menu {


	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);


	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);


	border: 0px solid #e9ecef;


	font-size: 14px;
	
	border-radius: 10px;


}


.topbar .navbar .dropdown-menu {


	-webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;


	animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;


}


@-webkit-keyframes animdropdown {


	from {


		-webkit-transform: translate3d(0, 6px, 0);


		transform: translate3d(0, 6px, 0);


		opacity: 0


	}


	to {


		-webkit-transform: translate3d(0, 0, 0);


		transform: translate3d(0, 0, 0);


		opacity: 1


	}


}


@keyframes animdropdown {


	from {


		-webkit-transform: translate3d(0, 6px, 0);


		transform: translate3d(0, 6px, 0);


		opacity: 0


	}


	to {


		-webkit-transform: translate3d(0, 0, 0);


		transform: translate3d(0, 0, 0);


		opacity: 1


	}


}


.mobile-search-icon {

	display: none;

}


.mobile-toggle-menu {

font-size: 26px;

color: #ffffff;

cursor: pointer;
}



/*Switcher*/

.switcher-wrapper {


	width: 280px;


	height: 100%;


	position: fixed;


	right: -280px;


	top: 0;


	bottom: 0;


	z-index: 16;


	background: #fff;


	border-left: 0px solid #d2d2d2;


	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, .13);


	transition: all .2s ease-out;


}


.switcher-btn {


	width: 40px;


	height: 40px;


	line-height: 40px;


	font-size: 24px;


	background: #004eaa;


	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, .13);


	color: #fff;


	text-align: center;


	border-top-left-radius: 10px;


	border-bottom-left-radius: 10px;


	position: absolute;


	top: 40%;


	right: 100%;


	cursor: pointer;


}


.switcher-wrapper.switcher-toggled {


	right: 0px;


}


.color-code1 {


	padding: 1.25rem;


}


.switcher-body .form-check .form-check-input,


.switcher-body .form-check .form-check-label {


	cursor: pointer;


}


.header-colors-color-codes .color-code {


	width: 45px;


	height: 45px;


	background: #f4f2f2;


	border-radius: 10px;


	cursor: pointer;


}


/* Responsive */


@media screen and (max-width: 1199px) {



	.page-wrapper {

margin-top: 110px;

}


	

	.nav-container {

		position: fixed;

		width: 260px;

		right: 0;

		left: -260px;

		z-index: 16;

		border-bottom: 1px solid #e4e4e4;

		background-clip: border-box;

		background: #ffffff;

		height: 100%;

		padding: 10px;

		display: flex;

		align-items: start;

		justify-content: flex-start;

		overflow-y: scroll;

	    overflow-x: hidden;

	}

	.wrapper.toggled .nav-container {

		display: flex;

		left: 0px;

	}

	.wrapper.toggled .mobile-topbar-header {

		display: flex;

		align-items: center;

		height: 60px;

		background: white;

		border-bottom: 1px solid #f1f1f1;

		background-clip: border-box;

		position: fixed;

		width: 260px;

		left: 0;

		top: 0;

		right: 0;

		z-index: 10;

		padding: 0 30px;

	}

	.wrapper.toggled .overlay {

		position: fixed;

		top: 0;

		right: 0;

		bottom: 0;

		left: 0;

		background: #000;

		opacity: 0.6;

		z-index: 15;

		display: block;

		cursor: move;

		transition: all .2s ease-out;

	}

	.left-topbar {

		width: auto;

	}

	

	


	.email-header {

		height: auto;

	}

	.email-content {

		padding: 100px 0px 0px 0px;

	}

}


@media screen and (max-width: 1024px) {


	.topbar {


		left: 0px !important;


	}


	.mobile-search-icon {


		display: block;


	}


	


	
	.page-footer {


		left: 0px;


	}


	





	.wrapper.toggled .overlay {


		position: fixed;


		top: 0;


		right: 0;


		bottom: 0;


		left: 0;


		background: #000;


		opacity: 0.6;


		z-index: 10;


		display: block;


		cursor: move;


		transition: all .2s ease-out;


	}


	.error-404 {


		height: auto;


		padding: 6.0rem 1rem;


	}


	.chat-header {


		border-top-left-radius: 0.25rem;


	}


	.chat-footer {


		border-bottom-left-radius: 0.25rem;


	}


	.chat-sidebar {


		left: -370px;


	}


	.chat-content {


		margin-left: 0px;


	}


	.chat-header {


		left: 0px;


	}


	.chat-footer {


		left: 0px;


	}


	/* chat toggled css */


	.chat-toggled .chat-sidebar {


		left: 0px;


	}


	.chat-toggled .overlay {


		position: absolute;


		top: 0;


		right: 0;


		bottom: 0;


		left: 340px;


		background: #000;


		opacity: 0.5;


		z-index: 11;


		display: block;


		cursor: move;


		transition: all .3s ease-out;


	}


	.email-header {


		border-top-left-radius: 0.25rem;


	}


	.email-sidebar {


		left: -280px;


	}


	.email-content {


		margin-left: 0px;


	}


	.email-header {


		left: 0px;


	}


	/* email toggled */


	.email-toggled .email-sidebar {


		left: 0px;


	}


	.email-toggled .overlay {


		position: absolute;


		top: 0;


		right: 0;


		bottom: 0;


		left: 250px;


		background: #000;


		opacity: 0.5;


		z-index: 9;


		display: block;


		cursor: move;


		transition: all .3s ease-out;


	}


}


@media screen and (max-width: 991px) {


	.section-authentication-signin {


		height: 100%;


		margin-top: 6rem;


		margin-bottom: 2rem;


	}


	.authentication-reset-password {


		height: auto;


		padding: 2.0rem 1rem;


	}


	.authentication-lock-screen {


		height: auto;


		padding: 2.0rem 1rem;


	}


	.compose-mail-popup {


		width: auto;


		position: fixed;


		bottom: -30px;


		right: 0;


		left: 0;


	}


}


@media screen and (max-width: 767px) {


	.user-box .user-info {


		display: none;


	}


	.authentication-forgot {


		height: auto;


		padding: 2.5rem 1rem;


	}


}


@media screen and (max-width: 620px) {


	.topbar .navbar .dropdown-menu::after {


		display: none;


	}


	.topbar .navbar .dropdown {


		position: static !important;


	}


	.topbar .navbar .dropdown-menu {


		width: 100% !important;


	}


}


@media screen and (max-width: 520px) {


	.chat-footer-menu,


	.chat-top-header-menu {


		display: none;


	}


}




.headercolor1 {
    background: #0727d7 !important;

    padding: 20px;
}
.headercolor2 {
    background: #d70707 !important;

    padding: 20px;
}

.headercolor3 {
    background: #036b3a !important;

    padding: 20px;
}
@media only screen and (min-width: 1199px) and (max-width: 1920px){.customeoff {
    width: 560px !important;
}}




@media only screen and (min-width: 992px) and (max-width: 1199px){


.page-breadcrumb{
	margin-top: 40px;
}



}











.customeoff .btn-close {
    background: none;
    height: 24px;
    width: 24px;
    /* background-color: #ffdede; */
    border-radius: 6px;
    color: red;
    font-size: 18px;
    margin-right: 1rem;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.submenu-new{
	position: absolute;
	top: -4px !important;
	left: 66% !important;
}

.top-menu i{
	font-size: 21px;
	color: white;
}
.captcha-main
#image {
    margin-top: 10px;
    font-weight: 400;
    padding: 0px 10px;
    height: 40px;
    user-select: none;
    text-decoration: line-through;
    font-style: italic;
    font-size: x-large;
    border: red 2px solid;
    margin-left: 14px;
    margin-right: 10px;
}

.captcha-main input {
    /* border: 1px black solid; */
    padding: 0.375rem 0.75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;width: 170px;
}


.captcha-main
.inline{
	display:inline-block;
	
}



@media screen and (max-width: 767px){



	.dataTables_length,.dataTables_filter{
	margin-bottom: 10px !important;
	margin-top:5PX;
	margin-right: 30px;
}

	div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: left !important;
}}


.dropdown-submenu {
	position: relative;
  }
  
  .dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
  }






  .search-bar  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    border: var(--bs-border-width) solid var(--main-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* datatable custom css */
 tfoot{ display: none;}

 .dataTables_wrapper .bottom{
	display: flex !important;
	justify-content: space-between;
	margin-top: 30px;
	}

 
 
 .edit-item, .delete-item{
	margin-right: 10px;
font-size: 17px;
color: var(--main-color);
 }

 .active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}
.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--secondary-main-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #fff !important;
    color: var(--bs-table-striped-color);
} */

.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    /* border-bottom-width: var(--bs-border-width); */
    box-shadow: none;
}
table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 0px;
    padding-left: 0px;
    /* box-shadow: rgba(52, 40, 65, 0.3) 0px 1px 14px -7px, rgba(60, 64, 67, 0.15) 0px 4px 62px -3px !important; */
}

.bxs{}
tr:hover td
{
    /* border-top:1px solid rgb(37, 37, 37);
    border-bottom:1px solid rgb(37, 37, 37) ;
	border-bottom-width: 1px !important; */
    background-color: #e3e3e3 !important;
} .table-bordered>:not(caption)>* {
    border-width:  0px !important;
}
.table-bordered>:not(caption)>*>* {
    border-width: 0.1rem 0px 0px 0px !important;
	border: solid #22222214;
}
/*  */


.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.multiselect {
    /* width: 170px; */
    font-size: 15px;
    padding-bottom: 4px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.2s;
    outline: none;
}

.multiselect:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.multiselect.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid transparent;
}

.multiselect > .title {
    cursor: pointer;
    height: 31px;
    padding: 7px;
}

.multiselect > .title > .text {
    max-width: 130px;
    max-height: 25px;
    display: block;
    float: left;
    overflow: hidden;
    line-height: 1.3em;
}

.multiselect > .title > .expand-icon,
.multiselect > .title > .close-icon {
    float: right;
    border-radius: 50%;
    padding: 0 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    transition: 0.2s;
    display: none;
	height: 23px;
	width: 23px;
}

.multiselect.selection > .title > .expand-icon {
    display: none;
}

.multiselect > .title > .expand-icon,
.multiselect.selection > .title > .close-icon {
    display: block;
}

.multiselect > .title > .close-icon:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: rgb(203, 32, 32);
    color: #fff;
}

.multiselect > .container {
    max-height: 200px;
    overflow: auto;
    margin-top: 4px;
    margin-left: -1px;
    width: 45%;
    transition: 0.2s;
    position: absolute;
    z-index: 99;
    background: #fff;
    border: 1px solid transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.multiselect.active > .container {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 0;
}

.multiselect:hover > .container {
    border-top-color: rgba(0, 0, 0, 0.3);
}

.multiselect.active:hover > .container {
    border-color: rgba(0, 0, 0, 0.3);
}

.multiselect > .container > option {
    display: none;
    padding: 5px;
    cursor: pointer;
    transition: 0.2s;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.multiselect > .container > option.selected {
    background: rgb(122, 175, 233);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
}

.multiselect > .container > option:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
}

.multiselect.active > .container > option {
    display: block;
}

.modal-footer, .modal-header{
	border: none !important;
	
}

.modal-footer {
  
    justify-content: center !important;
    
}


.msg-green{
	text-align: center;
	background: #28b463a8;
	padding: 11px 10px 11px 10px;
	margin-bottom: 10px !important;
	margin: auto;
	max-width: 384px;
	color: #ffff;
	border-radius: 30px;
}
.msg-green h6{
	color: white;
	margin: 0;
}

.msg-red{
	text-align: center;
	background: #d40019;
	padding: 11px 10px 11px 10px;
	margin-bottom: 10px !important;
	margin: auto;
	max-width: 384px;
	color: #ffff;
	border-radius: 37px;
}
.msg-red h6{
	color: white;margin: 0;
}


.animateOpen{
	-webkit-animation:moveOpen 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
}
/* Safari and Chrome */




.msg-yellow{
	text-align: center;
	background: #f1d536;
	padding: 11px 10px 11px 10px;
	margin-bottom: 10px !important;
	margin: auto;
	max-width: 384px;
	color: #ffff;
	border-radius: 20px;
}
.msg-yellow h6{
	color: white;
	margin: 0;
}



/* Safari and Chrome */


.addtask .offcanvas-header {
   
    background: var(--main-color);
	margin-bottom: 20px;
    
}
.addtask .modal-title {
    color: white;
}

 .customeoff .btn-close {
    
    color: white !important;
    
    opacity: 1;
}

.hidden
{
  display:none;
}

.icon-close{
	/* background-color: red; */
	color: #004eaa;
	border-radius: 3px;
	padding: 5px;
	font-size: 15px;
}
.dlt-icon {
    /* background-color: #917070; */
    color: #ff0b0b;
    border-radius: 3px;
    padding: 5px;
    font-size: 17px;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td{
	padding: 18px 0px 8px 6px;
}

.btn-cancel{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	padding: 5px 22px !important
}


.btn-add{
	padding: 5px 14px !important;
}

.header-notifications-list {
    position: relative;
    height: 360px;
}


/* notification page */
.container-notification {
	margin: 0px  8%;
	width: 86%;
	background-color: var(--White);
	padding: 1.5rem 1rem;
	border-radius: 0.5rem;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	}
  .notification-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2rem;
  }
  .notif_box {
	display: flex;
	align-items: center;
  }
  #notifes {
	background-color: var(--Blue);
	margin-left: 0.5rem;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	color: var(--White);
	font-weight: 800;
	border-radius: 0.5rem;
  }
  #mark_all {
	cursor: pointer;
  }
  #mark_all:hover {
	color: var(--Blue);
  }
  p {
	color: var(--Dark-grayish-blue);
  }
  main {
	display: flex;
	flex-direction: column;
	gap: 1rem;
  }
  .notif_card {
	display: flex;
	align-items: center;
	border-radius: 0.5rem;
	padding: 1rem;
  }
  img{
	width: 50px;
  }
  .description{
	margin-left: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  }
  strong{
	color: var(--Very-dark-blue);
	cursor: pointer;
  }
  strong:hover{
	color: var(--Blue);
  }
  .unread{
	background-color: var(--Light-grayish-blue-1) !important;
  }
  .unread p:first-of-type::after{
	content: " ";
	background-color: var(--Red);
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
  }
  .message_card{
	display: flex;
	align-items: center;
  
  }
  .message{
	padding: 1rem;
	border: 1px solid var(--Light-grayish-blue-2);
	border-radius: .3rem;
	cursor: pointer;
	margin: 0 0 0 5rem;
  }
  .message:hover{
	background-color: var(--Light-grayish-blue-1);
  }
  .chess_img{
  margin-left: auto;
  }
  
  @media screen and (max-width:550px) {
	.container-notification{
	  margin: 0;
	}
  }

  @media screen and (max-width:550px) {
	.container-notification{
	  margin: 0;
	  width: 100%;
	}
	
  }

  

 .switch .check-box {
	transform: scale(1);
}

.switch input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 51px;
    height: 25px;
    background: #2cbf8a;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.4s;
}

.switch input:checked[type="checkbox"] {
    background: #ff0000;
}

.switch input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: 0.4s;
}

.switch input:checked[type="checkbox"]::after {
    left: 50%;
}
.switch{
	margin-right: 20px;
}
#show_hide_password{
	position: relative;
}
#show_hide_password-c{
	position: relative;
}
#key {
	color:#dc3545;
}
.show-password-eye{
	position: absolute;
	right: 8px;
	z-index: 1000;
}


.button-footer{
	
    background: white;
    /* position: absolute; */
    bottom: 0;
    right: 28px;
    /* margin-right: 54px; */
    padding: 19px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.primary-menu .dropdown-item.active, .dropdown-item:active{
	background-color: none  !important;
}
 
 
  .sub-header{
	margin-top: 3%;
  }
  
  
  .sub-header ul {
	list-style-type: none;
	margin: 0;
	padding: 0 7.3rem;
	overflow: hidden;
	background-color: #fff;
	}
  
  .sub-header li {
	float: left;
  }
  
   .sub-header li a {
	font-size: 15px;
	display: block;
	color: #161616;
	text-align: center;
	font-weight: 400;
	padding: 14px 20px;
	text-decoration: none;
	}
 
.inactive-label{
	font-weight: 900 !important;
	background: #4383ce;
    color: white !important;
}

.sub-active{
	background: #004eaa !important;
    color: white !important;
}
.progress-bar.w-40 {
	width: 40%;
  }
  .progress-bar.w-65 {
	width: 65%;
  }
  .progress-bar.w-15 {
	width: 15%;
  }
  .progress-bar.w-88 {
	width: 88%;
  }
  .progress-bar.w-70 {
	width: 70%;
  }
  .progress-bar.w-31 {
	width: 31%;
  }
  .progress-bar.w-62 {
	width: 62%;
  }
  .progress-bar.w-22 {
	width: 22%;
  }
  .progress-bar.w-24 {
	width: 24%;
  }
  .progress-bar.w-30 {
	width: 30%;
  }
  .progress-bar.w-26 {
	width: 26%;
  }
  .progress-bar.w-10 {
	width: 10%;
  }
  .progress-bar.w-21 {
	width: 21%;
  }
  .progress-bar.w-20 {
	width: 20%;
  }
  .punch-status .stats-box {
	margin-bottom: 0;
  }
  
  .stats-box {
	background-color: #f9f9f9;
	border: 1px solid #e3e3e3;
	margin: 0 0 15px;
	padding: 5px;
  }
  .stats-box p {
	margin: 0;
	font-size: 12px;
  }
  .card .card-title {
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}.punch-det {
    background-color: #e2e7ed;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin: 0 0 20px;
    padding: 8px 11px 4px  11px;
}.punch-info {
    margin: 0 0 20px;
}.punch-btn-section {
    text-align: center;
    margin: 0 0 20px;
}
.punch-btn-section .punch-btn {
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
    padding: 8px 40px;
    border-radius: 50px;
}
.punch-hours{
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.punch-status .stats-box {
    margin-bottom: 0;
}
.stats-box {
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    margin: 0 0 15px;
    padding: 3px;
}.stats-box p {
    margin: 0;
    font-size: 12px;
}

.punch-info .punch-hours {
    background-color: #f9f9f9;
    border: 5px solid #e3e3e3;
    font-size: 18px;
    height: 110px;
    width: 110px;
    margin: 0 auto;
    border-radius: 50%;
}

.punch-info .punch-hours .active-punch {
   
    border: 5px solid #004eaa;
    
}.recent-activity .res-activity-list {
    height: 380px;
    list-style-type: none;
    overflow-y: auto;
    position: relative;
    margin: 0;
    padding: 0 0 0 30px;
}.recent-activity .res-activity-list li {
    margin: 0 0 15px;
    position: relative;
}.recent-activity .res-activity-list li:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #004eaa;
    z-index: 2;
    background: #ffffff;
    border-radius: 100%;
    margin: 0 0 0 15px;
    position: absolute;
    top: 4px;
    left: -45px;
}.recent-activity p {
    font-size: 13px;
    margin: 0;
}.recent-activity .res-activity-time {
    color: #bbb;
    font-size: 12px;
}

.recent-activity p {
    font-size: 13px;
    margin: 0;
}

#punch-btn-in-out:focus{


box-shadow: none !important;
}

.punch-det p{
	margin-bottom: 4px;
}


/* 




@media only screen and (min-width: 768px) {
	
	.sub-header ul {
		list-style-type: none;
		margin: 0;
		padding: 0 0rem;
		overflow: hidden;
		background-color: #fff;
	}
}

/* 
} */
/* @media only screen and (max-width: 600px) {
	.sub-header li a {
    font-size: 12px;
    
}

.sub-header {
    margin-top: 0px !important;
    position: absolute;
    top: 2%;
    width: 100%;
}
.sub-header ul {
   
    padding: 0 0rem !important;
   
}
}@media only screen and (min-width: 601px) and (max-width: 767px){


	.sub-header {
   margin: 0PX !important;
    POSITION: absolute;
	width: 100%;
    TOP: 2%;
}.sub-header ul {
   
    padding: 0 0rem !important;
   
}
}  */

@media only screen and (max-width: 991px) {
	.sub-header li a {
    font-size: 12px;}
    .sub-header {
		margin-top: 0px !important;
		position: fixed;
		top: 3.5rem;
		width: 100%;
		z-index: 99;
	}
	.sub-header ul {
   
		padding: 0 0rem !important;
	   
	}
	.wrapper {
		width: 100%;
		margin-top: 3%;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	.sub-header li a {
    font-size: 12px;}
    .sub-header {
		margin-top: 0px !important;
		position: fixed;
		top: 3.6rem;
		width: 100%;
		z-index: 999;
	}
	.sub-header ul {
   
		padding: 0 0rem !important;
	   
	}
}

@media only screen and (min-width: 1200px) {
	
    .sub-header {
		margin-top: 0px !important;
		position: fixed;
		top: 3.6rem;
		width: 100%;
		z-index: 5;
	}
	
}















#add-profile-form {
	/* max-width: 516px; */
	background-color: #ffffff;
	/* margin: 40px auto; */
	padding: 18px;
	/* box-shadow: 0px 6px 18px rgb(0 0 0 / 9%); */
	/* border-radius: 12px; */
}
#add-profile-form .form-header {
	gap: 5px;
	text-align: center;
	font-size: .9em;
}
#add-profile-form .form-header .stepIndicator {
	position: relative;
	flex: 1;
	padding-bottom: 30px;
}
#add-profile-form .form-header .stepIndicator.active {
	font-weight: 600;
}
#add-profile-form .form-header .stepIndicator.finish {
	font-weight: 600;
	color: #004eaa;
}
#add-profile-form .form-header .stepIndicator::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 9;
	width: 20px;
	height: 20px;
	background-color: #cfddee;
	border-radius: 50%;
	border: 3px solid #ecf5f4;
}
#add-profile-form .form-header .stepIndicator.active::before {
	background-color: #94bbec;
	border: 3px solid #b5ceec;
}
#add-profile-form .form-header .stepIndicator.finish::before {
	background-color: #004eaa;
	border: 3px solid #b5ceec;
}
#add-profile-form .form-header .stepIndicator::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 8px;
	width: 100%;
	height: 3px;
	background-color: #f3f3f3;
}
#add-profile-form .form-header .stepIndicator.active::after {
	background-color: #a9cdf7;
}
#add-profile-form .form-header .stepIndicator.finish::after {
	background-color: #004eaa;
}
#add-profile-form .form-header .stepIndicator:last-child:after {
	display: none;
}
#add-profile-form input ,#add-profile-form select{
	padding: 15px 20px;
	width: 100%;
	font-size: 1em;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
}
#add-profile-form input:focus {
	border: 1px solid #004eaa;
	outline: 0;
}
#add-profile-form input.invalid {
	border: 1px solid #ff0800;
	
}
#add-profile-form select.invalid {
	border: 1px solid #ff0800;
}
#add-profile-form .step {
  display: none;
}
#add-profile-form .form-footer{
	overflow:auto;
	gap: 20px;
	margin: auto;
	max-width: 248px;
}
#add-profile-form .form-footer button{
	background-color: #004eaa;
	border: 1px solid #004eaa !important;
	color: #ffffff;
	border: none;
	padding: 13px 30px;
	font-size: 1em;
	cursor: pointer;
	border-radius: 5px;
	flex: 1;
	margin-top: 5px;
}
#add-profile-form .form-footer button:hover {
  opacity: 0.8;
}

#add-profile-form .form-footer #prevBtn {
	background-color: #fff;
	color: #004eaa;
}

.profile-view {
	position: relative;
  }
  .profile-view .profile-img-wrap {
	height: 120px;
	width: 120px;
	position: absolute;
  }
  @media (max-width: 575px) {
	.profile-view .profile-img-wrap {
	  position: relative;
	  margin: 0 auto;
	}
  }
  .profile-view .profile-img-wrap img {
	border-radius: 50%;
	height: 120px;
	width: 120px;
  }
  .profile-view .profile-img {
	width: 120px;
	height: 120px;
  }
  .profile-view .profile-basic {
	margin-left: 140px;
	padding-right: 50px;
  }
  @media (max-width: 575px) {
	.profile-view .profile-basic {
	  margin-left: 0;
	  padding-right: 0;
	}
  }
  .profile-view .profile-basic .profile-info-left {
	border-right: 2px dashed #cccccc;
  }
  @media (max-width: 575px) {
	.profile-view .profile-basic .profile-info-left {
	  text-align: center;
	  padding: 15px 0;
	}
  }
  @media (max-width: 768px) {
	.profile-view .profile-basic .profile-info-left {
	  border-right: none;
	  border-bottom: 2px dashed #cccccc;
	  margin: 0 0 20px;
	  padding: 0 0 20px;
	}
  }
  .profile-view .profile-basic .profile-info-left .user-name {
	color: #333333;
  }
  .profile-view .profile-basic .profile-info-left .staff-id {
	font-size: 14px;
	font-weight: 500;
	margin-top: 5px;
  }
  .profile-view .profile-basic .profile-info-left .staff-msg {
	margin-top: 30px;
  }
  .profile-view .profile-basic .profile-info-left .staff-msg .btn-custom {
	background: #ff9b44;
	background: linear-gradient(to right, #ff9b44 0%, #fc6075 100%);
	color: #ffffff;
  }
  .profile-view .profile-basic .profile-info-left .staff-msg .btn-custom:hover {
	border-color: #ff9b44;
  }
  .profile-view .pro-edit {
	position: absolute;
	top: 0;
	right: 0;
  }
  
  .profile-action .dropdown-toggle:after {
	display: none;
  }
  
  .edit-icon {
	
	float: right;
	
  }

  .personal-info li {
	margin-bottom: 10px;
	list-style-type: none;
	}
  @media (max-width: 991px) {
	.personal-info li {
	  width: 100%;
	}
  }
  .personal-info li .title {
	color: #333333;
	float: left;
	font-weight: 500;
	width: 30%;
  }
  @media (max-width: 575px) {
	.personal-info li .title {
	  width: 50%;
	  margin: 0;
	}
  }
  .personal-info li .text {
	color: #888888;
	display: block;
	overflow: hidden;
	width: 70%;
	float: left;
  }
  .personal-info li .text .avatar-box {
	float: left;
	position: relative;
  }
  .personal-info li .text .avatar-box .avatar-xs {
	line-height: normal;
  }
  
  .delete-icon {
	color: #f83f37;
	float: right;
	font-size: 18px;
  }
  
  .experience-box {
	position: relative;
  }
  .experience-box .experience-list {
	position: relative;
  }
  .experience-box .experience-list::before {
	background: #dddddd;
	bottom: 0;
	content: "";
	width: 2px;
	position: absolute;
	top: 8px;
	left: 8px;
  }
  .experience-box .experience-list li {
	position: relative;
  }
  .experience-box .experience-list li .experience-user {
	background: #ffffff;
	height: 10px;
	width: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 4px;
	left: 4px;
  }
  .experience-box .experience-list li .experience-user .before-circle {
	background-color: #dddddd;
	border-radius: 50%;
	height: 10px;
	width: 10px;
  }
  .experience-box .experience-list li .experience-content {
	background-color: #ffffff;
	margin: 0 0 20px 40px;
	padding: 0;
	position: relative;
  }
  .experience-box .experience-list li .experience-content .timeline-content {
	color: #9e9e9e;
  }
  .experience-box .experience-list li .experience-content .timeline-content a.name {
	color: #616161;
	font-weight: 700;
  }
  .experience-box .experience-list li .experience-content .time {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 1.35;
  }
  
  .submit-btn {
	font-size: 18px;
	font-weight: 600;
	min-width: 200px;
	padding: 10px 20px;
	border-radius: 50px;
  }
  
  .profile-img-wrap {
	height: 120px;
	position: absolute;
	width: 120px;
	background: #ffffff;
	overflow: hidden;
  }
  @media (max-width: 575px) {
	.profile-img-wrap {
	  position: relative;
	  margin: 0 auto;
	}
  }
  .profile-img-wrap.edit-img {
	border-radius: 50%;
	margin: 0 auto 30px;
	position: relative;
  }
  .profile-img-wrap img {
	border-radius: 50%;
	height: 120px;
	width: 120px;
  }
  .profile-img-wrap .fileupload {
	background: rgba(33, 33, 33, 0.5);
	border: none;
	padding: 3px 10px;
	border-radius: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
  }
  .profile-img-wrap .fileupload .btn-text {
	color: #ffffff;
  }
  .profile-img-wrap .fileupload .upload {
	cursor: pointer;
	filter: alpha(opacity=0);
	font-size: 20px;
	opacity: 0;
	margin: 0;
	padding: 5px;
	position: absolute;
	top: -3px;
	right: -3px;
  }
  .personal-info  {
	list-style: none;
	padding: 0;
	margin: 0;
  }.personal-info li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }

  .tab-box .nav-tabs {
    border-bottom: 1px solid #dedfe0;
}
.tab-box .nav-tabs.nav-tabs-bottom li {
    margin-bottom: -1px;
}.tab-box .nav-tabs.nav-tabs-bottom li a.active {
    border-bottom-color: #ff9b44;
    background: transparent;
    border-radius: 0;
}.tab-box .nav-tabs.nav-tabs-bottom li a {
    border-width: 0 0 2px 0;
}
.tab-box .nav-tabs li a.active {
    border-color: transparent;
    border-bottom-color: #ff9b44;
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.tab-box .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}.tab-box .nav-tabs li a {
    color: #888888;
    border-bottom-width: 2px;
}.tab-content {
    padding-top: 20px;
}
.tab-content .card .card-title {
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.tab-content .card-title {
    margin-bottom: 0;
    border-radius: 10px;
}.edit-icon {
    
    float: right;
   
}

.experience-box  {
	list-style: none;
	padding: 0;
	margin: 0;
  }

  
.experience-box {
	position: relative;
  }
  .experience-box .experience-list {
	position: relative;
  }
  .experience-box .experience-list::before {
	background: #dddddd;
	bottom: 0;
	content: "";
	width: 2px;
	position: absolute;
	top: 8px;
	left: 40px;
	}
  .experience-box .experience-list li {
	position: relative;
	list-style-type: none;
	}
  .experience-box .experience-list li .experience-user {
	background: #ffffff;
	height: 10px;
	width: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 4px;
	left: 4px;
  }
  .experience-box .experience-list li .experience-user .before-circle {
	background-color: #dddddd;
	border-radius: 50%;
	height: 10px;
	width: 10px;
  }
  .experience-box .experience-list li .experience-content {
	background-color: #ffffff;
	margin: 0 0 20px 40px;
	padding: 0;
	position: relative;
  }
  .experience-box .experience-list li .experience-content .timeline-content {
	color: #9e9e9e;
  }
  .experience-box .experience-list li .experience-content .timeline-content a.name {
	color: #616161;
	font-weight: 700;
  }
  .experience-box .experience-list li .experience-content .time {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 1.35;
  }
  .table-namesplit{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .table-namesplit .table-profileimage img {
    width: 27px;
    height: 27px;
    border-radius: 50px;
    min-width: 27px;
}
.table-imgname img {
    width: 30px;
    border-radius: 5px;
}.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #004eaa !important;
    border: 1px solid #004eaa !important;
    color: white !important;
}
   
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #004eaa;
    color: #fff !important;
   
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #004eaa !important;
   
    color: #fff !important;
   
}
.avatar-wrapper {
    position: relative;
    height: 150px;
    width: 150px;
    margin: 10px auto;
    border-radius: 53%;
    overflow: hidden;
    box-shadow: 1px 1px 15px -5px black;
    transition: all 0.3s ease;
}
.avatar-wrapper:hover {
    transform: scale(1.05);
    cursor: pointer;
}
.avatar-wrapper:hover .profile-pic {
    opacity: 0.5;
}
.avatar-wrapper .profile-pic {
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
}
.avatar-wrapper .profile-pic:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 102px;
    background: #ecf0f1;
    color: #34495e;
    text-align: center;
}
.avatar-wrapper .upload-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
 
.upload-button  .fa-arrow-circle-up{
    display: none;
}
.select2-container--default .select2-selection--multiple {
	padding: 15px 20px !important;
    width: 100% !important;
    font-size: 1em !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 5px !important;
}
.select2-container--default .select2-selection--single {
	padding: 15px 20px !important;
    width: 100% !important;
    font-size: 1em !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 5px !important;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 53px!important;
}
.was-validated .form-control:valid {
    background-image: none !important;
}
 
.was-validated .form-control:invalid {
    background-image: none !important;
}
 
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
 
    --bs-form-select-bg-icon: none !important;
 
}
label span{
color: red !important;
}
/*# sourceMappingURL=style.css.map */
.dataTables_filter input[type="search"]::-webkit-search-cancel-button,
.dataTables_filter input[type="search"]::-webkit-search-clear-button {
    display: none;
}
.pt-10{
	padding-top: 10px;
}
.radio-flex{
	display: flex;
}
.m-rt{
	margin-right: 15px;
}
#search-form,#search-leavelist-form{
	display: flex;
}
.search-dropdown{
	margin-right: 10px;
}
.payroll-clear-filter , .clear-filter, .attendance-clear-filter{
	padding-top: 10px;
}
.loader-image {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgb(249,249,249);
    /*background: url('../img/loader.gif') 50% 50% no-repeat rgb(249,249,249);*/
    opacity: .8;
}
.loader-image img{
    max-width: 3.2rem;
    max-height: 3.2rem;
    position: relative;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.03rem rgba(13, 110, 253, 0.25);
}
.form-control:focus {
    border-color: #004eaa;
    box-shadow: 0 0 0 .02rem rgba(94, 114, 228, 0.4);
}
#holiday_Table th{
	padding-left :4px;
}
#addAttendanceBtn 
{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;

}
/* Additional  Custom Css */

.punch-btn-section .break-resume-btn {
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
    padding: 8px 40px;
    border-radius: 50px;
}

   .modal-title {
    /* text-align: center; */
    width: 100%;
}

.modal-body {
    padding: 20px;
}

.notification-detail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.form-label {
    font-weight: bold;
    margin-right: 5px;
    min-width: 150px;  
}
.notification-detail textarea {
    border: 2px solid #f9f9f9;
    border-radius: 5px;
    padding: 10px;
    background-color: #f9f9f9;
}



.colon {
    margin: 0 8px;
    font-weight: bold;
    color: #333;
}

.value {
    font-weight: 600;
    color: #333;
    flex-grow: 1; 
}

hr {
    margin-top: 20px;
    border: 1px solid #ddd;
}

.modal-footer {
    display: flex;
    justify-content: flex-end;
}

.container-fluid
{
	margin-top:46px;
}
.select2-selection__arrow
{
	height:53px !important;
}

