body {
	font-family: "Open Sans", sans-serif; 
	margin:0;
	padding:0;
    background-color: #02010c !important;
    overflow:hidden;
    color:#ffffff;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 6px;
}
p{
font-family: "Open Sans", sans-serif; 
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
   border-radius: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #67676757;
    border-radius: 2px;
}
.head-logins h4 {
    color: #555;
    font-weight: 600;
}
.form-left-texts p {
    font-size: 15px;
}
.login-page {
      width: 100%;
    height: 100vh;
    display: inline-block;
    background: #e1e1e5;
}
.logoForm .form-check {
    display: flex;
    align-items: center;
    gap: 5px;
}
.logoForm {
    padding: 5em 2em;
    background: #e1e1e5;
}
.logoForm .form-check .form-check-input {
 margin-top: 0px;
}

/* for gray background*/
.card-box-bot2{
	height:78vh !important;
}

/*for viewDeatailpage height*/

.viewDetailPage{
	max-height:78vh;
	overflow-y:auto;
}


/*Table height*/

.table-height{
	height: 78vh !important;
	overflow-y:auto !important;
}

.table-height table{
	
	height:60vh !important;
}


.form-check-label{
font-size: 13px;
}
.btns-resets-logins .btn {
    width: 100%;
}
.rememberMe input {
  border-radius: 2px !important;
  height: 14px;
  width: 15px;
}
.rememberMe label {
  font-size: 13px;
}
.forgot-password {
   color: #444;
    font-size: 12px;
    text-decoration: none;
}
.bg-light-info {
  background-color: #bffffe;
}
.form-right i {
    font-size: 100px;
}
.date-timeSec img {
    width: 50px;
}
.logoForm {
	padding: 5em 2em;
}
.logo img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.form-left select {
  border:1px solid #04a9ec;
}
.form-btn button {
    width: 100px;
    height: 35px;
    font-size: 13px;
    border-radius: 0px;
    font-weight: 500;
}
.input-group {
    border-color: 1px solid;
}
.input-group input {
    height: 40px;
    outline: none;
}
.input-group input::placeholder {
    font-size: 12px;
}
.input-group .input-group-text {
       height: 40px;
    background: #eceeef;
}
.input-group-text i{
    font-size: 18px;
    color: #6c757d;
}
.form-select {
    border-radius: 0px;
    font-size: 13px !important;
    height: 35px;
}
.form-right {
    width: 100%;
    height: 105vh;
    background-image: url("../images/loginbg.png"), linear-gradient(to bottom, rgb(213 41 127 / 71%), #3f51b542);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: soft-light;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}
.image-bg {
    position: relative;
    z-index: 10;
    padding: 40px 20px;
    display:none;
}
.image-bg h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
}
.image-bg p {
    font-size: 18px;
}

.copyright-text p {
    color: #444;
    font-size: 12px;
}

.ml10 {
    position: relative;
    font-weight: 900;
    font-size:3em;
  }
  
  .ml10 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 1.0em;
    overflow: hidden;
  }
  
  .ml10 .letter {
    display: inline-block;
    line-height: 1em;
    transform-origin: 0 0;
  }
  
#loginText {
    font-size: 18px;
    opacity:0;
    transition: opacity 1s ease-in-out;
}
header {
 background: #0f2032;
 width: 100%;
 height: 45px;
 box-shadow: rgb(50 50 93 / 17%) 0px -1px 25px -2px, rgba(0, 0, 0, 0.3) 0px -6px 1px -10px;
 border-bottom: 1px solid #dddddd1a;
  }
.fixedheader {
   display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 99999;
    height: 45px;
    border-bottom: 1px solid #dddddd1a;
    background: #0f2032;
  }
