@import
	url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap')
	;

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Inter", sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body, html {
	
}

body {
	background: #f1f1f1;
	overflow-x: hidden;
	/* 	-moz-transform: scale(1, 1); */
	-moz-transform: scale(1);
	zoom: 0.8;
	zoom: 80%;
	transform-origin: top left;
}

.dis-flex {
	display: flex;
}

.main-wrapper-login {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
	background: url("../img/banner-home-v3.webp") no-repeat;
	background-size: cover;
	position: relative;
	height: 125vh;
}

.main-wrapper {
	/* min-height: 100vh; */
	/* position: relative; */
	
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	-webkit-box-shadow: 4px 4px 30px 0px rgba(53, 54, 56, 0.1);
	-moz-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.1);
	box-shadow: 4px 4px 30px 0px rgb(42 67 113/ 10%);
	padding: 5px 20px;
	position: relative;
	z-index: 999;
	padding-left: 10px;
}

div#Loadfooter {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
}

.wrapper {
	padding: 15px;
}

.top-title {
	font-size: 14px;
	color: #005581;
	/*   font-weight: 600; */
}

.gap-5 {
	gap: 5px;
}

.gap-10 {
	gap: 10px;
}

.gap-15 {
	gap: 15px;
}

footer {
	background: #005581;
	padding: 10px 20px;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	color: rgb(255 255 255/ 52%);
}

.middle-flex {
	display: flex;
	justify-content: center;
	align-self: center;
}

.social-icons-wrapper {
	display: flex;
}

.elementor-icon {
	padding: 0 3px;
	background: #fff;
	margin: 0 5px;
	width: 20px;
	height: 20px;
	display: flex;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

.elementor-icon:hover {
	opacity: 0.8;
}

footer a {
	font-size: 12px;
	color: rgb(255 255 255/ 52%);
	text-decoration: none;
	padding: 0 3px;
}

.elementor-icon img {
	width: 12px;
	filter: invert(21%) sepia(50%) saturate(2746%) hue-rotate(178deg)
		brightness(93%) contrast(101%);
}

footer a:hover {
	text-decoration: underline;
	color: #fff;
}

.form-main {
	display: flex;
	gap: 15px;
	flex-direction: column;
	min-width: 480px;
}

.wrapper {
	display: flex;
	background: #fff;
	flex-direction: column;
	gap: 20px;
	border-radius: 4px;
	border: 1px solid #efefef;
}

h1.main-text {
	font-size: 50px;
	margin: 20px;
	color: #fff;
	line-height: 80px;
	font-weight: 100;
}

.main-wrapper-in {
	display: flex;
	justify-content: space-evenly;
	position: relative;
	z-index: 9;
}

.main-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgb(4 10 33/ 72%);
	z-index: 0;
}

.content-left-col {
	display: flex;
	align-self: center;
}

.form-group, submit-block {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.label-form {
	margin-bottom: 7px;
	font-size: 14px;
}

.submitBtn {
	border: none;
	padding: 9px 15px;
	border-radius: 4px;
	/* background: #00bce4; */
	background: linear-gradient(180deg, #17a4c3 0%, #24b1d1 100%);
	color: #fff;
	cursor: pointer;
	font-size: 16px;
}

.submitBtn:hover {
	background: #00bce4 !important;
	color: #fff !important;
	/* font-size: 12px; */
}

.file-upload {
	background: #f5f5f5;
	padding: 6px;
	border-radius: 3px;
	border: 1px dashed #ccc;
	transition: 0.3s;
}

.file-upload:hover {
	border: 1px dashed #807b7b;
}
/* .hide{
    display: none;
} */
.choose-upload {
	display: flex;
	background: #f5f5f5;
	border-radius: 4px;
	border: 1px dashed #e3e0e0;
}

.choose {
	background: #00bce4;
	color: #fff;
	border-radius: 3px;
}

.no-file, .choose {
	padding: 8px 10px;
}

.choose-upload:hover {
	border: 1px dashed #9c9c9c;
}

.submit-block {
	display: flex;
	justify-content: center;
}

p.validation {
	min-height: 20px;
	color: #fa7777;
	font-size: 14px;
	text-align: center;
	margin: 3px 0;
}

.no-file {
	color: #686666;
}

.footer {
	background: #005581;
	position: relative;
	z-index: 101;
}

.drop-down-logout {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 5px;
}

.dropdown-links {
	position: absolute;
	top: 43px;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0/ 12%);
	border-radius: 3px;
	width: 170px;
	right: 0px;
	/* overflow: hidden; */
}

.dropdown-links a {
	text-decoration: none;
	padding: 10px 20px;
	display: block;
	color: #000;
	font-size: 14px;
	border-radius: 3px;
}

.dropdown-links a:hover {
	background: #005581;
	color: #fff;
}

.drop-down-logout.dropdown:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #868686;
	border-radius: 3px;
}

.dropdown-links:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
	border-radius: 3px;
	position: absolute;
	top: -8px;
	right: 0px;
}
/*  */
.modal-p {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	overflow: auto;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 99999;
}

.modal-window {
	position: relative;
	background-color: #ffffff;
	width: 400px;
	margin: 20px auto;
	border-radius: 5px;
}

.heading-block {
	background-image: linear-gradient(180deg, #1a9cc1 0%, #0073ba 100%);
	padding: 7px;
	color: #fff;
	border-radius: 4px 4px 0 0;
}

.heading-block p {
	text-align: center;
	display: flex;
	justify-content: center;
	align-self: center;
	align-content: center;
	align-items: center;
	margin-bottom: 0;
	padding: 4px;
}

.modal-block-content {
	padding: 20px;
	padding-top: 10px;
}

.modal-window.small {
	width: 75%;
}

.modal-window.large {
	width: 75%;
}

.close {
	position: absolute;
	top: 0;
	right: 0;
	color: #ffffff;
	height: 35px;
	width: 35px;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50px;
	padding-bottom: 6px;
}

.loader-img-sec {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	width: -webkit-fill-available;
}

.close:hover, .close:focus {
	color: #dac4c4;
	cursor: pointer;
	z-index: 999;
}

.open-p {
	display: block;
}

button.submitBtn.btn-yes {
	background: none;
	border: 1px solid #ccc;
	color: #000;
}

.pad-10 {
	padding: 10px;
}

.text-center {
	text-align: center !important;
}

.modal-window button.submitBtn {
	width: 70px;
}
/* Date  */
div#reportrange {
	display: flex;
	align-items: center;
	border: 1px dashed #ccc;
	padding: 5px;
	background: #f5f5f5;
}

.date-inside {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: start;
	width: 100%;
	font-size: 14px;
}

.form-main hr {
	background: #fbfbfb;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%,
		rgb(186, 216, 216) 50%, rgba(255, 255, 255, 1) 100%);
	border: 0;
	height: 1px;
}
/* Date END */
.main-wrapper.no-bg {
	background: none;
}

.main-wrapper.no-bg::after {
	display: none;
}

.side-nav {
	background: #ffffff;
	height: 114vh;
	display: flex;
	flex-direction: column;
	box-shadow: 18px 4px 35px rgba(0, 0, 0, 0.02);
	width: 220px;
	/* padding-top: 70px; */
	position: sticky;
	top: 0;
	z-index: 9998;
}

.nav-link.active {
	/* background: #e3faff; */
	background-image: linear-gradient(90deg, rgb(0 188 228/ 20%) 0%,
		rgba(255, 255, 255, 0) 100%);
	color: #006ae4;
	border-bottom: 1px solid #d9e7f8;
	border-top: 1px solid #d9e7f8;
}

.nav-link {
	color: #585858;
	text-decoration: none;
	padding: 15px;
	/* padding-bottom: 10px; */
	display: flex;
	transition: 0.3s;
	gap: 12px;
	padding-left: 15px;
	font-size: 13px;
	padding-left: 7px;
}

.nav-link:hover {
	background: linear-gradient(90deg, rgb(0 188 228/ 20%) 0%,
		rgba(255, 255, 255, 0) 100%);
	color: #006ae4;
}

.content-mains {
	flex-grow: 1;
	padding: o;
	transition: 0.3s;
}

.in-content-mains {
	/* background: #fff; */
	padding: 10px;
	border-radius: 8px;
	margin-bottom: 10px;
}

.sub-heading {
	font-size: 16px;
	font-weight: 400;
}

.dis-just-space-betw {
	justify-content: space-between;
	align-items: center;
	align-items: center;
}

.default-btn {
	background: #005581;
	/* background: linear-gradient(180deg, #37d9fc 0%, #03b6dc 100%); */
	color: #fff;
	font-weight: 700;
	padding: 10px 20px;
	border: 0px solid #005581;
	border-radius: 6px;
	height: 40px;
	text-decoration: none;
	/* transition: 0.3s; */
	display: inline-block;
	font-size: 14px;
	width: 150px;
	margin: auto;
}

.default-btn:hover {
	background: #0f4663;
	color: #fff;
}

.danger-btn {
	background: #d9534f;
	/* background: linear-gradient(180deg, #37d9fc 0%, #03b6dc 100%); */
	color: #fff;
	font-weight: 700;
	padding: 10px 20px;
	border: 0px solid #005581;
	border-radius: 6px;
	height: 40px;
	text-decoration: none;
	/* transition: 0.3s; */
	display: inline-block;
	font-size: 14px;
}

.danger-btn:hover {
	background: #c9302c;
	color: #fff;
}

.cusrsor-p {
	cursor: pointer;
}

.modal-window {
	position: relative;
	background-color: #ffffff;
	width: 700px;
	margin: 20px auto;
	border-radius: 5px;
}

.form-custm-cntrl {
	background: #ffffff;
	border: 1px solid #e6dddd;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
	padding: 9px 8px;
	transition: 0.3s;
	/* min-width: 100%; */
	/* max-height: 100px; */
	/* min-height: 50px; */
	/* max-width: 100%; */
	font-size: 14px;
}

.head-custm-cntrl {
	background: #ffffff;
	border: 1px solid #e6dddd;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.06);
	border-radius: 6px;
	padding: 10px;
	transition: 0.3s;
	/*   min-width: 100%; */
	/*   max-height: 100px; */
	/* min-height: 50px; */
	max-width: 100%;
}

label.label-add {
	display: flex;
	color: #5b5858;
	font-size: 14px;
	gap: 10px;
	/* 	cursor: pointer; */
	width: fit-content;
}

.form-custm-cntrl:focus-within, .form-custm-cntrl:focus-visible {
	outline: none;
	border: 1px solid #70219f;
}

.user-content {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	gap: 10px;
}

.in-50-block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.user-contetn-form {
	display: flex;
	width: calc(50% - 5px);
	flex: 1 1 auto;
	flex-direction: column;
}

.input-group {
	position: relative;
	display: inline-block;
	width: 40%;
}

.input-group label {
	position: absolute;
	color: #999;
	pointer-events: none;
	transform-origin: 0 0;
	transform: scale(0.9) translateY(100%);
	transition: transform 0.2s linear;
}

.input-group .animate-label {
	transform: scale(0.6) translateY(0%);
	transition: transform 0.2s linear;
}

.input-group input {
	padding-top: 20px;
	width: 100%;
	box-sizing: border-box;
}

.sortTable {
	border-collapse: unset;
	border-spacing: 0em 2px !important;
}

.sortTable td.arrow-table.dtr-control {
	padding-right: 0.6em;
}

.sortTable th.sorting img {
	opacity: 0.5;
}

.sortTable th {
	text-wrap: nowrap;
	background: none;
	border: none;
	font-size: 14px;
	color: #7c7c7c;
	/* 	cursor: pointer; */
	/* 	text-transform: uppercase; */
	font-weight: normal;
	padding-left: 0.75em;
	/* padding-right: 100px !important; */
	padding-left: 10px !important;
}

.sortTable th span {
	/* margin-left: 0.3em; */
	
}

.sortTable th span img {
	width: 0.6em;
}

.sortTable tbody tr {
	/* background: rgb(3 169 244/ 33%); */
	/* border-radius: 3px; */
	border-bottom: 1px #ccc solid;
	border-radius: 0;
}

.sortTable tbody tr:hover {
	/* background: rgb(3 169 244/ 33%); */
	
}

.sortTable tbody tr td:nth-child(1) {
	/* border-radius: 10px 0 0 10px; */
	padding-left: 10px;
}

.sortTable tbody tr td:nth-last-child(1) {
	/* border-radius: 0px 10px 10px 0px; */
	text-align: left;
}

.sortTable tbody tr.parent td:nth-last-child(1) {
	border-radius: 0px 10px 0px 0px !important;
}

.sortTable tbody .child {
	position: relative;
	top: -0.5em;
	border-top: 1px solid #e5e5e5;
}

.sortTable tbody td.child {
	border-radius: 0px 0px 10px 10px !important;
}

.sortTable tbody .parent .img-div {
	border-radius: 10px 0px 0px 0px !important;
}

.sortTable tbody .parent td.child {
	border-radius: 0px 0px 10px 10px;
}

.sortTable td.arrow-table button.arrow-down {
	background: none;
	border: none;
	min-height: 70px;
}
/* .sortTable td.arrow-table:before { */
/*   width: 0 !important; */
/*   height: 0 !important; */
/*   opacity: 0; */
/* } */
.sortTable ul.dtr-details {
	list-style: none;
	padding-top: 1em;
}

.content-block {
	background: #fff;
	padding: 13px;
	border-radius: 10px;
	box-shadow: 18px 4px 35px rgba(0, 0, 0, 0.02);
	position: relative;
	/* overflow-x: auto; */
}

.inactive-span {
	color: #c90707;
}

.close-icon-red {
	position: absolute;
	color: #F44336;
	top: -10px;
	right: -10px;
	background-color: #fff;
	box-shadow: 0px 0px 5px #ccc;
}

.close-icon-red:hover {
	color: #fff;
	background-color: #F44336;
}

.box-center {
	margin: auto;
	width: 50%;
}

.in-active-in {
	padding: 3px 7px;
	border-radius: 50px;
	font-size: 12px;
	width: 70px;
	display: block;
	font-weight: 500;
	background: #ebdada;
	text-align: center;
}

.active-span {
	color: #fff;
	background-color: #1ea920;
}

.toggleSwitch span span {
	display: none;
}

.toggleSwitch {
	display: inline-block;
	height: 18px;
	position: relative;
	overflow: visible;
	padding: 0;
	margin-left: 0px;
	cursor: pointer;
	width: 40px;
}

.toggleSwitch * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.toggleSwitch label, .toggleSwitch>span {
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
}

.toggleSwitch input:focus ~a, .toggleSwitch input:focus+label {
	outline: none;
}

.toggleSwitch label {
	position: relative;
	z-index: 3;
	display: block;
	width: 100%;
}

.toggleSwitch input {
	position: absolute;
	opacity: 0;
	z-index: 5;
}

.toggleSwitch>span {
	position: absolute;
	left: -50px;
	width: 100%;
	margin: 0;
	padding-right: 50px;
	text-align: left;
	white-space: nowrap;
}

.toggleSwitch>span span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: block;
	width: 50%;
	margin-left: 50px;
	text-align: left;
	font-size: 0.9em;
	width: 100%;
	left: 15%;
	top: 1px;
	opacity: 0;
}

.toggleSwitch a {
	position: absolute;
	right: 50%;
	z-index: 4;
	display: block;
	height: 100%;
	padding: 0;
	left: 4px;
	width: 18px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	top: 2px;
}

.toggleSwitch>span span:first-of-type {
	color: #b4afaf;
	opacity: 1;
	left: 52%;
}

.toggleSwitch>span:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50px;
	top: -2px;
	background-color: #fafafa;
	border: 1px solid #077ebc;
	border-radius: 30px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	padding: 2px;
}

.toggleSwitch input:checked ~a {
	border-color: #fff;
	left: 100%;
	margin-left: -8px;
}

.toggleSwitch input:checked ~span:before {
	border-color: #0097d1;
	box-shadow: inset 0 0 0 30px #0880bc;
}

.toggleSwitch input:checked ~span span:first-of-type {
	opacity: 0;
}

.toggleSwitch input:checked ~span span:last-of-type {
	opacity: 1;
	color: #fff;
}

.in-50-block .user-contetn-form {
	width: 30%;
	padding: 0px 0;
}

.act-in-act.toggleSwitch input:checked ~a {
	border-color: #fff;
	left: 100%;
	margin-left: -17px;
}

.in-sub-heading {
	font-weight: 500;
	color: #0b79ab;
	margin-bottom: 20px;
}

ul {
	list-style: none;
}

.sub-menu-ul {
	/* display: none; */
	background: rgb(47 190 200/ 16%);
	padding-left: 5px;
}

.sub-menu-ul a {
	padding: 10px 15px;
	/* padding-left: 20px; */
	color: #000;
}

.sub-menu-ul .menu-texts {
	font-size: 12px;
}

.sub-menu-ul1 {
	/* display: none; */
	background: rgb(47 190 200/ 16%);
}

