@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+Oriya:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Roboto", sans-serif !important;
}

p{
    font-size: 18px;
    letter-spacing: 0.55px;
}
a{
    text-decoration: none;
}
.login{
    height: 100vh;
    width: 100%;
    background-image: url(../images/22.jpg);
    background-size: cover;
    position: relative;
}
.login::after {
    position: absolute;
    content: "";
    background-color: #000000;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    /* z-index: -1; */
}
.innerlogin {
    z-index: 9;
    width: 75%;
}
.subfrm{
        padding: 2rem;
    background-color: #fff;
    border-radius: 15px;
}
.usernm input{
    height: 45px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: 1px solid gray;
    background-color: transparent !important;
}

.usernm input {
    height: 50px;
    border-radius: 0px;
    outline: none;
    border: 1px solid #8080804a;
    background: transparent !important;
    box-shadow: none !important;
    appearance: none;
    padding-left: 45px;
    font-size: 18px;
    position: relative;
}

/* 🔥 Chrome Autofill Fix */
.usernm input:-webkit-autofill,
.usernm input:-webkit-autofill:hover,
.usernm input:-webkit-autofill:focus,
.usernm input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}
.usernm{
    position: relative;
}
.usernm::after {
    position: absolute;
    content: "";
    background-image: url(../images/account.png);
    background-size: contain;
    height: 23px;
    width: 22px;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    opacity: 0.5;
}
.view{
     position: absolute;
     height: 23px;
    width: 22px;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
}
.loginbtn a {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    /* background-color: #006b65; */
    background: linear-gradient(360deg, #006b65, #006b65);
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 22px;
}
.profileimage{
    cursor: pointer;
}
.profileimage img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.profiledata h5{
    font-size: 17px;
    font-weight: 700;
    color: #006b65;
}
.profiledata span {
    color: #1d1d1d;
    letter-spacing: 0.55px;
}
.btnselect{
    border: 1px solid #006b65;
    border-radius: 30px;
    padding: 5px;
}

.subbtn a {
    color: #006b65;
    padding: 5px 14px;
    /* border: 1px solid #006b65; */
    /* background-color: #fff; */
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 18px;
    /* border-radius: 9px; */
}
.subbtn .active {
    /* background-color: #006b65; */
    background: linear-gradient(360deg, #006b65, #006b65);
    color: #fff;
    border-radius: 30px;
}
.subfrm h3{
    color: #006b65;
    font-size: 35px;
}


.leftnav img {
    width: 50%;
}
.nab {
    box-shadow: black 0px 3px 6px -7px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}
.leftnav {
    border-right: 1px solid lightgray;
    padding: 10px 0;
}

.setting, .notification {
    width: 50px;
    height: 50px !important;
    position: relative;
}
.setting img,.notification img{
    width: 50%;
}
.setting{
    animation: move 4s linear infinite;
    transform-origin: center;
}

@keyframes move{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.notification::after {
    position: absolute;
    content: "";
    background-color: red;
    background-size: contain;
    height: 10px;
    width: 10px;
    top: 25%;
    right: 25%;
    border-radius: 50%;
    z-index: 9;
}

.profilredrop {
    width: 300px;
    background-color: #fff;
    top: 619%;
    right: -3rem;
    padding-bottom: 1rem;
    box-shadow: black 0px 0px 17px -11px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.profilredropnew {
    top: 140%;
    visibility: visible;
    opacity: 1;
}
.pro {
    padding: 10px;
    border-bottom: 1px solid lightgray;
    margin-bottom: 1rem;
}
.logot {
    padding: 10px 15px;
}
.logot img {
    width: 17px !important;
    height: auto !important;
    border-radius: 0 !important;
}
.logot p{
    font-size: 16px;
    color: #000000;
}





/* dash menu */
.left-dashboard-menu {
    height: 100vh;
    width: 100%;
    background-color: #006b65 !important;
    position: fixed;
    top: 0;
    width: inherit;
    padding-top: 6%;
}
.submenu-list ul li a img {
    width: 20px;
    filter: brightness(0) invert(1);
}
.submenu-list ul li a {
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 0.55px;
    padding: 13px 13px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.submenu-list ul li a::after {
    position: absolute;
    content: "";
    background-color: #0000001c;
    background-size: contain;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    border-radius: 0 30px 30px 0;
    z-index: -1;
    transition: all .3s;
}
.submenu-list ul li .active-menu::after {
    width: 93%;
}
.submenu-list ul li a::before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    background-size: contain;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    border-radius: 0;
    z-index: -1;
    transition: all .3s;
    transition-delay: .3s;
}
.submenu-list ul li .active-menu::before{
    width: 1.5%;
}
.submenu-list ul li a:hover::after{
    width: 93%;
}
.submenu-list ul li a:hover::before{
   width: 1.5%;
}
/* dash menu end*/


/* dashboarddata */

.card {
    background: #fff;
    min-height: 50px;
    box-shadow: none;
    border: 0;
    position: relative;
    margin-bottom: 24px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    z-index: 1;
}
/* .l-bg-purple {
    background: linear-gradient(135deg, #8e4cf1 0, #c554bc 100%) !important;
    color: #fff;
} */
.l-bg-purple {
    background: linear-gradient(48deg, #03a79f 0, #00fff4 100%) !important;
    color: #fff;
}
.col-xl-3:nth-child(2) .l-bg-purple {
    background: linear-gradient(48deg, #3497e2 0, #4590c8 100%) !important;
}
.col-xl-3:nth-child(3) .l-bg-purple {
    background: linear-gradient(48deg, #35b8ab 0, #5eab8b 100%) !important;
}
.col-xl-3:nth-child(4) .l-bg-purple {
    background: linear-gradient(48deg, #ec885c 0, #de8c4b 100%) !important;
}
.info-box-5 .card-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: 15px;
    top: 5px;
    opacity: 0.05;
    width: 104px;
    /* height: 100%; */
    z-index: -1;
}
.font-20 {
    font-size: 20px;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: #000000;
    transition: var(--bs-progress-bar-transition);
}
.dropitems li a::after,.dropitems li a::before{
    opacity: 0;
}
.dropitems a{
    padding-left: 15% !important;
    display: flex;
    transition: all .3s;
}
.dropitems a:hover{
    color: #00ffee;
}
.droparow {
    display: flex;
    justify-content: space-between;
    width: 82%;
    color: #fff;
    font-size: 17px;
}
.droparow img{
    width: 20px !important;
    transition: all .3s;
}
.dropitems{
    max-height: 0;
    overflow: hidden;
    transition: all .3s;
}
.dropitemsnew {
    max-height: 200px;
}
.droparownew img{
    transform: rotate(90deg);
}




.imp-img {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    margin: 2rem auto 0rem;
}
.imp-img img {
    border-radius: 50%;
    padding: 4px;
    box-shadow: black 0px 0px 18px -12px;
}


.price_tra{
    padding-top: 5%;
}
.price_tra h5 {
    font-size: 17px;
    margin-bottom: 4px !important;
    letter-spacing: 0.55px;
}
.emplist {
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 1rem;
    box-shadow: black 0px 0px 18px -12px;
}

.icon_left img {
    width: 19px;
}
.status_text h3 span {
    display: block;
}
.bjblox .status_text p {
    font-size: 11.9px;
    line-height: 19px;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    color: #333;
    text-align: center;
}
.status_text p{
    font-size: 15px;
    font-weight: 500;
}
.statuuus21 p {
    width: fit-content;
    padding: 0;
    /* background-color: #c2ebe770; */
    border-radius: 30px;
    display: flex;
    color: #03a6a2;
    line-height: 1;
    /* justify-content: center; */
    margin: auto !important;
    display: flex;
    align-items: center;
    gap: 7px;
    line-height: 1;
    font-size: 17px;
}
.Terminated p{
    color: red;
}
.Resigned p{
    color: #FF7800;
}
.statuuus21 p img{
    width: 16px;
}
.col-xxl-8 .statuuus p {
    font-size: 14px;
    width: fit-content;
    padding: 7px 20px;
    background: var(--btnbg);
    border-radius: 30px;
    display: flex;
    color: #ffffff;
    line-height: 1;
    margin: auto !important;
}
.botdsgn {
    padding: 1rem;
    margin-top: 2rem;
    background-color: #006b6512;
    border-radius: 20px;
}
.dtls{
    text-align: center;
}
.status_text{
    position: relative;
}
.status_text::after {
    position: absolute;
    content: "";
    border-right: 1px solid lightgray;
    background-size: contain;
    height: 100%;
    width: 1px;
    top: 0;
    right: -12px;
}
.col-4:last-child .status_text::after{
    border: none;
}

.nutxt {
    /*padding: 10px;*/
    /*height: 31px;*/
    /*width: 35px;*/
    /*position: relative;*/
    color: #fff;
}
.nutxt p{
    color: #fff;
    padding:5px 10px;
    border-radius: 6px;
    background-color: #006b65;
}
.sear input {
    height: 44px;
    padding-left: 17px;
    border: 1px solid lightgray;
    border-radius: 6px;
}   
.sear input:focus{
    border: 1px solid lightgray;
    outline: none;
    box-shadow: none;
}
.sear {
    position: relative;
    width: 64%;
    margin-left: auto;
}
.sear::after{
    position: absolute;
    content: "";
    background-image: url(../images/dasboard/icons/filter.png);
    background-size: contain;
    height: 20px;
    width: 20px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.sear::before {
    position: absolute;
    content: "";
    background-color: #bfbfbf61;
    background-size: contain;
    height: 100%;
    width: 42px;
    top: 0%;
    right: 0;
}
.addemp a {
    font-size: 18px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    background-color: #006b65;
    color: #fff;
    font-size: 17px;
    border-radius: 6px;
    border: 1px solid #006b65;
    transition: all .3s;
}
.addemp a:hover{
    background-color: #fff;
    color: #006b65;
}
.filt{
    background-color: #fff;
    padding: 14px;
    border-radius: 6px;
    box-shadow: black 0px 0px 11px -8px;
}

.view21 {
    height: 30px;
    width: 30px;
    background-color: #006b65;
    border-radius: 50%;
    top: 72%;
    right: -7px;
}
.view21 img{
    filter: brightness(0)invert(1);
}
/* .dobbbb{
    display: none;
} */



.profidarx {
    width: 100%;
    float: none;
    display: flex;
    padding-right: 9px;
    padding-bottom: 9px;
    padding-top: 9px;
    flex-wrap: wrap;
}
.rowprox{
    width: 100%;
    float: none;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 25px;
    box-shadow: 0px 2px 2px #00000012;
}


.addemployee {
    right: -100%;
    background-color: #00000033;
    height: 100vh;
    width: 100%;
    z-index: 999;
    backdrop-filter: blur(4px);
    transition: all .3s;
}
.inner-add-employee {
    height: 100vh;
    width: 55%;
    background-color: #fff;
    margin-left: auto;
    transform: translateX(125%);
    transition: all .3s;
    transition-delay: .05s;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}
.addemployeenew{
    right: 0;
}
.addemployeenew .inner-add-employee{
    transform: translateX(0%);
}
.add-emp-hd {
    padding: 1rem;
    background-color: #006b6517;
}
.frm select, .frm input {
    height: 50px;
    border: 1px solid #8f8f8f;
    border-radius: 6px;
    padding-left: 15px;
    font-size: 15px;
    letter-spacing: 0.55px;
}
.frm textarea {
    min-height: 100px;
    border: 1px solid #8f8f8f;
    border-radius: 6px;
    padding-left: 15px;
    font-size: 15px;
    letter-spacing: 0.55px;
}
.frm label{
    font-size: 16px;
    color: #00aaa0;
    letter-spacing: 0.55px;
}

.add-frm {
    padding: 2rem 4rem 2rem 4rem;
}
.close img {
    width: 24px;
    /* filter: brightness(0) invert(1); */
    /* position: absolute; */
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
}
.close p{
   color: red;
}
.close{
    cursor: pointer;
}
.add-emp-hd{
    position: relative;
}



.admin-dashboard {
    padding-top: 8% !important;
    padding-bottom: 5rem !important;
}


.backkkk a {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    /* border: 1px solid #006b65; */
    background-color: #fff;
    color: #006b65;
    transition: all .3s;
    margin-left: auto;
}
.backkkk a img {
    
    transition: all .3s;
    width: 20px;
}
.backkkk a:hover{
    background-color: #006b65;
    color: #ffffff;
}

.backkkk a:hover img{
   filter: brightness(0) invert(1);
}


.wwwewsew {
    padding: 1rem;
    background-color: #fff;
    position: sticky;
    top: 7rem;
    border-radius: 10px;
}
.retew a {
    padding: 15px;
    background-color: #ffffff;
    display: flex;
    font-size: 19px;
    color: #000000;
    border-radius: 10px;
    transition: all .3s;
}
.retew a:hover {
    color: #006b65;
}
.retew .active:hover {
    color: #ffffff;
}
.retew .active {
    background-color: #006b65;
    color: #fff;
}

.prfhd h4 {
    padding: 15px 0;
    border-bottom: 1px solid #d3d3d387;
}
hr {
    color: #a5a5a5;
}
.prsubhd h6 {
    padding: 29px 0 15px;
    font-weight: 600;
}
.leftpreddddd {
    width: 80px;
    height: 80px;
}
.leftpreddddd img{
    border-radius: 50%;
}


.expbtn a {
    border: 1px solid #000000;
    background-color: #fff;
    color: #000000;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: all .3s;
}
.expbtn a img {
    width: 20px;
    transition: all .3s;
    filter: brightness(0);
}
.expbtn a:hover{
     background-color: #006b65;
     color: #fff;
     border: 1px solid #006b65;
}
.expbtn a:hover img{
     filter: brightness(0)invert(1);
}
.preddddd .row .col:nth-child(1){
    max-width: 9%;
}
.rightpred h6{
    font-size: 19px;
    /* font-weight: 600; */
    margin-bottom: 5px;
}
.rightpred span{
    font-size: 16px;
    letter-spacing: 0.55px;
    color: gray;
}
.preddddd{
    padding: 1rem;
    background-color: #f1f0f6;
}
.prf {
    padding: 2rem;
    background-color: #fff;
    border-radius: 10px;
}
.updatebtn a {
    width: fit-content;
    padding: 5px 20px;
    background-color: #006b65;
    display: flex;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 7px;
    border: 1px solid #006b65;
    transition: all .3s;
}
.updatebtn a:hover{
    background-color: transparent;
    color: #006b65;
}

.cancel a{
    background-color: transparent;
    color: #006b65;
    transition: all .3s;
}
.cancel a:hover{
    background-color: #006b65;
    color: #fff;
}

.changepsw{
    padding: 2rem 0;
}



.changepswddw {
    height: 100vh;
    width: 100%;
    background-color: #00000099;
    z-index: 99999999;
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
}
.changepswddwnew{
    visibility: visible;
    opacity: 1;
}
.inner-changepswddw {
    background-color: #fff;
    width: 35%;
    border-radius: 10px;
    overflow: hidden;
    top: 20% !important;
    transition: all .4s;
    opacity: 0;
}
.changepswddwnew .inner-changepswddw{
    top: 50% !important;
    opacity: 1;
    transition-delay: .2s;
}
.psw-hdd {
    padding: 2rem;
    background-color: #f7f7f7;
}

.frmlistser{
    padding: 2rem;
}

.updateeeer a{

}




























.inner-card {
    box-shadow: black 0px 5px 11px -7px;
    padding: 2rem 0;
    position: absolute;
    height: 90vh;
    width: 100%;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}


#card {
    max-width: 419px;
    margin: auto;
    height: 100vh;
    position: relative;
}

.image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 8px solid #fff;
}
.inner-card::after {
    position: absolute;
    content: "";
    background-color: #222581;
    background-size: contain;
    height: 40%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    clip-path: polygon(0 0, 100% 0, 100% 76%, 0 100%);
}
.inner-card::before {
    position: absolute;
    content: "";
    background-image: url(../images/card.png);
    background-size: cover;
    height: 40%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 76%, 0 100%);
    opacity: 0.4;
}
.image {
    position: absolute;
    top: 34%;
    left: 78%;
    transform: translate(-50%,-50%);
}
.nm {
    position: absolute;
    top: 20%;
    left: 6%;
    transform: translate(0%,-50%);
}
.nm span{
  font-size: 13px;
  letter-spacing: 1.55px;
}
.nm h4{
  margin-bottom: 0;
}
.ab{
    position: absolute;
    top: 55%;
    left: 6%;
    transform: translate(0%,-50%);
}
.ab h5 {
    font-size: 18px;
    letter-spacing: 0.55px;
}
.ab span {
    font-size: 13px;
    letter-spacing: 0.55px;
    line-height: 11px;
    color: #222581;
}
.logo img{
      width: 122px;
}
.social {
    position: absolute;
    top: 78%;
    left: 0%;
    transform: translate(0%,-50%);
    padding: 0 24px;
}
.scclo {
    position: absolute;
    top: 95%;
    left: 0%;
    transform: translate(0%,-50%);
    width: 100%;
    background-color: #222581;
    padding: 7px 20px;
    justify-content: center;
}
.fccd {
    position: relative;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    box-shadow: black 0px 0px 12px -4px;
    background-color: #fff;
}
.fccd img{
  width: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.sc-img img {
    width: 17px;
    height: 17px;
    opacity: 0.5;
    margin-top: -7px;
}
.sc-dt p {
    margin-bottom: 0;
    font-size: 12px;
    color: black;
    letter-spacing: 0.55px;
}
.ab .d-flex a {
    text-decoration: none;
    color: #000;
    padding: 5px 15px;
    background-color: transparent;
    font-size: 12px;
    letter-spacing: 0.55px;
    border-radius: 30px;
    border: 1px solid #00000021;
}

.ab .d-flex h5{
  margin-bottom: 0;
}

.botdsgn li p {
    font-size: 14px;
    letter-spacing: 0.55px;
}

.dtlss {
    top: 1.5rem;
    right: 0.5rem;
    width: 25px;
}







/* 

@keyframes growProgressBar {
  0%, 33% { --pgPercentage: 0; }
  100% { --pgPercentage: var(--value); }
}

@property --pgPercentage {
  syntax: '<number>';
  inherits: false;
  initial-value: 0;
}

div[role="progressbar"] {
    --size: 3.5rem;
    --fg: #006b65;
    --bg: #e3e3e3;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, white 86%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-weight: 900;
}

div[role="progressbar"]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) '%';
} */






.circle-progress {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.circle-progress svg {
    transform: rotate(-90deg);
}

.circle-progress circle {
    fill: none;
    stroke-width: 8;
}

.circle-progress .bg {
    stroke: #e6e6e6;
}

.circle-progress .progress {
    stroke: #006b65;
    stroke-linecap: round;
    transition: stroke-dashoffset 1s ease;
    stroke-dasharray: 314;
    stroke-dashoffset: 314;
}

.circle-progress span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 13px;
}





















.price_tra span{
        color: #444444 !important;
}
.iczz img{
        width: 16px;
}

.Submit a{
    padding: 10px 29px;
}

.teskfrm .frm{
    width: 72%;
}

.ttr{
    padding-left: 28%;
}

.tasklisting th {
    font-size: 18px;
    letter-spacing: 0.55px;
    font-weight: 500;
    background-color: red;
    background-color: #006b6517;
    padding: 20px 10px;
}
.tasklisting td {
   /* border-bottom: 1px solid lightgray; */
    padding: 20px 10px;
}
.tasklisting tr:nth-child(even) {
    background-color: #cfcfcf1a;
}

.tasklist{
    border-radius: 13px 13px 0 0;
    overflow: hidden;
}
.prio img {
    width: 16px;
    height: 16px;
    /* margin: auto; */
}
.prio p{
    color: red;
    font-size: 16px;
}
.prio {
    display: flex;
    text-align: start;
    min-width: 14%;
    gap: 7px;
    align-items: center;
}
.actn a{
    position: relative;
    z-index: 1;
}
.actn a::after {
    position: absolute;
    content: "";
    background-color: #006b6512;
    background-size: contain;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all .3s;
    opacity: 0;
}
.actn a:hover::after{
    opacity: 1;
}
.actn a img{
    width: 20px;
}

.numb h5{
        font-size: 18px;
}
.ttlxx{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tsk p {
    font-size: 14px;
    letter-spacing: 0.55px;
    line-height: 29px;
}
.dashboard-title h3{
    font-size: 23px;
    color: #313131 !important;
    letter-spacing:0.55px;
}

.tasklisting tr{
    transition: all .3s;
}
.tasklisting tr:hover {
    background-color: #006b6521;
}
.profileimage21::after {
    position: absolute;
    content: "";
    background-color: green;
    background-size: contain;
    height: 16px;
    width: 16px;
    bottom: 0%;
    right: -7%;
    border-radius: 50%;
    z-index: 9;
    border: 3px solid #fff;
}
.gt{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 0;
}
.gt input{
    height: auto;
}
.drocheck {
    border: 1px solid #006b65;
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
}
.chkhd h5{
    padding: 10px 20px;
    background-color: #006fc9;
    color: #fff;
    font-size: 16px;
}

.gtlist{
    padding: 10px 1rem;
}
.lvnm {
    width: 48%;
}

.lvnm1::placeholder{
    color: #000;
}
.tsk4 p{
    padding: 2px 20px;
    border-radius: 30px;
}
.tsk4 span{
    font-weight: 700;
}
.tbl tr{
    border: 1px solid lightgray;
}
.tbl tr td, .tbl tr th{
    border: 1px solid lightgray;
    padding: 10px;
}



.changepsw{
    padding: 2rem 0;
}



.changepswddw1 {
    height: 100vh;
    width: 100%;
    background-color: #00000099;
    z-index: 99999999;
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
}
.changepswddwnew1{
    visibility: visible;
    opacity: 1;
}
.inner-changepswddw1 {
    background-color: #fff;
    width: 35%;
    border-radius: 10px;
    overflow: hidden;
    top: 20% !important;
    transition: all .4s;
    opacity: 0;
}
.changepswddwnew1 .inner-changepswddw1{
    top: 50% !important;
    opacity: 1;
    transition-delay: .2s;
}
.psw-hdd1 {
    padding: 2rem;
    background-color: #f7f7f7;
}
.mnchk{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.mnchk input{
    height: 16px;
    width: 16px;
}
.mnchk1 input{
    height: 20px;
    width: 20px;
}
.mnchk label{
    font-size: 16px;
}
.mnchk1 label{
    font-size: 20px;
}
.mnchk1{
    margin-bottom: 25px;
}
.toggle{
    display:none;
}
.qqqqqq{
        justify-content: end !important;
}
.toggleclose,.flttt{
    display:none;
}

.gtlist6666 label{
    color:black;
}
.inner-success {
    width: 300px;
    margin: auto;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem 1rem;
}
#success {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInner {
    text-align: center;
}
.quick_sucInnerBtn {
    background-color: #31a300;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 30px;
    font-family: auto !important;
}
.quick_sucInner h3 {
    font-family: auto !important;
}


.ssssdfdf {
    height: 85vh;
    overflow: overlay;
}

.teskfrm21 p {
    margin-bottom: 10px !important;
    font-size: 16px;
    color: #000000;
}
.add-emp-hd h4{
    font-size: 20px;
    letter-spacing:0.55px;
}

.time-wrapper {
    position: relative;
    width: 100%;
}

.time-wrapper input {
    width: 100%;
    height: 42px;
    padding: 10px 40px 10px 12px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.time-wrapper input:focus {
    border-color: #4e73df;
    box-shadow: 0 0 0 2px rgba(78,115,223,0.15);
}

.time-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

/* Dropdown */
.time-dropdown {
    position: absolute;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #8f8f8f;
    border-radius: 6px;
    margin-top: 5px;
    display: none;
    z-index: 999;
}

/* Time items */
.time-option {
    padding: 8px 12px;
    cursor: pointer;
}

.time-option:hover {
    background-color: #1f6fe5;
    color: #fff;
}