.logo-text {
    position: relative;
    top: 5px;
    right: 12px;
    font-weight: 500;
}
  #leftHeader {
    display: flex;
    gap: 15px;
    height: 25px;
    justify-content: center;
    align-items: center;
  }
  img.logoImage {
    width: 45px;
    height: 45px;
}
  #logoIcon {
    width: auto;
  }
  
  #centerHeader {
    display: flex;
    width: 40%;
    justify-content: space-between;
    align-items: center;
  }
  
  #searchField {
    background-color: #272727;
    height: 40px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
  }

   #searchIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
    min-width: 50px;
  }
  
  #rightHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  #createIcon {
    margin-left: 20px;
  }
  
  #notificationIcon, #createIcon, #voiceIcon, #hamburIcon, #profileIcon, #sunIcon {
    border-radius: 50%;
        background-color: #f3eaea;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* #notificationIcon:hover , #createIcon:hover , #voiceIcon:hover , #hamburIcon:hover  {
      background-color: rgba(100, 100, 100, 0.5)
  } */

footer {
    position: relative;
}
.request-head{
    border-bottom: 1px solid #ddd;
}
  aside {
    background-color: #0d0f12;
    width: 100px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: fixed;
    box-shadow: 0 14px 28px rgb(0 0 0 / 4%), 0 10px 10px rgb(0 0 0 / 10%) !important;
    z-index: 99999;
  }
 
  .icon-side {
    position: absolute;
    right: 8px;
    top: 20px;
}
  .asideIcons img {
  	width:30%;
  }
  ul.sideBar-nav {
    padding: 0;
}
aside span {
    color: #e2e6eb;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
}

aside .asideIcons a{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    text-decoration: none;
}
  

  aside .asideIcons:hover {
     background-color: #1976d22b;
  }
  .asideIcons.active {
   background-color: #1976d22b;
    width: 100px;
}
 .hrms-menu {
  display: none;
}

/* When hovering over the HRMS list item, show the menu */
.asideIcons.position-relative:hover .hrms-menu {
  display: block;
}
  
  @media (max-width: 480px) {
    input {
      display: none;
    }
    #centerHeader {
      display: flex;
      justify-content: end;
      align-items: center;
      border: none;
      
    }
    #searchField {
      background-color: #0F0F0F;
      width: 40px;
      border: none;
      margin-right: 20px;
    }
    
   
    #profileIcon {
      display: none;
    }
    
    #notificationIcon, #createIcon, #voiceIcon, #hamburIcon, #searchIcon, #profileIcon, #sunIcon {
      width: 25px;
      height: 25px;
      background-color: #0F0F0F;
    }
    aside {
      height: 100%;
      padding-bottom: 100%;
    }
    
  }
  
  @media (max-width: 360px) {
    #voiceIcon {
      display: none;
    }
    #createIcon {
    margin-left: 0;
  }
  
  }
.emplooyesList {
        width: 60px;
    height: 60px;
    border-radius: 5px;
      background-color: #74808833;
    justify-content: center;
    margin-top: 7px;
    cursor: default;
}
.emplooyesList i {
     color: #fff;
    font-size: 30px;
   cursor: default;
}
span.countcarddashboards {
      font-size: 31px;
    font-weight: 600;
    color: #fff;
}
main {
    margin-left: 250px;
    padding: 20px;
    flex: 1; 
    background-color: #f4f4f4; 
}
  