.sub-menu-ul1 a {
	padding: 13px;
	padding-left: 10px;
	color: #000;
}

.sub-menu-ul2 {
	/* display: none; */
	background: rgb(47 190 200/ 16%);
}

.sub-menu-ul2 a {
	padding: 13px;
	padding-left: 10px;
	color: #000;
}

.side-nav ul li:hover ul {
	/* display: block; */
	
}

.ms-options-wrap {
	position: relative;
}

.menu-slide-show ul.sub-menu-ul {
	display: none;
}

.menu-slide-show:hover ul.sub-menu-ul {
	display: none;
}

.user-contetn-form .ms-options-wrap button {
	background: #ffffff;
	border: 1px solid #e6dddd;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
	transition: 0.3s;
	min-width: 100%;
	max-height: 94px;
	max-width: 100%;
	font-size: 14px;
	padding: 4px 8px;
	/* padding-top: 8px; */
}

.user-contetn-form div#reportrange {
	background: #ffffff;
	border: 1px solid #e6dddd;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
	transition: 0.3s;
	height: 39px;
}

.reset-password {
	opacity: 0.8;
	transition: 0.3s;
}

.reset-password:hover {
	opacity: 1;
}

.img-password-icons {
	width: 19px;
	position: absolute;
	/* top: 33px !important; */
	right: 10px;
	cursor: pointer;
	opacity: 0.6;
	align-items: center;
	transition: 0.3s;
}

.img-password-icons:hover {
	opacity: 1;
}

.error-validation {
	/* position: absolute; */
	color: #dc4535;
	padding-top: 0.5em;
	display: block;
	align-items: center;
	font-size: 13px;
}

.success-text {
	/* position: absolute; */
	color: rgb(0, 128, 0);
	padding-top: 0.5em;
	display: block;
	align-items: center;
	font-size: 13px;
}

.sub-heading b {
	font-size: 15px;
	font-weight: 400;
	color: #828080;
}

#resetPassword-Modal .img-password-icons {
	top: 38px;
}

#edit-user-modal .img-password-icons {
	/* top: 5px; */
	
}

#resetPassword-Modal img#changeType-show-2, #resetPassword-Modal img#changeType-hide-2,
	#resetPassword-Modal img#changeType-show-3, #resetPassword-Modal img#changeType-hide-3
	{
	top: 10px;
}

#simpleModal_2 img#changeType-hide-4, #simpleModal_2 img#changeType-show-4,
	#simpleModal_2 img#changeType-hide-5, #simpleModal_2 img#changeType-show-5
	{
	top: 5px;
}

.menu-slide-show {
	transition: 0.3s;
}

#SideNav {
	transition: 0.3s;
	/* height: 130%; */
}

#SideNav.menu-slide-show {
	width: 38px;
	overflow-x: clip;
	position: sticky;
	z-index: 99;
	transition: 0.3s;
	height: calc(94% - 0px);
	bottom: 0;
	top: 50px;
	background-color: #ffffff;
	height: 114vh;
	/* padding-top: 10px; */
}

#SideNav.menu-slide-show span.menu-texts {
	opacity: 0;
}

#SideNav.menu-slide-show:hover {
	max-width: 48px;
}

span.menu-texts {
	transition: 0.3s;
	width: 150px;
}

#SideNav.menu-slide-show:hover span.menu-texts {
	opacity: 1;
}

.content-menu-small {
	/* padding-left: 50px; */
	padding-top: 0px;
}

.footer-menu-small {
	padding-left: 60px;
}

.footer {
	transition: 0.3s;
}

img#MenuIcon {
	transition: 0.3s;
	cursor: pointer;
}

img#MenuIcon:hover {
	opacity: 0.6;
	transform: scale(0.8);
}

.reset-password img {
	transition: 0.3s;
}

.reset-password:hover img {
	transform: rotate(360deg);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background: #005581;
	color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0.4em 0.8em;
}

a#example2_previous:after {
	content: "Prev";
}

a#example2_next:after {
	content: "Next";
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
	{
	background: #014a6e;
	color: #fff !important;
}

.actions-imgs button img {
	opacity: 0.5;
	transition: 0.3s;
}

.actions-imgs button:hover img {
	opacity: 1;
}

.hover-red-bg:hover {
	background: #f00 !important;
}
/* User View Profile */
.card h3 {
	font-size: 15px;
	color: #005581;
	margin-bottom: 5px;
}

.card p {
	font-size: 14px;
	color: #888888;
}

.card {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	margin: 0 auto;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.card_profile_img {
	width: 120px;
	height: 120px;
	background-color: #868d9b;
	background: url("../img/user-icon.png") #151f32;
	background-repeat: no-repeat;
	background-size: 90px;
	background-position: center;
	border: 2px solid #ffffff;
	border-radius: 120px;
	margin: 0 auto;
	margin-top: -60px;
}

.card_background_img {
	width: 100%;
	height: 80px;
	background-color: #e1e7ed;
	background: url("../img/banner-home-v3.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.user_details p {
	margin-bottom: 20px;
	margin-top: -5px;
}

.user_details h3 {
	margin-top: 10px;
}

.card_count {
	padding: 15px 25px;
	border-top: 1px solid #dde1e7;
}

.count {
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.count-all p {
	margin: 8px 0;
}
/* .btn {
  padding: 16px;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 4px;
  background-color: #24c5a1;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
} */

/* User View Profile END */
#view-user-modal .modal-block-content {
	padding: 0;
}

.user_details img {
	opacity: 0.5;
	display: none;
}

.no-actions {
	cursor: default !important;
}
/* .no-actions::before, .no-actions::after{ */
/*   display: none !important; */
/* } */

/* TOAST START */
#toast {
	display: flex;
	width: fit-content;
	/* height: 50px; */
	/*margin-left: -125px;*/
	margin: auto;
	background-color: #e0ffe7;
	border: 1px solid #bee5c8;
	color: #000;
	text-align: center;
	border-radius: 118px;
	overflow: hidden;
	box-shadow: 0px 10px 30px 0px rgb(0 0 0/ 21%);
	position: fixed;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 30px;
	font-size: 15px;
	white-space: nowrap;
}

#toast #img {
	width: 50px;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	box-sizing: border-box;
	background-color: #3ebe61;
	color: #fff;
}

#toast #desc {
	color: #000;
	padding: 12px;
	overflow: hidden;
	white-space: nowrap;
}

#toast.toast-fail {
	background-color: #f9f0ef;
	border: 1px solid #f9d8d2;
}

#toast.toast-fail #img {
	background-color: #ec4e2b;
}
/* TOAST END */

/* Table */
.table-t {
	width: 100%;
	padding: 15px;
	border-radius: 10px;
}

.table-t th {
	text-align: left;
	background: none;
	border: none;
	font-size: 0.75em;
	font-weight: bold;
	color: #7c7c7c;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px solid #ccc;
	padding: 6px;
}

.table-t td {
	text-align: left;
	border: 1px solid #ccc;
	padding: 6px;
}

.user-contetn-form {
	display: flex;
	width: calc(35% - 5px);
	flex: 1 1 auto;
	flex-direction: column;
}

.timer {
	display: inline-flex;
	font-size: 16px;
}

select option {
	font-size: 14px;
}

hr {
	border-top: 1px;
}

.green-tr {
	background: green !important;
	color: white !important;
}

.name-sec {
	background: #ffffff !important;
	border-radius: 0px !important;
	border: 1px #f3f1f1 solid;
}

.personal-details-table td {
	padding: 5px;
}

.personal-details-table td span {
	color: #006ae4;
}

.hover-underline:hover {
	text-decoration: underline;
}

.personal-details-subheading {
	color: #828080;
}

.status-icon {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	padding-right: 10px;
	margin-right: 30px;
}

table.dataTable tbody th, table.dataTable tbody td {
	padding: 5px 10px!important;
	min-height:41px;
	/*     padding-left: 20px; */
}

span#empAddress {
	display: -webkit-box;
	line-height: 1.4;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

span#empAddress:hover {
	display: -webkit-box;
	line-height: 1.4;
	-webkit-line-clamp: inherit !important;;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

td.title-td {
	width: 15%;
}

