 body {
	 -webkit-touch-callout: none; /* Safari */
        -webkit-user-select: none; /* Chrome */     
           -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
 user-select: none; }
.app-navbar {
  z-index: 9;
  display: block;
  overflow: hidden;
  position: fixed;
  top:0px;
  width: 100%;
 border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: -1px 4px 0px 1px #00000005;
  overflow: hidden;
  padding: 6px 6px 6px 6px;
background:linear-gradient(to right, #8e2de2, #4a00e0);
 
}
.application-form-title {
	
    display: block;
    font-family: Poppins-Bold;
    font-size: 30px;
	-webkit-background-clip: text;
 /*  -webkit-text-fill-color: transparent; */
    line-height: 1.2;
    text-align: center;
    padding-bottom: 0px;
	
}




.table td, .table th {
    padding: 5px;
    vertical-align: middle;
    border-top: 1px solid #e9ecef;
    font-size: 12px;
    text-align: center;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0.2rem;
}
table tbody {
  display: block;
  max-height: 43vh;
  overflow-y: auto;
}

table thead, table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#loader {
            border: 12px solid #f3f3f3;
            border-radius: 50%;
            border-top: 12px solid #8e2de2;
            width: 70px;
            height: 70px;
            animation: spin 1s linear infinite;
        }
          
        @keyframes spin {
            100% {
                transform: rotate(360deg);
            }
        }
    

.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background: rgb(23 22 22 / 34%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  transition: opacity 0.3s linear;
}




	
        .center {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }
		