.employee-data {
/*     width: 200px; */
}
.tot-emp {
    color: #fff;
}
.card-time {
  color: #fff;
  font-weight: 400 !important;
}
.card-date {
   font-size: 12px;
    font-weight: 300;
    color: #fff;
}
.view-attend {
    color: #000;
   background-color: #6545a4;
    border-color: #6545a4;
}
.view-attend:hover {
    color: #fff !important;
    background-color: #2196f3d1;
    border-color: #2196f3a1;
}
.view-attend {
    font-size: 10px;
    border-radius: 3px;
}
.tot-emp {
      font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.filter-icon img {
    width: 22px;
}
.owl-carousel-Wishes {
 padding: 16px 0px;
}
.card.card-box {
    box-shadow: rgb(0 0 0 / 2%) 0px 3px 8px;
    background: #9e9e9e1c;
    border: 1px solid #ddd;
}
.card.card-box-right {
box-shadow: rgb(0 0 0 / 2%) 0px 3px 8px;
    /* background: #9e9e9e1c; */
border: 1px solid #ddd;
}
.request-head-right {
    background: #02010c;
}
.card.card-box.box-one {
    background: linear-gradient(to right, #997900, #CDDC39);
    border: 1px solid #ccb540;
}

.card.card-box.box-two {
    background-image: linear-gradient(to right, #073059, #3F51B5);
    border: 1px solid #7597dc;
}
.card.card-box.box-three {
       background: linear-gradient(to right, #870b35, #c92981);
    border: 1px solid #b50b45;
}
.card.card-box.box-four {
     background: linear-gradient(to right, #873996, #6546a4);
    border: 1px solid #883b97;

}

.card-box-left {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 20px;
}
  
  /* Card header styling */
  .card-box-left .request-head {
    background-color: #f7f7f7;
    padding: 16px;
    border-bottom: 1px solid #e1e1e1;
  }
  
  .card-box-left .request-head h5 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    color: #333;
  }
  
  .card-box-left .request-head .filter-icon img {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  
  /* Card body styling */
  .card-box-left .card-body {
    padding: 16px;
  }
  
  .card-box-left .request-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #f1f1f1;
  }
  
  .card-box-left .request-inner:last-child {
    border-bottom: none;
  }
  
  .card-box-left .request-inner-left {
    display: flex;
    align-items: center;
  }
  .card-box-left .request-inner-right {
    text-align: right;
  }
  
@media (max-width: 768px) {
    .card-box-left .request-head {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .card-box-left .request-head .filter-icon {
      margin-top: 10px;
    }
  
    .card-box-left .request-inner {
      flex-direction: column;
      padding: 10px 0;
    }
}
.bell {
  position: relative;
}
.noti {
  position: absolute;
  top: -5px;
  right: 0px;
  background-color: #ff2b2b;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
}
.request-head h5 {
    font-size: 14px;
    color: #000;
    margin: 0;
    font-weight: 600;
}

.card.card-box.card-box-bot .filter-icon {
    background-color: #d5e9ff;
    border-radius: 5px;
    width: 24px;
    text-align: center;
    height: 24px;
    line-height: 20px;
}
.card.card-box-right.card-box-rigt .filter-icon {
  background-color: #d5e9ff;
  border-radius: 5px;
  width: 24px;
  text-align: center;
  height: 24px;
  line-height: 20px;
}
.card.card-box.card-box-rigt .filter-icon {
    background-color: #d5e9ff;
    border-radius: 5px;
    width: 24px;
    text-align: center;
    height: 24px;
    line-height: 20px;
}
.card.card-box.card-box-rigt .filter-icon img {
  width: 20px;
}
.card.card-box.card-box-bot .filter-icon img {
    width: 20px;
}
span.request-innerTxt {
    font-size: 13px;
    font-weight: 400;
    color: #555;
}
.request-inner-right .btn {
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 400;
    border-radius: 50px;
    color: #fff;
    /* margin: 2px 5px 4px; */
    background: #1d90d9;
    outline: none;
    border: 1px solid #1d90d9;
}
.request-innerOpenings i {
 color: #bb2372;
}
.request-innerOpenings .request-innerTxt {
    color: #555;
}

.request-inner-holidays, .request-inner-holidaysOne, .request-inner-holidaysTwo i {
       color: #009688;
}

.content {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    /* top: 46px; */
    width: 93%;
    left: 96px;
}
.wish-card {
    border-radius: 5px;
    padding: 3px;
    display: flex; 
    align-items: center;
    color: #272727; 
    max-width: 100%; 
}
.bg-red {
  background-color: #fff3cd;
  border: 1px solid #ffc200;
}
.bg-blue {
  background-color: #dde6ff;
  border: 1px solid #0040ff;
}
.bg-green {
  background-color: #d0ffcd;
  border: 1px solid #0dc000;
}
span.qbitAvtarTop img {
      width: 30px;
    height: 30px;
    border-radius: 50%;
}
span.qbitAvtar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.wish-card .wish-text {
    font-size: 14px;
    font-weight: 600;
}
.wish-card p, .wish-card div {
   font-size: 10px;
   margin: 0;
   font-weight: 500;
}
.wish-card span i {
    font-size: 30px; 
    color: #272727;
}
.wish-card .ms-2 {
    margin-left: 10px;
}
.wish-card-img img {
  width: 30px;
}
.arrowIcon {
  width: 20px;
  height: 20px;
  margin: 1px auto;
  line-height: 19px;
  background-color: #ffe799;
  border-radius: 3px;
  margin: 6px auto;
}
.totalEmpTitle{
  color: #2841ff;
}
.totalEmpTitle i {
  border: 1px solid #96a6ff;
  background-color: #2841ff;
  border-radius: 100%;
  padding: 3px 5px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
  margin-right: 7px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(158, 193, 222, 1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(158, 193, 222, 1);
  box-shadow: 0px 1px 4px 0px rgba(158, 193, 222, 1);
}
.add-employee {
  border: 1px solid #96a6ff;
  background-color: #f2f7ff;
  border-radius: 30px;
  padding: 2px 12px;
  font-size: 12px;
  color: #2841ff;
  font-weight: 500;
  margin-top: 7px;
  line-height: 20px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(158,193,222,1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(158,193,222,1);
  box-shadow: 0px 1px 4px 0px rgba(158,193,222,1);
}
.add-employee i {
  font-size: 14px;
}
.employee-table img {
  width: 30px;
}
.employee-table th {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  padding: 5px;
  background-color: #00233a;
}
.employee-table td {
  padding: 3px;
  font-size: 13px;
}
.employee-table .btn-active, .btn-inActive {
  padding: 1px 5px;
  font-size: 12px;
  border-radius: 4px;
}

.pagination-main .pageCount {
  font-size: 12px;
}
.pagination-main .pagination li {
  border-radius: 0px;
}
.pagination-main .pagination li a {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 0px;
}
.pagination-main .pagination li a::first-child {
  border-radius: 0px;
}
.pagination-main .pagination li a::last-child {
  border-radius: 0px;
}
.footer-sec {
     /* background-color: #0d0f12;
    color: #d4d2ff;
    text-align: center;
    font-size: 11px;
    padding: 8px 5px;
    position: absolute;
    width: 100%;
    top: 13px; */ 
        background-color: #0d0f12;
    color: #d4d2ff;
    /* height: 100%; */
    text-align: center;
    font-size: 11px;
    padding: 8px 5px;
    position: fixed;
    width: 100%;
    bottom: 0px;
}
.footer-sec p{
	margin:0;
}
.hrms-menu {
    position: absolute;
    left: 6em;
    background-color: #dbdce1;
    z-index: 1;
    color: #333;
    padding: 10px;
    top: 0px;
    background-color: #0f2032;
    /* border-radius: 5px; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

.hrms-menu ul li a{
    color: #a2a9b4;
    font-size: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hrms-menu ul li a:hover{
color: #0d6efd;
}
.hrms-menu ul li  {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
}
.hrms-menu ul li i{
    color: #a2a9b4;
    font-size: 14px;
}
.hrms-menu ul li:hover {
    color: #0d6efd;
}
.hrms-menu ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    font-size: 13px;
    width: 125px;
    /* height: 40px; */
    margin: 0;
}
.user-profile i {
    position: relative;
    background: #0f2032;
    position: relative;
    right: -12px;
    top: 1px;
}

#dropdnMenuAdmin a i {
    margin-right: 3px;
}

.dropdnMenuAdmin-show {
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 160px;
    z-index: 1000;
    box-shadow: 0 2px 30px 6px rgba(0, 0, 0, .1);
    border: none !important;
    inset: 21px auto auto 0px !important;
}
.dropdnMenuAdmin-show ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdnMenuAdmin-hide li {
   padding: 5px 15px;
}
.arrowheads {
    position: relative;
}
.arrowheads i {
 position: absolute;
    right: 19px;
    top: -34px;
    font-size: 30px;
    color: #fff;
}
.dropdnMenuAdmin-hide li {
    padding: 2px 5px;
}
#dropdnMenuAdmin a {
    color: #555;
    text-decoration: none;
    font-size: 13px;
    display: block;
    border-radius: 5px;
    padding: 3px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
#dropdnMenuAdmin a:hover {
    color: #0d6efd;
    background: #9e9e9e24;
}
#dropdnMenuAdmin .dropdown-item:hover {
  background-color: #007BFF;
  color: white;
}
.bi-chevron-down {
  cursor: pointer;
  font-size: 12px;
 transition: transform 0.3s ease;
}
.userprofiles {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
   color: #a2a9b4;
}
#dropdnMenuAdmin.show + .bi-chevron-down {
  transform: rotate(180deg);
}

.request-innerImg {
        width: 20px;
    height: 20px;
    background: #dddfe9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    line-height: 28px;
    margin-right: 4px;
}
.request-innerImg i{
    font-size: 11px;
}
.request-inner-card {
    background: #ffff;
    max-height: 122px;
    min-height: 122px;
    border-radius: 0px 0px 3px 3px;
  
}
.bg-blue-danger{
    background: #dddddd8a;
    border: 1px solid #6b6767;
}
.bg-blue-gray-color{
      background-color: #e91e6338;
    border: 1px solid #F44336;
}
.owls-carousel-prev-nexts {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 10px;
}
.owls-carousel1 i {
    color: #ffff;
    background: #7042a091;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid #73409e;
}

.card-footer-a {
    text-align: right;
    padding: 0px 13px;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    border-top: 1px solid #ddd;
        line-height: 21px;
}
.card-footer-a a {
    color: #5572ad;
    font-size: 12px;
    font-weight: 400;
    color: #555;
    text-decoration: none;
}
.card-footer-a a:hover {
    color: #df297d;
}

.emplists table thead tr {
      background: #0f2032;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.emplists .table-bordered>:not(caption)>*>* {
    border-width: 0 -1px;
}
.emplists table.dataTable thead th, table.dataTable thead td {
    padding:7px 10px !important;
    border-bottom: 1px solid rgb(109 63 160);
}
.emplists .table>:not(:last-child)>:last-child>* {
    border-bottom-color: #1d90d9;
}
.emplists  table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 500;
}
.emplists table.dataTable tbody th, table.dataTable tbody td {
    padding:7px 10px !important;
   font-size: 13px !important;
    font-family: "Open Sans", sans-serif !important; 
}
.emplists .dataTables_wrapper {
padding: 15px;
}
.emplists .dataTables_length label {
    font-size: 14px !important;
}
.emplists table {
width: 100%;
background: #fff;
}
.emplists .dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: #ffffff;
    padding: 0px;
    font-size: 14px;
    color: #2196f3;
}
.emplists .dataTables_wrapper .dataTables_filter input {
   border: 1px solid #aaa;
    border-radius: 3px;
    padding: 3px 10px;
    background-color: #ffffff;
    margin-left: 3px;
    font-size: 14px;
    outline: none;
}
.emplists  .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin-bottom: 12px;
}
.emplists  .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid rgb(208 41 128);
    background-color: rgba(230, 230, 230, 0.1);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, #d02980 0%, #d02980 100%);
}
.emplists .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	 color: #fff !important;
    border: 1px solid rgb(208 41 128);
    background-color: rgba(230, 230, 230, 0.1);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, #d02980 0%, #d02980 100%);
}
.emplists .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
   font-size: 14px;
}
.emplists .dataTables_wrapper .dataTables_paginate .paginate_button {
  min-width: 1.5em;
  padding: .1em 0em;
}