td.value-td {
	width: 35%;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #aaa;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee),
		color-stop(80%, #fff));
	background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
	background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
	background-image: -o-linear-gradient(#eee 20%, #fff 80%);
	background-image: none;
	box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-single .chosen-single {
	position: relative;
	display: flex;
	overflow: hidden;
	align-items: center;
	padding: 0 0 0 8px;
	height: 30px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff),
		color-stop(50%, #f6f6f6), color-stop(52%, #eee),
		color-stop(100%, #f4f4f4));
	background: none !important;
	background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
	background-color: #fff !important;
}
/* .see-more { */
/*     display: -webkit-box; */
/*     line-height: 1.4; */
/*     -webkit-line-clamp: inherit !important;; */
/*     -webkit-box-orient: vertical; */
/*     overflow: hidden; */
/*     text-overflow: ellipsis; */
/* } */
.data-tables-filter-status {
	position: absolute;
	right: 217px;
	z-index: 999;
	display: flex;
	gap: 10px;
	align-items: center;  
	/* width: -webkit-fill-available; */
}
.data-tables-filter-status.bobcatreportstatus{
	margin-top:20px;
}
.data-tables-filter-status.bobcatreportnewstatus{
		margin-top:9px;
}
.data-tables-filter-status.utilizeprojectstatus{
		margin-top:22px!important;
		margin-right:30px;
}
 
.data-tables-filter-status select {
	border: 1px #ccc solid;
	height: 30px;
	border-radius: 4px;
	padding: 5px;
}

.em-selecter button {
	padding: 2px 8px !important;
	border-radius: 4px;
	width: 200px !important;
}

.ms-options-wrap.ms-active>.ms-options {
	visibility: visible;
	width: max-content;
	padding-bottom: 10px;
	z-index: 999999;
}

.report-select-sec {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 10px;
}

.report-select-sec .user-contetn-form {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	width: 18%;
}

.report-icon img {
	height: 18px;
	width: 16px;
}

.report-btns {
	display: flex !important;
	/* flex: 1 !important; */
	flex-direction: initial !important;
	gap: 10px;
	padding-top: 23px;
}

.projects-btns {
	padding-top: 0px;
	padding-bottom: 20px;
	margin-left: auto;
	justify-content: end;
	padding-right: 10px;
}

.report-btns button {
	height: 35px;
	padding: 5px;
	/* flex: 1 1 auto; */
	padding-bottom: 4px;
	/*     max-width:19%; */
	/* margin: auto; */
	width: 120px;
}

.date-inside.report-icon span {
	font-size: 14px;
	/* display: flex; */
	font-weight: 500;
	margin-left: -5px;
}

.chart-div {
	background-color: #fff;
	box-shadow: 0px 0px 2px #ccc;
	margin-bottom: 10px;
	padding: 20px;
	border-radius: 8px;
	width: 100%;
	/* margin-top: 10px; */
	/* margin: 10px auto; */
	position: relative;
	box-sizing: border-box;
	padding-top: 40px;
}

.chart-div h5 {
	/* padding-bottom: 15px; */
	font-size: 13px;
	/* padding-left: 10px; */
	font-weight: 600;
	color: #222529;
	/* position: sticky; */
	left: 0;
	/* width: fit-content; */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.pt-2 {
	padding-top: 20px;
	margin-top: 20px;
}

.chart-div-bar {
	flex: 1;
	/* width: 400px; */
	height: 300px;
	display: flex;
	/*     padding-left: 5%; */
	position: relative;
	/* overflow-y: auto; */
}

.chart-div-mul {
	height: 340px !important;
	overflow-y: auto;
}

.chart-legend-mul {
	margin-left: auto;
	display: flex !important;
	right: 0 !important;
	top: 13px !important;
	padding-right: 0px !important;
}

.chart-div-pie {
	flex: 1;
	/* width: 400px; */
	height: 400px;
	display: flex;
	justify-content: center;
	/* padding-left: 20%; */
	position: relative;
	align-items: center;
}

.generate-report-div {
	padding-top: 10px;
	/* padding-bottom: 20px; */
}

.reset {
	/* background-color: #e74e4ecc !important; */
	border-color: #f52929 !important;
	color: #fff !important;
	background: linear-gradient(1deg, #f83939 0%, #f52929 100%) !important;
}

.chart-legend {
	padding-right: 20px;
	font-size: 14px;
	align-items: center;
	height: 20px;
	gap: 15px;
}

.chart-legend .billable-sec {
	display: flex;
	align-items: center;
	gap: 5px;
	/* padding-right: 8px; */
}

.chart-legend .billable-sec span {
	width: 12px;
	height: 12px;
	background-color: #5ccd5c;
	border-radius: 50px;
	background: rgb(24, 186, 24);
	background: -moz-linear-gradient(0deg, rgba(24, 186, 24, 1) 38%,
		rgba(174, 228, 174, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(24, 186, 24, 1) 38%,
		rgba(174, 228, 174, 1) 100%);
	background: linear-gradient(0deg, rgba(24, 186, 24, 1) 38%,
		rgba(174, 228, 174, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#18ba18",
		endColorstr="#aee4ae", GradientType=1);
}

.chart-legend .billable-sec b {
	margin-left: auto;
}

.chart-legend .non-billable-sec {
	display: flex;
	align-items: center;
	gap: 5px;
}

.chart-legend .non-billable-sec span {
	width: 12px;
	height: 12px;
	background-color: #5297f7;
	border-radius: 50px;
	background: rgb(62, 136, 246);
	background: -moz-linear-gradient(0deg, rgba(62, 136, 246, 1) 0%,
		rgba(156, 205, 255, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(62, 136, 246, 1) 0%,
		rgba(156, 205, 255, 1) 100%);
	background: linear-gradient(0deg, rgba(62, 136, 246, 1) 0%,
		rgb(120, 179, 239) 100%);
	/* 	filter: progid:DXImageTrans; */
}

.chart-legend .non-billable-sec b {
	margin-left: auto;
}

.chart-legend .pto1-sec {
	display: flex;
	align-items: center;
	gap: 10px;
}

.chart-legend .pto1-sec span {
	width: 15px;
	height: 15px;
	background-color: #9b9c9d;
	border-radius: 50px;
	background: linear-gradient(0deg, rgb(155 156 157) 0%,
		rgb(202, 202, 202) 100%);
}

.chart-legend .pto1-sec b {
	margin-left: auto;
}

.chart-legend .others-sec {
	display: flex;
	align-items: center;
	gap: 10px;
}

.chart-legend .others-sec span {
	width: 15px;
	height: 15px;
	background-color: #aaa;
	border-radius: 50px;
}

.chart-legend .others-sec b {
	margin-left: auto;
}

.billable-sec p {
	width: 80px;
}

.non-billable-sec p {
	width: auto;
}

.others-sec p {
	width: 80px;
}

.list-div {
	/* display: flex; */
	background-color: #fff;
	box-shadow: 0px 0px 2px #ccc;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 8px;
	/*       overflow-x: scroll; */
	width: 98%;
	/* width: calc(189vh - 100px); */
	/* padding-left: 0; */
	margin: 10px;
	margin-top: 40px;
	/*       margin: auto; */
}

.chart-div-1 {
	width: 48%;
	margin: 10px;
	/* 	margin: auto; */
	height: 470px;
}

.chart-main-two {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	/* padding-bottom: 10px; */
}

.chart-div-1 .chart-div-bar {
	flex: 1;
	width: auto;
	height: 250px;
	display: flex;
	padding-left: 0%;
	position: relative;
}

.chart-div-1 .chart-legend {
	margin-left: auto;
	padding-right: 0;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: -40px;
	/* display: flex; */
	align-items: center;
	height: 40px;
	gap: 10px;
}

.chart-div-1 .billable-sec p {
	width: auto;
}

.chart-div-1 .chart-legend .billable-sec b {
	margin-left: auto;
}

.chart-div-1 .chart-legend .billable-sec {
	display: flex;
	align-items: center;
	gap: 10px;
	/* padding-bottom: 10px; */
}

.chart-div-1 .non-billable-sec p {
	width: 80px;
	margin-left: auto;
}

.chart-div-1 .chart-legend .non-billable-sec {
	display: flex;
	align-items: center;
	gap: 10px;
}
/* .report-main { */
/*     width: 89%; */
/* }  */
.project-sec {
	flex-wrap: wrap;
	gap: 15px 6px;
}

.project-sec .user-contetn-form {
	width: calc(20% - 5px);
}

.project-report-sec .user-contetn-form {
	width: calc(25% - 5px);
	flex: none;
}

.table-heading {
	height: 40px;
}

.table-user-name {
	background-color: #fff;
	padding-right: 10px;
}

.user-row td {
	line-height: 20px !important;
	font-size: 14px;
}

#example-table-div tr>*:first-child {
	position: -webkit-sticky;
	position: relative;
	left: 0;
	z-index: 1;
	background-color: #fff;
	text-wrap: auto;
	font-size: 14px;
	/* border-top: 1px #ccc solid; */
	border-bottom: 1px #ccc solid;
	padding-bottom: 10px;
}
/* #example-table-div tr > *:first-child::before { */
/*   content: ""; */
/*   position: absolute; */
/*   top: 0; */
/*   right: 0; */
/*   bottom: 0; */
/*   left: 0; */
/* /*   background-color: #fff; */
* /
	/*   z-index: -1; */
	/* } */  

.product-name-sec-bg span .edit-product-sec {
	background-color: #fff;
	padding-left: 10px;
	padding-bottom: 10px;
}

.submit-btn .submitTaxDetails {
	display: flex;
	margin: auto;
}

.content-mains {
	max-width: calc(100% - 225px);
	overflow-y: auto;
	max-height: 110vh;
}

.content-mains.content-menu-small {
	max-width: calc(100% - 0px);
	width: 97%;
	overflow-x: hidden;
}

.blue-td {
	color: #18b8b8;
}

.red-td {
	color: #fd6283;
}

.blue-tr {
	background: #24b1d1 !important;
	color: white !important;
	border-right: 1px #f3f1f1 solid;
}

.gray-tr {
	background: #f3f1f1 !important;
}

.red-tr {
	background: #ae24d1 !important;
	color: white !important;
	border-right: 1px #f3f1f1 solid;
}
/* canvas.chart-bar { */
/*     width: 100% !important; */
/* } */
.chart-div-mul .chart-legend {
	display: flex;
	top: -24px;
	height: 50px;
	align-items: center;
	padding: 0;
	right: 0;
	z-index: 9999;
}

.chart-div-mul .chart-legend .billable-sec {
	padding: 0;
}

.chart-div-mul canvas.chart-bar {
	width: 100% !important;
	/* height: auto !important; */
}

.list-div .dataTables_scrollHead {
	position: sticky !important;
	top: 0;
	z-index: 999;
	background-color: #fff;
}

.ms-options-wrap, .ms-options-wrap * {
	box-sizing: border-box;
	font-size: 14px;
	padding: inherit;
	/* height: 36px; */
	align-items: center;
	/* display: flex; */
}

.data-sync-sec {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}

.data-sync-block .user-contetn-form {
	max-width: fit-content;
	padding-right: 50px;
}

.data-sync-inner-text {
	padding-left: 20px;
	padding-bottom: 0px;
}

.data-sync-inner-text h3 {
	font-weight: 600;
	font-size: 15px;
	padding-bottom: 8px;
}

.data-sync-inner-text p {
	/* padding-left: 20px; */
	/* padding-bottom: 10px; */
	/* padding-top: 5px; */
	font-size: 14px;
	font-weight: 600;
}

.data-sync-block .submit-btn {
	margin: none;
	width: 200px;
	max-width: none;
}

.data-sync-inner-text ol {
	padding-left: 40px;
	/* padding-bottom: 10px; */
}

.data-sync-inner-text ol li {
	list-style: lower-roman;
	padding-bottom: 10px;
	font-size: 14px;
	color: #000;
	font-weight: 600;
}

.data-sync-inner-text ol .btn {
	display: flex;
	gap: 20px;
	align-items: center;
}

.data-sync-inner-text ol li ol li {
	list-style: none;
	padding: 0;
	padding-top: 10px;
	font-weight: 500;
}

.map-tabs-sec .tabs {
	display: flex;
	position: relative;
	background-color: #e1e3e7;
	/* box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15), 0 6px 12px 0
        rgba(24, 94, 224, 0.15); */
	padding: 2px;
	border-radius: 99px;
	color: #fff;
	/*     width: 250px; */
	border: 1px #627ff5 solid;
	z-index: 9;
}

.map-tabs-sec .tabs * {
	z-index: 2;
}

.map-tabs-sec input[type=radio] {
	display: none;
}

.map-tabs-sec .tab {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	width: 40px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 99px;
	cursor: pointer;
	transition: color 0.15s ease-in;
	margin-bottom: 0;
	color: #969393;
}

.map-tabs-sec .notification {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin-left: 0.75rem;
	border-radius: 50%;
	background-color: var(--secondary-color);
	transition: 0.15s ease-in;
}

.map-tabs-sec input[type=radio]:checked+label {
	color: #fff !important;
}

.map-tabs-sec input[type=radio]:checked+label>.notification {
	background-color: #627ff5;
	color: #fff;
}

.map-tabs-sec input[id=radio-1]:checked ~.glider {
	transform: translateX(0);
}

.map-tabs-sec input[id=radio-2]:checked ~.glider {
	transform: translateX(100%);
}

.map-tabs-sec input[id=radio-3]:checked ~.glider {
	transform: translateX(200%);
}

.map-tabs-sec .glider {
	position: absolute;
	display: flex;
	height: 20px;
	width: 40px;
	background-color: #627ff5;
	z-index: 1;
	border-radius: 99px;
	transition: 0.25s ease-out;
}

.map-tabs-sec {
	top: 2px;
	left: 10px;
	width: fit-content;
}

.time-logs-lable {
	display: flex;
	justify-content: end;
	gap: 20px;
	position: absolute;
	right: 0;
	top: -30px;
	background-color: #fff;
	padding: 10px;
	border-radius: 10px 10px 0 0;
}

.dataTables_scrollFoot .table-footer-sec {
	/* position: absolute; */
	bottom: 36px;
	/* background-color: #f3f1f1; */
	width: auto;
	border-bottom: 1px #f3f1f1 solid;
	margin-bottom: 10px !important;
}

.dataTables_scroll .table-body-sec {
	padding-bottom: 35px;
}

.total-cont {
	/* position: sticky; */
	/* right: 0; */
	
}

.final-total-cont {
	position: sticky;
	right: 0;
	background-color: #fff !important;
	color: #005581 !important;
	font-size: 14px !important;
}

.total-header {
	color: #005581 !important;
	background-color: #fff !important;
	position: sticky !important;
	right: 0;
	font-size: 12px !important;
	height: 100px;
	z-index: 99;
}

.sync-details-report {
	font-size: 14px;
	color: #515050;
}

.filter-report-search {
	padding-right: 12%;
	height: 30px;
}

.dt-buttons.exp-btn {
	position: absolute;
	right: 0;
	height: 33px;
}

.dataTables_wrapper .dataTables_scroll {
	clear: both;
	padding-top: 10px;
}

.exp-btn button {
	border: 1px #ccc solid !important;
	background: #fff !important;
	height: 30px;
	align-items: center;
	cursor: pointer;
	display: flex !important;
	padding: 5px 10px !important;
	border-radius: 4px !important;
}

div.dt-container .dt-search input {
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 5px;
	background-color: transparent;
	color: inherit;
	margin-left: 3px;
}

.header-sec .dt-search {
	/* 	position: absolute; */
	top: 2px;
	right: 140px;
}

.header-sec div.dt-scroll {
	width: 100%;
	margin-top: 20px;
	border: 1px #ccc solid;
}

.dt-buttons.exp-btn button:hover {
	border: 0;
	background: #1daac9 !important;
	color: #fff !important;
}

.filter-report-search input {
	height: 30px;
}

.dataTables_length select {
	height: 30px;
}

.setting-sync .submit-btn {
	/* margin-left: auto !important; */
	margin: 0;
	margin-left: 4%;
}

.list-div .dt-paging {
	/* border: 1px #ccc solid; */
	/* border-top: 0; */
	padding: 10px;
	border-radius: 0 0 8px 8px;
	height: 55px;
}

.list-div .dt-paging nav {
	border-radius: 0 0 8px 8px;
	float: right;
}

.list-div table.dataTable>tfoot>tr>th, table.dataTable>tfoot>tr>td {
	border-top: 0;
	padding: 10px 10px 6px 10px;
}
/* .list-div div.dt-container .dt-paging .dt-paging-button{
    color: white !important;} */
.list-div div.dt-container .dt-paging .dt-paging-button.current {
	color: white !important;
}

.list-div .current {
	margin: 0;
	border-radius: 4px !important;
	border: 0px !important;
	/* background: #00bce4; */
	background: linear-gradient(180deg, #05a3c6 0%, #005581 100%) !important;
	color: #fff !important;
	height: 30px;
	align-items: center;
	cursor: pointer;
}

.list-div div.dt-container .dt-paging .dt-paging-button.current:hover {
	color: white !important;
}

.list-div .dt-info {
	position: absolute;
	left: 10px;
	bottom: 20px;
	font-size: 12px;
}

.popover-wrapper {
	position: relative;
	/* margin-top: 1.5rem; */
	display: inline-block;
	cursor: pointer;
}

.popover-content {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: -463px;
	top: 0px;
	transform: translate(0, 10px);
	background-color: #ffffff;
	padding: 10px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.popover-wrapper:hover .popover-content {
	z-index: 10;
	opacity: 1;
	visibility: visible;
	transform: translate(0, -20px);
	transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
	border-radius: 8px;
	font-size: 14px;
	padding: 20px;
}

.i-icon {
	padding-right: 10px;
}

ul.popover-content li {
	padding-bottom: 5px;
	/* list-style: auto; */
	padding-left: 10px;
}

a#headerLogo {
	padding-left: 20px;
}

.utilization-report .report-btns {
	width: 50%;
	margin-left: auto;
	max-width: fit-content;
}

.utilization-report .report-btns .submitBtn {
	border: none;
	/* padding: 11px 15px; */
	border-radius: 4px;
	/* background: #00bce4; */
	background: linear-gradient(180deg, #05a3c6 0%, #24b1d1 100%);
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	/* max-width: 160px; */
	/* margin-left: auto; */
	width: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.utilization-report .report-btns .reset {
	background: linear-gradient(1deg, #F44336 0%, #f34242cc 100%);
	/*     background-color: #e74e4ecc !important; */
	border: 0px #b30a0a solid !important;
	color: #fff !important;
	width: 120px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	/* 	font-weight: 600; */
}
/* .utilization-report .coming-soon-sec .ms-options-wrap{	 */
/* 	width: 26%; */
/* } */
.chartWrapper {
	position: relative;
}

.chartWrapper>canvas {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.chartAreaWrapper {
	width: 600px;
	overflow-x: scroll;
}

.barchart-Wrapper {
	display: table;
	position: relative;
	/* margin: 20px 0; */
	/* height: 0; */
	/* defines height for the box, everything else responds to this */
	margin-top: 30px;
	/* padding-right: 55px; */
}

.barChart-Container {
	display: table-cell;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	/* overflow-x: scroll; */
}

.barchart {
	display: inline-table;
	table-layout: fixed;
	height: 330px;
	width: calc(100% - 100%);
	overflow-x: auto;
	padding-left: 30px;
}

.barchart-Col {
	position: relative;
	vertical-align: bottom;
	display: table-cell;
	height: 100%;
	width: 50px;
	color: #222529;
	text-align: center;
	justify-content: revert-layer;
	align-items: center;
	text-align: center;
}

.barchart-Col+.barchart-Col {
	/* border-left: 4px solid transparent; */
	
}

.barchart-Bar {
	background: #5297f7;
	position: relative;
	height: 0;
	transition: height 0.5s 2s;
	/* padding-top: 2px; */
	/* padding-bottom: 10px; */
	font-size: 12px;
	/* border-top: 1px #ccc solid; */
	width: 35px;
	font-weight: normal;
	justify-content: center;
	display: flex;
	align-items: center;
	margin-left: 10px;
	border-radius: 25px;
	background: rgb(62, 136, 246);
	background: -moz-linear-gradient(0deg, rgba(62, 136, 246, 1) 0%,
		rgba(156, 205, 255, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(62, 136, 246, 1) 0%,
		rgba(156, 205, 255, 1) 100%);
	background: linear-gradient(0deg, rgba(62, 136, 246, 1) 0%,
		rgb(100, 169, 239) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e88f6",
		endColorstr="#9ccdff", GradientType=1);
}

span.barchart-Col-header {
	color: #000;
	margin-left: 3px;
	font-size: 11px;
	font-weight: bold;
}

.barchart-Bar-Billable {
	background: #5ccd5c;
	position: relative;
	height: 0;
	transition: height 0.5s 2s;
	background: rgb(24, 186, 24);
	background: -moz-linear-gradient(0deg, rgba(24, 186, 24, 1) 38%,
		rgba(174, 228, 174, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(24, 186, 24, 1) 38%,
		rgba(174, 228, 174, 1) 100%);
	background: linear-gradient(0deg, rgba(24, 186, 24, 1) 38%,
		rgb(111, 229, 111) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#18ba18",
		endColorstr="#aee4ae", GradientType=1);
}

.barchart-Bar-2 {
	background: #ffba82;
	position: relative;
	height: 0;
	transition: height 0.5s 2s;
}

.barchart-Bar-pto {
	background: #9b9c9d;
	position: relative;
	height: 0;
	transition: height 0.5s 2s;
}

.chart-legend .pto-sec {
	display: flex;
	align-items: center;
	gap: 10px;
	/* padding-left: 0px; */
	width: max-content;
}

.chart-legend .pto-sec span {
	width: 12px;
	height: 12px;
	background-color: #9b9c9d;
	border-radius: 50px;
	background: rgb(62, 136, 246);
	background: -moz-linear-gradient(0deg, rgba(62, 136, 246, 1) 0%,
		rgba(156, 205, 255, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(62, 136, 246, 1) 0%,
		rgba(156, 205, 255, 1) 100%);
	background: linear-gradient(0deg, rgb(155 156 157) 0%,
		rgb(202, 202, 202) 100%);
	/*     filter: progid:DXImageTrans; */
}

.barchart-Bar:after {
	content: attr(attr-height);
	color: white;
	position: absolute;
	text-align: center;
	width: 100%;
}

.barchart-BarFooter {
	position: absolute;
	text-align: center;
	height: 40px;
	width: -webkit-fill-available;
	color: #000;
	transform: rotate(300deg);
	text-wrap: nowrap;
	bottom: -90px;
	left: -62px;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	width: 133px;
	text-overflow: ellipsis;
	cursor: pointer;
	text-align: end;
}

.barchart-TimeCol {
	position: absolute;
	top: 0px;
	width: 2%;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 7px;
	/* margin-bottom: 10px; */
}

.barchart-Time {
	height: 10%;
	vertical-align: middle;
	position: relative;
}

.barchart-Time:first-child .barchart-TimeText {
	top: -3px;
}

.barchart-Time:last-child .barchart-TimeText {
	top: -15px;
}

.barchart-Time:after {
	border-bottom: 1px dashed #ccc;
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	/* bottom: -4px; */
}

.barchart-Time:last-child:after {
	border-bottom: none;
}

.barchart-TimeText {
	/* position: sticky; */
	top: -11px;
	z-index: 1;
	background: white;
	padding-right: 5px;
}

.lt-ie9 .barchart-TimeText {
	top: -3px !important;
}

.box {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	/* background-color: #ccc; */
	padding: 10px;
	overflow-x: auto;
	overflow-y: hidden;
	height: 500px;
	padding-left: 0;
	padding-top: 0;
}

.chart-legend-mul .billable-sec p {
	width: auto;
}

.utilizationProjectReport .dt-scroll-head {
	position: sticky !important;
	top: 0;
	z-index: 999;
	background-color: #fff;
}

.utilizationProjectReport table.dataTable thead>tr>th.dt-orderable-asc:hover,
	table.dataTable thead>tr>th.dt-orderable-desc:hover, table.dataTable thead>tr>td.dt-orderable-asc:hover,
	table.dataTable thead>tr>td.dt-orderable-desc:hover {
	outline: 0px solid rgba(0, 0, 0, 0.05);
	outline-offset: -2px;
}

.utilizationProjectReport .sortTable th {
  	width: 14px;
}

.utilizationProjectReport .dt-scroll-body {
	height: 460px;
}

.utilizationProjectReport-1 .dt-scroll-body {
	height: 600px !important;
}

.export-excel-btn button {
	border: none;
	padding: 7px 15px;
	border-radius: 7px;
	/* background: #00bce4; */
	background: linear-gradient(180deg, #05a3c6 0%, #005581 100%);
	color: #fff;
	cursor: pointer;
	font-size: 14px;
}

.export-excel-btn button:hover {
	background: linear-gradient(180deg, #05a3c6 0%, #0b86c5 100%);
}

.export-excel-btn img {
	margin-top: 3px;
	cursor: pointer;
}

.barchart-Bar .val-span {
	font-size: 10px;
	color: #000;
	margin: auto;
}

.barchart-Bar span {
	display: block;
	height: 15px;
	padding: 0 2px;
	font-size: 12px;
}

.utilization-report [tooltip] {
	position: relative;
	cursor: pointer;
}

.utilization-report [tooltip]::before, [tooltip]::after {
	text-transform: none;
	font-size: .9em;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	position: absolute;
	display: none;
	opacity: 0;
}

.utilization-report [tooltip]::before {
	content: '';
	border: 5px solid transparent;
	z-index: 1001;
}

.utilization-report [tooltip]::after {
	content: attr(tooltip);
	text-align: center;
	min-width: max-content;
	max-width: 21em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 1ch 1.5ch;
	border-radius: .3ch;
	box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
	background: #333;
	color: #fff;
	z-index: 9999;
}

.utilization-report [tooltip]:hover::before, [tooltip]:hover::after {
	display: block;
}

.utilization-report [tooltip='']::before, [tooltip='']::after {
	display: none !important;
}

.utilization-report [tooltip]:not([flow])::before, [tooltip][flow^="up"]::before
	{
	bottom: 100%;
	border-bottom-width: 0;
	border-top-color: #333;
}

.utilization-report [tooltip]:not([flow])::after, [tooltip][flow^="up"]::after
	{
	bottom: calc(100% + 5px);
}

.utilization-report [tooltip]:not([flow])::before, [tooltip]:not([flow])::after,
	[tooltip][flow^="up"]::before, [tooltip][flow^="up"]::after {
	left: 50%;
	transform: translate(-50%, -.5em);
}

@-webkit-keyframes tooltips-vert {to { opacity:.9;
	transform: translate(-50%, 0);
}

}
@keyframes tooltips-vert {to { opacity:.9;
	transform: translate(-50%, 0);
}

}
@-webkit-keyframes tooltips-horz {to { opacity:.9;
	transform: translate(0, -50%);
}

}
@keyframes tooltips-horz {to { opacity:.9;
	transform: translate(0, -50%);
}

}
.utilization-report [tooltip]:not([flow]):hover::before, [tooltip]:not([flow]):hover::after,
	[tooltip][flow^="up"]:hover::before, [tooltip][flow^="up"]:hover::after
	{
	-webkit-animation: tooltips-vert 300ms ease-out forwards;
	animation: tooltips-vert 300ms ease-out forwards;
}

.zero-line {
	border-top: 1px #ccc solid;
	margin-top: 2px;
	border-bottom: 0px;
}

.left-bar {
	display: flex;
	height: 33.5px;
	background-color: #ffffff;
	align-items: flex-end;
}

.left-side-bar {
	position: absolute;
	top: 40px;
	/* background-color: #fff; */
	z-index: 999;
	left: 0;
	font-size: 12px;
	padding-left: 20px;
}

.last-line {
	height: fit-content;
}

.export-excel-btn {
	border: 1px #ccc solid;
	border-radius: 4px;
	padding: 2px 10px;
	cursor: pointer;
}

.export-excel-btn img {
	height: 20px;
	width: auto;
}

.export-excel-btn:hover {
	background-color: #05a3c6;
}

.checkbox-btn {
	display: flex;
	gap: 5px;
	align-items: center;
	/* padding-right: 8px; */
	cursor: pointer;
	width: auto;
	justify-content: right;
	/* gap: 10px; */
}

.checkbox-btn label {
	cursor: pointer;
	font-size: 14px;
	width: 145px;
	width: auto;
}

.chart-bar-checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	/* padding-top: 10px; */
	padding-left: 2px;
}

.exp-btn button img {
	height: 20px;
	width: auto;
	margin-top: 8px;
}

.chart-bar-checkbox label {
	cursor: pointer;
}

.chart-bar-checkbox input {
	cursor: pointer;
}

.checkbox-btn input {
	cursor: pointer;
	/* visibility: hidden; */
}

.export-excel-btn:hover img {
	filter: brightness(0) invert(1);
}

.dt-buttons.exp-btn button:hover img {
	filter: brightness(0) invert(1);
}

.zero-line::after {
	border: 0;
}

table.billable-table {
	padding: 10px;
}

thead.billable-table-thead {
	/* background-color: #ccc; */
	/* border-bottom: 2px #ccc solid; */
	
}

tr.billable-table-header {
	/* border-bottom: 1px #ccc solid; */
	/* background-color: #cccc; */
	
}

th.billable-table-header-first {
	
}

thead.billable-table-thead tr>*:first-child {
	text-align: left;
	border: 1px #ccc solid;
	padding-left: 10px;
}

thead.billable-table-thead tr {
	border: 1px #ccc solid;
}

th.billable-table-header-middle {
	border-bottom: 1px #ccc solid;
	border: 1px #ccc solid;
	padding: 5px 10px;
	font-size: 12px;
	text-wrap: nowrap;
}

th.billable-table-header-last {
	border: 1px #ccc solid;
	padding: 5px 10px;
	width: 100px;
}

tbody.billable-table-tbody {
	/* border: 1px #ccc solid; */
	
}

tr.billable-table-body {
	
}

td.billable-table-body-first {
	border: 1px #ccc solid;
	padding: 5px 10px;
	text-align: left;
}

td.billable-table-body-middle {
	border: 1px #ccc solid;
	text-align: center;
}

td.billable-table-body-last {
	border: 1px #ccc solid;
	padding: 5px 10px;
	width: 100px;
}

td.billable-table-body-last {
	text-align: center;
}

th.billable-table-footer-first {
	border: 1px #ccc solid;
	padding: 5px 10px;
	text-align: left;
}

th.billable-table-footer-middle {
	border: 1px #ccc solid;
}

th.billable-table-footer-last {
	border: 1px #ccc solid;
	width: 100px;
}

.billable-table-div h5 {
	padding-top: 10px;
	font-size: 14px;
}

.employee-name {
	padding-bottom: 10px;
	display: block;
	gap: 10px;
	/* position: sticky; */
	/* left: 0; */
	/* display: inline-block; */
	width: auto;
}

.dates-sec {
	display: flex;
	flex-direction:column;
	gap: 0px;
	/* position: sticky; */
	/* left: 0; */
	padding-bottom: 0px;
	margin-left: auto;
	width: auto;
	align-self:flex-start;
}

.main-table {
	overflow-x: auto;
	position: relative;
}

span.employee-name-text {
	font-size: 22px;
	display: block;
	color: #222529;
	font-weight: 600;
}

.main-table h5 {
	position: sticky;
	left: 0;
	padding: 5px 0;
	font-size: 15px;
}

.billable-non-body-sec .herader-sec {
	display: flex;
	background-color: #F1F1F1;
	font-size: 14px;
	width: auto;
	align-items: center;
}

.billable-non-body-sec .herader-sec .month-dates-sec {
	width: 10vw;
	text-align: center;
	padding: 10px 0;
	font-weight: 600;
	flex: 1;
	width: calc(7vw - -29px);
}

.billable-non-body-sec .herader-sec .dates-sec {
	width: 100px;
}

.main-bar-data-sec {
	overflow-x: auto;
	padding-top: 20px;
}

.billable-non-body-sec .project-main-cont {
    display: flex;
    background-color: #f5f5f5;
    font-size: 14px;
    width: auto;
    align-items: center;
    border-bottom: 1px solid #fff;
}

.billable-non-body-sec .project-main-cont .dates-sec {  
	width: 10vw;
    text-align: center; 
    font-weight: 600;
    flex: 1;
    width: calc(7vw - -29px);
}

.billable-non-body-sec .project-name-sec {
	 
padding: 10px 0;
	 
position: sticky;
	 
left: 0px;
	 
padding-left: 10px;
	 
padding-right: 10px;
	 
flex: 1;
	 
background-color: #f5f5f5;
	 
z-index: 999;
	 
/* border-bottom: 1px solid #ddd; */
	 
align-items: center;
}

.billable-non-body-sec .herader-sec .project-name-sec {
	font-weight: 600;
	position: sticky;
	background-color: #f1f1f1;
	left: 0;
	flex: 1;
}

.billable-data-sec {
	border: 1px #ccc solid;
	margin-bottom: 20px;
	overflow-x: auto;
	width: auto;
}

.billable-non-body-sec {
	width: -webkit-fill-available;
	overflow-x: auto;
	/* margin-bottom: 20px; */
}

.billable-non-body-sec h4 {
	font-size: 14px;
	background-color: #009688;
	background-image: linear-gradient(44deg, #18ba18, #aee4ae);
	background-size: 100%;
	background-repeat: repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
	position: sticky;
	left: 0;
	padding-bottom: 10px;
}

.data-main-body-sec {
	background-color: #ffffff;
	font-size: 14px;
	width: 100%;
}

.billable-non-body-sec .project-main-cont .total-cont {
	font-weight: 600;
	position: sticky;
	right: 0;
	background-color: #fff;
	 text-align: right !important; 
}

.billable-non-body-sec .footer-sec .total-cont {
	background-color: rgb(201 242 201) !important;
	font-size: 14px;
	font-weight: 600;
	/* width: 15vw; */
}

.billable-non-body-sec .footer-sec .dates-sec {
	background-color: rgb(201 242 201) !important;
	font-weight: 600;
	padding:10px 0;
	width: 10vw;
	width: calc(7vw - -29px);
	font-size: 14px;
	align-items: center;
}
.billable-non-body-sec .footer-sec .dates-sec:last-child{
	align-items:flex-end;
}

.garand-total-sec {
	font-weight: 600;
	display: flex;
	gap: 20px;
	/* float: right; */
	background-color: #00bce4;
	color: #fff;
	padding: 10px; 
	font-size: 14px;
	text-align: right;
}

.g-total-sec {
	margin-left: auto;
}

.billable-non-body-sec .herader-sec .total-cont {
	position: sticky;
	right: 0; 
	background-color: #f1f1f1;
}


.non-billable-table-main h4 {
	padding-top: 12px;
	padding-bottom: 10px;
	background-color: rgb(62, 136, 246);
	background-image: linear-gradient(91deg, rgba(62, 136, 246, 1) 38%,
		rgba(156, 205, 255, 1) 100%);
	background-size: 100%;
	background-repeat: repeat;
	font-size: 14px;
}


.two-weeks-dates {
	/* width: calc(21vw - -37px) !important; */
	
}

.five-weeks-dates {
	width: calc(10vw - -29px);
}

.time-off-table-main h4 {
	padding-bottom: 10px;
	background-color: rgb(193, 193, 193);
	background-image: linear-gradient(92deg, rgb(113 114 116) 0%,
		rgb(202, 202, 202) 100%);
	background-size: 100%;
	background-repeat: repeat;
	font-size: 14px;
	padding-top: 10px;
}

.chart-legend-header {
	display: flex;
	gap: 10px;
}

.chart-legend-header span {
	font-weight: 500;
	color: #212429cf;
}

.non-billable-data-sec .footer-sec .total-cont {
	background-color: #bff0fa !important;
}

.non-billable-data-sec .footer-sec .dates-sec {
	background-color: #c0f1fb !important;
}

.time-off .footer-sec .total-cont {
	background-color: #c1c1c1 !important;
}

.time-off .footer-sec .dates-sec {
	background-color: #c1c1c1 !important;
}

.month-dates-sec span {
	color: #737272b0;
	display: block;
	font-weight: 500;
}

.billable-hader {
	font-weight: 500;
	color: #212429cf;
}

.employee-name.header-name-sec {
	display: inline-block;
	margin-right: auto;
}

.dates-sec.header-dates-sec {
	display: inline-block;
	max-width: max-content;
	float: right;
	text-align: right;
	font-size: 14px;
}

.dates-sec.header-dates-sec p {
	color: #6d6d85bd;
	font-weight: 400;
}

.employee-name.header-name-sec p {
	color: #6d6d85bd;
	font-weight: 400;
	font-size: 13px;
}

.total-cont-last {
	justify-content: end !important; 
	text-align: right !important;
	margin-left: 0%;
}
/*.billable-non-body-sec .project-main-cont .total-cont.total-cont-last span.dates-sec-span1:nth-child(1), 
.billable-non-body-sec .project-main-cont .total-cont.total-cont-last span.dates-sec-span1:nth-child(2),*/
.non-billable-data-sec .project-main-cont .total-cont.total-cont-last span.dates-sec-span1:nth-child(1),
.non-billable-data-sec .project-main-cont .total-cont.total-cont-last span.dates-sec-span1:nth-child(2),
  .dates-sec.total-cont span.dates-sec-span2:nth-child(2),
  .billable-non-body-sec .footer-sec .dates-sec.total-cont, 
  /*.billable-non-body-sec .project-main-cont .total-cont,
  .billable-table-main .project-main-cont .dates-sec.total-cont,*/
  .billable-non-body-sec .herader-sec .total-cont, 
  /*.non-billable-data-sec .dates-sec.total-cont,*/
  .garand-total-sec  {
	text-align:right;
	padding-right:15px !important;
}
.dataTables_wrapper .dataTables_filter input {
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 6px;
	background-color: transparent;
	margin-left: 3px;
}

button.active-btn {
	background-color: #4CAF50;
	border: 0;
	color: #fff;
	padding: 5px 10px;
	width: 100px;
	border-radius: 4px;
	text-transform: uppercase;
}

button.inactive-btn {
	background-color: #ff6347;
	border: 0;
	width: 100px;
	padding: 5px 10px;
	border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
}

.inner-roles-sec .form-group input {
	cursor: pointer;
}

.inner-roles-sec .form-group {
	display: flex;
	padding-left: 10px;
	flex-direction: row;
}

.header-text-sec {
	background-color: #fbf6f6;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.header-text-sec .form-group label {
	font-size: 16px;
}

.inner-roles-sec {
	box-shadow: 0px 0px 3px 0px #cccccc87;
	border-radius: 4px;
}

.inner-roles-sec .od {
	background-color: #cccccc5c;
}

.right-buttons-sec {
	margin-left: auto;
	padding-right: 20px;
	display: flex;
	gap: 10px;
	justify-content: end;
}

.right-buttons-sec .save-btn {
	background-color: #4CAF50;
	border: 0;
	color: #fff;
	padding: 6px 10px;
	width: 100px;
	border-radius: 4px;
	text-transform: uppercase;
	cursor: pointer;
	background: linear-gradient(180deg, #17a4c3 0%, #24b1d1 100%);
}

.right-buttons-sec .back-btn {
	/* background-color: #ff6347; */
	border: 0;
	width: 100px;
	padding: 6px 10px;
	border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	background: linear-gradient(1deg, #F44336 0%, #f34242cc 100%);
}

.right-buttons-sec .save-btn:hover {
	background-color: #ccc !important;
	background: linear-gradient(180deg, #48c3de 0%, #24cbf1 100%);
}

.right-buttons-sec .back-btn:hover {
	background: linear-gradient(1deg, #e9574c 0%, #d31a1acc 100%);
}

label .main-cont-width {
	width: calc(33vw - 44px) !important;
}

.user-contetn-form.user-btn-sec button {
	width: 48%;
}

.user-contetn-form.user-btn-sec {
	display: block;
	padding-top: 21px;
}

.inner-link:hover {
	cursor: pointer;
	color: #0c9cde;
}
/* .view-no-data::before { */
/*    display:none; */
/* } */
.bar-sec {
	width: 48%;
	/* margin: 10px; */
	/* margin: auto; */
	height: 470px;
}

.parent-div {
	display: flex;
	padding-top: 35px;
	/* padding-bottom: 20px; */
}

.barContainer {
	position: relative;
	/*   width: 80%; */
	/*   margin: 50px auto; */
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.barContainer .bar {
	height: 20px;
	border-radius: 50px;
	overflow: hidden;
	background-color: #ececec;
	text-align: center;
	display: flex;
	gap: 2px;
	font-size: 11px;
	/* margin-right: 20px; */
}

.barContainer .bar div {
	width: 25%;
	height: 100%;
	float: left;
}

.barContainer .bar .billable-bar {
	background-color: #5ccd5c;
	border-radius: 50px;
	text-align: right;
	/*   padding-right: 50px; */
	background: rgb(174, 228, 174);
	background: -moz-linear-gradient(90deg, rgba(174, 228, 174, 1) 0%,
		rgba(24, 186, 24, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(174, 228, 174, 1) 0%,
		rgba(24, 186, 24, 1) 100%);
	background: linear-gradient(90deg, rgba(174, 228, 174, 1) 0%,
		rgba(24, 186, 24, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aee4ae",
		endColorstr="#18ba18", GradientType=1);
}

.barContainer .bar .non-billable-bar {
	background-color: #5297f7;
	border-radius: 50px;
	background: rgb(62, 136, 246);
	text-align: right;
	/* padding-right: 50px; */
	background: -moz-linear-gradient(280deg, rgba(62, 136, 246, 1) 0%,
		rgba(156, 205, 255, 1) 100%);
	background: -webkit-linear-gradient(280deg, rgba(62, 136, 246, 1) 0%,
		rgba(156, 205, 255, 1) 100%);
	background: linear-gradient(280deg, rgba(62, 136, 246, 1) 0%,
		rgba(156, 205, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e88f6",
		endColorstr="#9ccdff", GradientType=1);
}

.barContainer .bar .time-off-bar {
	background-color: #9b9c9d;
	border-radius: 50px;
	background: linear-gradient(269deg, rgb(155 156 157) 0%,
		rgb(202, 202, 202) 100%);
	text-align: right;
	/*   padding-right: 50px; */
}

.barContainer .value .bar-size {
	width: 25%;
	height: 100%;
	float: left;
	font-size: 12px;
	line-height: 20px;
}

.barContainer .slider div {
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	position: absolute;
}

.barContainer h5 {
	padding-bottom: 4px;
	padding-top: 5px;
	font-weight: 500;
}

.billable-bar span {
	position: absolute;
	bottom: 0;
	left: 0;
	/* width: 60px; */
	text-align: left;
}

.non-billable-bar span {
	position: absolute;
	bottom: 0;
	/* left: auto; */
}

.time-off-bar span {
	position: absolute;
	bottom: 0;
}

.header-bar-sec {
	height: 40px;
	display: flex;
	align-items: center;
	border-bottom: dashed 1px #ccc;
	position: relative;
	/* padding: 10px 20px; */
	padding-bottom: 10px;
	/* background-color: #edf0f5; */
}

.header-bar-sec h5 {
	padding: 0;
}

.header-bar-sec .chart-legend {
	height: auto;
	padding-top: 7px;
}

.header-bar-sec .three-chart-bar {
	height: auto;
	padding-top: 0px;
	margin-right: auto;
}

.bar-chart-sec {
	padding: 20px;
	height: 470px;
	overflow-y: auto;
	border-left: 1px #ccc dashed;
	padding-top: 0;
}

.bar-chart-sec h4 {
	/*     border-bottom: 1px #ccc dashed; */
	width: auto;
	padding-bottom: 10px;
	/* margin-bottom: 10px; */
	padding-top: 10px;
}

.bar-sec-three {
	flex: 1;
	justify-content: center;
	height: 360px;
	align-items: baseline;
	/* margin-top: 10px; */
	width: 33%;
	border-right: 1px #ccc solid;
	border-radius: 8px;
	margin-bottom: 0;
}

.bar-sec-three div {
	/* height: 480px; */
	margin: 0;
	margin-top: 0;
	/* padding-top: 20px; */
}

.bar-sec-three-inner h4 {
	/* padding-bottom: 38px; */
	/* padding-top: 10px; */
	/*     text-align: center; */
	
}

.bar-chart-sec h4 {
	position: sticky;
	top: 0px;
	background-color: #fff;
	z-index: 999;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	/* border-radius: 0; */
}

::-webkit-scrollbar-track {
	background-color: #ebebeb;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #005581;
}

.bar-sec-three h4 {
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	padding-bottom: 40px;
}

.checkbox-show-hours-modal {
	position: absolute;
	right: 5%;
	/* padding-top: 13px; */
}

.role-management-inner .collapse-content {
	/* margin: 20px; */
	border-radius: 8px;
	box-shadow: 0px 0px 5px #ccc;
	padding: 20px;
	padding-top: 10px;
	max-height: -webkit-fill-available;
	background-color: #fff;
}

.role-management-inner .collapse {
	background: #fff;
	border-bottom: 0px #ccc solid;
}

.role-management-inner .collapse a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding: 9px;
	color: #fff;
	position: relative;
	text-decoration: none;
}

.role-management-inner .collapse a.even {
	background: #ffffff;
	position: relative;
	display: flex;
	align-items: center;
	height: 40px;
	padding: 5px 10px;
	color: #000;
	border: 1px #e8e8e8 solid;
	border-bottom: 0;
	width: -webkit-fill-available;
	/* border-top: 0px; */
}

.role-management-inner .collapse a.od {
	background: #e8e8e8;
	position: relative;
	display: flex;
	align-items: center;
	height: 40px;
	padding: 5px 10px;
	color: #000;
	border-left: 1px #e8e8e8 solid;
	border-right: 1px #e8e8e8 solid;
}

.role-management-inner .inner-content {
	padding: 10px;
	padding-top: 0;
}
/* .role-management-inner .collapse a span.heading-name :before { */
/*   content: ""; */
/*   border-top: 7px solid #444444; */
/*   border-left: 7px solid transparent; */
/*   border-right: 7px solid transparent; */
/*   position: absolute; */
/*   top: 16px; */
/*   right: 30px; */
/* } */
.role-management-inner .content {
	/*   max-height: 0em; */
	transition: 0.3s linear 0s;
	overflow: hidden;
}

.role-management-inner .collapse+.collapse a {
	border-top: 1px solid #e8e8e8;
}

.role-management-inner h3 {
	margin-bottom: 15px;
}

.role-management-inner .heading-name .collapse:target .content {
	height: fit-content;
}

.role-management-inner .collapse:target a.heading-name img {
	transform: rotate(-180deg);
}

.role-management-inner .custom-input::before {
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	transition: 120ms transform ease-in-out;
	box-shadow: inset 14px 14px #ffffff;
}

.role-management-inner input[type="checkbox"].custom-input::before {
	transform-origin: bottom left;
	padding-left: 4px;
	padding-top: 3px;
	transform: scale(0) !important;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.role-management-inner input[type="checkbox"].custom-input:checked::before
	{
	transform: scale(1);
}

.role-management-inner input, label {
	cursor: pointer;
}

.role-management-inner label {
	display: inline-block;
	width: 458px;
	text-align: right;
}

.role-management-inner .form-group {
	font-size: 15px;
	padding: 5px;
	padding-left: 10px;
	display: flex;
	align-items: center;
	height: 35px;
	color: #6e72c4;
	/* border-bottom: 1px #e8e8e8 solid; */
}

.role-management-inner input[type="checkbox"] {
	margin-left: 10px;
	/* transform: translateY(5px); */
	width: 16px;
	height: 16px;
	border: 1px solid #333;
	padding: 2px;
	cursor: pointer;
}

.role-management-inner a.even span {
	
}

.role-management-inner a.even span .form-group label {
	width: auto;
	font-size: 16px;
}

.role-management-inner .inner-roles-sec {
	border: 1px #e8e8e8 solid;
	padding: 0 10px;
	/* padding-top: 0; */
	padding-bottom: 5px;
}

.role-management-inner a.od span .form-group label {
	width: auto;
	font-size: 16px;
}

.role-management-inner .form-group.od {
	background-color: #f9f9f9;
	/* border-bottom: 1px #e8e8e8 solid; */
}

.role-management-inner a span label {
	color: #000;
}

.role-management-inner span.heading-name {
	width: 401px;
	display: flex;
	gap: 0;
}

.role-management-inner .view-sec {
	padding: 10px;
	padding-left: 16px;
	border-left: 1px #e8e8e8 solid;
	border-right: 1px #e8e8e8 solid;
}

.role-management-inner .view-sec span label {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

.role-management-inner .project-pl .heading-name {
	width: 464px;
}

.role-management-inner .project-pl a:before {
	display: none;
}

.role-management-inner .active {
	background-color: #03A9F4 !important;
}

.role-management-inner .right-buttons-sec {
	margin-left: auto;
	padding-right: 20px;
	display: flex;
	gap: 10px;
	justify-content: end;
}

.role-management-inner .right-buttons-sec .back-btn {
	/* background-color: #ff6347; */
	border: 0;
	width: 100px;
	padding: 6px 10px;
	border-radius: 4px;
	color: #fff;
	text-transform: capitalize;
	cursor: pointer;
	background: linear-gradient(1deg, #F44336 0%, #f34242cc 100%);
}

.role-management-inner .right-buttons-sec .back-btn:hover {
	background: linear-gradient(1deg, #e9574c 0%, #d31a1acc 100%);
}

.role-management-inner .right-buttons-sec .save-btn:hover {
	background-color: #ccc !important;
	background: linear-gradient(180deg, #48c3de 0%, #24cbf1 100%);
}

.role-management-inner .right-buttons-sec .save-btn {
	background-color: #4CAF50;
	border: 0;
	color: #fff;
	padding: 6px 10px;
	width: 100px;
	border-radius: 4px;
	text-transform: capitalize;
	cursor: pointer;
	background: linear-gradient(180deg, #17a4c3 0%, #24b1d1 100%);
}

.role-management-inner .header-tab-sec {
	height: 30px;
	display: flex;
	align-items: center;
	border-bottom: 1px #e8e8e8 solid;
	padding-bottom: 30px;
	padding-top: 20px;
}

.role-management-inner .header-tab-sec h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}

.role-management-inner span .form-group {
	border: 0;
	display: contents;
}

.role-management-inner div#reports {
	border-bottom: 1px solid #e8e8e8;
}

.dropbtn {
	background-color: transparent;
	color: white;
	/* padding: 16px; */
	/* font-size: 16px; */
	border: none;
	cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
	background-color: #2980b900;
}

.i-dropdown-absolute {
	position: absolute;
}

.i-dropdown {
	display: inline-block;
	right: 10px;
	top: 30px;
}

.i-dropdown .dropdown-content {
	display: none;
	font-size: 12px;
	position: absolute;
	background-color: #f1f1f1;
	min-width: max-content;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 99999;
	padding: 10px;
	right: 0;
	border-radius: 4px;
}

.i-dropdown .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.i-dropdown .show {
	display: block;
}

.dot-color {
	border-radius: 100px;
	height: 15px;
	width: 15px;
	margin-right: 10px;
	margin-left: 10px;
}

.text-color {
	display: flex;
	padding-top: 6px;
	align-items: center;
	cursor: pointer;
	width: fit-content;
}

.barContainer .i-dropdown {
	top: 4px;
}

.show-content {
	max-height: fit-content;
}

.hide-content {
	max-height: 0em;
}

.bar-reduce-billable {
	width: 50px;
	text-align: left;
}

.bar-reduce-non-billable {
	width: 80px;
	text-align: start;
	padding-left: 25px;
	left: 14px;
}

.bar-reduce-time-off {
	width: 200px;
}

.bar-sec-three h4 span {
	font-weight: 500;
	color: #55575a;
}

span.all-sec {
	display: flex;
	align-items: center;
	padding-left: 2px;
}

.view-sec .all-sec {
	padding-left: 5px;
}

span.heading-name .arrow-icon {
	transform: rotate(-180deg);
}

.right-top-btns button {
	cursor: pointer;
	background-color: #fff;
	padding: 5px;
	border: 1px #f1f1f1 solid;
	border-radius: 4px;
}

.right-top-btns {
	display: flex;
	gap: 10px;
	margin-top: -3px;
}

.right-top-btns button:hover {
	background-color: #4ecce9;
	color: #fff;
	border-color: #4ecce9;
}

.backToTopBtn {
	position: fixed;
	bottom: 50px;
	z-index: 99999;
	right: 0;
	float: right;
	background-color: #005581;
	border: 0;
	padding: 2px 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.backToTopBtn.active {
	display: block;
}

#backToTopBtn {
	display: inline-block;
	background-color: #005580;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 50px;
	right: 10px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
}

#backToTopBtn::after {
	/* content: "\f077"; */
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
	z-index: 99999;
}

#backToTopBtn:hover {
	cursor: pointer;
	background-color: #1381ba;
}

#backToTopBtn:active {
	background-color: #555;
}

#backToTopBtn.show {
	opacity: 1;
	visibility: visible;
}

.project-table-sec .sortTable {
	border-collapse: unset;
	border-spacing: 01px !important;
	border-left: 0px;
}

.project-table-sec .dt-scroll {
	background-color: #ccc;
}

.white-tr {
	background-color: #fff;
}

.clicable-table {
	border: 1px solid #aaa;
	border-bottom: none;
	background: #fff;
	width: 100%;
	font-size: 13px;
}

.clicable-table__heading {
	padding: 13px 10px;
	padding-left: 40px;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}

.clicable-table__heading:before {
	content: "+";
	display: block;
	position: absolute;
	font-size: 16px;
	line-height: 12px;
	width: 14px;
	height: 14px;
	/* border: 1px solid #aaa; */
	border-radius: 50%;
	text-align: center;
	left: 10px;
	top: 14px;
}

.clicable-table__row--active .clicable-table__heading {
	background: #eeeeee;
	color: #4d4545;
}

.clicable-table__row--active .clicable-table__heading:before {
	content: "-";
	/* border: 1px solid #fff; */
}

.clicable-table .clicable-table__content {
	height: 0px;
	overflow: hidden;
	transition: all 0.3s;
}

.inner-table {
	width: 100%;
	border-collapse: collapse;
	color: #222;
}

.inner-table__row {
	height: 33px;
	border-bottom: 1px solid #aaa;
}

.inner-table__cell {
	text-align: center;
	width: 130px;
}

.inner-table__cell:first-of-type {
	width: 196px;
	text-align: left;
	padding-left: 40px;
}

.inner-table__cell:not(:last-of-type) {
	border-right: 1px solid #aaa;
}

.header-table {
	border-collapse: collapse;
	font-weight: bold;
	width: 100%;
	color: #20211f;
}

.header-table__row {
	height: 40px;
	border-bottom: 1px solid #aaa;
}

.header-table__cell {
	border-bottom: 1px solid #aaa;
	text-align: center;
	width: 130px;
}

.header-table__cell:not(:last-of-type) {
	border-right: 1px solid #aaa;
}

.header-table__cell--1st-column {
	width: 196px;
	text-align: left;
	padding-left: 40px;
	color: #222;
}

.clicable-table-sec {
	margin-top: 20px;
	overflow-x: auto;
	position: relative;
	width: auto;
}

.regenerate-report-btn {
	padding-right: 170px;
}

.regenerate-report-btn button {
	border: 0;
	background-color: #b1e6ee;
	padding: 8px 15px;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 10px;
}

.regenerate-report-btn button:hover {
	color: #fff;
	background-color: #2ed8f1;
}

.haeding-inner-sec {
	align-items: center;
}

.utilizationProjectReport .time-logs-lable {
	display: flex;
	justify-content: end;
	gap: 20px;
	position: absolute;
	right: 0;
	top: -48px;
	background-color: #fff;
	padding: 10px;
	border-radius: 10px 10px 0 0;
	padding-bottom: 20px;
}

.personal-details-table {
	padding: 10px;
	padding-top: 0;
}

canvas#myChart0 {
	width: 340px !important;
	height: 340px !important;
	margin-top: -20px;
	margin-left: -20px;
	margin: auto;
}

canvas#myChart1 {
	width: 340px !important;
	height: 340px !important;
	margin-top: -20px;
	/* margin-left: -20px; */
}

.chart-div.new-chart-bar {
	width: 33%;
	box-shadow: 0px 0px 0px #ccc;
	padding-bottom: 0;
	padding-right: 10px;
	/* padding-top: 14px; */
	border-right: 1px #ccc solid;
	padding-top: 0;
	height: 380px;
	position: relative;
	padding-top: 0 !important;
}

.new-chart-bar .barchart-Wrapper {
	margin-top: 20px;
	padding-right: 30px;
}

.new-chart-bar .left-side-bar {
	top: 25px;
	padding-left: 6px;
}

.new-chart-bar .box {
	height: 380px;
	padding-top: 10px;
}

.new-chart-bar .left-bar {
	display: block;
	height: 26.5px;
	background-color: #fff;
	font-size: 12px;
}

.new-chart-bar .barchart-Time {
	height: 10%;
	vertical-align: middle;
	position: relative;
}

.new-chart-bar .barchart {
	display: inline-table;
	table-layout: fixed;
	height: 260px;
	width: calc(100% - 88%);
	overflow-x: auto;
	padding-left: 0;
}

.new-chart-bar .barchart-BarFooter {
	bottom: -64px;
	left: -20px;
	font-size: 12px;
	text-align: end;
	width: 75px;
}

.new-chart-bar h4 {
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	/* padding-top: 10px; */
}

.new-chart-bar h4 span {
	font-weight: 500;
	color: #55575a;
}

.client-details-heading h2 {
	background: #231557;
	background: linear-gradient(to right, #231557 10%, #44107A 29%, #84062f 87%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: fit-content;
	font-weight: 500;
	padding-bottom: 5px;
	font-size: 20px;
}

.client-details-heading p {
	color: #6D6D85;
	padding-bottom: 10px;
	font-size: 14px;
}

.client-details-inner {
	display: flex;
	position: relative;
}

.client-details-inner-sub h3 {
	font-size: 26px;
	padding-bottom: 5px;
}

.client-details-inner-sub p {
	font-size: 14px;
	color: #6d6d85ba;
	padding-bottom: 10px;
}

.footer-text-sec {
	display: flex;
	align-items: center;
	/* font-size: 12px; */
	gap: 10px;
}

.footer-text-sec p {
	font-size: 14px;
	padding: 0;
}

.footer-text-sec span {
	font-size: 12px;
	background-color: #77ec3f54;
	padding: 2px 10px;
	border-radius: 2px;
	display: flex;
	gap: 5px;
	font-weight: 600;
	height: 20px;
}

.client-details-inner-sub {
	flex: 1;
	position: relative;
}

.client-details-sec {
	padding: 0px;
	border-bottom: 1px #ccc solid;
	margin-bottom: 20px;
}

.client-details-heading {
	padding-bottom: 10px;
}

.line-sec {
	border-left: 1px #ccc solid;
	padding-left: 40px;
	width: 2px;
	height: 65px;
	position: absolute;
	left: -30px;
}

.footer-text-sec span img {
	width: 12px;
}

.footer-text-sec.down-arrow span {
	background-color: #ec3f3f87;
	/* color: #fff; */
}

.chart-div-project {
	height: auto !important;
	overflow-y: hidden;
	justify-content: center;
}

.chart-div-project .chart-div-mul {
	height: 340px !important;
	/* overflow-y: auto; */
}

.list-sec-project {
	width: 100%;
	margin: 0px;
	margin-top: 20px;
	padding-bottom: 0;
}

.project-table tr {
	text-align: left;
	width: 150px !important;
}

.project-table th.sorting_1 {
	border-bottom: 1px #d9d4d4 solid;
	width: 100px;
}

.chart-main-div-client .box {
	height: 480px;
}

.new-chart-bar .barchart-Bar {
	width: 32px;
	font-size: 10px;
}

.new-chart-bar .barchart-Bar .val-span {
	font-size: 8px;
	font-weight: 600;
}

.new-chart-bar .barchart-Col {
	width: 34px;
}

.bar-sec-three div .dot-color {
	margin: auto 0;
	margin-right: 10px;
	height: 12px;
	width: 12px;
	padding-top: 5px;
}

.projects-bar-sec .dot-color {
	height: 9px;
	width: 40px;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 4px;
}

div#projects-bar {
	height: 300px;
	overflow-y: auto;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 20px;
}

.show-left-new {
	float: right;
	/* margin-top: -20px; */
	font-size: 14px;
	align-items: center;
	display: flex;
	gap: 5px;
	font-weight: 400;
}

.bar-sec-three-inner {
	margin-right: 0px !important;
	padding-right: 10px;
	margin-bottom: 0px !important;
}

.Date-sec {
	position: absolute;
	right: 30px;
	top: 20px;
	font-weight: 500;
	font-size: 14px;
	color: #6f6a6d;
}

.show-hours-sec {
	padding-top: 20px;
	margin-left: auto;
	float: right;
	padding-right: 20px;
	font-size: 14px;
	display: flex;
	gap: 5px;
}

.low-data-main-sec {
	display: flex;
	gap: 20px;
}

.low-data-left-sec {
	width: 40%;
}

.low-data-right-sec {
	width: 60%;
}

.low-data-right-sec .projects-bar-sec .dot-color {
	height: 12px;
	width: 40px;
	margin-right: 10px;
	margin-left: 0;
	border-radius: 4px;
	max-width: 30px;
}

.low-data-right-sec .text-color {
	display: flex;
	padding-top: 8px;
	font-size: 12px;
	align-items: center;
}
/* Button 1 */
.toggle-button-cover {
	/* display: table-cell; */
	position: relative;
	/* width: 200px; */
	/* height: 140px; */
	/* box-sizing: border-box; */
}

.button-cover {
	margin: 10px;
	background-color: #fff;
	box-shadow: 0 3px 0 #e7efef;
}

fd {
	counter-increment: button-counter;
	content: counter(button-counter);
	position: absolute;
	right: 0;
	bottom: 0;
	color: #e7efef;
	font-size: 12px;
	line-height: 1;
	padding: 5px;
}

.button-cover, .knobs, .layer {
	position: absolute;
	top: 0;
	right: 50px;
	bottom: 0;
	left: 0;
}

.button {
	position: relative;
	top: 50%;
	width: 54px;
	height: 22px;
	margin-top: -11px;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px #ccc solid;
}

.button.r, .button.r .layer {
	border-radius: 100px;
}

.button.b2 {
	border-radius: 2px;
}

.checkbox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}

.knobs {
	z-index: 2;
}

.layer {
	width: 100%;
	background-color: #ebf7fc;
	transition: 0.3s ease all;
	z-index: 1;
}

#button-1 .knobs:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 2px;
	width: 11px;
	height: -2px;
	color: #fff;
	font-size: 7px;
	font-weight: bold;
	line-height: 0.7;
	text-align: center;
	padding: 9px 4px;
	background-color: #03A9F4;
	border-radius: 10px;
	transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked+.knobs:before {
	content: '';
	left: 32px;
	background-color: #f44336;
}

#button-1 .checkbox:checked ~.layer {
	background-color: #fcebeb;
}

#button-1 .knobs, #button-1 .knobs:before, #button-1 .layer {
	transition: 0.3s ease all;
}

.right-bar-chart-sec {
	position: relative;
	display: flex;
}

.division-show-btns {
	position: absolute;
	right: 20px;
	display: flex;
	gap: 10px;
	padding-top: 5px;
	z-index: 999;
	background-color: #edf0f5;
	padding: 6px 10px;
	border-radius: 4px;
}

.division-show-btns img {
	width: 16px;
	height: 16px;
}

.division-show-btns button {
	background: #ffffff;
	border: 1px #fff solid;
	border-radius: 4px;
	padding: 3px 5px;
	/* height: 30px; */
	display: flex;
	cursor: pointer;
	/* box-shadow: 0px 0px 3px 0px #848586; */
}

.division-show-btns button:hover {
	border: 1px #2657af solid;
}

.division-show-btns button.active {
	/* background-color: #ffffff; */
	border: 1px #2657af solid;
	/* filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8); */
	background-color: #fff;
}

.division-show-btns button.active img {
	/* filter: brightness(5.0); */
	filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg)
		saturate(700%) contrast(0.8);
}

.division-show-btns button:hover img {
	/* filter: brightness(5.0); */
	filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg)
		saturate(700%) contrast(0.8);
}

.project-client-sec {
	display: flex;
	position: relative;
	justify-content: space-between;
}

.client-text-sec {
	margin-left: auto;
	text-align: end;
}

.chart-div-pie.bar-sec.bar-sec-three .fast-bar h4 {
	/* margin-left: -30px; */
	padding-bottom: 0;
}

.chart-main-div.chart-main-two .chart-div {
	padding-top: 10px;
}

.box-header {
	display: flex;
	align-items: center;
	position: relative;
	left: 0;
	z-index: 998;
	font-size: 14px;
	height: 20px;
	top: -10px;
}

.box-header select#empStatusCheck {
/* 	padding: 4px 8px; */
	width: auto;
	margin-left: auto;
	justify-content: right;
	display: flex;
	margin-right: 10px;
}

.report-header {
	margin: inherit;
}

.employee-utilization-bar .left-side-bar {
	top: -28px;
	border-radius: 8px;
	left: 0px;
	padding-left: 0;
	z-index: 999;
	position: sticky;
	margin-top: -31px;
	height: fit-content;
	background-color: #fff;
	padding-bottom: 5px;
}

.chart-main-div-client .left-side-bar {
	/* 	top: 41px; */
	top: 200px;
	border-radius: 8px;
}

.chart-main-div-client .left-side-bar .left-bar {
	height: 30.4px;
}

.client-details-inner .Date-sec {
	right: 0;
	font-size: 14px;
	color: #6d6d85ba;
	font-weight: 400;
	top: auto;
	bottom: 12px;
}

span.val-span {
	font-size: 10px;
	margin-left: 7px;
	/*     font-weight: 600; */
}

.client-text-sec h2 {
	font-size: 18px;
}

.sub-hading-sec {
	display: flex;
	font-weight: 600;
	border-bottom: 1px #ccc solid;
	height: 30px;
	align-items: center;
	/* border-top: 1px #ccc solid; */
	padding-left: 10px;
	background-color: #ccccccb0;
	font-size: 13px;
}

.sub-hading-sec p {
	width: 33%;
	/* flex: 1 1 auto; */
	/* padding-right: 0px; */
	text-align: left;
}

.data-tabel-sec {
	display: flex;
	/* border-bottom: 1px #ccc solid; */
	height: 30px;
	align-items: center;
	padding-left: 10px;
	font-size: 12px;
}

.data-tabel-sec p {
	width: 33%;
	/* flex: 1 1 auto; */
	/* padding-right: 10px; */
}

.data-inner-sec {
	width: 100%; 
	margin-left: 0;
	background-color: #aee4ae30;
	margin-right: 0;
	padding-bottom: 5px;
	overflow-x: auto;
}

.bobcat-data-table-inner.data-inner-sec{
	margin: 0px;
}

tr.even.last-row-data {
	background-color: #cca0a0 !important;
}

table.dataTable td.dt-control:before {
  border-left: 5px solid transparent!important;
  border-right: 5px solid transparent!important;  
  border-top: 10px solid #00bce4!important;
	height: auto;
	width: auto;
	margin-top: auto;
	display: block;
	 color: transparent; 
	border: 0;
	border-radius: 0;
	box-shadow: 0 0 0 #444;
	box-sizing: initial;
	text-align: center;
	content: "+";
	background-color: transparent;
}

table.dataTable td.dt-control:after {
    display: inline-block;
    box-sizing: border-box;
    content: "";
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 10px solid #f6f6f6!important;
    margin-left: -10px;
    z-index: 1;
    position: absolute;
    margin-top: -3.5px;
}


table.dataTable tr.dt-hasChild td.right-arrow:after{
display: inline-block;
    box-sizing: border-box;
    content: "";
    border-left: 4px solid transparent !important;
    border-bottom: 10px solid #f6f6f6 !important;
    border-right: 4px solid transparent !important;
    border-top: 4px solid transparent !important;
    margin-left: -6px;
    z-index: 1;
    position: absolute;
    margin-top: 3px;
    transform: rotate(0deg);
}
table.dataTable tr.dt-hasChild td.right-arrow:before {
	content:'';
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent!important;
  border-right: 6px solid transparent!important;  
  border-bottom: 10px solid #00bce4!important;
  border-top:6px solid transparent!important;
  margin-right:-4px!important;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
	content: "\25BC";
	background-color: #d3333300;
	border: 0px;
}

tr.extra-row-show td {
	/* margin: -10px; */
	padding: 0px;
}

.last-row-data {
	color: #a40404 !important;
	background-color: #efefef !important;
}

.employee-utilization-bar .box {
	overflow-y: hidden;
	position: relative;
	z-index: 999;
	padding-top: 10px;
	padding-right: 20px;
	display: flex;
}

.sortTable tbody tr td {
	font-size: 14px;
	background-color:#f6f6f6;
	border-bottom: 1px #ccc solid;
	text-align: left; 
}
 
.lodar-sec {
	margin: auto;
}

.division-stack-bar .box {
	padding-left: 20px;
}

.heade-sec {
	position: sticky;
	z-index: 99999;
	width: 100%;
	top: 0;
}

.date-inside img {
	width: 16px !important;
}

div#reportrange img {
	width: 10px;
}

.dis-just-space-betw button {
	margin: 0;
	align-items: center;
	display: flex;
}

.top-pd {
	padding-top: 19px;
}

.heading-inner-sec {
	display: flex;
}

.heading-inner-sec .show-hours-sec {
	display: flex;
	height: 33px;
	padding-top: 0;
	align-items: center;
}

.Date-sec .new-text-size {
	font-size: 14px;
}

.file-upload-sec input {
	padding: 7px 10px;
}

.text-value-sec.show-per-legend {
	width: 50px;
}

#backToTopBtn img {
	height: 15px;
}

.box-inner-sec {
	display: flex;
	padding-top: 15px;
	position: relative;
}

.chart-main-div-client .barchart {
	height: 301px;
}

.active-inactive-sec .user-contetn-form {
	display: flex;
	height: 30px;
	width: auto;
	flex-direction: row;
	align-items: baseline;
	gap: 10px;
	padding-top: 11px;
}

.active-inactive-sec {
	height: 50px;
}

.active-inactive-sec .user-contetn-form .form-custm-cntrl {
	background: #ffffff;
	border: 1px solid #e6dddd;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
	padding: 4px 8px;
	transition: 0.3s;
}

.custom-check img {
	padding: 0;
	width: 13px;
	padding-top: 0px;
	border-radius: 1px;
}

.chart-main-div-client .barchart-Time {
	height: 30px;
}

.side-hading-sec {
	font-weight: 600;
	width: 20% !important;
}

.job-sec {
	background-color: rgb(200 227 255/ 49%);
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	display: flex;
}

.odd {
	background-color: rgb(191, 238, 248) !important;
}

.even {
	background-color: #ececec !important;
}

.project-table th.bottom-border {
	border-bottom: 1px #d9d4d4 solid;
	width: 100px;
}

.active-row-data {
	background: #fff !important;
}

.in-active-row-data {
	background: rgb(158 160 161/ 51%) !important;
}

.not-available-status-color {
	width: 15px;
	height: 15px;
	background-color: #9b9c9d;
	border-radius: 50px;
	background: linear-gradient(0deg, #e8857e 0%, #ef5c52 100%);
	margin: 5px;
}

.text-value-sec {
	width: 70px;
	text-align: right;
}

.example-status a {
	text-decoration: none;
	color: #000;
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 5px 10px;
	cursor: pointer;
}

.inactive-status-color {
	width: 15px;
	height: 15px;
	background-color: #9b9c9d;
	border-radius: 50px;
	background: linear-gradient(0deg, rgb(155 156 157) 0%,
		rgb(202, 202, 202) 100%);
	margin: 5px;
}

.active-status-color {
	width: 15px;
	height: 15px;
	background-color: #9b9c9d;
	border-radius: 50px;
	background: linear-gradient(0deg, #ebebeb 0%, #ffffff 100%);
	margin: 5px;
	border: 3px #ccc solid;
}

.example-status-inner {
	display: flex;
	gap: 0px;
	align-items: center;
}

.switches-container {
	width: 150px;
	height: 34px;
	position: relative !important;
	display: flex;
	padding: 0;
	position: relative;
	background: #ffffff;
	line-height: 1;
	border-radius: 3rem;
	margin-left: auto;
	font-size: 12px;
	align-items: center;
	padding-right: 10px;
	border: 1px #ccc solid;
	z-index: 9998;
	letter-spacing:0.7px;
	margin-bottom:5px;
}

.header-dates-sec .switches-container {
	margin-top: 10px;
	letter-spacing:0.7px;
	font-size: 12px;
	width: 180px;
}
.header-dates-sec .switch div {
	top: 10px !important;
}

.switches-container input {
	visibility: hidden;
	position: absolute;
	top: 0;
}

.switches-container label {
	width: 50%;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
	color: #0c0c0c;
	padding-left: 5px;
	font-weight: 500;
}

.switch-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	padding: 0.15rem;
	z-index: 3;
	transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}

.switch {
	border-radius: 3rem;
	background: rgba(156, 205, 255, 1);
	height: 100%;
	background: linear-gradient(0deg, rgb(19 125 233) 0%,
		rgba(156, 205, 255, 1) 100%);
}

.switch div {
	width: 100%;
	text-align: center;
	opacity: 0;
	display: block;
	color: #ffffff;
	transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
	will-change: opacity;
	position: absolute;
	top: 10px;
	left: 0;
	bottom: 0;
	font-weight: 500;
}

.switches-container input:nth-of-type(1):checked ~.switch-wrapper {
	transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked ~.switch-wrapper {
	transform: translateX(100%);
}

.switches-container input:nth-of-type(1):checked ~.switch-wrapper .switch div:nth-of-type(1)
	{
	opacity: 1;
}

.switches-container input:nth-of-type(2):checked ~.switch-wrapper .switch div:nth-of-type(2)
	{
	opacity: 1;
}

.right-side-btn-sec {
	display: flex;
	margin-left: auto;
	float: right;
	padding-bottom: 10px;
	gap: 10px;
}

.employee-utilization-bar .barchart-Wrapper {
	margin-top: 0;
}

.employee-utilization-bar .left-side-bar .left-bar {
	height: 32.8px;
	align-items: flex-end;
}

.job-sec p {
	width: 33%;
	padding-left: 5px !important;
}

table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.right-arrow {
	text-align: right !important;
	padding-right: 20px !important;
}

.no-data-sec {
	text-align: left;
	padding-left: 20px !important;
	padding-right: 0;
}

.switches-container-th {
	cursor: default !important;
}

.user-management-table {
	text-align: left;
}

.user-management-table odd {
	background: rgb(3 169 244/ 33%);
	border-radius: 4px;
}

.user-management-table even {
	background: rgb(3 169 244/ 33%);
	border-radius: 4px;
}

.in-active-row-data:hover {
	background: rgb(158 160 161/ 85%) !important;
}

.active-row-data:hover {
	background: rgb(27, 155, 189) !important;
}

.not-available-row-data {
	background: #e8857e !important;
}

.not-available-row-data:hover {
	background: #e56c64 !important;
}

.active-row-data:hover {
	background: #89c2fc00 !important;
}

.job-sec p {
	text-wrap-mode: wrap;
	padding-right: 10px;
}

.project-table #example-table-div tr>*:first-child {
	border: 0;
}

.employee-utilization-bar .box .barChart-Container {
	padding-left: 0;
}

.employee-utilization-bar .box .barChart-Container .barchart {
	padding-right: 30px;
	padding-left: 10px;
}

.show-hrs-sec {
	display: flex;
	align-items: center;
	gap: 7px;
	width: max-content;
}

.empHoursCheck {
	padding: 6px;
}

.error-validation1 {
	color: #dc4535;
	padding-top: 0.5em;
	display: block;
	align-items: center;
	font-size: 13px;
}

.manual-sync-sec {
	display: flex;
}

.process-sec {
	max-width: 600px;
	margin-left: auto;
	margin-top: -6%;
	margin-right: 6%;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 20px;
}

.process-sec h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.5em;
	color: #444;
}

.process-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3px 5px;
	border-bottom: 1px solid #fff;
}

.process-item:last-child {
	border-bottom: none;
}

.process-item p {
	margin: 0;
	color: #555;
}

.process-item img {
	display: block;
}

.list-sec-project .project-main-cont {
	display: flex;
	border: 0;
	border-left: 0;
	border-right: 0;
	width: auto;
}

.list-sec-project .project-name-sec {
	width: 0px;
	padding: 10px 0;
	left: 0px;
	padding-left: 10px;
	flex: 1 1 auto;
	align-items: center;
	font-size: 10px;
	display: flex;
}

.list-sec-project .project-main-cont .dates-sec {
	width: 10vw;
	text-align: left;
	padding: 10px 0;
	flex: 1;
	justify-content: left;
	width: calc(5vw - -29px);
	align-items: center;
	padding-right: 10px;
}

.list-sec-project .data-sec {
	background-color: #ebeefc;
}

.list-sec-project .hours-sec {
	background-color: rgb(207 255 207/ 8%);
}

.list-sec-project .jobs-sec {
	background-color: #8ce9f442;
}

.list-sec-project .data-main-body-sec {
	background-color: #cccccc00;
	font-size: 12px;
	width: auto;
}

.process-sec {
	margin-left: auto;
	margin-top: -18%;
	margin-right: 6%;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
	padding: 10px;
	width: 200px;
}

.process-sec h2 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
	color: #444;
}

.process-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3px 5px;
	padding-bottom: 10px;
	padding-top: 5px;
	background-color: #afe6ef;
	padding: 10px;
	height: 35px;
}

.process-item:last-child {
	border-bottom: none;
}

.process-item p {
	margin: 0;
	color: #555;
}

.process-item img {
	display: block;
}

.cancel-btn {
	background: #f00
}

button.submitBtn.btn-yes:hover {
	background: linear-gradient(180deg, #17a4c3 0%, #24b1d1 100%);
	color: #fff;
	border: 1px solid #1daac9;
}

.input-img-sec {
	position: relative;
	align-items: center;
	display: flex;
}

.generate-report-div-loader {
	margin-top: 20px;
}

.total-sec label {
	padding-top: 8px;
	padding-right: 10px;
	font-size: 15px;
	color: #5b5858;
}

button.load-more-btn {
	text-decoration: none;
	position: absolute;
	right: 20px;
	bottom: 10px;
	border: 1px #4a92f4 solid;
	padding: 5px 10px;
	border-radius: 6px;
	font-size: 14px;
	color: #4a92f4;
	cursor: pointer;
	background-color: transparent;
}

button.load-more-btn:hover {
	background-color: #4a92f4;
	color: #fff;
}

.practice-text-sec {
	font-size: 14px;
	padding-bottom: 10px;
}

.employee-utilization-tabel-sec {
	position: relative;
	overflow-x: auto;
}

.employee-utilization-bar .barchart-Time {
	height: 32.8px;
}

.empl-date-popup-sec {
	right: 20px;
}

.data-tebel-sec {
	padding-top: 10px;
	border-top: 1px #cccccc73 solid;
	margin-top: 20px;
}

.views-sec {
	top: 5px;
	right: 20px;
}

.main-wrapper-login label.label-form {
	text-align: left;
}

.chart-main-div-client .box-list-view {
	height: auto;
	/* padding-top: 10px; */
}

.wrapper {
	text-align: center;
}

.icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	fill: currentcolor;
}

.modal {
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
}

.modal.is-visible {
	visibility: visible;
}

.modal-overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 0%, 0.5);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.modal-wrapper {
	position: absolute;
	z-index: 9999;
	top: 6em;
	left: 50%;
	width: 32em;
	margin-left: -16em;
	background-color: #fff;
	box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
	transition: all 0.3s 0.12s;
	transform: translateY(-10%);
	opacity: 0;
}

.modal.is-visible .modal-transition {
	transform: translateY(0);
	opacity: 1;
}

.modal-header, .modal-content {
	padding: 1em;
}

.modal-header {
	position: relative;
	background-color: #fff;
	box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
	border-bottom: 1px solid #e8e8e8;
}

.modal-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1em;
	color: #aaa;
	background: none;
	border: 0;
}

.modal-close:hover {
	color: #777;
}

.first-tb {
	border-radius: 0px !important;
}

.selected-Project-Head-title {
	font-weight: bold;
	width: 110px !important;
	/* max-width: 140px; */
	text-align: right;
}

.selected-Project-Head {
	margin: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* width: 310px; */
	/* width: 40vw; */
	text-align: left;
}

.modal-heading {
	font-size: 1.125em;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.modal-content>*:first-child {
	margin-top: 0;
}

.modal-content>*:last-child {
	margin-bottom: 0;
}

.last-tb {
	border-radius: 0 2px 0px 0;
}

.view-timesheet {
	color: #03A9F4 !important;
	cursor: pointer;
}

.view-timesheet:hover {
	/* 	text-decoration: underline; */
	font-weight: bold;
}

.view-project {
	color: #088cc7;
	cursor: pointer;
}

.view-project:hover {
	background-color: #03A9F4;
	color: #fff;
}

.view-project-child {
	color: #00bce4;
	cursor: pointer;
	/* padding: 10px 0; */
	padding-left: 5px;
	height: 30px;
	align-items: center;
	display: flex;
}

.view-project-child:hover {
	background-color: #03A9F4;
	color: #fff;
}

.show-practice-modal {
	display: flex;
	flex-wrap: wrap;
	padding-top: 0px;
}

.show-practice-modal .popup-pie {
	width: 24vw;
	height: 23vw;
	border: 1px #ccc solid;
	margin: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.show-practice-modal .popup-pie .canvas-sec canvas {
	width: 24vw !important;
	height: 24vw !important;
	margin-top: -20px;
}

.show-practice-modal .popup-pie-new .canvas-sec-new canvas {
	/* width: 80vw !important;
    height: 40vw !important;
    margin-top: 5vw; */
	
}

.legrand-modal {
	position: absolute;
	right: 60px;
	top: 50px;
}

.select-pd {
	/* padding-right: 6px; */
	
}

.header-bg-sec {
	height: 38px;
	/* background-color: #edf0f5; */
	/* margin: -10px; */
	margin-left: -20px;
	padding: 5px 15px;
	margin-top: -12px;
	margin-right: -20px;
	display: flex;
	align-items: center;
	border-radius: 8px 8px 0px 0;
	z-index: 9999;
	border-bottom: 1px #ccc dashed;
}

.header-bg-sec .views-sec {
	top: 0;
	right: 0;
}

.bobcat-report-sec {
	padding-top: 20px;
	margin-top: 20px;
}

.bobcat-report-sec .data-tables-filter-status {
	right: 230px;
}

.bobcat-report-mian-sec .projects-btns {
	padding-bottom: 0;
	padding-top: 20px;
}

.bobcat-report-mian-sec .sortTable {
	/* padding-top: 20px; */
	
}

div#LoadHeader {
	position: sticky;
	top: 0;
	z-index: 9999;
}

a#headerLogo img {
	height: 45px;
}

ul.ul-side {
	position: sticky;
	top: 59px;
}

.not-matching {
	/* background-color: #ee675d; */
	/* color: #ef5c52; */
	/* background-color: #e8857e; */
	/* background: linear-gradient(0deg, #ef5c52 0%, #e8857e 100%); */
	/* background-color: #ef5c52; */
	
}

.bobcat-report-mian-sec .checkbox-btn input {
	cursor: pointer;
	height: 18px;
	width: 17px;
}

.bobcat-report-mian-sec  .checkbox-btn {
	justify-content: center;
}

.not-submited {
	background-color: #ccc;
	color: #000;
	background-color: #cacaca;
	/* background: linear-gradient(0deg, #9b9c9d 0%, #cacaca 100%); */
}

.bobcat-report-mian-sec .right-side-btn-sec {
	float: none;
}

.bobcat-hader-sec {
	gap: 0px;
}

div#practice-Modal .header-bar-sec {
	padding: 10px 20px;
	padding-left: 27px;
}

.table-top-bd {
	margin-top: 10px;
	/* border-top: 1px #ccc dashed; */
	position: relative;
}

.example-status-top {
	/* padding-top: 10px; */
	
}

.wid-100 {
	width: 100px !important;
}

.wid-150 {
	width: 150px !important;
}

.wid-250 {
	width: 250px !important;
}

.ptop-10 {
	padding-top: 10px !important;
}

.data-sync-radio {
	margin: 1px 0px 0px 10px;
}

th[title-cus] {
	position: relative;
	/* Required for absolute positioning of the tooltip */
	cursor: pointer; /* Change cursor to indicate interactivity */
	z-index: 99999;
}
/* Create the tooltip */
th[title-cus]::after {
	content: attr(title-cus); /* Get the title attribute */
	position: absolute;
	left: 50%;
	bottom: 100%; /* Position above the element */
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	white-space: nowrap;
	font-size: 12px;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	pointer-events: none; /* Prevents the tooltip from interfering */
}
/* Show tooltip on hover */
th[title-cus]:hover::after {
	visibility: visible;
	opacity: 1;
}

.Notify-btn .submitBtn {
	gap: 10px;
	display: flex;
	background: transparent !important;
	color: #000;
	padding: 5px;
}

.Notify-btn {
	display: flex;
	align-items: center;
}

.Notify-btn .submitBtn:hover {
	background: linear-gradient(180deg, #17a4c3 0%, #24b1d1 100%) !important;
}

.Notify-btn .submitBtn:hover img {
	filter: invert(1);
}
.Download-btn .submitBtn {
	gap: 10px;
	display: flex;
/* 	background: transparent !important; */
background: linear-gradient(180deg, #17a4c3 0%, #24b1d1 100%) !important;
	color: #fff;
	padding: 5px;
}

.Download-btn {
	display: flex;
	align-items: center;
}

.Download-btn .submitBtn:hover {
	background: linear-gradient(180deg, #17a4c3 0%, #24b1d1 100%) !important;
}

.Download-btn .submitBtn:hover img {
	filter: invert(1);
}

.notify-td {
	/* color: #ef5c52; */
	/* font-weight: 600; */
	align-items: center;
	display: flex; 
}

.jira-td {
	/* background-color: #ec6d64; */
	color: #fff;
	/* border-right: 1px #fff solid; */
	color: #ff1100;
	font-weight: 500;
}

.zpp-td {
	/* background-color: #ec6d64; */
	color: #fff;
	color: #ff1100;
	font-weight: 500;
}

.notify-td img {
	/* margin-left: 10px; */
	cursor: pointer;
	/*     display: none; */
}

.notify-td span {
	padding: 0px 8px;
	/* margin-left: 20px; */
	border-radius: 50px;
	background: linear-gradient(0deg, #e8857e 0%, #ef5c52 100%);
	display: none;
}

.diff-hours-text {
	display: inline-block;
	width: 60px;
	padding-bottom: 5px;
}

.table-th-w3-sec {
	width: 350px;
}

.table-th-w15-sec {
	width: 150px;
}

.table-th-w11-sec {
	width: 110px;
}

.selected-Project-main {
	display: flex;
	align-items: center;
}

.tooltip {
	position: relative;
	cursor: pointer;
	width: inherit;
}

.tooltip:after, .tooltip:before {
	opacity: 0;
	pointer-events: none;
	bottom: 100%;
	/* left: 50%; */
	position: absolute;
	z-index: 10;
	transform: translate(-74%, 10px);
	transform-origin: top;
	transition: all 0.18s ease-out 0.18s;
}

.tooltip:after {
	background-color: #f5f5f5;
	box-shadow: 0 0 3px #ddd;
	content: attr(data-tooltip);
	padding: 10px;
	white-space: nowrap;
	margin-bottom: 11px;
}

.tooltip:before {
	width: 0;
	height: 0;
	content: "";
	margin-bottom: 6px;
}

.tooltip:hover:before, .tooltip:hover:after {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-100%, 10%);
	z-index: 9999;
	position: absolute;
}

[data-tooltip-pos="right"]:before {
	border-top: 6px solid transparent;
	border-right: 6px solid #f5f5f5;
	border-bottom: 6px solid transparent;
	margin-left: 6px;
}

[data-tooltip-pos="right"]:before, [data-tooltip-pos="right"]:after {
	bottom: auto;
	left: 100%;
	top: 50%;
	transform: translate(-10px, -50%);
}

[data-tooltip-pos="right"]:after {
	margin-left: 11px;
}

[data-tooltip-pos="right"]:hover:before, [data-tooltip-pos="right"]:hover:after
	{
	transform: translate(-50, -50%);
	cursor: pointer;
}

[data-tooltip-length]:after {
	white-space: normal;
}

[data-tooltip-length="medium"]:after {
	width: 700px;
	line-height: 26px;
}

[data-tooltip-length="large"]:after {
	width: 260px;
}

[data-tooltip-length="fit"]:after {
	width: 100%;
}

.selected-Project-header-sec {
	box-shadow: 0px 0px 6px #ccc;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 2px #ccc;
}

.selected-Project-header-sec .selected-Project-main {
	width: 60%;
	align-items: center;
}

.selected-Project-main.right-side-project-sec {
	display: flex;
	justify-content: end;
}

.selected-Project-header-sec .client-details-sec {
	margin: 0;
	border: 0;
}

.example-status {
	padding-top: 10px;
}

.pd-tp {
	padding-top: 11px;
}

.selected-Project-header-sec .client-details-heading h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 500px;
	position: relative;
}

.selected-Project-header-sec .client-details-heading a {
	position: absolute;
	right: -75px;
	top: -1px;
	font-size: 15px;
	cursor: pointer;
	text-decoration: underline;
	z-index: 999;
}

.selected-Project-header-sec .client-details-heading {
	position: relative;
}

.see-moer-btn {
	background-color: #ffffff;
	border: 0;
	/* background: linear-gradient(to right, #231557 10%, #44107A 29%, #84062f 87%); */
	color: #84062f;
	padding: 5px 10px;
	border-radius: 6px;
	padding-left: 2px;
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
}

.selected-Project-header-sec .client-details-heading a:hover {
	/* background: linear-gradient(to bottom, #231557 10%, #44107A 29%, #84062f 87%); */
	/* background: linear-gradient(to right, #231557 10%, #44107A 29%, #84062f 87%); */
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
	color: #0779ac;
}

.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 100ms ease-in;
	-moz-transition: opacity 100ms ease-in;
	transition: opacity 100ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}

.modalDialog>div {
	max-width: 800px;
	width: 90%;
	position: relative;
	margin: 10% auto;
	padding: 20px;
	border-radius: 3px;
	background: #fff;
}

.close {
	font-family: Arial, Helvetica, sans-serif;
	background: #Ffff;
	color: #f26d7d;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 34px;
	/* font-size: 24px; */
	height: 34px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	padding-top: 4px;
}

.close:hover {
	background: #fa3f6f;
}

.selected-Project-header-sec .Date-sec {
	bottom: -5px;
}

.bobcat-report-popup .modal-window {
	width: fit-content;
}

.bobcat-report-popup  .modal-block-content {
	padding: 20px;
	padding-top: 0px;
	height: auto;
	overflow-y: auto;
	line-height: 25px;
	width: fit-content;
}

.daterangepicker {
	z-index: 9999;
}

.bobcat-report-pops span.close.close-icon-red {
	font-size: 22px;
	font-weight: 900;
	line-height: 21px;
}

.bobcat-report-pops .client-details-heading p {
	color: #6D6D85;
	padding-bottom: 5px;
	font-size: 14px;
}

.bobcat-report-pops .emp-modal-reporting-sec {
	/* padding-top: 5px; */
	padding-bottom: 20px !important;
}

.bobcat-report-pops  .client-details-inner .Date-sec {
	right: 0;
	font-size: 14px;
	color: #6d6d85ba;
	font-weight: 400;
	top: auto;
	bottom: 115px;
}

.client-details-inner-subs {
	/* padding-left: 30px; */
	/* margin-left: 80px; */
	/* border-left: 1px #ccc solid; */
	/* border-right: 1px #ccc solid; */
	/* padding-right: 100px; */
	text-align: center;
	font-size: 26px;
	width: -webkit-fill-available;
}

.bobcat-inner-tb-data {
    /* background-color: #ffffff; */
    width: 100%;
    /* margin: -8px; */
    margin-left: 0;
    background-color: #ffffff;
    /* margin-right: 0; */
    padding-bottom: 0px;
}

.footer-total-sec {
	background-color: #00bce4;
	display: flex;
	color: #fff;
	font-weight: 700;
	padding: 10px;
	border-radius: 10px;
    margin-top: 2px;
}

.footer-total-sec th {
	color: #fff;
}

.bobcat-inner-tb-data .project-main-cont {
	display: flex;
	/* width: 92%; */
	margin-left: auto;
	/* padding: 10px 0; */
	align-items: center;
	justify-content:start;
	min-height: 35px;
}

.bobcat-inner-tb-data .project-name-sec {
	/* flex: 1 1 auto; */
	/* width: 150px; */
	
}

.bobcat-inner-tb-data .data-main-body-sec {
	background-color: transparent;
	/* padding-left: 10px; */
}

.bobcat-header-sec {
	background-color: #ebeefc !important;
	padding-left: 9%;
	border-bottom: 1px #ccc solid;
	display: none;
}


.bobcat-data-sec.last-bobcat-data-sec {
	border-bottom: none;
}

.bobcat-footer-sec {
	background-color: #8ce9f442;
	padding-left: 9%;
	display: none;
}

.bobcat-inner-tb-data .check-box-sec {
    width: 5.2%!important;
}

.bobcat-inner-tb-data .name-jira-sec{
	width:19%!important;
}
.bobcat-inner-tb-data .name-zpp-sec{
	width:18.5%!important;
}
.name-tex-sec {
	width: 19.5%;
	padding-right: 20px;
}

.project-name-sec.name-hover-sec {
	text-align: left;
	width: 12.3%;
	/* padding-left: 5px; */
}

.project-name-sec.difference-hover-sec { /* margin-left: -6px; */
	padding-left: 4px;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
	border-top: 0px solid rgba(0, 0, 0, 0.5);
	border-left: 5px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 5px solid transparent;
	margin-right:-0.2rem;
}

.client-details-inner-subs h3 {
	background: linear-gradient(to right, #231557 10%, #44107A 29%, #84062f 87%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	font-size: 20px;
}

ul.footer-total-sec li {
	/* flex: 1 1 auto; */
	
}

.hide-nofti {
	/* width: 20%; */
	/* padding-left: 6%; */
	
}

.bobcat-report-mian-sec .sortTable tbody tr td:nth-child(1) {
	/* border-radius: 10px 0 0 10px; */
	padding-left: 0px;
}

.bobcat-list-sec .data-sec {
	background-color: #ebeefc;
}

.bobcat-list-sec .data-main-body-sec {
	background-color: #cccccc00;
	font-size: 12px;
	width: auto;
	/* height: 30px; */
	padding: 5px 0;
	border-bottom: 1px #fff solid;
}

.bobcat-list-sec .project-main-cont {
	display: flex;
	border: 0;
	border-left: 0;
	border-right: 0;
	/* border-bottom: 1px #fff solid; */
}

.bobcat-list-sec .sub-header-sec {
	width: 0px;
	padding: 10px 0;
	left: 0px;
	padding-left: 10px;
	flex: 1 1 auto;
	align-items: center;
	font-size: 999;
	display: flex;
}

.bobcat-list-sec .jobs-sec {
	background-color: #8ce9f442;
}

.bobcat-list-sec .project-main-cont .dates-sec {
	width: 10vw;
	text-align: left;
	padding: 10px 0;
	flex: 2;
	justify-content: left;
	width: calc(10vw - -0px);
	align-items: center;
	flex: none;
	padding-right: 10px;
	border-bottom: 1px #fff solid;
	margin-bottom: -7px;
}

.bobcat-list-sec .hours-sec {
	background-color: rgb(207 255 207/ 8%);
}

.bobcat-list-sec-project {
	margin-top: 0px !important;
	padding: 10px 0px;
	/* padding-left: 6%; */
}

.arrow-img {
	width: 16px;
}

.bobcat-project-table {
	/*table-layout: fixed;*/
}

.bobcat-project-table .extra-row-show {
	color: #0c0c0c;
	cursor: pointer;
	background-color: #66b9df;
}

.bobcat-project-table .extra-row-show .view-project {
	color: #0c0c0c;
	cursor: pointer;
}

.bobcat-project-table .child-extra-row-show {
	color: #0c0c0c;
	cursor: pointer;
	background-color: #ededed;
	/* background-color: rgb(3 169 244); */
}

.bobcat-project-table  .data-sec  .project-name-sec {
	padding-left: 4%;
	width: 150px;
	clear: both;
	flex: none;
	border-bottom: 1px #fff solid;
	margin-bottom: -7px;
}

.bobcat-project-table .hours-sec .project-name-sec {
	padding-left: 4%;
	width: 150px;
	flex: none;
	border-bottom: 1px #fff solid;
	margin-bottom: -7px;
}

.bobcat-project-table .jobs-sec .project-name-sec {
	padding-left: 4%;
	flex: none;
	width: 150px;
	/* border-bottom: 1px #fff solid; */
	margin-bottom: -6px;
}

.child-extra-row-show .view-project-child {
	color: #333;
}

.arrow-right {
	margin-left: auto;
	padding-right: 10px;
}

.inner-sub-table .data-sec {
	font-weight: 600;
}

.inner-sub-table .one-color-bg {
	background-color: #ffffff;
	margin-bottom: 1.2px;
	/* border-bottom: 1px #fff solid; */
}

.inner-sub-table .approval-dot {
	width: 10px;
	height: 10px;
	background-color: #259434;
	border-radius: 50px;
	background: linear-gradient(0deg, #259434 0%, #259434 100%);
}

.inner-sub-table .reject-dot {
	width: 10px;
	height: 10px;
	background-color: #f11c0d;
	border-radius: 50px;
	background: linear-gradient(0deg, #f11c0d 0%, #f11c0d 100%);
}

.inner-sub-table .draft-dot {
	width: 10px;
	height: 10px;
	background-color: #0982f5;
	border-radius: 50px;
	background: linear-gradient(0deg, #0982f5 0%, #0982f5 100%);
}

.inner-sub-table .inprogres-dot {
	width: 10px;
	height: 10px;
	background-color: #ec7b57;
	border-radius: 50px;
	background: linear-gradient(0deg, #ec7b57 0%, #ec7b57 100%);
}

.one-color-bg .dates-sec {
	display: flex !important;
	flex-flow: nowrap;
    gap: 5px;
}

.bobcat-list-sec-project .data-inner-sec {
	width: 100%;
	margin: -9px;
	margin-left: 0;
	background-color: #aee4ae30;
	margin-right: 0;
	padding-bottom: 5px;
	background-color: #e3e2e2;
	overflow-x: auto;
}

.no-border {
	border-bottom: 0px;
}

.jobs-sec .dates-sec {
	border-bottom: 0 !important;
}

.jobs-sec .data-main-body-sec {
	border-bottom: 0;
}

table.dataTable.no-footer {
	border-bottom: 0px solid rgba(0, 0, 0, 0.3);
}

div.dt-buttons {
	float: right !important;
}

div.dt-buttons>.dt-button, div.dt-buttons>div.dt-button-split .dt-button
	{
	background: #005581 !important;
	color: #fff !important;
	font-weight: 700 !important;
	padding: 7px 20px !important;
	border: 0px solid #005581 !important;
	border-radius: 6px !important;
	height: 32px !important;
	text-decoration: none !important;
	display: inline-block !important;
	font-size: 14px !important;
	width: 150px !important;
	margin: auto !important;
}

.display-total {
	padding-bottom: 5px;
}

.dates-sec-span1{
	display: flex;
    justify-content: center;
}

.dates-sec span.dates-sec-span1:nth-child(1) {
 	background-color: #edfaed;  
	padding: 10px; 
	display: ruby;
    height: 50px;
}

.dates-sec span.dates-sec-span2:nth-child(2) {
  background-color: #ecf3fe;
    padding: 10px;
    min-height: 50px;
    white-space: pre-wrap;
/*    overflow: auto; */
}

.dates-sec span.dates-sec-span3:nth-child(3) {
  	background-color: #edfaed;  
	padding: 10px;
	width: 13vw;
	display: block;
	height: 50px;
}
.project-main-cont .dates-sec:nth-child(1) span.dates-sec-span1>span, .project-main-cont .dates-sec:nth-child(2) span.dates-sec-span1>span, .project-main-cont .dates-sec:nth-child(3) span.dates-sec-span1>span, .project-main-cont .dates-sec:nth-child(4) span.dates-sec-span1>span{
	margin-left:12px;
}
.project-main-cont .dates-sec:nth-child(5) span.dates-sec-span1>span {
		margin-left:5px;
} 
.project-main-cont .dates-sec:nth-child(6) span.dates-sec-span1>span, .project-main-cont .dates-sec:nth-child(7) span.dates-sec-span1>span{
	margin-left:0px;
}
.project-name-sec.total-cont, .billable-non-body-sec .project-main-cont .project-name-sec.total-cont{
	text-align:left!important;
}

.pie-chart-custom {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: conic-gradient(var(--segment-colors));
}
.pie-chart-custom-alt {
	width: 15px;
	height: 15px;
/* 	border-radius: 50%; */
/* 	background: conic-gradient(var(--segment-colors)); */
}

.chart-container-custom {
	display: flex;
	align-items: center;
	 margin-left: 5px;
}

.green-dot{
   width: 15px;
   height: 15px;
   background-color: green;
   border-radius: 50%;
   display: inline-block;
}
.yellow-dot{
   width: 15px;
   height: 15px;
   background-color: yellow;
   border-radius: 50%;
   display: inline-block;
}
.red-dot{
   width: 15px;
   height: 15px;
   background-color: red;
   border-radius: 50%;
   display: inline-block;
}
.purple-dot{
   width: 15px;
   height: 15px;
   background-color: purple;
   border-radius: 50%;
   display: inline-block;
}
div[title-cus] {
	position: relative;
	/* Required for absolute positioning of the tooltip */
	cursor: pointer; /* Change cursor to indicate interactivity */
	z-index: 99999;
}
/* Create the tooltip */
div[title-cus]::after {
	content: attr(title-cus); /* Get the title attribute */
	position: absolute;
	left: 50%;
	bottom: 100%; /* Position above the element */
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	white-space: nowrap;
	font-size: 12px;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	pointer-events: none; /* Prevents the tooltip from interfering */
}
/* Show tooltip on hover */
div[title-cus]:hover::after {
	visibility: visible;
	opacity: 1;
}
span[title-cus] {
	position: relative;
	/* Required for absolute positioning of the tooltip */
	cursor: pointer; /* Change cursor to indicate interactivity */
	z-index: 99999;
}
/* Create the tooltip */
span[title-cus]::after {
	content: attr(title-cus); /* Get the title attribute */
	position: absolute;
	left: 50%;
	bottom: 100%; /* Position above the element */
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	white-space: nowrap;
	font-size: 12px;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	pointer-events: none; /* Prevents the tooltip from interfering */
}
/* Show tooltip on hover */
span[title-cus]:hover::after {
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 4000px) and (min-width: 1921px) {
	body {
		overflow-x: hidden;
		zoom: 10;
		zoom: 100%;
		transform-origin: top left;
	}
}

@media screen and (max-width: 1920px) and (min-width: 1601px) {
	body {
		overflow-x: hidden;
		zoom: 0.8;
		zoom: 90%;
		transform-origin: top left;
	}
}

@media screen and (max-width: 1250px) and (min-width: 1024px) {
	.chart-div.new-chart-bar {
		width: 33%;
		box-shadow: 0px 0px 0px #ccc;
		padding-bottom: 0;
		padding: 0;
	}
	canvas#myChart0 {
		width: 350px !important;
		height: 350px !important;
		margin-top: -20px;
		margin-left: -20px;
	}
	canvas#myChart1 {
		width: 350px !important;
		height: 350px !important;
		margin-top: -20px;
		margin-right: -30px;
	}
	.bar-sec-three {
		flex: 1;
		justify-content: center;
		height: 370px;
		margin-top: 18px;
		width: 30%;
	}
	.new-chart-bar .left-bar {
		font-size: 12px;
	}
	.new-chart-bar .left-side-bar {
		top: 34px;
		padding-left: 15px;
	}
	.bar-sec-three h4 {
		font-size: 13px;
	}
	.new-chart-bar h4 {
		font-size: 13px;
		padding-top: 10px;
	}
	.chart-div h5 {
		font-size: 12px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.project-sec .user-contetn-form {
		width: calc(26% - 5px);
	}
	.report-btns {
		gap: 0;
		padding-top: 5px;
	}
	.side-nav {
		height: 100%;
	}
}

div.dt-container{
	overflow:auto;
	border: 1px solid #d5d5d5;
    border-radius: 10px;
    box-shadow:0 0 4px #e5e5e5;
    padding:10px;
}
.custom-table{
	background-color:#f4f4f4;
}
.custom-table  tbody > tr:last-child > *{ border-bottom:none!important;}
 .dt-hasChild.shown{
	background-color:#f6f6f6;
}
table.dataTable thead > tr > th{
	/*background-color:#def5f6;*/
	height:41px;
}
.total-cont-sec1 .foot-total-sec {
	width: 18.7%;
}
.total-cont-sec1 #jiraHoursDisplay {
    width: 32.3%;
} 
.total-cont-sec1 #zppHoursDisplay {
    width: 12%;
}
.foot-total-sec {
	width: 24.8%;
	padding-left: 5.34%;
}

#jiraHoursDisplay {
	width: 26%;
	/* padding-left: 4.7%; */
	text-align: left;
}

#zppHoursDisplay {
	width: 12.8%;
	/* padding-left: 18%; */
}

.bobcat-report-mian-sec div#example2_info {
	display: none;
}

.check-boxinner {
	margin-left: -10px;
}

.name-jira-sec {
	width: 12.7%;
	/* padding-left: 7.1%; */
}

.name-zpp-sec {
	width: 12.5%;
	padding-left: 3px;
	padding-right: 20px;
}

.project-name-sec.check-box-sec {
	width: 13.2%;
}

.zpp-empt-sec {
	padding-left: 10px;
}

.zpp-name-sec {
	width: 19%;
	padding-left:5px;
}
.bobcat-inner-tb-data .project-main-cont1{
	width:100%;
}
 
 .data-inner-sec .data-main-body-sec .project-main-cont1 .name-jira-sec1{
		width:19%!important;
}

 .data-inner-sec .data-main-body-sec .project-main-cont1 .name-hover-sec1{
	width:14%!important;
	
}
 .data-inner-sec .data-main-body-sec .project-main-cont1 .name-zpp-sec1{
	width:19%!important;
}
 .data-inner-sec .data-main-body-sec .project-main-cont1 .name-time-sec1{
	width:14%!important;
}
 .data-inner-sec .data-main-body-sec .project-main-cont1 .difference-hover-sec1{
	    width: 20%!important;
}

 .data-inner-sec .data-main-body-sec .project-main-cont1 .comments-sec1{
 		    width: 15%!important;
 }
 
.bobcat-inner-tb-data  .project-main-cont1 .project-name-sec {
    flex: 0.05 auto;
    /* width: 150px; */
    color:#666666;
}
 .project-main-cont1 .check-box-sec {
    width: 13.2%;
}
.project-main-cont.project-main-cont1 .name-jira-sec1 {
	width: 18%;
	padding-left:15px;
}
.project-main-cont.project-main-cont1 .name-hover-sec1{
	width:11.3%;
	padding-left:15px;
}
.project-main-cont.project-main-cont1 .name-zpp-sec1 {
	width: 17.5%;
padding-left:15px;
 
}
.project-main-cont.project-main-cont1 .name-time-sec1{
		width:12.5%;
		padding-left:15px;
}
.project-main-cont.project-main-cont1 .project-name-sec.check-box-sec1 {
	width: 13.2%;
	padding-left:10px;
}

.project-main-cont.project-main-cont1 .zpp-empt-sec1 {
	padding-left: 15px;
}

.project-main-cont.project-main-cont1 .zpp-name-sec1 {
	width: 19%;
	padding-left:15px;
}


.bobcat-data-table-inner{
	background-color:#ffffff;
	width:100.5%; 
}
 
 .bobcat-data-table-inner .bobcat-data-sec{
	background-color:#ffffff;
 }
.bobcat-data-sec { /*     background-color: rgb(207 255 207 / 23%); */
	background-color: #ffffff; /* padding-left: 7.2%; */
	border-bottom: 1px #d5d5d5 solid;
	/* background-color: rgb(156 205 255 / 43%); */
	/* background-color: #F1F1F1; */
}

.bobcat-data-sec.bobcat-data-head {
	/*background-color:#def5f6;*/
	color:#7c7c7c;
	font-weight:bold;
	padding: 0 5px;
	display:none;
}
 
.bobcat-data-sec.bobcat-data-head .project-main-cont.project-main-cont .name-jira-sec1{
		width: 19.3%;
		padding-left:10px;
}
.bobcat-data-sec.bobcat-data-head .project-main-cont.project-main-cont .name-hover-sec1{
	width:13.2%;
	padding-left:10px;
}
.bobcat-data-sec.bobcat-data-head .project-main-cont.project-main-cont  .name-zpp-sec1{
	width:19%;
	padding-left:10px;
}
.bobcat-data-sec.bobcat-data-head .project-main-cont.project-main-cont  .name-time-sec1{
	width:12.6%;
	padding-left:10px;
}
 
