.sky {--primary-color: #007bff;--secondary-color: #fff;}

.breadcrumb-wrapper {border-bottom: none;}
.breadcrumb-wrapper .text-light,
.breadcrumb-wrapper .text-lightter,
.breadcrumb-wrapper a {
	color: #333 !important;
}

@font-face { font-family: 'twt'; font-display: fallback; src: url('fonts/Waterlily-Regular.woff2') }
@font-face { font-family: 'Comfortaa'; font-display: fallback; src: url('fonts/Comfortaa.woff2') }
@font-face {
	font-family: "Poppins";
	src: url("fonts/Poppins-Medium.ttf");
	src: url("fonts/Poppins-Regular.ttf");
	}
 body{
	font-family: "Poppins" !important;
 }
.bday-image {
	height: 45px;
	width: 45px;
	border-radius: 50%;
	border: 1px solid #ddd;
}

.remove-row-button {
	height: 24px;
	width: 24px;
	padding: 0;
	border-radius: 50%;
	position: absolute;
	right: -10px;
	top: -10px;
}

.link-unstyled,
.link-unstyled:hover {
	text-decoration: none;
}

.table-nowrap th,
.table-nowrap td {
	white-space: nowrap;
}

.status-col {
	text-align: center;
}
table thead{
background-color: #EFF3F6 !important;
font-size: 13px;}
@media (min-width: 1200px) {
	.wrapper .sidebar {
		box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.2);
	}
}

/* .file-upload-preview {
	height: 400px;
	width: 400px;
	object-fit: cover;
	object-position: center;
	border: 1px solid #666;
	border-radius: 4px;
} */
.alertify-notifier.ajs-bottom.ajs-right {color: white !important;}
.font-weight-semi-bold {
	font-weight: 600;
}
.wrapper .navbar {
    box-shadow: none !important;
    background: white !important;
	border-bottom: 1px solid #DEE2E6 !important;
	border: 1px solid #DEE2E6;
}