.emplists  .dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .1em .2em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid #aaa;
    border-radius: 2px;
    background: #f4f5f9;
    font-weight: 400;
    font-size: 13px;
}
.emplists  .dataTables_wrapper .dataTables_paginate .paginate_button:active {
   box-shadow: none;
}



 .form-control:focus {
    border-color: #4383e1;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgb(67 131 225);
  }
.form-ddemplyee {
      display: flex;
      justify-content: center;
      margin-top:8px;
  }

  .form-ddemplyee form {
    border-radius: 3px;
    background-color: #fff;
    max-width: 1150px;
    padding: 20px;
      box-shadow: rgb(0 0 0 / 2%) 0px 3px 8px;
    background: #9e9e9e1c;
    border: 1px solid #ddd;
  }

  .form-addemplyee-input {
      border: 1px solid #e3e3e3;
      box-shadow: none;
      float: left;
      font-size: 14px;
      height: 35px;
      padding: 0 10px;
      width: 100%;
      border-radius: 3px;
      cursor: pointer;
  }
#editEmployeeModal label{
	 font-size: 12px;
	 color: #109ce2;
  	 font-weight: bold;
}
  .btnsadd_emp {
      display: flex;
      align-items: center;
      justify-content: center;
  }
.emplists table tbody tr td {
    font-size: 12px;
}
  .btnSubmit {
      height: 35px;
      padding: 5px 20px;
      background: #4383e1;
      border: 1px solid #4383e1;
      color: #fff;
      border-radius: 2px;
      font-size: 14px;
      cursor: pointer;
      line-height: 9px;

  }