.badge_right {
    display: inline-block;
    padding: 0.30em 0.60em;
    font-size: .70em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: red;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
	float: right;
    margin-top: -32px;
    margin-right: 9px;
}
.bd_green{
background: #29ae70;	
}

	.tabs {
		width: 100%;
		height:78vh;
		margin-top: 10px;
	}

	

		label {
			cursor: pointer;
			background: -webkit-linear-gradient(#666, #555);
			color: #eee;
			border-radius: 5px 5px 0 0;
			padding: 1.5% 3%;
			float: left;
			margin-right: 2px;
			font: italic 1em cambria;
		}

			label:hover {
				background: -webkit-linear-gradient(#777, #666);
			}

			input:checked + label {
				background: #fff;
				color: #333;
			}

		.tabs input:nth-of-type(1):checked ~ .tab-panels  .tabpanel:first-child,
		.tabs input:nth-of-type(2):checked ~ .tab-panels  .tabpanel:nth-child(2),
		.tabs input:nth-of-type(3):checked ~ .tab-panels  .tabpanel:nth-child(3),
		.tabs input:nth-of-type(4):checked ~ .tab-panels  .tabpanel:last-child {
			opacity: 1;
			z-index:99999;
			-webkit-transition: .3s;
		}

		.tab-panels {
			float: left;
			clear: both;
			position: relative;
			width: 100%;
			background: #fff;
			border-radius: 0 10px 10px 10px;
			min-height: 315px;
		}

			.tabpanel {
				overflow-y:auto;
				height: 74vh;
				width: 100%;
				opacity: 0;
				position: absolute;
				background: #fff;
				border-radius: 0 10px 10px 10px;
				padding: 4%;
				box-sizing: border-box;
			}

				.tabpanel h2 {
					margin: 0;
					font-family: Arial;
					
				}
		 .tabitem{
		min-height: 50px;
    width: 100%;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding: 5px;
 border-radius: 25px;
background:white;

 }		
 .tabicon{
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 27px;
	padding:8px;

 float: left;	
 }

.tabtext{
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
	  font-weight: bold;
	padding:8px;
 text-align:center;
}


.bgpro {
  animation:slide 3s ease-in-out infinite alternate;
  background: linear-gradient(60deg, #f0d784 50%,#f5ebc9 50%, #FFFFFF 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:absolute;
  right:-50%;
  top:0;
  z-index:-1;
}

.bgpro2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bgpro3 {
  animation-duration:5s;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

.menu_header_msg {
    text-align: center;
    color: #0a58ca;
    font-size: 18px;
    font-weight: bolder;
    text-shadow: rgb(160 160 160 / 25%) -4px -3px 0px;
    opacity: 1;
}
@media all and (max-width: 550px) and (min-width: 200px) {
.cts-att-calender{
margin-top:10px;
width:100%;
padding:10px;
height:90vh;
overflow-y:hidden;
}
}
@media all and (max-width: 3000px) and (min-width: 501px) {
.cts-att-calender{
margin-top:10px;
width:500px;
padding:10px;
height:90vh;
overflow-y:hidden;
margin:0 auto;
}
}

.notify_today {
    background: linear-gradient(to right, #048e57,#11673f);
}


.contact-lists{
min-height: 80px;
width: 100%;
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
 margin-bottom: 15px;
padding: 5px;
 border-radius: 25px;
background:white;

 }

 .contact-lists:hover {
	background: linear-gradient(to right, #e9ecef, #eee);
 }
 
 .contact-img{
 height:75px; 
 width:75px;
 border-radius:50%; 
 padding:5px;
 float:left;
 }
 .contact-title{
 color:black;
 font-weight:bold;
 font-size: 13px;
 padding:3px;
 }
 .contact-icons{
 margin-top:-8px;
 float:right;
 font-size:22px;
 color:green;
 padding-right:12px;
 }
 .call-icon{
 font-size:20;
 margin-right:12px;
 }
 .appmenu{
 padding:10px;
 background: none;
 margin-left:0px;
 margin-right:0px;
 height:96%;
 overflow-y:auto;
 overflow-x:hidden;
 }
 .cts-att-emp-graph{
margin-top:-10px;
width:100%;
padding:10px;
height:30vh;
overflow-y:hidden;
padding:6px;

}
 .cts-att-emp-days{
margin-top:10px;
width:100%;
padding:10px;
height:55vh;
overflow-y:auto;

}
 .cts-daybook{
margin-top:10px;
width:100%;
padding:10px;
height:55vh;
overflow-y:auto;

}

 .cts-att-emp-leaves{
margin-top:10px;
width:100%;
padding:10px;
height:80vh;
overflow-y:auto;

}
.emp-attendance-lists{
min-height: 20px;
width: 100%;
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
margin-bottom: 15px;
padding: 7px;
border-radius: 25px;
background:white;

 }
 .emp-leave-lists{
min-height: 20px;
width: 100%;
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
margin-bottom: 15px;
padding: 5px;
border-radius: 18px;
background:white;

 }
 
 
 .emp-attendance-lists:hover {
	background: linear-gradient(to right, #e9ecef, #eee);
 }
 
 .month-day{
 height:50px; 
 width:50px;
 border-radius:50%; 
 font-size:22px;
 text-align:center;
 padding-top:5px;
 padding-right:6px;
 padding-left:6px;
 padding-bottom:3px;
 float:left;
 margin-right:10px;
 }
 .month-day_alpha{
font-size:9px;
margin-top:-8px;
color:white;
font-weight:500;
 }
 
 .checkin-out-text{
 color:black;
 font-weight:400;
 font-size: 13px;
 padding:3px;
 letter-spacing:1px;
 width:80%;
 }
 
 .attstatus-text{
float:right;
padding-top:6px;	 
 }
.emp-total-time {
    margin-top: 10px;
    padding: 6px;
    color: black;
    font-size: 80%;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 3px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
 
.emp-Present{
background:green;
color:white;	
 }
 
.emp-Leave{
background: #ffc107;
color: #212529;	
 }
.emp-Absent{
background: #96000e;
color: white;	
 }
 .emp-Checkin{
background: #0000ff;
color: white;	
 }
 
 
 .leave_Approved{
	background:green; 
	 color:white;
	 font-size:12px;
	 padding-right:5px;
	 padding-left:5px;
	 padding-top:2px;
	 padding-bottom:2px;
	 border-radius:8px;
 }
  .leave_Pending{
	background:#d29f03; 
	 color:white;
	 font-size:12px;
	 padding-right:6px;
	 padding-left:6px;
	 padding-top:2px;
	 padding-bottom:2px;
	 border-radius:8px;
 }
 
   .leave_Not-Approved{
	background:#d22b03; 
	 color:white;
	 font-size:12px;
	 padding-right:6px;
	 padding-left:6px;
	 padding-top:2px;
	 padding-bottom:2px;
	 border-radius:8px;
 }
 
 
 .cts-dashboard-items{
margin:auto;
width:100%;
padding:10px;
height:80vh;
overflow-y:auto;
overflow-x:hidden;
}
.cts-dashboard-lists{
min-height: 20px;
width: 100%;
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
margin-bottom: 15px;
padding: 7px;
border-radius: 25px;
background:white;

 }
 
 .btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #1ca300;
    border-color: #515e51;
}

.s-present {
color:green;
font-weight:bold;
font-size:14px;
}
.s-absent {
color:#910000;
font-weight:bold;
font-size:14px;
}
.sub-selection{
color:black;font-weight:bold;font-size: 14px;
  vertical-align: middle;
  text-align: center; height: 70px;
  line-height: 70px; letter-spacing:3px;
}

/*Copyright (c) 2020 Irfan Ali under Creative Tech Solutions
All Rights Reserved
 
This application and its resources i.e Custom CSS JS Script and other UI is protected by copyright and distributed under
licenses restricting copying, distribution and decompilation.
*/

	 .notification-item {
		 min-height: 80px;
    width: 100%;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 7px;
    padding: 5px;
 border-radius: 16px;
background:white;
margin-top:7px
 }
	 .notification-title {
font-size:14px;
font-weight:bold;
  vertical-align: middle;
  text-align: center; 
text-overflow: ellipsis;
  width:99%;
	 }
 .notification-description {
 font-size:13px;
  text-align: center; 
height:auto;
padding-bottom:13px;
	 }
	 
.timeagotext{	 
float:right;
margin-top:-26px;
margin-right:9px;

}

	 .dash{min-height: 90px;
    width: 100%;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding: 5px;
 border-radius: 25px;
background:white;

 }

  .dash:hover {
	background: linear-gradient(to right, #e9ecef, #eee);
 }
 .dashicontext{
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight:bold;font-size: 76%; 
	letter-spacing: 2px;
 }
 
 	 .item_list{min-height: 320px;
    width: 100%;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding: 8px;
 border-radius: 25px;
background:white;

 }

  .item_list:hover {
	background: linear-gradient(to right, #e9ecef, #eee);
 }
 .dashicontext{
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight:bold;font-size: 90%; 
 } 
 
 
 
 .images-container{
 position:relative;
 padding-top:20px;
  display:inline-block;
 }
 
 .item_image{
 margin-top: 3px;
box-shadow: #aaa 1px 0px 9px 4px;	 
 height:115px;
width: 115px;
 border-radius:50%;
 padding:5px;
 }
.item_green_tick {
    left: 90px;
    top: 70px;
    display: inline-block;
}
.item_green_tick_img{
width: 30px;
height: 30px;	
}

 
 .list_texttitle{
 -webkit-text-fill-color: transparent;
 letter-spacing: 2px;
 text-transform: uppercase;
 font-weight:bold;
 font-size: 15px;
 margin-bottom: 0px;
 }
 .list_textbatch{
letter-spacing: 2px;	 
margin-top: -3px;	
margin-bottom: 4px;	 
font-weight:bold;
font-size: 12px;
 }
 
 .list_textid{
 margin-top: 4px;	 
 font-weight:bold;
 font-size: 12px;
 letter-spacing: 4px;
 padding-left:5px;
 padding-right:5px;
 padding-top:2px;
 padding-bottom:2px;
 border-radius:8px;
 color:white;
 
 }
 

 
 .profilebutton{
 width:80px;
margin-right:8px; 
margin-left:8px; 
 }
 
 .userproflistitem {
    font-weight: 520;
    min-height: 50px;
    padding: 12px;
    font-size: 1rem;
    margin-top: 10px;
    box-shadow: 1px -3px 5px 2px #ccc;
    -webkit-box-shadow: 1px -3px 5px 2px #ccc;
}
.dashmin-class {
  min-height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 25px;
      background: white;
}

.dashimg-class {
  height: 80px;
  margin-left: 10px;
  margin-right: 20px;
  display: block;
  
}
.bg-classname {
    background-color: #f5f5f5 !important;
    border-radius: 18px;
    width: 95%;
    padding: 6px;
}
.dashicontext-class {
  color: black;
  font-weight: bold;
  font-size: 95%;
  text-align: center;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px; /* space between text and icon */
  position: relative;

}

.blink-eye {
  animation: blink 1s infinite;
  color: #0d6efd;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.img-container {
  flex-shrink: 0;
}

.text-container {
  flex-grow: 1;
}

 .dashimg{height:55px; margin-left: auto;
 margin-right: auto;  display: block;}

  .dashmin{
	  min-height: 50px;
    width: 100%;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding: 10px;
 border-radius: 25px;}
 
 
  .dashitemminleft{
float:left;
padding-top:4px;	
padding-left:4px;	
font-size:12px; 
 }
  .dashitemminright{
float:right;
padding-top:4px;
padding-right:4px;	
font-size:13px; 
font-weight:bold;
 }
 .dashitemleft{
float:left;
padding-left:4px;	
font-size:12px; 
 }
  .dashitemright{
float:right;
padding-right:4px;	
font-size:14px; 
font-weight:bold;
 }

 
 
.info-box-icon {

    height: 100%;
    width:100%;
    text-align: center;
    font-size: 28px;
    line-height: 65px;
    border-radius: 100%;
	padding-top:12px;
	padding-bottom:12px;
padding-right:14px;
padding-left:14px;


	
}

.icon-menubox{
	height: 60px;
    line-height: 58px;
    width: 60px;
    font-size: 32px;
	background: #0575E6; 
background: -webkit-linear-gradient(to right, #3c37f1, #0575E6);  
background: linear-gradient(to right, #3c37f1, #0575E6);
	color: white !important;
	border-radius:100%;
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
	display: inline-block;
    vertical-align: middle;
    text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	}
 a{
text-decoration: none;	 
 }

.row>* {
    padding-right: calc(var(--bs-gutter-x) * .3);
    padding-left: calc(var(--bs-gutter-x) * .3);

}