.wrapper .navbar.navbar-dark .navbar-toggler {
    border: none;
}
.wrapper .navbar.navbar-dark a.dropdown-toggle {
    color: black;
    text-decoration: none;
}
.bg-theme {
    background-color: #007BFF!important;
}
.down-arrow-profile{color: #455A64;font-size: 16px;}
#page{background-color: #F6F7FA;}
/* .btn{border-radius: 7px !important;} */
.wrapper .navbar.navbar-dark .navbar-toggler .navbar-toggler-icon {
    background-image: url("../images/menu-bar.png") !important;
}
.breadcrumb-wrapper .h4{font-size: 18px;line-height: 1.7;color: black !important;}
.nav-btn{border-radius: 7px;}
.navbar-toggler{font-size: 1rem !important;}
.wrapper .navbar .dropdown-menu-right {
    right: 95px !important;
}
.wrapper .navbar .dropdown-menu-right:before {
    right: 22px;
}
.dropdown-profile-img{
	height: 48px;
    width: 48px;
    border-radius: 50%;
    margin-right: 10px !important;
	object-fit: cover;
}
.profile-dropdown-items .dropdown-item{
	padding: .25rem 0;
}
.dropdown-menu.dropdown-menu-right.show {
    width: 235px;
    height: auto;
    border-radius: 10px;
	padding: 20px;
	border: none;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}
.navbar-dark .navbar-brand:hover {
    color: #374957;
}
.navbar-brand{
	font-size: 20px;
	color: #374957 !important;
}
.user-name{font-size: 14px;font-weight: 600;}
.dropdown-username{font-size: 14px;font-weight: 600;}
.profile-dropdown-items .dropdown-item{font-size: 16px;color: #455A64;}
.profile-dropdown-items .dropdown-item:hover{color: #007BFF !important;}
.profile-dropdown-items .dropdown-item:active{color: #007BFF !important;background-color: unset;}
.wrapper{padding-top: 50px;}
.wrapper .sidebar .sidebar-nav {
    max-width: 100%;
    max-height: calc(100vh - 45px);
    overflow: auto;
    list-style: none;
    padding: 10px;
	overflow-x: hidden;
    overflow-y: auto;
}
.sidebar-nav-height{height: calc(100svh - 250px) !important;}

.wrapper .sidebar .sidebar-nav li {padding-left: 8px;}	
.wrapper .sidebar .sidebar-nav a {border-top-left-radius: 8px; border-bottom-left-radius: 8px;}

.wrapper .sidebar .sidebar-nav a {
    text-decoration: none;
    transition: 0.25s ease;
    border-radius: 8px;	
    font-size: 1rem;
	margin-bottom: 5px;
}

.wrapper .sidebar {position: fixed;top: 0;bottom: 0;left: 0;width: 280px;z-index: 1040;background: white;transition: 0.25s transform ease;}

.wrapper .sidebar .sidebar-nav a.nav-link {
	position: relative;
}
.wrapper .sidebar .sidebar-nav a.nav-link:hover {
	color: var(--primary-color) !important;
	background: none !important;
	box-shadow: none;
}
.collapse .card{border-top: 1px solid #DEE2E6;border-radius: 0;}
.collapsing .card{border: none;border-top: 1px solid #DEE2E6;border-radius: 0;}
.main-filter-sec{background-color: white;}
.wrapper .sidebar .sidebar-nav a.nav-link[data-toggle="collapse"]:not(.collapsed) {
	color: var(--primary-color) !important;
	background: rgba(0, 0, 0, 0.1) !important;
	box-shadow: none;	
}
.wrapper .sidebar .sidebar-nav a.nav-link[data-toggle="collapse"]:not(.collapsed):before,
.wrapper .sidebar .sidebar-nav a.nav-link:hover:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	height: 100%;
	width: 5px;
	background: var(--primary-color);
}


.wrapper .sidebar .sidebar-nav .active a.nav-link {
    color: #fff!important;
    background: var(--primary-color) !important;
    box-shadow: 0 2px 15px 1px rgba(39, 39, 39, .05);
}

.wrapper .sidebar .sidebar-nav li {padding-left: 0;}
.wrapper .sidebar .sidebar-nav a {border-top-left-radius: 8px; border-bottom-left-radius: 8px;}

.wrapper .sidebar .sidebar-nav a[data-toggle="collapse"] + .navbar-collapse .nav {
	padding-left: 0;
}
.wrapper .navbar .dropdown-menu-right{margin-top: 0px !important;}
.control-label {
	font-weight: 600;
	font-size: 90%;
	margin-bottom: 0.25rem;
}


.form-control,
.custom-select,
.custom-file-label {
	border-color: #e8e7e7;
	overflow: hidden;
}

.user-image {
	height: 250px;
	width: 250px;
	object-fit: cover;
	object-position: center;
	margin-bottom: 1.5rem;
	border: 2px solid #999;
}
.user-image.listing-img {
	height: 150px;
	width: 150px;
	border-width: 1px;
}
@media (max-width: 767px){
	.user-image.listing-img {
		height: 75px;
		width: 75px;
		border-width: 1px;
	}
}
.userImage_control {
	position: absolute;
	height: 0;
	width: 0;
	opacity: 0;
	visibility: hidden;
}

.userImage_control_label {
	height: 54px;
    width: 54px;
    border-radius: 50%;
    background: #ddd;
    line-height: 50px;
	text-align: center;
	border: 2px solid #999;
	position: absolute;
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.userImage_control_label .fas {
	line-height: inherit;
}


.mw-300 {
	max-width: 300px;
}


.listing-options a {
	color: #333;
	font-weight: 600;
	font-size: 90%;
}
.listing-options a:hover {
	color: #ff214f;
}
@media (max-width: 767px) {
	.responsive-media {
		display: block;
	}
	.listing-options > div {
		border: 1px solid #666;
	}
}



/* tracker  */
.tracker {display: flex;justify-content: space-between;list-style: none;/* padding-left: 0; */padding-top: 20px;margin: 0;flex-direction: column;}
.tracker li {position: relative;flex: 1;margin-bottom: 30px;}
.tracker li:before {content: "\f10c";position: absolute;top: -3px;left: -40px;/* transform: translateX(-50%); */background: #fff;border-radius: 50%;font-family: 'Font Awesome 5 Free';font-size: 30px;line-height: 1;text-align: center;color: #eee;/*text-shadow: 0 1px 2px #111;*/z-index: 1; height: 30px; width: 30px; font-weight: 900;}
.tracker li.done,
.tracker li.rejected, .tracker li.pending , .tracker li.cancel{font-weight: 700;}
.tracker li.done:before,
.tracker li.done+li.done:before {content: "\f058";color: green;animation: none;}
.tracker li.done+li:before {color: orange; animation: pulse 1s infinite}
.tracker li.pending:before,
.tracker li.done+li.pending:before {content: "\f058";color: orange;}
.tracker li.rejected:before,
.tracker li.done+li.rejected:before {content: "\f057";color: red;}
.tracker li.cancel:before,
.tracker li.done+li.cancel:before {content: "\f05e";color: red;}

.tracker li .tracker-info {display: none;}
.tracker li:hover .tracker-info {display: block;}
.tracker li .tracker-info {font-weight: normal; border: 1px solid #ddd; padding: 7px; border-radius: 7px; background: #fff; box-shadow: 0 0 4px -1px rgba(30,30,30,0.3)}
.tracker li .tracker-info {position: absolute; bottom: calc(100% + 50px); z-index: 999}
.tracker li .tracker-info:before {content:'';height: 15px;width: 15px;background: #fff;border: 1px solid #ddd;border-top: none;border-left: none;position: absolute;top: calc(100% - 1px);box-shadow: 1px 1px 3px -1px rgba(30,30,30,0.2);transform: rotate(45deg) translateX(-50%);left: 50%;}
.tracker li .tracker-info .tracker-date,
.tracker li .tracker-info .tracker-data {display: block;}
.tracker li.done ~ li:before{    content: "\f111";font-size: 20px;display: flex;align-items: center;justify-content: center;color: #fff;background-color: #eee;padding: 0;margin: 0;}
.tracker li.done + li:before{background-color: orange;color: #fff;}
.tracker li.done + li.done:before{font-size: 30px;background-color: #fff;}

@media (max-width: 767px) {
    .tracker li:last-child {margin-bottom: 10px;}
    .tracker li:not(:last-child):after {content: '';position: absolute;left: -27px;top: 29px;height: calc(100% + 20px);width: 4px;background: #ccc;box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);}
    .tracker li.done:after {background: green;}
    /* .tracker li.pending:after {background: orange;} */
    /* .tracker li.rejected:after {background: red;} */
}
@media (min-width: 768px) {
    .tracker {flex-direction: row;padding-left: 0;padding-top: 40px;}
    .tracker li {text-align: center;margin-bottom: 0;font-size: 14px;}
    .tracker li:before {top: -40px;left: 50%;transform: translateX(-50%);}
    .tracker li:not(:last-child):after {content: '';position: absolute;left: 50%;/* transform: translateX(-50%); */top: -27px;height: 4px;width: 100%;background: #ccc;box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);}
    .tracker li.done:after {background: green;}
    /* .tracker li.pending:after {background: orange;} */
    /* .tracker li.rejected:after {background: red;} */
}
@media (min-width: 1200px) {
    .tracker li {font-size: 16px;}
}
.required{font-size: 13px;}

.form-group:not(.row) .select2-container--default {
	width: 100% !important;
}


.pulse { animation: pulse 2.5s infinite; }
.pulse-ps:before { animation: pulse 2.5s infinite; }
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

/* login-page-deep-suthar */

.main-login-logo{width: 400px;}
.login{top: 0;width: 100%;bottom: 0;opacity: 1;z-index: 999;min-height: 100vh;position: relative; display: flex;justify-content: center;align-items: center;padding: 30px 0; background: #fff; overflow: hidden;}
.login-form{display: flex; justify-content: center;}
.form-body{max-width: 600px;width: 100%;padding: 50px;padding-top: 25px; text-align: center;z-index: 999;background: #fff;box-shadow: 0 0 35px rgb(0 0 0 / 10%);}
.welcome-text{    color: #0c539d;font-size: 20px;font-family: 'Poppins', sans-serif; text-align: left;margin-top: 12px;}
.login .form-control{font-family: inherit;font-size: 16px;font-weight: 400;line-height: inherit;width: 100%;height: auto;padding-right: 50px !important; padding: 0.75rem 1.25rem;border: 2px solid #ddd;outline: none;border-radius: 5px;color: #121212;text-transform: unset;}
.checkbox{width: 100%; position: relative;}
.form-check{float: left;}
.login .form-lable{padding-left: 23px; margin-top: 9px; font-size: 16px;}
.f-pass{float: right; margin-top: 9px;}
.login .input-checkbox{width: 17px; height: 24px; vertical-align: top; position: absolute;border-radius: 2px; border: none;background-color: #f7f7f7;}
.login .login-btn{width: 100%;}
.email-lable{ color: #000000; font-size: 16px; margin-bottom: 5px; font-weight: 500;}
.ocean {height: 0%;width: 100%;position: absolute;bottom: 0;left: 0;background: #9c79e4;filter: invert(46%) sepia(27%) saturate(1541%) hue-rotate(195deg) brightness(104%) contrast(84%)}
.wave {background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg') repeat-x;filter: invert(46%) sepia(27%) saturate(1541%) hue-rotate(195deg) brightness(104%) contrast(84%);position: absolute;top: -103px;width: 6400px;height: 198px;animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;transform: translate3d(0, 0, 0);}
.wave:nth-of-type(2) {top: -134px;animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;opacity: 1;}
.side-vector{width: 560px;margin-left: 100px;}
.input-icon {position: relative;}
.user-input::after {content: "\f007";}
.pw-input::after {content: "\f084";}
.input-icon::after {position: absolute;top: 37px;right: 20px;color: #8c939a;font-family: "Font Awesome 5 Free";font-weight: 900; font-size: 20px;}
@keyframes wave { 0% {margin-left: 0;} 100% {margin-left: -1600px; } }
@keyframes swell { 0%, 100% {transform: translate3d(0, -25px, 0);  }50% {transform: translate3d(0, 5px, 0); } }
.login .form-group{margin-bottom: 2rem !important;}
@media(max-width:992px){.form-body{padding: 26px;}.main-login-logo {width: 270px;}}
@media(max-width:1200px){.form-body {padding: 46px;} .main-login-logo {width: 270px;}}
#login_username-error, #login_password-error{float: left;padding: 0px;}



 /* login page 2  */
.login-2{top: 0;width: 100%;bottom: 0;opacity: 1;z-index: 999;min-height: 100vh;position: relative; display: flex;justify-content: center;align-items: center;padding: 30px 0; background: #fff; overflow: hidden;}
.login-2 .login-form{display: flex; justify-content: center;}
.side-vector-2{width: 500px; margin-top: 50px;}
.login-2 .form-body-2{background-color: #3d5c6c; padding: 65px; border: 1px solid transparent; border-radius: 50px;max-width: 600px;width: 100%;}
.login-2 .welcome-text-2{color: white; font-size: 35px; font-weight: 600; margin-bottom: 5px;}
.login-2 .info-text{color: rgb(238, 238, 238); font-size: 16px; font-weight: lighter; margin-bottom: 30px;}
.login-2 .form-group{margin-bottom: 2rem;}
.login-2 .form-control { display: block;width: 100%;height: calc(1.5em + 0.75rem + 2px);padding: 1.875rem 1.75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: white; background-color: transparent; background-clip: padding-box; border: 1px solid #ddd; border-radius: 0.25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.login-2 .f-pass {float: right; margin-top: -16px;}
.login-2 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */color: #ddd;opacity: 1; /* Firefox */}
.login-2 .login-2-btn{width: 100%; background-color: #ddaf66; border: 1px solid #ddaf66; padding: 12px; text-transform: uppercase; font-weight: 600;}  


/* login-page */
.login-page {
    background: #ffffff;
}

.login-page .login-logo-img{width: 340px;}
.login-page .login-content{font-size: 14px;color: #fff;}
.login-page .overlay-icon{border-radius: 50%;width: 240px;height: 240px;border: dotted 2px #6872d7;border-style: dashed;transform: rotateY(180deg);padding: 20px;}
.login-page .custom-form-control{border-radius: 20px; background-color: #fff;height: 40px;padding-left: 3.4em;}
.login-page .form-control:focus{box-shadow:none;border-color:transparent;}
.login-page .login-custom-button{border-radius: 20px;background: #0c539d;height: 40px;}
.login-page .overlay-input-icon{position: absolute;top: 50%;left: 17px;transform: translateY(-50%);font-size: 18px;color: #0c539d;}
.custom-form-control.text-danger ~ .overlay-input-icon{top: 30%;}
.login-page .card-login{width: 100% !important; margin: 0 auto;border-radius: 30px;}
.login-page .heading-login {
    background: #0c539d;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
}
.login-heading-text {
    font-family: twt,Arial,sans-serif;
    color: #0c539d;
    font-size: 33px;
}
.login-text-pera {
    color: #c1c1c1;
    font-size: 15px;
    margin: 0px;
}
.login-pwd-link {
    display: table;
	margin-bottom: 1.5em;
	margin-left: auto;
}
.main-card{background-color: transparent;}
.main-card {
    background: white;
}
.bdy-bg-color {
    background: #ecececcf;
}
.login-bg-color {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media(min-width:992px){
	.login-page .main-row{width: 100%;}
	.login-page{padding: 0px;}
	.main-card {
		background: white;
	}
	
}

@media(max-width:767px){
	.login-page .heading-login{font-size: 22px;}
	.login-page .login-logo-img{width: 100px;}
	.login-heading-text {
		text-align: center;
	}
}

.font-twt {font-family: 'twt', Arial, sans-serif;}
.invalid-feedback {
	color: #c00;
}


@media(max-width:1366px){
	.spacing{margin-left: 50px;}
}

/* main login screen  */

/* .final-login-screen{font-family: 'Poppins', sans-serif;} */
.login-row{background-color: #EFF3F6;}
.login-row .login-column{height: 100vh; width: 100%; background-color: #007BFF;}
.login-column{display: flex;justify-content: center !important;align-items: center !important;height: 100vh;flex-direction: column !important;}
.login-body{background-color: white;padding:70px 50px;border-radius: 34px;}
.login-header{display: flex;flex-direction: column;gap: 30px;}
.login-twt-logo{width: 300px;}
.login-welcome-text{font-size: 20px;color: #000000;line-height: 28px;text-align: center;}
.login-input-section{display: flex;flex-direction: column;margin-top: 30px;}
.login-email{height: 54px !important;border: 1px solid #CFD9E0;border-radius: 10px;padding-top: 15px;padding-bottom: 15px;padding-left: 50px;padding-right: 10px;}
.login-input-icon{position: relative;}
.email-content::after {content: "\f0e0";}
/* .pw-content::after {content: '\f023';} */
.login-input-icon::after {position: absolute;top: 19px;left: 15px;color: #374957;font-family: "Font Awesome 5 Free";font-size: 16px;font-weight: 400;line-height: 16px;}
.login-input-icon-pass{position: relative;}
/* .login-input-icon-pass::after{position: absolute;top: 19px;left: 15px;color: #374957;font-family: "Font Awesome 5 Free";font-size: 16px;font-weight: 900;line-height: 16px;} */
.lock-icon{position: absolute;top: 19px;left: 15px;z-index: 1;}
.login-email{font-weight: 400;font-size: 16px;line-height: 24px;color: #374957;}
.sign-in{margin-top: 30px;}
.sign-in-button{padding: 15px 30px;border: 0;background: #007BFF;box-shadow: 0px 4px 4px rgba(0, 123, 255, 0.25);border-radius: 100px;color: white;font-size: 16px;font-weight: 400;line-height: 24px;}
.sign-in-button:hover{box-shadow: none !important;}
.login-password{height: 54px !important;border: 1px solid #CFD9E0;border-radius: 10px;padding-top: 15px;padding-bottom: 15px;padding-left: 50px;padding-right: 38px;font-size: 16px;line-height: 22px;}
.form-control:focus {color: #495057;background-color: #fff;border-color: var(--primary-color) !important;outline: 0;background-color: white !important;box-shadow:  0 0 0 0.05rem rgb(102 126 234 / 25%) !important;}
.showPass{position: absolute;right: 14px; top: 50%;color: #374957;width: 25px;height: 25px;display: flex;align-items: center;justify-content: center;text-decoration: none;transform: translate(0,-50%);}
.showPass:focus{outline: 0;border: 0;}
.showPass:hover{color: #374957;text-decoration: none;}
.showPass .eye-slash-icon{color: #374957;}
/* login page slider  */

/* .slider{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
} */
.slider-images{width: 400px !important;display: block;margin: auto;}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
@media (max-width:768px) {
	.login-body {padding: 40px 15px;border-radius: 20px;}
	.login-twt-logo {width: 250px;}
	.login-welcome-text {font-size: 18px;}
}


/* slick slider  */

.slick-dots li button:before {font-size: 10px !important;color: #007BFF !important;}
.slick-dots li.slick-active button:before {opacity: 1;font-size: 16px !important;}

/* header-css-start */
.logo{width: 100%;}

.active_parent_li > a{

	text-decoration: none;
    transition: 0.25s ease;
    border-radius: 8px;
    font-size: 1rem;
	border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;	
	background-color: #007BFF!important;
    color: #fff !important;
}



.disabled-browse .custom-file-input:lang(en)~.custom-file-label::after{content: "" !important;}

@media (max-width: 575.98px) {
	.login-text-pera{font-size: 12px;}
	.login-page .heading-login{font-size: 16px;}
	.login-heading-text {
		font-size: 22px;
		text-align: center;
		margin-bottom: 0px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.login-heading-text{text-align: center; font-size: 36px;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.login-page .heading-login{font-size: 20px;}
	.login-text-pera{font-size: 13px;}
	.login-pwd-link{margin-bottom: 2em;}
	.login-page .card-login{padding-top: 0em !important;}
	.login-heading-text{font-size: 26px;}
}
.choose-file-text{width: 82%;font-size: 14px;}
.bg-filter{background-color: #455A64;margin-right: 10px !important;}
.breadcrumb-wrapper a.add-text-color{color: #fff !important;}
.pluse-btn-input{height: 33px;}
/* dashboard css start */
/* .custom-dashboard-part {padding: 30px;} */
.custom-dashboard-part{background: #f0f1f7;}
.employee-dashboard .breadcrumb-wrapper{box-shadow: 0 0 20px rgba(0,0,0,.06);}
.custom-dashboard-part .admin-dashboard-header-part{margin-bottom: 30px;}
.custom-dashboard-part .admin-dashboard-header-part .admin-heading{font-size: 26px;color: #1f1f1f;margin-bottom: 5px;}
.custom-dashboard-part .admin-dashboard-header-part .admin-text{font-size: 16px;color: #6c757d;margin-bottom: 0px;}
.custom-dashboard-part .admin-dashboard-section-part .number-text{font-size: 30px;color: #000;}
.custom-dashboard-part .admin-dashboard-section-part .number-bottom-text{font-size: 16px;color: #000;}
.custom-dashboard-part .admin-dashboard-section-part .cricle-icon-part{width: 60px;height: 60px;border-radius: 50%;font-size: 27px; background-color: rgba(102, 126, 234, 0.2);color: #667eea;line-height: 60px;text-align: center;}
.custom-dashboard-part .admin-dashboard-section-part .card-project, 
.custom-dashboard-part .admin-dashboard-section-part .card-employee, 
.custom-dashboard-part .admin-dashboard-section-part .card-statistics,
.custom-dashboard-part .admin-dashboard-section-part .card-invoice{margin-bottom: 30px;border: 0;border-radius:10px}
.custom-dashboard-part .admin-dashboard-section-part .card-employee .employee-number{font-size: 25px;}
.custom-dashboard-part .admin-dashboard-section-part .custom-progress{height: 5px;}
.custom-dashboard-part .admin-dashboard-section-part .card-heading{font-size: 18px;color: #000;margin-bottom: 20px;line-height: 22px;font-weight: 600;}
.custom-dashboard-part .admin-dashboard-section-part .card-statistics .statistics-list .statistics-part{border: 1px solid #e5e5e5;padding: 15px;background-color: #fff;border-radius: 4px;margin-bottom: 8px;}
.custom-dashboard-part .admin-dashboard-section-part .card-statistics .statistics-list .statistics-part .statistics-text{font-size: 12px;margin-bottom: 5px;}
.custom-dashboard-part .admin-dashboard-section-part .card-statistics .task-box{border: 1px solid #e3e3e3;padding: 5px;}
.custom-dashboard-part .admin-dashboard-section-part .card-statistics .task-box .box-text{font-size: 12px;}
.custom-dashboard-part .admin-dashboard-section-part .card-statistics .tasks-text{font-weight: bold;}
/* .custom-dashboard-part .admin-dashboard-section-part .card-statistics {min-height: 412px !important;} */
.custom-dashboard-part .admin-dashboard-section-part .card-statistics .absent-box{border: 1px solid #e5e5e5;padding: 5px 10px;margin-bottom: 5px;}
.custom-dashboard-part .admin-dashboard-section-part .card-statistics .absent-box .user-image{width: 37px;height: 37px;margin: 0;border: none;}
.custom-dashboard-part .admin-dashboard-section-part .card-statistics .absent-box .user-name-text{font-size: 14px;}
.custom-dashboard-part .admin-dashboard-section-part .card-statistics .load-more-btn{padding: 5px 15px;border: 1px solid #eaeaea;font-size: 14px;box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);display: inline-block;}
.custom-dashboard-part .admin-dashboard-section-part .text-sm{font-size: 13px;}
.custom-dashboard-part .admin-dashboard-section-part .card-invoice .card-footer-link{font-size: 14px;color: #333;}
.custom-dashboard-part .admin-dashboard-section-part .card-invoice .card-header-invoice{padding: 15px;}
.custom-dashboard-part .admin-dashboard-section-part .card-invoice .table-client .client-name{font-size: 14px;font-weight: 500;color: #1f1f1f;}
.custom-dashboard-part .admin-dashboard-section-part .card-invoice .table-client .client-occupation{font-size: 13px;color: #888;}
.custom-dashboard-part .admin-dashboard-section-part .card-invoice .table-client .client-image{width: 40px;height: 40px;margin: 0;border: none;}
.custom-dashboard-part .admin-dashboard-section-part .bg-badge-danger {background-color: rgba(242, 17, 54,0.12) !important;color: #e63c3c !important;}
.custom-dashboard-part .admin-dashboard-section-part .bg-badge-success {background-color: rgba(15, 183, 107,0.12) !important;color: #26af48 !important;}
.custom-dashboard-part .admin-dashboard-section-part .bg-badge-warning {background-color: rgba(255, 152, 0,0.12) !important;color: #f39c12 !important;}
.custom-dashboard-part .table-client td{vertical-align: middle;}
.custom-dashboard-part .admin-dashboard-section-part .card-invoice .table-client .project-name-text{font-size: 14px;font-weight: 500;color: #333;}
.custom-dashboard-part .admin-dashboard-section-part .card-invoice .table-client .project-task-text{font-size: 12px;color: #333;}
.custom-dashboard-part .admin-dashboard-section-part .project-progress-bar{background: #25628F;}

.custom-dashboard-part .employee-dashboard-header {padding: 20px;border: 1px solid #ededed;background-color: #fff;}
.custom-dashboard-part .employee-dashboard-header .employee-image{height: 60px;width: 60px;margin: 0;border: 0;border-radius: 5px;border-radius: 50%;object-fit: cover;}
.custom-dashboard-part .employee-dashboard-header .employee-name{font-size: 24px;}
.custom-dashboard-part .employee-dashboard-header .week-date-text{font-size: 17px;color: #777;margin: 0;}
.custom-dashboard-part .employee-dashboard-main-part{padding: 30px;}
.custom-dashboard-part .employee-dashboard-main-part .today-heading{font-size: 18px;margin-bottom: 20px;}
.custom-dashboard-part .employee-dashboard-main-part .today-grid .today-task-list .task-card .task-text{font-size: 21px;margin-bottom: 10px;}
.custom-dashboard-part .employee-dashboard-main-part .today-grid .today-task-list .task-card .task-image{height: 45px;width: 45px;border: 3px solid #e7e7e7;border-radius: 50%;margin-left: -20px;margin-bottom: 0;}
.custom-dashboard-part .employee-dashboard-main-part .today-grid .today-task-list .task-card .task-card-link{color: #575757;}
.custom-dashboard-part .employee-dashboard-main-part .today-grid .today-task-list .task-card {border: 1px solid #eaeaea;border-radius: 8px;}
.custom-dashboard-part .employee-dashboard-main-part .project-heading{font-size: 15px;margin-bottom: 15px;}
.custom-dashboard-part .employee-dashboard-main-part .card-project .project-number-text{font-size: 18px;color: #1f1f1f;font-weight: 600;}
.custom-dashboard-part .employee-dashboard-main-part .card-project .project-bottom-text{font-size: 13px;color: #777;font-weight: 600;}
.custom-dashboard-part .employee-dashboard-main-part .card-project .project-details:first-child{border-right: 2px solid #e7e7e7;}
.custom-dashboard-part .employee-dashboard-main-part .card-project .project-details{padding: 0 10px;text-align: center;width: 50%;}
.custom-dashboard-part .employee-dashboard-main-part .card-project {border: 1px solid #ededed;border-radius: 8px;margin-bottom: 24px;}
.custom-dashboard-part .employee-dashboard-main-part .card-project .apply-leave-btn{background-color: #667eea;border: 1px solid #667eea;border-radius: 5px;font-size: 15px;}
.custom-dashboard-part .employee-dashboard-main-part .card-project.holiday-part .project-number-text{font-size: 15px;}
/* .custom-dashboard-part .employee-dashboard-main-part .card-project.holiday-part:first-child .text-center .project-number-text{border-bottom: 1px solid #000;} */
.custom-add-back-btn .custom-back-btn{border-color: #6c757d;}
.custom-add-back-btn .custom-back-btn:hover{color: #fff;}
.custom-dashboard-part .employee-dashboard-main-part .card-project.holiday-part .project-number-text .holiday-text-border{border-bottom: 2px solid #667eea;margin-bottom: 7px;display: inline-block;padding-bottom: 4px;}
.custom-dashboard-part .employee-dashboard-main-part .today-grid .today-task-list .task-card .task-text .project-name-text{font-size: 15px;}
.custom-dashboard-part .employee-dashboard-main-part .today-grid .today-task-list .task-card .task-text .task-project-text{line-height: 1.2;}
.wrapper .navbar.navbar-dark a.dropdown-toggle .img-user{height: 43px;width: 43px;border-radius: 50%;margin-right: 10px !important;object-fit: cover;}
.user-post{font-size: 13px;margin-top: -13px;color: #455A64;}
.wrapper .navbar{height: 56px;padding: 5px 20px;}
.no-task-text{font-size: 18px;}
#clientsearch .select2-container--default{width: 100% !important;}
.task-details-card{padding: 11px 11px 11px 30px;}
.task-details-card .task-details-text{font-size: 16px;}
.task-details-card .edit-btn-task{border-radius: 50%;width: 27px;height: 27px; background-color: rgb(248, 250, 252);}
.task-details-card {box-shadow:none}
.task-details-card .priority-color{color: #fff;}
.task-details-card .warning-color{background-color: rgba(255, 193, 7, 0.7);}
.task-details-card .danger-color{background-color: rgba(220, 53, 69, 0.7);}
.task-details-card .success-color{background-color: rgba(40, 167, 69, 0.7);}
.task-data-html .task-right-text{font-size: 16px;}
.task-data-html .project-right-text{font-size: 14px;}
.task-data-html .asign-right-text, .no-comments-text{font-size: 14px;}
.task-data-html .flip-clock-wrapper ul{width: 44px;height: 76px;line-height: 87px;}
.task-data-html .flip-clock-wrapper ul li a div{font-size: 74px;}
.task-data-html .flip-clock-wrapper ul li{line-height: 78px;}
.task-data-html .flip-clock-divider .flip-clock-label{font-size: 20px;top: -1em; right:-75px}
.task-details-card.high-color{background: #ffe2e2;z-index: 1;} 
.task-details-card.medium-color{background: #fff8dc;} 
.task-details-card.low-color{background: #f7f6f2;} 
/* .blinking-border::before{content:'';border: 1px solid #ff214f;animation-name: blinking-border;animation-duration: 3s;animation-iteration-count:  infinite;position: absolute;top: 0;right: 0;left: 0;bottom:0px; z-index: -1;} */
/* .blinking-border{position: relative;} */
.list-of-task{height: auto !important;}
.priority-font{font-weight: 600; background-color: #ffe2e2; padding-top: 0.125rem!important;padding-bottom: 0.125rem!important;    padding-left: 0.75rem!important;padding-right: 0.75rem!important; border-radius: 9999px;}
.card-count{color: rgb(100,116,139); font-size: 30px; font-weight: 800;}	
.task-title{font-size: 16px;word-wrap: break-word;font-weight: 900;margin-bottom: 1px;margin-right: 60px;}
.task-details-card .task-details-text{font-size: 14px; color: #455A64;}
.task-details-text{font-size: 14px; color: #455A64;}
.hr-line{width: 94%; float:center;color: #DEE2E6;}
.icon-content{line-height: 27px;}
button.btn.btn-outline-primary.mr-1.task-button {padding-left: 30px;padding-right: 30px;}
.btn-outline-primary {color: #007bff;border-color: #ffe2e2;}
.task-card.bg-color {background: #f6f8fc;}
.task-list .card {position: relative;display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;min-width: 0;word-wrap: break-word; background-color: #fff; background-clip: border-box; border: none !important;  border-radius: 10px;box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);}
.task-list .card-footer {padding: 0rem 1.25rem;/* background-color: rgb(248, 250, 252); */background-color: white;opacity: 1; border-top: 0px solid rgba(0,0,0,.125);}
/* @keyframes blinking-border {
    from {opacity:1;}
    to {opacity:0.2;}
  } */
.main-task-list .hr {margin-top: 0rem !important;	margin-bottom: 0rem !important;border: 0;border-top: 1px solid rgba(0,0,0,.1);}
.icon-blue{color: #455A64!important;}
.task-list-icon{background-color: #EFF3F6;padding: 7px;border-radius: 4px;opacity: 1;margin-right: 10px;}
.task-icon-row{margin: 5px 0;}
.task-description-text{font-size: 14px;color: #8D8D8D;margin-top: 5px;}
/* .task-name{
	position: relative;
} */
.priority-section{margin-top: 15px;}
/* .low-color{border-left: 3px solid green;} */
/* .high-color{border-left: 3px solid red;} */
.High::before{
	position: absolute;
    content: " ";
    left: 0;
    top: 19px;
    width: 5px;
    border-radius: 100px;
    height: 66%;
    background-color: #FF214F;
}
.task-detail.High::before{display: none;}
.task-detail.Medium::before{display: none;}
.task-detail.Low::before{display: none;}
.Medium::before{
	position: absolute;
    content: " ";
    left: 0;
    top: 19px;
    width: 5px;
    border-radius: 100px;
    height: 66%;
    background-color: #FFB744;
}
.Low::before{
	position: absolute;
    content: " ";
    left: 0;
    top: 19px;
    width: 5px;
    border-radius: 100px;
    height: 66%;
    background-color: #6A900C;
}
.working-paused.High{Padding :0px 7px 0px 7px;background: rgba(255, 33, 79, 0.1);width: auto;height: 22px;color: rgba(255, 33, 79, 1);border-radius: 4px;font-size: 14px;}
.working-paused.Medium{Padding :0px 7px 0px 7px;background: rgba(255, 183, 68, 0.1);width: auto;height: 22px;color: rgba(255, 183, 68, 1);border-radius: 4px;font-size: 14px;}
.working-paused.Low{Padding :0px 7px 0px 7px;background: rgba(106, 144, 12, 0.1);width: auto;height: 22px;color: rgba(106, 144, 12, 1);border-radius: 4px;font-size: 14px;}
/* .medium-color{border-left: 3px solid yellow;} */
.option-btn{font-size: 22px !important; position: absolute;right: 35px;top: 3px;opacity: 1; cursor: pointer;}
.dropdown-toggle::after {display: none;margin-left: 0.255em;vertical-align: 0.255em;content: "";border-top: 0.3em solid;border-right: 0.3em solid transparent;border-bottom: 0;border-left: 0.3em solid transparent;opacity: 1;}
.option-btn .dropdown-toggle::after {opacity: 0;}
.working-paused.badge {color: rgba(255, 183, 68, 1);background-color: rgba(255, 183, 68, 0.1);display: inline-block;font-size: 14px;font-weight: 100;line-height: 1.5;text-align: center;white-space: nowrap;vertical-align: middle;border-radius: 4px;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width: auto;height: 22px;padding: 0px 7px;}
.working-paused.badge.Not-Started {color: #6B728E;background-color: rgba(107, 114, 142, 0.1);display: inline-block;font-size: 14px;font-weight: 100;line-height: 1.5;text-align: center;white-space: nowrap;vertical-align: middle;border-radius: 4px;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width: auto;height: 22px;padding: 0px 7px;}
.working-paused.badge.blinking{color: rgba(95, 141, 78, 1);background-color:rgba(95, 141, 78, .1);}
.task-details-text-date{font-size: 14px; color:black; font-weight: 500;}
.task-status-text{font-size: 14px;color: black;}
.task-details-icon-text{font-size: 14px;color: black;}
.task-open-arrow{width: 19px; margin-right: 7px; cursor: pointer;}
.angle-right-arrow {font-size: 24px;color: #8D8D8D;}
/* .angle-right-arrow.blinking{color: #007BFF !important;} */
.main-box-flex:hover .angle-right-arrow{color: #007BFF !important;}
.main-box-flex{cursor: pointer !important;}
@media (max-width: 992px) { 
	.border-right{border: none !important;}
 }
 @media (min-width: 768px) { 
	.task-name-width{width: 55% !important;}
	.main-task-list.task-list-width{width: 32%;}
 }
 .main-task-list.task-list-width{padding-left: 10px;}
 @media (max-width: 767px) { 
	.main-task-list.task-list-width{padding-left: 0;padding-top: 10px;}
 }
.fa-ellipsis-v{color: black;opacity: .5 !important;}

.task-detail-info-text{color: #374957;font-size: 14px; margin-right: 19px;opacity: .75;}
.task-detail-img-user{border-radius: 100px;width: 24px;height: 24px;object-fit: cover;}
.task-detail-text{font-size: 14px;color: black;}

/* comment css  */
.comment-input-sec{background-color: white;position: sticky !important;bottom: 0 !important;left:0;width: 100%;padding: 15px;z-index: 11111;}
.comment-input{
    width: 100%;
    padding: 16px;
    background: #f1f1f1f1;
    border-radius: 100px;
    /* margin-bottom: 35px;  */
    height: 48px;
    padding-right: 50px;
    font-size: 14px;
    color: #455A64;
}
@media (max-width:576px) {
	.comment-input{
		margin-bottom: 0; 
	}
	.woring-task-tab{font-size: 12px !important;}
}
.send-btn{
	position: absolute;
	right: 40px;
	top: 28px;
	font-size: 16px;
	color: #455A64 !important;
	cursor: pointer;
}

.comment-user-name{font-size: 16px;}
.comment-card{border: 1px solid #CFD9E0;border-radius: 10px;padding: 20px 13px;}
.comment-text{font-size: 14px;color:  #8D8D8D;}
.comment-user-img{width: 54px;height: 54px;border-radius: 100px;}
.nots-content{font-size: 14px;color: #8D8D8D;margin-bottom: 0;margin-top: 5px;}
.row.task-comment-info {
    margin-bottom: 0;
}

/* dashboard css end */

/* responsive css start */
@media(max-width: 767px){
	.custom-dashboard-part{padding: 20px 5px;}
	.custom-dashboard-part .admin-dashboard-section-part .card-project, 
	.custom-dashboard-part .admin-dashboard-section-part .card-employee, 
	.custom-dashboard-part .admin-dashboard-section-part .card-statistics,
	.custom-dashboard-part .admin-dashboard-section-part .card-invoice{margin-bottom: 15px;}
	.custom-dashboard-part .employee-dashboard-main-part .today-grid .today-task-list .task-card .task-text{width: 80%;}
	.custom-dashboard-part .employee-dashboard-main-part{padding: 20px 10px;}
}
@media(max-width: 575px){
	.custom-dashboard-part .employee-dashboard-main-part .today-grid .today-task-list .task-card .task-text{font-size: 18px;}
	.custom-dashboard-part .employee-dashboard-header .employee-name{font-size: 21px;}
	.custom-dashboard-part .employee-dashboard-header .week-date-text{font-size: 15px;}
	.custom-dashboard-part .employee-dashboard-header .employee-image{height: 50px;width: 50px;}
	.custom-dashboard-part .employee-dashboard-main-part .today-grid .today-task-list .task-card .task-image{height: 40px;width: 40px;}
	/* .breadcrumb-wrapper .text-light {font-size: 18px;padding-top: 6px;} */
	.breadcrumb-wrapper{padding-bottom: 16px !important;}
}
@media(max-width: 420px){
	.custom-dashboard-part{padding: 20px 0px;}
	/* .breadcrumb-wrapper .text-light {font-size: 17px;padding-top: 9px;} */
}
@media(max-width: 360px){
	.custom-dashboard-part .employee-dashboard-main-part .today-grid .today-task-list .task-card .task-text{font-size: 17px;}
	.custom-dashboard-part .employee-dashboard-header .employee-name{font-size: 20px;}
	.custom-dashboard-part .employee-dashboard-header .week-date-text{font-size: 14px;}
	/* .breadcrumb-wrapper .text-light {font-size: 15px;padding-top: 10px;} */
	/* .breadcrumb-wrapper a.add-text-color{font-size: 12px;} */
	/* .bg-filter{font-size: 12px;} */
	
}
@media(max-width: 320px){
	.custom-dashboard-part .employee-dashboard-main-part .today-grid .today-task-list .task-card .task-text{font-size: 15px;}
	.custom-dashboard-part .employee-dashboard-header .employee-name{font-size: 18px;}
	.custom-dashboard-part .employee-dashboard-header .week-date-text{font-size: 13px;}




}
/* responsive css end */

@media(min-width: 1200px){
	.wrapper .sidebar{transition: all 0.25s ease;}
	.wrapper.toggled .sidebar {
		transform: translate3d(0,0,0);
		box-shadow: none;
		width: 70px;transition: all 0.25s ease;
	}
	.wrapper.toggled .sidebar .sidebar-nav a[data-toggle="collapse"].collapsed:after{display: none;transition: all 0.25s ease;}
	.wrapper.toggled .sidebar .sidebar-nav a .nav-text{
		display: none;transition: all 0.25s ease;
	}
	.wrapper.toggled .working-hour-sec{border: none !important;}
	.wrapper.toggled .working-hour{background-color: transparent !important;}
	.wrapper.toggled .nav-text{
		display: none;transition: all 0.25s ease;
	}
	.wrapper.toggled .working-hour .fa-clock-rotate-left {
		font-size: 1rem;
	}
	.wrapper.toggled .sidebar-nav{
		max-height: calc(100vh - 65px) !important;
	}
	.wrapper.toggled .navbar {
		left: 70px;
	}
	.toggled .content{margin-left: 70px;transition: all 0.25s ease;}
	.wrapper.toggled .sidebar .logo-text-tiger-hr{font-size: 15px;text-align: center;transition: all 0.25s ease;color: #212529;}
	.wrapper.toggled .sidebar .sidebar-nav a[data-toggle="collapse"] + .navbar-collapse .nav{margin-left: 0 !important;}
	.wrapper.toggled .sidebar .sidebar-nav a[data-toggle="collapse"]:not(.collapsed):after{display: none;transition: all 0.25s ease;}
	.wrapper .sidebar .active .nav-link-items{background-color: #007bff1f!important;color: #007BFF;}
}
.wrapper .sidebar .nav-link-items{color: #333;transform: 0.5s;}
/* .wrapper .sidebar{background: #34444c;}
.wrapper .sidebar .nav-link-items:hover{background-color: #fff;color: #667eea;}
.wrapper .sidebar .active > .nav-link-items{background-color: #fff;color: #667eea;}
.logo-text-tiger-hr{color: #b7c0cd;} */
.particles-js-canvas-el {position: absolute;top: 0;z-index: 0; display: none;}
.login-page .main-card{z-index: 111;}
.bdy-bg-color {
    background: rgba(12, 83, 157, 0.3);
}
.login-page .container-login{width: 80%;margin: 0 auto;}
@media(min-width: 992px){
	.login-page .login-image{width: 90%;}
	
}
@media(max-width: 575px){
	.login-page .container-login{width: 90%;}
	.flex-direction-sm-column{flex-direction: column;}
}


/* Modal Css */
.description-part{border-right: 1px solid #ddd;}
/* comment-text-css */
.nots-content{word-break: break-all;}
.main-box-flex{display: flex;flex-direction: column;}
.record-heading{display: flex;}
.employee-list-panel{word-break: break-word;}

@media(max-width:1200px){
	.navbar-collapse li.active .nav-link-items{background-color: #007bff1f!important;color: #007BFF;}
}

.puls-input-btn-overlay{position: absolute !important;top: 0;right: 0;}

/* .page-not-found-section  */
.page-not-found-section{min-height: 100vh;position: relative;overflow: hidden;background-color: #f1f1f1;}
.page-not-found-section .page-not-found-content{margin-top: 100px;}
.page-not-found-section .page-not-found-content .number-text{display: flex;align-items: center;justify-content: center;margin: 20px 0;}
.page-not-found-section .page-not-found-content .number-text .text{font-size: 200px;font-weight: bold;line-height: 1;color: #667eea;}
.page-not-found-section .page-not-found-content .number-text .smaily-image{width: 184px;margin: 0 10px;}
.page-not-found-section .page-not-found-content .error-text{font-size: 77px;text-align: center;line-height: 1;font-weight: bold;text-transform: uppercase;color: #667eea;letter-spacing: 3px;}
.page-not-found-section .page-not-found-content .normal-text{font-size: 28px;text-align: center;font-weight: bold;color: #667eea;}
.page-not-found-section .page-not-found-content .links-pages{text-align: center;margin-top: 20px;}
.page-not-found-section .page-not-found-content .links-pages .common-link{display: inline-block;padding: 8px 15px;background-color: #667eea;color: #fff;border-radius: 5px;min-width: 120px;text-decoration: none;}
.page-not-found-section .page-not-found-content .links-pages .common-link.home-page-link{margin-right: 10px;}
@media(max-width: 1024px) {
    .page-not-found-section .page-not-found-content{margin-top: 200px;}
}
@media(max-width: 767px){
    .page-not-found-section .page-not-found-content .number-text .text{font-size: 150px;}
    .page-not-found-section .page-not-found-content .number-text .smaily-image{width: 134px;}
    .page-not-found-section .page-not-found-content .error-text{font-size: 55px}
    .page-not-found-section .page-not-found-content .normal-text{font-size: 22px;}
}
@media(max-width: 375px){
    .page-not-found-section .page-not-found-content .number-text .smaily-image{width: 100px;}
    .page-not-found-section .page-not-found-content .number-text .text{font-size: 110px;}
    .page-not-found-section .page-not-found-content .error-text{font-size: 44px;}
    .page-not-found-section .page-not-found-content .normal-text{font-size: 18px;}
	.task-data-html .flip-clock-wrapper ul li a div{font-size: 68px;}
	.task-data-html .flip-clock-wrapper ul{width: 40px;height: 65px;line-height: 87px;}
	.task-data-html .flip-clock-wrapper ul li a .inn{font-size: 50px;}
	.task-data-html .flip-clock-wrapper ul li{line-height: 68px;}
}
/* .page-not-found-section  */

/*  */
.page-not-found header {display: none;}
.wrapper.page-not-found{padding-left: 0;padding-top: 0px;}
.twt-vertical-align {vertical-align:middle !important;}
.button-wrap{display: flex; max-width: 180px; min-width: 100%; justify-content: center;}

.pending-leave-card{height: 427px;}
.pending-leave-card-scroll{overflow-y: scroll;overflow-x: hidden;height: 300px;}

fieldset.scheduler-border {width: auto;border: 1px solid #ced4da !important;padding: 0 1.4em 1.4em 1.4em !important;margin: 0 0 1.5em 0 !important;box-shadow: 0px 0px 0px 0px #000;}
legend.scheduler-border {font-size: 1.2em !important;font-weight: bold !important;text-align: left !important;width: auto;padding: 0 10px;border-bottom: none;}
.mdtimepicker .mdtp__wrapper{transform: translate(-50%, -50%) !important;top: 50% !important;bottom: unset !important;}


/* Bootstrap Carousel Css Start */
.carousel .carousel-control-next, .carousel .carousel-control-prev { position: initial; opacity: 1; width: 100px; }
.carousel-control-next, .carousel-control-prev{opacity: 1;}
/* Bootstrap Carousel Css Start */

.radio-boxes .radio-box { position: relative;}
.radio-boxes .radio-box:not(:last-child) { padding-right: 3px; }
.radio-boxes .radio-box input[type="radio"] { opacity: 0; position: absolute; top: 0; left: 0; }
.radio-boxes .radio-box .form-check { padding-left: 0; }
.radio-boxes .radio-box .form-check-label {background: #fff;padding: 8px 12px;border-radius: 4px;cursor: pointer;border: 1px solid #ddd;text-align: center;font-weight: bold;transition: 0.25s all;height: 85px;display: flex;align-items: center;justify-content: center;font-size: 16px;}
.radio-boxes .radio-box input[type="radio"]:focus ~ .form-check-label,
.radio-boxes .radio-box input[type="radio"]:checked ~ .form-check-label {border-color: #667eea;background-color: #667eea;color: #fff !important;}
@media (max-width:575px) {
	.radio-boxes .radio-box .form-check-label { font-size: 80%; }
}

.radio-boxes .radio-box { position: relative;}
.radio-boxes .radio-box:not(:last-child) { padding-right: 3px; }
.radio-boxes .radio-box input[type="checkbox"] { opacity: 0; position: absolute; top: 0; left: 0; }
.radio-boxes .radio-box .form-check { padding-left: 0; }
.radio-boxes .radio-box .form-check-label {background: #fff;padding: 8px 12px;border-radius: 4px;cursor: pointer;border: 1px solid #ddd;text-align: center;font-weight: bold;transition: 0.25s all;height: 85px;display: flex;align-items: center;justify-content: center;font-size: 16px;}
.radio-boxes .radio-box input[type="checkbox"]:focus ~ .form-check-label,
.radio-boxes .radio-box input[type="checkbox"]:checked ~ .form-check-label {border-color: #667eea;background-color: #667eea;color: #fff !important;}
@media (max-width:575px) {
	.radio-boxes .radio-box .form-check-label { font-size: 80%; }
}

/* quotation-form-control */
.quotation-form-control{text-align: center;}
.radio-boxes .form-check-label:hover{transform: translateY(-1px);box-shadow: 0 5px 10px -3px rgb(0 0 0 / 35%);}
.custom-label-header{font-size: 17px;}
.custom-label-main{display: flex;}
.add-column-width{width: 44%;margin-left: 1%;margin-right: 1%;}
@media(max-width:991px){
	.main-wrap-section{flex-wrap: wrap;}
}
/* quotation-form-control */

.wrap-text{word-break: break-word;position: relative;}
.overlay-button-close{position: absolute;right: -9px;top: -5px;}
.custom-close-button-file{border-radius: 50%;height: 22px;width: 22px;display: flex;align-items: center;justify-content: center;font-size: 13px;}

label.invalid-input{width: 100%;}

.quotation-main .radio-boxes input[type="checkbox"]:checked+.card{background-color: #667eea;color: white;box-shadow: 0 5px 10px -3px rgb(162 162 162 / 75%);border: 1px solid transparent;}
.quotation-main .radio-boxes .card {background: #fff;padding: 8px 12px;border-radius: 4px;cursor: pointer;border: 1px solid #ddd;text-align: center;font-weight: bold;transition: 0.25s all;height: 85px;display: flex;align-items: center;justify-content: center;font-size: 16px;}
.quotation-main .custom-box-label{display: block; text-align: center; font-size: 16px;}

.interview-action-col .btn{margin-bottom:5px;}
.interview-action-col{max-width: 130px;width: 130px; min-width: 130px;}



/* water expense */
.table thead th, .table td{
	vertical-align: middle;
	/* word-break: break-word; */
}
.Generate-report {
    text-align: center;
    background: var(--primary-color);
    color: #fff;
    display: table;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px;
}
.Generate-report:hover, .print-btn:hover {
    color: #fff;
    text-decoration: none;
}
.print-btn{
	text-align: center;
    background: var(--primary-color);
    color: #fff;
    display: table;
    padding: 10px 20px;
    font-size: 14px;
    margin: 20px auto 5px auto;
    border-radius: 5px;
	border:none;
}
.modal-header button.close {
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    position: absolute;
    right: -13px;
    top: -18px;
    border-radius: 50px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-size: 25px;
	padding: 0;
    margin: 0;
}
@media (max-width:576px) {.modal-header button.close{right: -7px;}}
.modal-content{
	border: none;
    border-radius: 0;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}
button:focus{
	outline: none;
}

.generate-report-box {
    position: sticky;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
    border-top: 1px solid #ddd;
    bottom: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 15px 0;
    padding-bottom: 15px;
}

.card-lesson .table-responsive table thead th {
    background-color: var(--primary-color);
    color: #fff;
}
.card-lesson .card-header{
	background-color: var(--primary-color);
}
.card-lesson .card-header .course-content {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.form-check input {
	margin-top: 9px;
}
.form label.error, label.error{
	font-size: 90%;
	margin: 0;
}
.selection .select2-selection--single:focus-visible{
    border-color: var(--primary-color) !important;
}
.select2-container--default.select2-container--focus .select2-selection, .select2-container--default.select2-container--open .select2-selection{
	border-color: var(--primary-color);
	box-shadow: 0 0 0 0.05rem rgb(102 126 234 / 25%) !important;
	border: 1px solid var(--primary-color);
	border-radius: 0.25rem;
	color: #495057;
	background-color: #fff;
	outline: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.add-btn:focus{
	border-color: var(--primary-color) !important;
	box-shadow: 0 0 0 0.05rem rgb(102 126 234 / 25%) !important;
	border: 1px solid var(--primary-color);
	border-radius: 0.25rem;
	color: #495057;
	background-color: #fff;
	outline: 0 !important;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (min-width: 1200px) {
	.toggled .sidebar-logo{display: none;} 
	.sidebar-text{display: none;}
	.toggled .sidebar-text{display: block;}
}
@media (max-width: 1200px) {
	.toggled .sidebar-text{display: none;}
}
.task-btn{width: 27%;}
 @media (max-width: 536px) {
	.task-btn{width: 31%;}
}
@media (max-width: 458px) {
	.task-btn{width: 40%;}
} 
@media (max-width: 371px) {
	.task-btn{width: 47%;}
} 
/* .toggled .sidebar-logo{display: none;} 
.sidebar-text{display: none;}
.toggled .sidebar-text{display: block;} */

/* deep suthar  */

/* dashboard */
.employee-dashboard .main-listing-section{background-color: #f0f1f7;min-height: 100vh;}
.breadcrumb-wrapper {background: #fff;padding: 10px 20px !important;box-shadow: 0px 0px 10px 0px #00000020; border-radius: 0px;height: 53px;margin-top: 7px;}
.breadcrumb-wrapper .btn-light {padding: 6px 10px;font-size: 13px;line-height: 1.5;border-radius: 0;background: var(--primary-color);color: #fff !important;}
.breadcrumb-wrapper .category-add-link {color: #333;font-size: 14px;}
.breadcrumb-wrapper .breadcrumb-item{font-size: 14px;}
.header-title {font-size: 23px;font-weight: 500;color: #667eea;}
.welcome-header-title{font-size: 20px;line-height: 21px;color: #000;font-weight: 500;margin-bottom: 0;}
.employee-dashboard .designation{font-size: 14px;line-height: 18px;color: #455A64;}
.bg-light-color {background: #eaedf7;}
.dashboard-user-img{width: 50px;margin: 0;border: 0;border-radius: 5px; border-radius: 50%;}
@media (max-width:576px) {
	.welcome-header-title{font-size: 16px;line-height: 21px;margin-bottom: 3px;}

}

.employee-dashboard .main-listing-section .card-display{border-radius: 10px !important;}
/*-----------all in one class-----------------------*/

.card-title{font-size: 18px;line-height: 22px;color: black;}
.employee-dashboard .card-title{font-weight: 600;}
.apply-card-title{font-size: 15px;}



/*-----------all in one class-----------------------*/

/* < -------holiday-slider-----> */
.holiday-display .holiday-slider .slick-next{right: 10px;}
.holiday-display .holiday-slider .slick-prev:before{ content: "\f104"; font-size: 24px; font-family: "Font Awesome 5 Free"; font-weight: 900; color:black;}
.holiday-display .holiday-slider .slick-next:before{ content: "\f105"; font-size: 24px; font-family: "Font Awesome 5 Free"; font-weight: 900; color:black;}
.holiday-display .holiday-slider .slick-prev{left: 10px; z-index: 1;}
.holiday-display .holiday-slider {color: var(--primary-color);}
.all-holiday .date-view{width: 60px;height: 57px; border-radius: 5px;}
.all-holiday .media{align-items: center;}
.all-holiday .badge{font-size: 75%;padding: 5px; font-weight: 500; background-color:rgb(196, 117, 27);color: #fff; display: block; }
.past-holiday{ pointer-events: none; opacity: 0.4;}
.holiday-card .holiday-name{font-size: 17px; margin-right: 5px !important; width: fit-content; display: flex; justify-content: start; align-items: center; flex-wrap: wrap; margin-bottom: 5px; gap: 5px;}
.all-holiday,.past-holiday{padding-left: 30px;}
.view-all-btn{font-size: 14px;line-height: 18px;color: #212529;text-decoration: none !important;transition: all 0.1s ease-in-out;border-bottom: 1px solid transparent;}
.view-all-btn:hover{border-bottom: 1px solid var(--primary-color);color: var(--primary-color);}
.holiday-slider .holiday-slider-name{color: black;}
@media ( max-width:425px){
.holiday-slider .holiday-slider-name{font-size: 20px;}
}
/* 
@media (max-width:767px) and (min-width:575px) {
.all-holiday .badge{width: fit-content; display: block; margin-top: 3px; margin-left: 0;} 
} */

/* <----- Holiday list view ------> */
 .f-20{ font-size:18px;}
 .f-25{ font-size:25px;}
.bg-jan{background-color: rgb(10 121 190); }
.bg-feb{background-color: rgb(7 160 227); }
.bg-mar{background-color: rgb(34 151 109); }
.bg-apr{background-color: rgb(117 176 82); }
.bg-may{background-color: rgb(184 192 45); }
.bg-jun{background-color: rgb(251 198 42); }
.bg-jul{background-color: rgb(240 131 64); }
.bg-aug{background-color: rgb(231 94 78); }
.bg-sep{background-color: rgb(228 65 108); }
.bg-oct{background-color: rgb(181 75 139); }
.bg-nov{background-color: rgb(114 78 140); }
.bg-dec{background-color: rgb(28 77 156); }

.border-jan{ border: solid 1px rgb(10 121 190);border-radius: 5px; }
.border-feb{border: solid 1px rgb(7 160 227);border-radius: 5px; }
.border-mar{ border: solid 1px rgb(34 151 109);border-radius: 5px; }
.border-apr{ border: solid 1px rgb(117 176 82);border-radius: 5px; }
.border-may{ border: solid 1px rgb(184 192 45);border-radius: 5px; }
.border-jun{ border: solid 1px rgb(251 198 42);border-radius: 5px; }
.border-jul{ border: solid 1px rgb(240 131 64);border-radius: 5px; }
.border-aug{border: solid 1px rgb(231 94 78);border-radius: 5px; }
.border-sep{ border: solid 1px rgb(228 65 108);border-radius: 5px; }
.border-oct{ border: solid 1px rgb(181 75 139);border-radius: 5px; }
.border-nov{ border: solid 1px rgb(114 78 140);border-radius: 5px; }
.border-dec{border: solid 1px rgb(28 77 156);border-radius: 5px; }


@media (max-width: 992px) and (min-width: 767px) {

	.holiday, .holiday>.card{height: 100%;}
	.punch-time, .punch-time>.card{height: 100%;}
	.quick-links, .quick-links>.card{height: 100%;}
	.on-leave, .on-leave>.card{height: 100%;}
	.leave-balance, .leave-balance>.card{height: 100%;}
	.adjustment-status, .adjustment-status>.card {height: 100%; padding-bottom: 0 !important;}
	
}
.holiday-year-btn{color: var(--primary-color);}
.holiday-year-btn:hover{color: var(--primary-color);}


.holiday-display .holiday-slider .slick-prev {
		left: 10px;
		z-index: 1;
	}

.slick-prev, .slick-next {
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 50%;
		display: block;
		width: 20px;
		height: 20px;
		padding: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		cursor: pointer;
		color: transparent;
		border: none;
		outline: none;
		background: transparent;
}


/*------------------------punch-time------------------------*/
.punch-time .punch-time-card{color: #212529;font-size: 20px; font-weight: 500; margin-top: 10px;}
.punch-time .display-time{font-size: 22px;margin-bottom: 0; font-weight: 500; color: var(--primary-color);}
.punch-time .curr-time-title{font-size: 13px; color: var(--primary-color); font-weight: 400;}
/* .punch-time .punch-time-item{border-right: 1px solid var(--primary-color);} */
.punch-time .punch-time-item:last-child{border-right:none}
.view-all-btn{padding-left: 0;}
.punch-time .puch-time-row{border-bottom: 1px solid #DEE2E6;padding-bottom: 10px;}
.punch-time .today-date{font-size: 13px;color: #555555;}
@media (max-width:425px){
  .punch-time .display-time{font-size: 18px;}
  .punch-time .punch-time-card{font-size: 18px;}
}


/*----------------------event contant section----------------*/
.event-list .tab-content {display: none;background: #ededed;padding: 15px;}
.event-list .tab-content.current {display: block;background: #fff;}
.event-list .tab-content .tab-title {color: #414141;font-weight: 400;}
.event-list .tab-content .tab-title2 {color: #a5a5a5;}
.member-list .member-card {text-align: center;margin-bottom: 10px;padding-left: 12px;padding-right: 12px;}
.member-card .more-member .more-member-list .member-card{margin: 0;}
.member-list .member-card .member-img-card {width: 40px; min-width: 40px;height: 40px;border-radius: 50%;overflow: hidden;margin: 0 auto;vertical-align: middle;}
.member-list .member-card .member-img-none {display: flex;justify-content: center;color: #fff;}
.member-list .member-card .member-img-none.bg-1 {background: #4caf50;}
.member-list .member-card .member-img-none.bg-2 {background: orangered;}
.member-list .member-card .member-img-none.bg-3 {background: var(--primary-color);}
.member-list .member-card .member-img-none.bg-4 {background: salmon;}
.member-list .member-card .member-img-none.bg-5 {background: sandybrown;}
.member-list .member-img-card .member-img-text {width: fit-content;height: fit-content;font-size: 18px;margin: auto;}
.member-list .member-card .member-img {width: 100%; height: 100%; background: no-repeat center;background-size: cover;object-fit: cover;border-radius: 50%;}
.member-list .member-card .member-name {margin-bottom: 0;font-size: 13px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.member-card .bd-time{color: #a5a5a5;font-size: 12px;}
.next-day .member-card .bd-time {color: #a5a5a5;font-size: 12px;}
.next-day .member-card .more-member .member-detail {text-align: start;}

.event-list .my-today, .event-list .next-day{margin-top: 15px;}
.event-list .my-today:first-child{margin-top: 0;}

.leave-card .member-list .member-card .member-name{color: #212529;}


/*----------------------event link section----------------*/

.tab-link-card {margin: 0px;padding: 0px;list-style: none;border-bottom: 1px solid #CFD9E0;display: flex;justify-content: start;}
.tab-link-card .tab-link {background: #ffffff;color: #212529;display: inline-flex;padding: 10px 15px;cursor: pointer;justify-content: center;align-items: center;position: relative;border-radius: 10px;}
.tab-link-card .my-event-btn{padding-left: 11px;}
.tab-link-card .tab-link::after {position: absolute;content: '';width: 0;transition: 0.5s ease-in-out;height: 2px;background-color: #007BFF;bottom: -1px;left: -4px;margin: 0px 5px;}
.tab-link-card .tab-link:hover::after,
.tab-link-card .tab-link.current::after {width: 100%;}
.tab-link-card .tab-link .link-num {margin-right: 5px;}
.tab-link-card .tab-link .link-icon {width: 20px;object-fit: contain; margin-right: 5px;position: relative;z-index: 2;}
.tab-link-card .tab-link .link-icon::after {position: absolute;content: '';top: 0;left: 0;width: 100%;height: 100%;background: #000;z-index: 1;border: 1px solid #000;}
.tab-link-card .tab-link .link-text{font-size: 13px;}
.tab-link-card .today-tab-link{display: flex;align-items: center;padding: 0 12px;cursor: default;}

@media(max-width:1055px) and (min-width:992px){
.tab-link-card .tab-link .link-text{font-size: 11px;}

}

@media (max-width: 575px) {
  .tab-link-card .tab-link .link-text {display: none;}
  .tab-link-card .tab-link .link-num {margin-right: 5px;position: absolute;top: 2px;left: 30px;background: red;border-radius: 50%;padding: 1px 7px;color: #fff;z-index: 2;font-size: 12px;}
  .tab-link-card .tab-link .link-icon {width: 30px;height: 30px;}
  .tab-link-card .tab-link{padding: 6px 12px; height: auto;}
}


/*----------------------event contant section----------------*/
.event-list .tab-content {display: none;background: #ededed;padding: 15px;}
.event-list .tab-content.current {display: block;background: #fff;}
.event-list .tab-content .tab-title {color: #000;font-weight: 400;}
.event-list .tab-content .tab-title2 {color: #555555;}
.member-list .member-card {text-align: center;margin-bottom: 10px;padding-left: 12px;padding-right: 12px;}
.member-card .more-member .more-member-list .member-card{margin: 0;}
.member-list .member-card .member-img-card {width: 40px; min-width: 40px;height: 40px;border-radius: 50%;overflow: hidden;margin: 0 auto;vertical-align: middle;}
.member-list .member-card .member-img-none {display: flex;justify-content: center;color: #fff;}
.member-list .member-card .member-img-none.bg-1 {background: #4caf50;}
.member-list .member-card .member-img-none.bg-2 {background: orangered;}
.member-list .member-card .member-img-none.bg-3 {background: var(--primary-color);}
.member-list .member-card .member-img-none.bg-4 {background: salmon;}
.member-list .member-card .member-img-none.bg-5 {background: sandybrown;}
.member-list .member-img-card .member-img-text {width: fit-content;height: fit-content;font-size: 18px;margin: auto;}
.member-list .member-card .member-img {width: 100%; height: 100%; background: no-repeat center;background-size: cover;object-fit: cover;border-radius: 50%;}
.member-list .member-card .member-name {margin-bottom: 0;font-size: 13px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.next-day .member-card .bd-time {color: #a5a5a5;font-size: 12px;}
.next-day .member-card .more-member .member-detail {text-align: start;}

.event-list .my-today, .event-list .next-day{margin-top: 15px;}
.event-list .my-today:first-child{margin-top: 0;}

@media (max-width: 992px) {.apply-leave .member-list .member-card .member-name{padding-left: 22px; padding-right: 0;}}
/*-----------more list--------------------*/
.more-member {position: relative;}
.member-mdtn {display: flex;justify-content: center;align-items: center;}
.member-mdtn .my-more-btn {width: 40px;height: 40px;border: 1px solid #a5a5a5;border-radius: 50%;font-size: 13px;display: flex;justify-content: center;align-items: center; line-height: 0px;}
.member-mdtn .my-more-btn>i{font-size: 10px; margin-right: 2px;}
.member-mdtn .my-more-btn:focus {box-shadow:0 0 0 0.2rem rgb(88 88 88 / 25%);}
.more-member-list {position: absolute;top: -268px;left: 50%;transform: translateX(-50%);width: 190px; max-width: 190px; height: 260px;overflow-y: scroll; z-index: 2;padding: 10px 0;gap: 10px 0;}
.more-member .more-member-list .member-card {display: flex;justify-content: start;align-items: center;}
.more-member .more-member-list .member-card .member-img-card {margin: 0;margin-right: 10px;}
.more-member .more-member-list .member-detail{width: 60%;}
.no-event-img {width: 70%;background: no-repeat center;background-size: cover;object-fit: contain;}
.no-event-title{color: #80808099; font-size: 15px;margin-left: 15px;}
.no-birthday-today,.no-anniversary-today {width: 15%;background: no-repeat center;background-size: cover;object-fit: contain; padding-bottom: 10px;}
.no-new-joinee-today{width: 15%;background: no-repeat center;background-size: cover;object-fit: contain;}
.collapsed .my-nav-icon::before {content: "\f107";}
.event-list .card{border: 1px solid transparent;border-radius: 10px;}
.more-members-body{border: 1px solid #DEE2E6 !important;border-radius: .25rem !important;}
/*----------------------event contant section end----------------*/

.quick-links .quick-link-card .q-links{width: 50%;padding: 3px;color: #555555;font-size: 14px;text-decoration: none;}
.quick-links .quick-link-card .q-links:hover{color: var(--primary-color);}
.quick-links .quick-link-card {padding-top: 10px;}

/*-------------------------------leave balance------------------------*/ 
.leave-balance .status-bar-card {text-align: center;padding: 0 5px;}
.leave-balance .status-bar-card .status-bar {margin-bottom: 10px;}
.leave-balance .status-bar-name {font-size: 12px;color: #555555;font-weight: normal;margin-bottom: 0;}
.leave-balance .adjustment-status-item{border: none;}
/* .leave-balance .status-links{padding-right: 10px;} */
.leave-balance .status-links{padding: 0;display: flex;flex-direction: column;gap: 10px;}
.leave-balance .status-links .status-links-div{display: flex;gap: 10px;flex-direction: column;}
.leave-balance .status-links .status-bar-link{background: #e9e9e9;padding: 8px 2px;border-radius: 6px;color: #212529;text-align: center;text-decoration: none;}
@media(max-width: 575px){
	.leave-balance .status-links .status-links-div{flex-direction: row;}
 	.leave-balance .status-links{display: flex; padding-top: 10px; text-align: center; margin-bottom: 0 !important;}
 	.leave-balance .status-links .status-bar-link{width: 50%;}
 	.no-birthday-today,.no-anniversary-today{width: 12%;}
 	.no-event-title{ font-size: 13px;margin-left: 3px;}
}
@media (max-width: 991px) and (min-width: 767px){
.leave-balance .status-links{display: flex; padding-top: 10px; text-align: center; margin-bottom: 0 !important; padding-top: 0;}
.leave-balance .status-links .status-bar-link{width: 50%; margin-bottom: 0; }

}
.document-folder .modal-header {background: #8d191a;color: #fff;border-radius: 0;padding: 10px 15px;}
.document-folder .modal-header .close{opacity: 1;font-size: 26px;text-shadow: none;padding: 0;margin: 0;color: #8d191a;background: #fff;width: 30px;height: 30px;position: absolute;right: -10px;top: -15px;border-radius: 50px; display: flex; justify-content: center;line-height: 25px;}
.document-folder .modal-header .close:hover {color: #8d191a;text-decoration: none;opacity: 1 !important;}
.profile-section .btn-delete-icon, .filter-result-wrapper .btn-color-text {color: #a2a9b4;font-size: 16px;}
.profile-section .btn-delete-icon:hover, .filter-result-wrapper .btn-delete:hover {color: #e33e3e;}
.filter-result-wrapper .btn-edit:hover {color: #0e49ff;}
.filter-result-wrapper .btn-active:hover {color: #ffb400;}
.filter-result-wrapper .card {box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);border: 0;}
.document-folder .modal-content .modal-footer{padding: 0 15px 20px 0;border-top: 0;}
.document-folder .btn-add {width: 70px;}
#searchFilter .card.card-body {border: none;box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);background: #fff;}

@media (max-width:576px){
.button-actions-top-bar{width: 35px;height: 35px;padding: 0;text-align: center;padding: 0;margin: 0;line-height: 33px;font-size: 16px;}
.button-actions-top-bar{width: 30px;height: 30px;font-size: 14px;line-height: 28px;}
.button-actions-top-bar,
.button-actions-top-bar:hover{padding: 0;}
.breadcrumb-long-name{font-size: 15px !important;}
.document-folder .modal-header .close{right: -3px;top: -8px;}
}

.leave-progress {position: relative;height: 50px;width: 50px;border-radius: 50%;display: grid;place-items: center;left: 50%;margin-bottom: 10px;transform: translateX(-50%);background: #007bff6b;}
.leave-progress:before {content: "";position: absolute;transform: translate(-50%, -50%);top: 50%;left: 50%;height: 80%;width: 80%;background-color: #ffffff;border-radius: 50%;}
.value-leave {position: relative;font-family: "Poppins", sans-serif;font-size: 14px;color: var(--primary-color);}
.value-leave.sick-value{color: #673ab7;}
.value-leave.privilege-value{color: #e91e63;}
.value-leave.casual-value{color: #000;}
  

.leave-status-card .leave-status-item-row{justify-content: center;}
  /* task  */

  .task-das-icon{
	font-size: 34px;
  }

.chapter-row{
	height: 100% !important;
}


/* width */
::-webkit-scrollbar {
	width: 	4px;
	height: 7px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #555; 
  }

.sticky-button-bottom{
	margin: 0;
	height: 66px;
	background-color: white;
	position: sticky;
	bottom: 0;
	z-index: 999;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.table-sm td, .table-sm th {
    padding: 0.75rem 5px;
	vertical-align: middle;
}

.add-select-option{width: 200px !important;}
.flex-fill.add-select-option-small {width: 188px;}

.form-control:focus {color: #495057;background-color: #fff;border-color: var(--primary-color);outline: 0; box-shadow: #007BFF5C ;}
.custom-control-input:checked~.custom-control-label::before {color: #fff;border-color: var(--primary-color);background-color: var(--primary-color);box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;}
.bg-filter:focus{box-shadow: 0 0 0 0.2rem rgb(108 117 125 / 50%) !important;}
.input-group-append:hover {box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;}
.input-group-append:focus {box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;}

/* task sidebar */
.modal-right.modal{
    position: fixed;
    top: 0;
    left: 5px !important;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-content .task-data-html{
	padding: 10px;
}
 .modal.modal-left .modal-dialog, .modal.modal-right .modal-dialog {
	max-width: 550px;
	min-height: calc(100vh - -1px);
}

 .modal.modal-left.show .modal-dialog,
.modal.modal-right.show .modal-dialog {
	transform: translate(0, 0);
}

 .modal.modal-left .modal-content, .modal.modal-right .modal-content {
	height: calc(100svh - 0px);
	overflow-y:scroll;
	overflow-x: hidden;
}

 .modal.modal-left .modal-dialog {
	transform: translate(-100%, 0);
	margin: 0px auto 0 0;
}

 .modal.modal-right .modal-dialog {
	transform: translate(100%, 0);
	margin: 0px 0 0 auto;
}

.modal-content.task-data-html{padding: 20px 20px 0px 20px;}
.git-link-btn-icon{font-size: 14px;color: #6B728E;line-height: 14px;}
.git-link-btn{border-radius: 4px;height: 22px;display: inline-block;text-align: center;width: 18px;}
.task-list .top-btn{position: absolute;top: 12px;z-index: 11;right: 45%;display: flex;align-items: center;gap: 0 5px;}
.task-resume-btn{border: 0;margin: 0;width: 18px;height: 18px;border-radius: 100px;background: #007BFF;display: flex;align-items: center;justify-content: center;}
/* .task-pause-btn{border: 0;margin: 0;width: 18px;height: 18px;border-radius: 100px;background: #5F8D4E;display: flex;align-items: center;justify-content: center;} */
.task-resume-btn.task-paused{background: #5F8D4E;}
.task-resume-btn .icon, .task-resume-btn.task-paused .icon{font-size: 8px;color: #fff;}
.task-resume-btn.task-paused .icon::before{content: "\f04c";font-family: "Font Awesome 5 Free";}
@media (max-width:768px) {.task-list .top-btn{right: 25px;} .task-title{margin-right: 45px;}}
.edit-copy-btn{text-decoration: none;padding: 10px !important;z-index: 111111;}
.edit-btn::before{position: absolute;content: "";background-color: #EFF3F6 !important;width: 34px;height: 34px;left: 16px;top: -6px;border-radius: 100% !important;}
.copy-btn::before{position: absolute;content: "";background-color: #EFF3F6 !important;width: 34px;height: 34px;left: 56px;top: -6px;border-radius: 100% !important;}
.close-btn::before{position: absolute;content: "";background-color: #EFF3F6 !important;width: 34px;height: 34px;right: 13px;top: -7px;border-radius: 100% !important;}
.edit-copy-icon{color:#455A64;font-size: 16px;opacity: .75;}
.modal-right .sidebar-taskname{font-size: 18px;/* padding-right: 43px; */word-break: break-word;}

.modal-right button.close {
    position: absolute;
    top: -3px;
    right: 11px;
    font-size: 39px;
}
.modal-right button.close span {
   font-weight: lighter;
}

.sidetask-hr-line{
	width: 100%; float:center;color: #DEE2E6;
}
.modal-right .dynamic-text-1{
	width: auto;
    align-items: center;
    /* height: 38px; */
    background-color: wheat;
    text-align: center;
    /* padding: 11px; */
    padding-left: 10px;
    border-radius: 100px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.modal-right .dynamic-text-2{
	width: auto;
    align-items: center;
    /* height: 38px; */
    background-color: rgba(153, 27, 27, 0.781);
    text-align: center;
	color: white;
    /* padding: 11px; */
    padding-left: 10px;
    border-radius: 100px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.modal-right .dynamic-text-high{
	width: auto;
    align-items: center;
    /* height: 38px; */
    background-color: #ff00005c;
    text-align: center;
	color: #912a2a;
	border-color: #912a2a;
    /* padding: 11px; */
    padding-left: 10px;
    border-radius: 100px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.modal-right .dynamic-text-medium{
	width: auto;
    align-items: center;
    /* height: 38px; */
    background-color: #ffff005e;
    text-align: center;
	color: #912a2a;
	border-color: #912a2a;
    /* padding: 11px; */
    padding-left: 10px;
    border-radius: 100px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.modal-right .dynamic-text-low{
	width: auto;
    align-items: center;
    /* height: 38px; */
    background-color: #00800047;
    text-align: center;
	color: #0e6d05;
	border-color: #0e6d05;
    /* padding: 11px; */
    padding-left: 10px;
    border-radius: 100px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.special-table td, .special-table th {
    padding: 0.10rem;
}
.select2-shadow{
	border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgb(102 126 234 / 25%);
	border: 1px solid var(--primary-color);
    border-radius: 0.25rem;
    color: #495057;
    background-color: #fff; 
    outline: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.task-detail-btn .btn:not(.btn-link):hover {
    box-shadow: none;
}
 .task-detail-btn .btn:hover {
    color: white;
    text-decoration: none;
} 

.resume-btn{background-color: #007BFF;position: relative;color: white;font-size: 15px;border-radius: 100px !important;text-align: left;padding-left: 21px;}
.resume-btn::before{position: absolute;content: '';color: white;right: 0;height: 100%;top: 0;background:#0469D6 !important;width: 45px;border-radius: 100px;}
.resume-btn::after{font-family: "Font Awesome 5 Free"; font-weight: 900; display: inline-block;content: "\f04b";position: absolute;top: 5px;right: 17px;}
/* .resume-btn:hover{background-color: #1e9239;color: white !important;} */

.end-btn{background-color: #FF214F;position: relative;color: white;font-size: 15px;border-radius: 100px !important;text-align: left;padding-left: 40px;}
.end-btn::before{position: absolute;content: '';color: white;right: 0;height: 100%;top: 0;background:#CA1A3F !important;width: 45px;border-radius: 100px;}
.end-btn::after{font-family: "Font Awesome 5 Free"; font-weight: 900; display: inline-block;content: "\f04d";position: absolute;top: 5px;right: 17px;}
/* .end-btn:hover{background-color: #3951bd;color: white !important;} */

.pause-btn{background-color: #5F8D4E;position: relative;color: white;font-size: 15px;border-radius: 100px !important;text-align: left;padding-left: 29px;}
.pause-btn::before{position: absolute;content: '';color: white;right: 0;height: 100%;top: 0;background:#4C763C !important;width: 45px;border-radius: 100px;}
.pause-btn::after{font-family: "Font Awesome 5 Free"; font-weight: 900; display: inline-block;content: "\f04c";position: absolute;top: 5px;right: 17px;font-size: 16px;}
/* .pause-btn:hover{background-color: #1b8797;color: white !important;} */

.start-btn{background-color: #6D67E4;position: relative;color: white;font-size: 15px;border-radius: 100px !important;text-align: left;padding-left: 35px;}
.start-btn::before{position: absolute;content: '';color: white;right: 0;height: 100%;top: 0;background:#5650C5 !important;width: 42px;border-radius: 100px;}
.start-btn::after{font-family: "Font Awesome 5 Free";font-size: 18px; font-weight: 900; display: inline-block;content: "\f04b";position: absolute;top: 3px;right: 13px;}
/* .start-btn:hover{background-color: #208a39;color: white !important;} */
.leave-report-model{border-radius: 10px !important;}
.leave-report-model-header{background: #EFF3F6;}
.leave-report-model-footer{background: #EFF3F6;}
.leave-modal-footer-btn{background-color: #455A64;border-color: #455A64;}
.leave-report-close-btn{border: 0;font-size: 16px;color: #455A64;}
.leave-report-table{height: 380px;}
.leave-report-table-head{background-color: #EFF3F6;}
.leave-report-table-data{color: #374957;}
.leave-report-icon{background: rgba(69, 90, 100, 0.1);border-radius: 4px;padding: 5px;margin-left: 8px;color: #455A64;display: inline-block;position: relative;}
.leave-report-table-data .dropdown-menu{width: 200px;border: none;box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);margin-top: 11px;border-radius: 10px;}
.leave-report-table-data .leave-type{color: #6A900C; margin-bottom: 5px;}
.paid-leave{color: #6A900C;}
.leave-report-dropdown:before {content: '';display: block;border: 7px solid transparent;border-bottom-color: #fff;height: 0;width: 0;position: absolute;right: 25.5%;bottom: 100%;}
.leave-report-dropdown:before{display: none;}
.modal .leave-report-dropdown:before{display: none;}
.leave-dec-dropdown::before{content: '';display: block;border: 7px solid transparent;border-bottom-color: #fff;height: 0;width: 0;position: absolute;left: 6px;bottom: 100%;}
.leave-reason-char{overflow: hidden;max-width: 21ch;text-overflow: ellipsis;white-space: nowrap;vertical-align: middle;text-decoration: none;color: #455A64;}
.leave-reason-char:hover{color: #455A64;text-decoration: none;}
.tooltip-inner {background-color: white;color: black;box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);padding: 1rem;font-size: 1rem;border-radius: 10px;}
.tooltip.show {opacity: 1;}
/* .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {border-bottom-color: white;} */
.bs-tooltip-bottom .arrow::before{border-bottom-color: #fff !important;}
.bs-tooltip-right .arrow::before{border-right-color: #fff !important;}
.bs-tooltip-left .arrow::before{border-left-color: #fff !important;}
.bs-tooltip-top .arrow::before{border-top-color: #fff !important;}

.bs-tooltip-auto[x-placement^=top] .arrow::before{border-top-color: #fff !important;}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before{border-bottom-color: #fff !important;}
.bs-tooltip-auto[x-placement^=left] .arrow::before{border-left-color: #fff !important;}
.bs-tooltip-auto[x-placement^=right] .arrow::before{border-right-color: #fff !important;}

/* working hour sec  */
.working-hour-sec{padding: 10px;border-top: 1px solid rgba(222, 226, 230, 1);}
.working-hour{border-radius: 10px;background-color: rgba(0, 123, 255, 0.07);padding: 14px;display: flex;justify-content: center;flex-direction: column;align-items: center;}
.working-hour .fa-clock-rotate-left{font-size: 38px;margin-bottom: 10px;}
.working-time{font-size: 34px;font-weight: bold;color: rgba(0, 123, 255, 1);}

.fixed-footer{width: 285px !important;background: #fff;}

.working-task-card{border-radius: 10px !important;border: 0px solid #DEE2E6;}
.woring-task-tab.current{color: #374957 !important;opacity: 1;} 
.woring-task-tab {color: #455A64 !important;font-size: 16px;opacity: 0.6;} 
.working-task-table-head{background-color: #EFF3F6 !important;font-size: 13px;}
.working-task-table-head th{border-bottom-width: 1px !important;}
.working-task-table-body{color: #374957 !important;font-size: 14px;}
.not-start-card{margin-bottom: 15px;padding-right: 0;}
.not-start-card .card-body{padding: 15px;}
.task-not-start-count{padding: 3px 8px 3px 8px;background-color: rgba(0, 123, 255, 0.1);color: #007BFF;margin-left: 10px;border-radius: 4px;}
.not-start-card .card{border: 1px solid #DEE2E6;border-radius: 10px;}
.not-start-card{display: inline-block;}
.tast-not-start-user-img{width: 65px;border-radius: 100%;width: 48px;height: 48px;}
.not-start-card .name-title{font-size: 16px;color: #000000;}
.not-start-card .user-position{font-size: 14px;color: #455A64;opacity: 0.6;}
.not-start-card .user-info{border-radius: 4px;background-color: rgba(239, 243, 246, 0.45);padding: 11px;color: #455A64 !important;font-size: 13px;margin-top: 5px;}
.not-start-card .user-info .user-email{color: #455A64;text-decoration: none;display: block;margin-top: 13px;font-size: 14px;line-height: 21px;}
.not-start-card .user-info .user-email:nth-child(1){margin-top: 0;}
.not-start-card .user-info .user-email:nth-last-child(1){margin-bottom: 0;}
.not-start-card .user-info .user-phone{color: #455A64 ;text-decoration: none;font-size: 14px;line-height: 21px;}
/* @media (max-width:576px) {
	.not-start-card .user-info{font-size: 13px;}
} */
.user-info .svg-icons{margin-right: 8px;color: #6B728E;}
.select2-dropdown{z-index: 1060 !important;}
.document-type-checkbox .form-check input{margin-top: 5px;}
.expense-file-prev .file-preview-mdiv{max-width: 35%;}
/* holiday  */

.holiday-title-text{font-size: 16px;color: #192335;}
.holiday-header{background: #EFF3F6;}
.holiday-body{box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.04);border-radius: 0px 0px 15px 15px;padding-top: 5px !important;}
.holiday-border-bottom{border-bottom: 1px dashed #D3DBEB;padding: 10px;padding-left: 0;padding-right: 0;}
.holiday-body{padding: 20px;}
.holiday-body .float-left-text{color: #455A64;font-size: 14px;}
.holiday-body .float-right-text{color: #212529;font-size: 14px;}

@media(min-width:992px){
	.table thead th, .table td{
		vertical-align: middle;
		word-break: break-word;
	}
}
/* -calender css- */
.fc-content-skeleton table thead tr .fc-day-top{background-color: white !important; border-right: solid 1px #ddd !important; border-top: solid 1px #ddd !important;}
.pass-section{position: relative;}
.eye-slash-icon-change-pass {position: absolute;right: 15px;top: 50%;color: #374957;opacity: 50%;transform: translate(0,-50%);}
.media .media-body{word-break: break-word;}

.performance-tracker-card{border-radius: 10px !important; box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05) !important;margin-bottom: 15px;}
.profile-card-header{padding: 10px 15px !important;font-size: 16px;font-weight: 500;border-radius: 10px 10px 0px 0px;}
/* .profile-card-header .float-right{width: 100%;} */
@media (max-width:768px) {
	.profile-card-header .float-right{width: 100%;}
	.fill-here{display: block;width: 100%;margin-left: 0px;}
}
.profile-card-blue{background-color: #007BFF !important;color: white;}
.profile-card-dark{background-color: #374957;color: white;}
.perfo-profile-img{width: 43px;height: 43px;border-radius: 100px;object-fit: cover;}
.performance-tracker-card .profile-card{padding: 15px 10px;}
.main-profile-card{margin-left: 5px;margin-right: 5px;}
.current-stage-sec{padding: 15px;}
.card-info{border-bottom: 1px dashed #CFD9E0;padding: 15px;padding-left: 0;padding-right: 0;position: relative;margin-right: 15px;margin-left: 15px;}
.custom-form-group{margin-bottom: 10px;}
 .card-info-title{font-weight: 400;font-size: 14px;color: black;line-height: 22px;margin-bottom: 10px;}
 .card-info-data{font-weight: 400;font-size: 14px;opacity: 0.7;margin-bottom: 0; color: black;line-height: 22px;}
/* .card-info p{margin-bottom: 10px !important;} */
.profile-card-form{padding: 20px 0px 20px 20px;}
.card-info-form {border-bottom: 1px dashed #CFD9E0;padding: 20px;padding-left: 0;padding-right: 0;position: relative;margin-right: 20px;margin-left: 20px;}
.profile-card-name{font-weight: 500;color: black;font-size: 14px;line-height: 22px;}
.profile-card-desig{font-weight: 500;color: black;font-size: 13px;opacity: 0.7;line-height: 21px;}
.fill-btn{background-color: #6A910C;border-radius: 4px;padding: 7px 16px;color: white;font-size: 14px;font-weight: 400;}
.pending-btn{padding: 7px 10px 7px 10px;background-color: #FF982D1A;border-radius: 10px;color: #FF982D !important;margin-left: 15px;line-height: 22px;}
.complete-btn{padding: 7px 10px 7px 10px;background-color: rgba(106, 145, 12, 0.1);border-radius: 10px;color: #6A910C !important;margin-left: 15px;line-height: 22px;}

.rating-card{display:inline-block;padding: 4px 10px 4px 10px;border-radius: 10px;height: 34px;}
.rating-star{color: #FF982D;font-size: 14px;line-height: 14px;}
.rating-number{font-weight: 500;font-size: 18px;vertical-align: middle;margin-left: 5px;line-height: 26px;}
.rating-card{position: absolute;right: 0px;top: 15px;}
.high-ratting{background:  rgba(255, 255, 255, 0.1);border: 1px solid #6A910C;}
.low-ratting{background: rgba(255, 255, 255, 0.1);border: 1px solid #FF0000;}
.medium-ratting{background: rgba(255, 255, 255, 0.1);border: 1px solid #FF982D;}
.high-ratting-number{color: #6A910C;}
.low-ratting-number{color: #FF0000;}
.medium-ratting-number{color: #FF982D;}
button.btn.btn-sm.toltip-btn {font-size: 14px;}
/* form css  */

.form-card-body{background-color: #F6F7FA !important;margin: 15px !important;border-radius: 10px;}

.goal-sheet-form-sec .current{color:  #007BFF !important;font-size: 16px;}
.toltip-btn{position: relative;color: white !important;z-index: 111;}
.toltip-btn:hover{box-shadow: none !important;}
.toltip-btn::before{position: absolute;content: "";width: 18px;height: 18px;background-color: black;border-radius: 100px;left: 0;top: 5px;z-index: -1;}

.goal-textarea{border-radius: 10px;border: 1px solid #CFD9E0;padding: 10px 15px;}

.goal-card .card-info-title{margin-bottom: 4px ;}
.goal-card{height: 430px;overflow-y: auto;padding-right: 8px;}
.goal-card .card{border: 1px solid #CFD9E0;border-radius: 10px;margin-bottom: 15px;}
.goal-card .card .card-body{padding: 15px !important;}

.goal-card-footer-btn .btn-save{background-color: #007BFF;border-radius: .25rem;padding: .375rem .75rem;color: white;margin-right: 0;}
.inactive-btn{opacity: 0.3;box-shadow: none !important;}
.goal-card-footer-btn .btn-pre-sub{background-color: #6A910C;border-radius: .25rem;padding: .375rem .75rem;color: white;}
.btn-pre{background-color: #007BFF;border-radius: 7px;padding: 10px 16px;color: white;}
.goal-card-footer-btn{vertical-align: middle;}
.goal-sheet-form-sec .card-footer{border-radius: 10px !important;border-top: 0 !important;background-color: #F6F7FA;margin: 5px;}
.goal-card .border-right-1::before {position: absolute;content: "";width: 4px;height: 128px;border-right: 1px dashed #CFD9E0;left: -13px;}
.goal-card .border-right-2::before {position: absolute;content: "";width: 4px;height: 70px;border-right: 1px dashed #CFD9E0;left: -13px;}
.goal-card .border-right-3::before {position: absolute;content: "";width: 4px;height: 56px;border-right: 1px dashed #CFD9E0;left: -13px;}
.goal-card .border-right-4::before {position: absolute;content: "";width: 4px;height: 100%;border-right: 1px dashed #CFD9E0;left: -13px;}

/* full screen modal  */
	
@media (min-width: 992px){.modal-lg.twt-large-modal, .modal-xl.twt-large-modal {max-width: 1200px !important;margin-top: 0;margin-bottom: 0;}}
.modal-lg.twt-large-modal, .modal-xl.twt-large-modal {max-width: 1000px;}
.pre-modal-header{color: black;}
.preview-close-btn {border: 0;font-size: 24px;color: #455A64;opacity: 0.7;background: transparent;}
.modal-goal-card{height: 499px;padding-right: 8px;margin: 10px 0;}
.modal-goal-card .card .card-body{padding: 15px !important;margin: 10px 0;}
.preview-modal-header{border: none;}
.preview-modal-footer{background-color: #F6F7FA;height: 64px;border: none;}
.goal-comment-text{font-size: 14px;color: black;opacity: 0.7;line-height: 22px;}
.preview-modal-footer .btn-sub{padding: 10px 16px;background-color: #007BFF;border-radius: 7px;color: white;}
.preview-modal-footer .btn-close{padding: 10px 16px;background-color: #455A64;border-radius: 4px;color: white;}

.goal-rating-select{border: 1px solid #CFD9E0;width: 35%;color: #374957 !important;font-size: 14px;}
@media (max-width:476px) {
	.goal-rating-select{width: 70%;}
}

.goal-high-rating-card{padding: 4px 10px;background-color: #6A910C;border-radius: 4px;display: block;color: white;width: 41px;height: 30px;text-align: center;}
.goal-low-rating-card{padding: 4px 10px;background-color: #FF0000;border-radius: 4px;display: block;color: white;width: 41px;height: 30px;text-align: center;}
.goal-medium-rating-card{padding: 4px 10px;background-color: #FF982D;border-radius: 4px;display: block;color: white;width: 41px;height: 30px;text-align: center;}


.hight-rating-modal-card{border:1px solid #6A910C !important;background-color: rgba(106, 144, 12, 0.02) !important;}
.low-rating-modal-card{border:1px solid #FF0000 !important;background-color: rgba(255, 0, 0, 0.04) !important;}
.medium-rating-modal-card{border:1px solid #FF982D !important;background-color: rgba(255, 152, 45, 0.04) !important;}

@media (max-width: 576px){.goal-attri-tabs .woring-task-tab{font-size: 16px !important;}}
.btn-pre:hover, .fill-btn:hover{color: white;}

.d-flex .profile-card .align-content-center.ml-2{margin-left: 10px !important;}
.d-flex .profile-card-form .align-content-center.ml-2{margin-left: 10px !important;}
.current-stage-title{font-weight: 400;font-size: 14px;line-height: 22px;color: black;}
.custom-mb{margin-bottom: 15px;}
.custom-lable-mb{margin-bottom: 7px !important;}
.rating-custom-mb{margin-bottom: 18px;}
.rating-custom-sec-mb{margin-bottom: 10px;}
.attr-custom-mb{margin-bottom: 23px;}
.attr-custom-sec-mb{margin-bottom: 10px;}
.gap-20{gap: 20px;}
.modal-goal-card .card{margin-bottom: 10px !important;}


/* goal sheet assignment  */

.goal-sheet-assignment-wrapper{display: flex;flex-wrap: wrap;justify-content: space-between;height: auto;}

.emp-assign-dropdown{width: 320px;position: relative;}
.select-employee-dropdown{padding: .375rem .75rem;border: 1px solid #CFD9E0;border-radius: .25rem;color: black;opacity: 0.7;font-size: 14px;line-height: 22px;text-align: left;overflow: hidden;width: 320px;}
.select-employee-dropdown:focus{box-shadow: none;}
.select-employee-dropdown:hover{box-shadow: none !important;color: #000;opacity: 0.7;}
.select-employee-dropdown .down-arrow{font-size: 14px;line-height: 14px;color: #000;opacity: 0.7;}
.emp-assign-dropdown .caret {position: absolute;right: 11px;}
.assign-sheet-card{padding: 0 0 0 15px;}
.filter-sec{padding: 15px !important;}
.goal-assign-label{font-weight: 700;font-size: 12px;line-height: 1.5;color: #212529;}
.calendar-icon{position: absolute;right: 30px;top: 39px;color: #6B728E;font-size: 14px;line-height: 14px;}
.goal-assign-label{margin-bottom: 7px;}
.goal-assign-group{margin-bottom: 15px !important;}
.assigmnet-check-card{padding-bottom: 16.5px;border-bottom: 1px dashed #CFD9E0 !important;}
.goal-assign-group .form-control{border: 1px solid #CFD9E0;color: black;opacity: 0.7;}
.goal-assignment-card {height: 430px;margin: 16.5px 0px;overflow-y: scroll;overflow-x: hidden;padding: 0px 15px 0px 0px;}
.goal-assignment-card .card {border: none;margin-bottom: 16.5px;}
.card-info-assign-data{margin-left: 11px;}
.assign-checkbox{width: 18px;height: 20px;margin-top: 0 !important;}
.card-assign-info-title {font-weight: 400;font-size: 14px;color: black;line-height: 22px;margin-bottom: 4px;margin-left: 11px;}
.disabled-bg:disabled, .disabled-bg[readonly]{background-color:  #EFF3F6 !important; border: 1px solid #CFD9E0;}
.goal-target-input{border: 1px solid #CFD9E0;}

/* modal  */
.profile-info-card{padding: 20px;background-color: #F6F7FA;border-radius: 10px;margin-bottom: 10px;}
.modal-profile-data{padding-bottom: 20px;}
.modal-profile{gap: 70px;padding-top: 20px; border-top: 1px dashed #CFD9E0;}
.assign-modal .listing-card{border: 1px solid #CFD9E0;border-radius: 10px;margin-bottom: 10px;}
.emp-assign-dropdown .dropdown-menu{top: -41px !important;width: 320px;border: none;border-radius: 10px;background-color: #FFFFFF;box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);padding: 10px !important;height: 216px;overflow-y: scroll;}
.emp-assign-dropdown .dropdown-menu li{font-size: 14px;line-height: 22px;color: black;padding: 8px;cursor: pointer;}
.emp-assign-dropdown .dropdown-menu li:hover{color: #007BFF;transition: all .1s;}
.emp-assign-dropdown .dropdown-menu .search-input{border: 1px solid #CFD9E0;border-radius: 4px;margin-bottom: 10px;}
.emp-assign-dropdown .dropdown-menu .search-input:focus{border: 1px solid #CFD9E0 !important;box-shadow: none;}
.goal-assign-list{color: #212529 !important;font-size: 14px;line-height: 22px;}
.goal-assign-list tr:hover{background-color: rgba(0, 123, 255, 0.04) !important;color: #212529 !important;}
.goal-assign-list-head tr th{padding: 7px 8px;border-width: 1px 1px 1px 1px;border-style: solid;border-color: #CFD9E0;font-size: 13px;line-height: 21px;font-weight: bold;color: black;}
.attribute-preview-modal #preview-tab-2 .custom-form-group{margin-bottom: 0 !important;}
.mail_rejection_btn[data-send-mail-status="0"]{background: #dc35456e;border-color: transparent;}
.mail_rejection_btn[data-send-mail-status="1"]{background: #dc3545;border-color: #dc3545;color: #fff;}
@media (max-width:576px){.modal-profile{gap: 20px;}.view-salary .close{top: -7px !important;}}
.task-his-text{font-size: 16px;}


.review-container{position: absolute;top: -9px;left: 5px;}
.review-container .star {
    background-color: transparent;
    border: 0;
    outline: 0;
}
.review-container .star .stararea{width: 17px;height: 40px;display: block;position: relative;color: #aaa;font-size: 25px;line-height: 50px;cursor: pointer;z-index: 10;text-align: center;}
.star.active .stararea{color: #f1c40f;}
.exit-interview-modal .form-control{box-shadow: none !important;}

.rating {position: relative;display: flex;flex-direction: row-reverse; align-items: center; justify-content: start; gap: 4px;padding: 0;
}
.rating input {position: relative;display: flex;justify-content: center;align-items: center;width: 24px;height: 24px;cursor: pointer;appearance: none;-webkit-appearance: none;
}
.rating input::before {content: '\f005';position: absolute;font-family: fontAwesome;font-size: 19px;color: #8a8a8a;transition: 0.5s;
}
.rating input:hover ~ input::before,
.rating input:hover::before,
.rating input:checked ~ input::before,
.rating input:checked::before {color: #ff982d;}

.goal-rating-card{padding: 4px 10px;border-radius: 4px;display: block;color: white;width: 41px;height: 30px;text-align: center;}
.hight-rating-modal-card .goal-rating-card{background-color: #6A910C;}
.medium-rating-modal-card .goal-rating-card{background-color: #FF982D;}
.low-rating-modal-card .goal-rating-card{background-color: #FF0000;}

.sticky-div{position: sticky;bottom: 0;box-shadow: none!important;text-align: center;display: inline-flex;justify-content: center;align-items: center;width: 100%;z-index: 12;border: none;border-radius: 0;padding: 10px 0;}
.sticky-div .update-sequence-btn{background-color: var(--primary-color);border-color: var(--primary-color);color: #fff;}
@media (min-width:1200px) {
	.wrapper.toggled .fixed-footer .twt-sidebar-name{margin-left: 170px;}	
}
@media (max-width:375px) {
	.asset-history-breadcrumb{display: flex;flex-wrap: wrap;height: 100%;}
	.emp-assign-dropdown, .select-employee-dropdown, .emp-assign-dropdown .dropdown-menu{width: 300px;}
}
.employee-header-name{line-height: 28px;}

.custom-file-input:focus~.custom-file-label {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.05rem rgb(102 126 234 / 25%) !important;
}
@media (max-width:576px) {
	.wrapper .sidebar .sidebar-nav{max-height: calc(100vh - 85px);}
}
.main-filter-sec .card{border: 0;border-top: 1px solid #DEE2E6;}
.wrapper.toggled .working-hour-sec .working-hour{cursor: pointer;}
.file-view-text{font-size: 13px;}
.exit-interview-footer-btn{position: sticky;bottom: 0;}
textarea{overflow-y: auto !important;}
.custom-control-label::after{width: 13px;height: 13px;background-size: 9px;background-repeat: no-repeat;background-position: center;}
.custom-control-label::before{width: 13px;height: 13px;}
/* .custom-checkbox .custom-control-label::after{top: 0.29rem;transform: unset;} */
.dcmnt-upload-card{display: flex;justify-content: space-between;align-items: center;border: 1px solid #ddd;padding: 4px 6px;word-wrap: break-word;border-radius: 4px;word-break: break-all;}
.dcmnt-upload-card-row{gap: 10px 0;}
.dcmnt-upload-card label{margin-bottom: 0;}
.select2-container--default.select2-container--disabled.select2-container--focus .select2-selection {background-color: #eee !important; border-color: #ced4da !important;pointer-events: none !important;box-shadow: none !important;}
.btn.active:focus, .btn:active:focus, .btn:focus{outline: 0 !important;}
.task-assign-name{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 166px;display: block;}
.employee-sticky-th, .employee-sticky-td{position: sticky;left: -3px;background: #fff;}
.employee-sticky-th{background: #eff3f6;z-index: 12 !important;}
.cricle-icon-part .admin-das-icon{color: var(--primary-color);}
.reset-wild-tigers:focus{color: #6c757d !important;background-color: white !important;}
/* .btn-warning:focus{color: #fff !important;} */
.form-control:disabled:focus, .form-control[readonly]:focus{background-color: #e9ecef !important;border-color: #e8e7e7 !important;box-shadow: none !important;}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color: var(--primary-color);}
.input-group-append .btn{background-color: var(--primary-color) !important;}
select option:hover {background-color: var(--primary-color) !important;color: #fff !important;}
.custom-file .custom-file-label{line-height: 23px;}
.ajs-buttons .ajs-button.btn:hover{color: #fff;}
/* .btn-warning:focus .fa, .btn-warning:active .fa{color: #000 !important;} */
.fixed-tabel-body {max-height: 460px;overflow-x: auto;overflow-y: auto;height: 100%;}
.fixed-tabel-body table thead th{position: sticky;top: -3px;background-color: #EFF3F6 !important;z-index: 11;}
.fixed-tabel-body table thead th.bottom-th{top: 76px;}
.project-allocation-more-employee .more-member-list{height: 81px;max-height: 95px;top: -81px;width: 220px;max-width: 220px;z-index: 13;}
.project-allocation-more-employee .employee-name{margin-bottom: 0;}
.project-allocation-more-employee .more-member-list{gap: 3px 0;padding: 10px;}
.overflow-visible{overflow: visible;}
.my-more-btn:focus{color: #000 !important;}
.btn-warning i{color: #000;}
.alert-dismissible{margin-bottom: 0;}
.project-allocation-more-employee .my-more-btn:focus{box-shadow: none;}
.fc-scroller{height: 100% !important;overflow: hidden !important;}
.fc-toolbar .fc-right{margin-bottom: 10px;}
.ajs-button.btn:focus{color: #fff !important;}
.nowrap{white-space: nowrap;}
.half-day-div{display: flex;}
.admin-dashboard .card-display, .admin-dashboard .event-list{border-radius: 10px;}
.reason-text{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.custom-tooltip .tooltip-inner{max-width: 100% !important;width: 320px;}
.p-allocation-filter .bg-filter{margin-right: 3.5px !important;}
table.p-allocation-table{width: 100%;}
.fixed-tabel-body table.p-allocation-table thead th{z-index: 13 !important;}
.fixed-tabel-body table.p-allocation-table thead th.project-name-sticky-th{z-index: 14 !important;}
.user-info .leave-approved, .user-info .leave-approved .svg-icons{color: green !important;}
.user-info .leave-pending, .user-info .leave-pending .svg-icons{color: orange !important;}
.breadcrumb-wrapper.leave-history-breadcrumb{height: auto;}
.group-input{width: calc(100% - 200px) !important;}
.tooltip-long .tooltip-inner{max-width: 800px;}

.action-grp .action-grp-btn{border: 0;padding: 0;margin: 0;background: transparent;width: 30px;height: 28px;}
.action-grp .action-grp-btn .icon{display: flex;align-items: center;justify-content: center;font-size: 16px;}
.action-grp-btn.download-btn .icon{color: #DC3545;}
.mail-send-btn.action-grp-btn .icon{color: #28A745;}
.action-grp .action-grp-menu.show{width: fit-content;box-shadow: 0px 0px 20px 0px #00000033;background: #FFFFFF;padding: 10px;border-radius: 7px;}
.action-grp .action-grp-menu .dropdown-item{padding: 0 0 7px 0;margin-bottom: 7px;border-bottom: 1px solid #DDDDDD;display: flex;align-items: center;gap: 0 8px;font-size: 14px;font-weight: 400;line-height: 21px;color: #212529;}
.action-grp .action-grp-menu .dropdown-item:hover{background: transparent;}
.action-grp .action-grp-menu .dropdown-item .icon{font-size: 16px;width: 16px;}
.action-grp .action-grp-menu .dropdown-item:nth-last-child(1){padding-bottom: 0;margin-bottom: 0;border-bottom: 0;}
.action-grp .action-grp-menu .dropdown-item.app-letter .icon{color: #28A745;}
.action-grp .action-grp-menu .dropdown-item.intrn-app-letter .icon{color: #007BFF;}
.action-grp .action-grp-menu .dropdown-item.taking-cheque .icon{color: #FF007AF0;}
.action-grp .action-grp-menu .dropdown-item.onboarding-process .icon{color: #874638;}
.action-grp .action-grp-menu .dropdown-item.offer-letter .icon{color: #FFC107;}
.action-grp .action-grp-menu .dropdown-item.send-reject .icon{color: #DC3545;}
.action-grp .action-grp-menu .dropdown-item.send-final-round .icon{color: #17A2B8;}
.action-grp .action-grp-menu .dropdown-item.practical-round .icon{color: #FF5C00;}
.action-grp .action-grp-menu .dropdown-item.telephonic-round .icon{color: #AB23FF;}
.action-grp .action-grp-menu .dropdown-item.offer-letter .icon{color: #FFC107;}
.action-grp .action-grp-menu .dropdown-item.edit .icon{color: #17A2B8;}
.action-grp .action-grp-menu .dropdown-item.delete .icon{color: #DC3545;}

.edit-btn-group .grp-btn{padding-bottom: 7px;margin-bottom: 7px;border-bottom: 1px solid #DDDDDD;display: flex;flex-direction: column;gap: 7px 0;}
.edit-btn-group .grp-btn:nth-last-child(1){border-bottom: 0;padding-bottom: 0;margin-bottom: 0;}
.edit-btn-group .grp-btn .dropdown-item{padding-bottom: 0;margin-bottom: 0;border-bottom: 0;}

.tablevh-height{height: calc(100vh - 180px);}
.upload-profile-image .upload-image-bg-class {font-size: 14px;color: #1c71d0;font-weight: 500;}
.crop_profile_pic-preview{width: 240px;height: auto;}
.profile-pic_crop_selection {display: block;max-width: 100%;width: 120px;height: 120px;border-radius: 50%;object-fit: cover;}
.cropper-bg {
    background: #ffffff;
}
.cropper-modal{background: #ffffff;}
@media (min-width: 992px){
	.allocation-overflow-visible{overflow: visible;}
	.leave-history-page{overflow: visible;}
}
@media (min-width:1700px) {
	.fixed-tabel-body{max-height: 670px;}
}
@media (max-width:992px) {
	.working-task-screen .tab-link-card{flex-wrap: nowrap;overflow-x: auto;overflow-y: hidden;}
	.tab-link-card .tab-link{width: 100%;white-space: nowrap;}
	.tooltip-long .tooltip-inner{max-width: auto;}
}
@media (max-width:576px) {
	.leave-card .more-member-list{left: 50px;}
	.custom-tooltip .tooltip-inner{width: 300px;}
	.bg-filter .fas, .excel-btn .fas{width: 12.25px;height: 14px;}

	.action-grp .action-grp-menu.show{width: 250px;}
	.action-grp .action-grp-menu .dropdown-item{word-break: break-word;white-space: normal;}

	.action-grp .action-grp-menu .dropdown-item .icon{font-size: 14px;width: 14px;}
	.action-grp .action-grp-menu .dropdown-item{font-size: 13px;line-height: 19px;}
}
.project-name-sticky-th, .project-name-sticky-td {position: sticky !important;left: -3px;background: #fff; z-index: 12 !important;}
.table-hover tbody tr:hover .project-name-sticky-th ,.table-hover tbody tr:hover .employee-sticky-td{background-color: #ececec;color: #212529;}
.btn-y-padding{padding: .45rem .5rem;}
/* .custom-control-input:focus~.custom-control-label::before{} */
.custom-control-input:focus:not(:checked)~.custom-control-label::before{box-shadow: none;}
.select2-container--default.select2-container--disabled .select2-selection--single{background-color: #e9ecef;}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered{color: #495057;}
.lesson-table-scroll.fixed-tabel-body{max-height: 425px;}
.main-profile-preview-div .close-buttons{position: absolute;z-index: 25;right: -25px;top: -15px;}
.main-profile-preview-div .close-buttons .button-round{border-radius: 50%;width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;padding: 0 !important;}
.upload-image-bg-class{margin-bottom: 20px;}
.dropdown-menu.leave-report-dropdown{min-width: 250px !important;width: 250px !important;}
.modal-content.task-data-html::-webkit-scrollbar{width: 13px;}