.btnSubmit:hover {   
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
transform: translateY(-3px);
opacity: .95;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
border: 1px solid #8f8f8f;
}
       
.datecalenders i {
    position: absolute;
    right: 8px;
    cursor: pointer;
    color: #7d7272;
    font-size: 18px;
    }
.form-ddemplyee form {
  font-size: 12px;
}
.datecalenders {
    display: flex;
    align-items: center;
    position: relative;
    /* width: 100%; */
}

.errormassage {
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #fe2f2f;
}
.headeradd-emplee {
    text-align: center;
    margin-bottom: 20px;
}
#exampleModalLabel{
  color: #da4894;
  font-weight: bold
}


.table-header{
color:#da4894;
font-weight:bold;	
}


/* mend common heading */

.mend-common-heading{
	font-size: 69%!important;
  font-weight: bold!important;
} 

.add-employee-content{
	height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    width:100% !important;
    left:0rem !important;
}

.fw-bold{
	font-size: 12px !important;
    color: #109ce2 !important;
}
.fw-bold-h{
	font-weight:bold;
	font-size: 12px !important;
}

.add-emp-head{
	color:#da4894;
	font-weight:bold;
}

.list{
	text-decoration:none;
}



/*

 .vertical-scroll-wrapper {
  height: 260px;
  overflow: hidden;
  position: relative;
}

.scroll-track {
  display: flex;
  flex-direction: column;
  animation: scroll-up 30s linear infinite;
}

.scroll-track.clone {
  position: absolute;
  top: 100%;
  left: 0;
}

@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

.wish-card {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
} */

/* Base wrapper stays unchanged */
.vertical-scroll-wrapper {
  height: 260px;
  overflow: hidden;
  position: relative;
}

/* Remove animation duration from .scroll-track */
.scroll-track {
  display: flex;
  flex-direction: column;
}

/* New class: Fast scroll (for actual birthdays) */
.fast-scroll {
  animation: scroll-up 10s linear infinite;
}

/* New class: Slow scroll (for 'no birthday' message) */
.slow-scroll {
  animation: scroll-up 5s linear infinite;
}



/* Animation keyframes */
@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

/* Wish card styling */
.wish-card {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
}

.card-box-rigt {
  min-height: 366px; /* Adjust if needed */
}

@media (max-width:576px){
	.content { width:calc(93% - 20%);}
	.dashboardTitle {
		font-size:14px !important;
	}
	
	.card-box-bot2 {
    height: 78vh !important;
    overflow-y: scroll;
}
	
}




 
