@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
html{
	height:100%;
}
body{height:100%; font-family: 'Poppins', sans-serif;}
h1,h2,h3,h4,h5,h6{
	font-family: 'Oswald', sans-serif;
	color:#222;
}
 /* .emp-update form{
    display: flex;
    flex-wrap: wrap;
}
.emp-update form .form-group{
    width: calc(100% /2);
}    */
   .attendance-wrap012{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
    text-align: center;
   }
   .checkin-time{
    width: 100%;
   }
  .time-grp
  {margin: 25px 0px;}
a{text-decoration:unset;}
a:hover{text-decoration:unset;}

.switch {
    position: relative;
}
.switch--horizontal {
    text-align: left;
   
    font-size: 0;
    
}
.switch label[for="radio-b"]{
margin-left: 6rem;
}
.switch input:checked {
    z-index: 1;
}
.switch--horizontal input {
   
    width: 6rem;
    left: 8rem;
    margin: 0;
}
.switch input {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.switch input:checked + label {
    color: #00998A!important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}
.switch input:checked + label {
    opacity: 1;
    cursor: default;
}
.switch--horizontal label {
    color: #666!important;
    font-size: 14px!important;
    opacity: 1!important;
    line-height: 1.2;
}
.switch--horizontal label {
    font-size: 1.5rem;
    line-height: 2rem;
    display: inline-block;
    width: 5rem;
    height: 60%;
    margin: 0;
    text-align: center;
}
.switch label {
    transition: opacity 0.25s ease;
    cursor: pointer;
}
.switch--horizontal .toggle-outside {
    left: 6rem;
}
.switch .toggle-outside {
    background: #666!important;
}
.switch--horizontal .toggle-outside {
    background: #fff;
    position: absolute;
    width: 4rem;
    left: 6rem;
}
.switch .toggle-outside {
    height: 100%;
    border-radius: 2rem;
    padding: 0.25rem;
    overflow: hidden;
    transition: 0.25s ease all;
}
.switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}
.switch input ~ input:checked ~ .toggle-outside {
    background: linear-gradient(245deg, #00998A 15.66%, #71C6BE 84.34%) !important;
}
.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
    left: 3.25rem;
}
.switch--horizontal .toggle-inside {
    height: 1rem;
    width: 1rem;
}
.switch .toggle-inside {
    border-radius: 5rem;
    background: #fff;
    position: absolute;
    transition: 0.25s ease all;
}
.file-block {
  border-radius: 10px;
  background-color: rgba(144, 163, 203, 0.2);
  margin: 5px;
  color: initial;
  display: inline-flex;
}
.file-block > span.name {
  padding-right: 10px;
  width: max-content;
  display: inline-flex;
}

.file-delete {
  display: flex;
  width: 24px;
  color: initial;
  background-color: #6eb4ff00;
  font-size: large;
  justify-content: center;
  margin-right: 3px;
  cursor: pointer;
}
.file-delete:hover {
  background-color: rgba(144, 163, 203, 0.2);
  border-radius: 10px;
}
.file-delete > span {
  transform: rotate(45deg);
}

/**add new css***/
.employee-form-sec{    height: 100%;
background-color:#2cb35c1a;    display: flex;
align-items: center;} 
.box-employee{
max-width: 550px;
margin: auto;
background-color: #fff;
padding: 50px;
box-shadow: 0px 0px 139px 0px rgb(0 0 0 / 10%);
}
.title-wrap{margin-bottom:40px;}
.title-wrap h1{padding-bottom:10px;}

.fill-info-sec-employee h1{margin-bottom:20px;}

.form-control{    display: block;
    width: 100%;
    border: 1px solid #2cb35c1a!important;
    color: var(--e-global-color-text );
    box-shadow: 0 5px 28.5px 1.5px rgba(149,152,200,.2)!important;
    height: 50px;
    padding-left: 18px!important;
    border-radius: 5px!important;
    outline: 0;
    font-size: 14px;
    font-weight: 400!important;}

.submit input{    text-align: center;
    border: 0!important;
    transition: background-position .45s cubic-bezier(.51,.56,.04,.9);
    background-image: linear-gradient(to bottom,transparent 0 50%,#2eac5b 50% 100%)!important;
    background-size: 100% 200%;
    background-position: 50% 0;
    background-color:#464646!important;
    color: #fff;
    padding: 13px 40px;}
    .switch input:checked {
    z-index: 1;
}
.switch input:checked + label {
    opacity: 1;
    cursor: default;
}
input#radio-b {
    background-color: #fff !important;
}
.switch--horizontal .toggle-outside {
    left: 6rem;
}
.switch--horizontal input:checked ~ .toggle-outside .toggle-inside, .switch .toggle-inside {
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}


.submit input:hover {
    background-position: 50% 100%;
    border: 0px!important;
    outline: unset!important;}

 .add-logo{margin-bottom:20px;}
 .divider-set{position: relative;
    border-top: 4px solid #2eac5b45;
    border-radius:50px;
    width: 60px;
    margin: auto;}

 .divider-set:before{    content: "";
    position: absolute;
    left: 0;
    top: -7.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background:#2eac5b;
    right: 0px;
    margin: auto;}

.submit{margin-top:30px;}

.submit input:focus{outline:unset; box-shadow:unset!important;}

.employee-topbar{background-color:#2CB35C29; padding:10px;}
.employee-topbar p{margin-bottom:0px;     display: flex;
    justify-content: space-between;     align-items: center;}
.employee-topbar p a{
	    text-align: center;
    border: 0!important;
    transition: background-position .45s cubic-bezier(.51,.56,.04,.9);
    background-image: linear-gradient(to bottom,transparent 0 50%,#2eac5b 50% 100%)!important;
    background-size: 100% 200%;
    background-position: 50% 0;
    background-color: #464646!important;
    color: #fff!important;
      padding: 5px 20px;
    font-size: 14px;
}
label{margin-bottom:0px;}

.leave-apply-sec h1{margin-bottom:20px;}

.fill-info-title-set-employee{    margin-bottom: 15px;
    background-color: #fff;
    padding: 14px;
    align-items: center;
    border-radius: 12px;}

.name-box1 p{margin-bottom:5px;}
.manager-box2 p{margin-bottom:5px;}

.employee-topbar p a:hover{
	    background-position: 50% 100%;
    border: 0px!important;
    outline: unset!important;
}

.fill-info-sec-employee{margin-top:40px;
background-color:#D5E9DD;
padding-bottom: 40px; 
padding-top:80px; 
margin-top: 110px;
}
.fill-info-title-set-employee{    display: flex;
    justify-content: space-between;}
.fill-info-title-set-employee p{color:#464646}
.fill-info-title-set-employee p a{color:#2eac5b; text-decoration:unset; font-weight: 400;}
.fill-info-title-set-employee p span{color:#2eac5b; text-decoration:unset; font-weight: 400;}

.fill-info-sec-employee .title-wrap{margin-top:30px;     text-align: center;}
.fill-info-sec-employee .title-wrap h1{margin-bottom:0px; }

.fill-info-sec-employee #photo-employee{line-height:30px;}
.fill-info-sec-employee .form-group a{    display: block;
    width: 100%;
    border: 1px solid #2cb35c1a!important;
    color:#495057;
    box-shadow: 0 5px 28.5px 1.5px rgba(149,152,200,.2)!important;
    height: 50px;
    padding-left: 18px!important;
    border-radius: 5px!important;
    outline: 0;
    font-size: 14px;
    line-height:36px;
    background-color:#fff;
    font-weight: 400!important; margin-top:8px;}
.fill-info-sec-employee .form-group a:focus{outline:unset!important; box-shadow:unset!important;
background-color:#fff!important;}
.fill-info-sec-employee .form-group a:active{outline:unset:!important; box-shadow:unset!important;
background-color:#fff!important;}
.fill-info-sec-employee  .form-group label{display:block;}

.employee-photo{
    margin-top: 30px;
    border-radius: 0.5rem;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0.125rem 0 rgb(10 10 10 / 4%);
    position: relative;
    padding: 1.25rem;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
        margin-left: auto;
    width: 97.33%;
    margin-right: auto;
}
.employee-photo ul{
    list-style: circle;
    font-size: 14px;
    padding-left: 22px;
}	
.employee-photo ul li a{
    color: #8c9097;	
}
.employee-photo ul li a:hover{
    color: #2eac5b;	
}
 .form-group .form-control{
	margin-top:10px!important;
}
.new-chart{
padding-bottom: 20px;	
}


#piechart svg{
 border-radius: 0.5rem; 
}
.employee-photo p{
font-size: 14px;
    text-transform: capitalize;	
}
.employee-topbar{
padding: 20px 0px;
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
    background-color: #fff;
    z-index: 9999;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;	
}

.emp-update{
	border-radius: 0.5rem;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0.125rem 0 rgb(10 10 10 / 4%);
    position: relative;
    width: 100%;
    padding: 1.25rem;
        margin-top: 30px;
}	
.emp-update input.btn{
text-align: center;
    border: 0!important;
    transition: background-position .45s cubic-bezier(.51,.56,.04,.9);
    background-image: linear-gradient(to bottom,transparent 0 50%,#2eac5b 50% 100%)!important;
    background-size: 100% 200%;
    background-position: 50% 0;
    background-color: #464646;
    color: #fff;
    padding: 13px 25px;	
}

.emp-update input.btn:hover{
background-position: 50% 100%!important;
    border: 0px!important;
    background-color: #464646;
    outline: unset!important;
    box-shadow: unset;	
}
.emp-update h2{
 margin-bottom: 20px;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;	
}


.Dash-box{
	margin-bottom: 20px;
}



.employee-upadate{
	border-radius: 0.5rem;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0.125rem 0 rgb(10 10 10 / 4%);
    position: relative;
    width: 100%;
    padding: 1.25rem;
    height: 100%;
}
.employee-upadate h2{
    margin-bottom: 20px;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;	
}
.employee-upadate h3{
position: relative;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;	
}
.employee-upadate ul{
    list-style: none;
    padding: 0px;
    font-size: 14px;	
}

.passchange-btn{
color: #212529!important;	
}
.leave-apply-sec{
     background-color: #D5E9DD;
    padding: 80px 0px;
}   
body{
 background-color: #D5E9DD;   
}

.leave-apply-sec .submit input{
border-radius: 0.25rem;
}
.leave-apply-sec .back-btn{
 color: #2eac5b!important;   
}

.employee-topbar .text-right a:nth-child(3){
     color: #2eac5b;   
} 


@media screen and (min-width: 768px) and (max-width: 1024px){
.employee-upadate{
	padding:15px; 
}
.leave-apply-sec {
    padding: 40px 0px!important;
}
}

@media screen and (min-width: 768px) and (max-width: 991px){
  .employee-topbar p{
    font-size:14px;
  }
  .passchange-btn {
    font-size: 14px;
} 
.employee-topbar .text-right a:nth-child(3) {
    font-size: 14px;
} 
.fill-info-title-set-employee p{
 font-size: 13px;   
}

}


@media screen and (max-width:768px) {
.row.employee-dash-box .col-md-4{
    padding-right: 10px;
    padding-left: 10px;	
}	
}

@media screen and (max-width:767px) {
.fill-info-sec-employee h1{font-size:26px;}
.employee-topbar {
    padding: 15px 0px;}
.employee-topbar p{    flex-wrap: wrap;
    justify-content: center;}
.employee-topbar p span{    display: block;
    text-align: center;
    margin-top: 15px;}
.employee-topbar p a{
        display: inline-block;
    margin-bottom: 5px;
        font-size: 13px;
}
.form-group label{font-size:13px;}
.form-control{font-size:12px; padding-left: 5px!important; height: 40px;
}
.form-group select{font-size:12px;}
.submit-btn-form .submit{width:100%}
.form-group .w-100{
    width:100%!important;
}
.add-logo {
    margin-bottom: 20px!important;
    width: 230px;
    margin: auto;
}
.title-wrap h1{font-size:35px;}
.add-logo img{width:100%;}
.box-employee{width:100%;     padding: 30px 20px;}
.show:before{
content:"";
position:fixed;
top:0px;
height:100%;
width:100%;
z-index: 99;
left:0px;
right:0px;
bottom:0px;
background-color:#333333a3;
}
.show{position:relative;}   
.show-bar-bottom{margin-top:auto;}
.Logout-btn{display:none;}
.show-bar-bottom .Logout-btn{display:block;}
.show-bar-bottom .Logout-btn{
    position:unset;
}   
.logo-admin_dashboard p span img{
    width:220px;
}

.admin-topbar .text-right{
    text-align:left!important;
}

.navbar-toggler{
    position: fixed;
    right: 20px;
    top:20px;
    background-color: #464646;
    z-index: 999;
    padding: 2px 4px!important;
    font-size: 20px!important;
}


.w-100 {
    width:initial!important;
}

.bg-set-wrap{
    position:unset!important;
    height:unset!important;
    width:100%!important;
    top:unset!important;
    padding-top:0px!important;
    margin-top: 28px!important;
    background-color:transparent!important;
}

.bg-set-wrap .navbar-nav{
    background-color:#333!important;
        position: fixed;
    top: 0;
    left: 0;
    width: 220px!important;
    height: 100%;
    backface-visibility: hidden;
    z-index:99;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: webkit-transform 220ms ease-in-out;
    transition: transform 220ms ease-in-out;
}

.show .navbar-nav{
    -webkit-transform: translateX(0);
    transform: translateX(0);
}



.logo-admin_dashboard p {
    display: unset;}

.logo-admin_dashboard p span {
    display: unset!important;}
.logo-admin_dashboard p span b{
display:block; padding-left:0px!important; width:100%; text-align:center;}

.Logout-btn{    position: absolute;
    bottom: -4px;
    right: 18px;
    padding: 5px 15px;
}

.dispay-flex .card-info{width:100%;}

.dispay-flex .employee-photo-set {
    width: 100%;
    position: absolute;
    top: 0;
    right: 8px;}
.photos-wrap{
    width:50px;
    height:50px;
}
.header-wrap-set p{font-size:13px; margin-bottom:0px;}

.p-0 {
    padding-left:15px!important;
    padding-right:15px!important;
    }

.form-employeed form .col-md-12{
    padding:0px!important;
}
.panel-box-wrap form .form-group {
    width: 100%;
    padding: 0px 10px;}

.box-panel-wrap333{margin-bottom:30px; height:auto;}
#documents-approval-form select{font-size:12px;}
#documents-approval-form input{    padding: 10px 30px;
    font-size: 12px;}

.btn-set-color .btn{
    padding: 10px 30px;
    font-size: 12px;
}
.text-right {
    text-align: left!important;
}
.employee-topbar p{
	font-size:14px;
}

.passchange-btn{
font-size:14px;	
}
.fill-info-sec-employee {
    margin-top: 90px;
}
.fill-info-sec-employee .title-wrap{
	margin-top: 10px;
	margin-bottom: 10px;
}
.fill-info-sec-employee .title-wrap h1{
	font-size:30px;
}
.fill-info-sec-employee .new-chart{
font-size:30px;
    text-align: center;	
}
.employee-photo{
	    width: 90.33%;
}
.emp-update .btn{
	width: 100%!important;
}
.area-wrap .form-groups{
align-items: baseline;
justify-content: space-between;
display: flex;	
}
.area-wrap .form-groups label{
	font-size:12px;
}

.fill-info-sec-employee .employee-dash-box .col-md-4{
     margin-top: 20px!important;   
}
.employee-photo div{
     padding-left: 0px;
    padding-right: 0px;   
}
.emp-update{
    padding:1rem;
}
.leave-apply-sec .submit input{
    width: 100%;
}
.leave-apply-sec {
    padding: 40px 0px;
}
/*.fill-info-sec-employee .fill-info-title-set-employee{
  display: block;  
}
.fill-info-sec-employee .fill-info-title-set-employee p a{
    word-break: break-all;
}*/
.fill-info-title-set-employee p{
 font-size: 14px;   
}

.fill-info-title-set-employee{
display: block;    
}

}

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

#documents-approval-form select{
    width:100%;
}

#documents-approval-form input{width:100%; margin-top:10px;}
.flex-set{flex-wrap:wrap;}
.btn-set-color select{width:100%;}
.btn-set-color .btn{width:100%; margin-top:10px;}

.fill-info-title-set-employee p{font-size:12px;}


}


/**end of add new css***/



