  span.msg_error {
      color: red !important;
      margin: 0;
      position: absolute;
      bottom: -5px;
      font-size: 13px !important;
  }

  span.modal_msg_error {
      color: red !important;
      margin: 0;
      position: absolute;
      bottom: -20px;
      font-size: 13px !important;
      left: 0;
  }

  p.msg.err-failure {
      color: #c31111;
      background-color: rgba(255,0,0,.0588235294);
      border: 1px solid rgba(247,12,12,.3098039216);
  }
  p.msg {
    padding: 10px;
  }
  p.msg.err-success {
      color: #37912c;
      background-color: rgba(116,245,93,.231372549);
      border: 1px solid rgba(41,133,30,.3098039216);
  }
  th {
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 12px;
    padding: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d3e2f0;
    background-color:#d3e2f0;
    color: black;
  }

  .forgot-password {
      font-size: 14px;
      display: flex;
      justify-content: end;
  }
  .td-color-chnge tr:nth-child(2n+2) td{background: #ddd;}
  .no-border{border:none; box-shadow: none;}
  .userForm{background: #ddd; padding: 25px; border-radius: 5px;}
  .userForm h3{font-weight:bold; margin:0 0 30px; border-bottom:1px solid #c9c7c7; padding-bottom:13px;}
  .userForm label{font-weight: normal; font-size:12px; color:#333; letter-spacing: 1px;}
  .no-border .card-body{padding:0;}
  .custom-file-btn {
      position: absolute;
      right: 115px;
      top: 50px;
  }
  .custom-file-btn label {
      display: inline-block;
      background: #fff url(/storage/5251816.png);
      color: white;
      padding: 0.5rem;
      font-family: sans-serif;
      border-radius: 0.3rem;
      cursor: pointer;
      margin-top: 1rem;
      text-indent: -20000px;
      width: 20px;
      height: 20px;
      background-size: 100% 100%;
  }

  .image_msg_err {
      color: red !important;
      margin: 0;
      /* position: absolute; */
      /* bottom: -5px; */
      font-size: 13px !important;
      /* left: 10px; */
  }

  .img-thumbs {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    margin: 1.5rem 0;
    padding: 0.75rem;
  }
  .img-thumbs-hidden {
    display: none;
  }
  
  .wrapper-thumb {
    position: relative;
    display:inline-block;
    margin: 1rem 0;
    justify-content: space-around;
  }
  
  .img-preview-thumb {
    background: #fff;
    border: 1px solid none;
    border-radius: 0.25rem;
    box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
    margin-right: 1rem;
    max-width: 140px;
    padding: 0.25rem;
  }
  
  .remove-btn{
    position:absolute;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:.7rem;
    top:-5px;
    right:10px;
    width:20px;
    height:20px;
    background:white;
    border-radius:10px;
    font-weight:bold;
    cursor:pointer;
  }
  
  .remove-btn:hover{
    box-shadow: 0px 0px 3px grey;
    transition:all .3s ease-in-out;
  }

  .product-img{
    display: flex;
  }

  table.dataTable {
    width: 100% !important;
  }

  .dataTables_wrapper .dataTables_paginate {
    padding-top: .755em;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button {   
    padding: .2em .5em;
  }

  .setting-logo{
    border: 3px solid #ADB5BD;
    margin: 0 auto;
    padding: 3px;
    width: 250px;
  }

  .content-wrapper {
    min-height: inherit !important;
    height: auto !important;
  }

  .edit-profile a img {
    width: 30px;
    border-radius: 100%;
    height: 30px;
  }

  .image-container {
    width: 11%;
    position: relative;
    margin: 0 0 30px;
  }
  .product-img img{
    width: 100%;
    height: auto;
  }

  .delete-image {
    background: #fff url(/backend/images/redcross.png);
    font-family: sans-serif;
    border-radius: 1.3rem;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 999;
  }

  .div-with-suggestion {
    position: relative;
  } 

  .password-suggestions {
    background: #eee;
    padding: 10px;
    border-radius: 15px;
    font-size: 14px;
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 100;
  }

  .password-suggestions::before {
    content: "";
    width: 25px;
    height: 25px;
    background: #eee;
    top: -10px;
    position: absolute;
    right: 30px;
    transform: rotate(45deg);
  }

  .password-suggestions p {
      margin-bottom: 5px;
      color: #ff0000;
  }

  .password-true {
    color: #3a7d34 !important;
  }

  .wrapper, body, html {
    min-height: 90% !important;
  }

  .active-status {
    color: green;
    font-weight: bold;
}

.inactive-status {
    color: red;
    font-weight: bold;
}

.img-thumbs-hidden {
  display: none;
}
.wrapper-thumb {
  display: inline-block;
  margin: 5px;
}
.remove-btn {
  cursor: pointer;
  background-color: #ff9999;
  border: 1px solid #ff6666;
  padding: 2px 5px;
  border-radius: 50%;
  color: #333;
  font-weight: bold;
}

.btn-group a {
  text-decoration: none;
  padding: 10px 15px;
  margin-right: 8px;
  border: none;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background 0.3s, transform 0.2s;
}

.btn-group a:hover {
  transform: scale(1.05);
}

.fa {
  margin-right: 8px;
}

.showbutton {
  background: linear-gradient(to right, #2ecc71, #27ae60);
}

.tagbutton {
  background: linear-gradient(to right, #9b59b6, #8e44ad);
}

.editbutton {
  background: linear-gradient(to right, #3498db, #2980b9);
}

.restorebutton {
  background: linear-gradient(to right, #3498db, #2980b9);
}

.editptaxbutton {
  background: linear-gradient(to right, #3498db, #2980b9);
}

.delbutton {
  background: linear-gradient(to right, #e74c3c, #c0392b);
}

.trashbutton {
  background: linear-gradient(to right, #e74c3c, #c0392b);
}

.delbtn {
  background: linear-gradient(to right, #e74c3c, #c0392b);
}



.document-container {
  width: 11%;
  position: relative;
  margin: 0 10px 30px;
  display: inline-block;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.academic-documents img{
  width: 100%;
  height: auto;
}

.document-container:hover {
  transform: scale(0.95);
  opacity: 0.8;
}

.document-container:hover .action-icons {
  opacity: 1;
}

.action-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: flex;
}

.action-icons i {
  margin: 0 5px;
  cursor: pointer;
  font-size: 20px;
  transition: opacity 0.3s ease-in-out;
  padding: 8px;
  border-radius: 50%;
}

.preview-icon {
    color: #27ae60;
    background-color: #fff;
    border: 2px solid #27ae60;
    box-shadow: 0 0 5px rgba(88, 209, 159, 0.3);
}

.delete-icon {
    color: #c0392b;
    background-color: #fff;
    border: 2px solid #c0392b;
    box-shadow: 0 0 5px rgba(255, 127, 127, 0.3);
}

.delete-btn {
  color: #c0392b;
  background-color: #fff;
  border: 2px solid #c0392b;
  box-shadow: 0 0 5px rgba(255, 127, 127, 0.3);
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus{
  background-color: #007bff;
  color: #fff;
}

.fa-circle {
  color:  #007bff;
}

.rounded-circle {
  border-radius: 50%;
  border: 5px solid white;
  width: 120px;
  height: 120px;
}

#dropdown-parent.active > #dropdown-menu {
  display: block !important;
}

#dropdown-parent.active > a.nav-link {
  background-color: #007bff;
  color: #ffffff;
}


.birthday-card, .holiday-card {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.birthday-card:hover,
.holiday-card:hover {
  transform: scale(1.05);
}

.birthday-header, .holiday-header {
  background-color: #17A2B8;
  color: #fff;
  padding: 10px;
}

.birthday-title {
  margin: 0;
}

.nav-tabs .nav-link.active {
  background-color: #1a7988;
  color: #fff;
}

.tab-pane {
  padding: 20px;
}

.birthday-item {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #f0f0f0;
  margin-bottom: 5px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.birthday-item:hover {
  transform: scale(1.1);
  background-color: #e0e0e0;
}

/* Marquee Animation */
@keyframes marqueeAnimation {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.marquee span {
  display: inline-block;
  animation: marqueeAnimation 10s linear infinite;
}


.leave-request-details td {
	padding: 8px;
	width: 50%;
}

.leave-request-details tr:nth-child(2n+1) td {
	background: #eee;
}

.leave-request-details tr:nth-child(2n+1) td:first-child {
	border-right: 1px solid #ccc;
}

.leave-request-details {
	border: 1px solid #ccc;
	border-radius: 5px;
}

.leave-request-details strong {
	font-weight: 500;
	color: #111;
	padding-right: 10px;
	display: inline-block;
	width: 230px;
	margin-right: 10px;
}

.leave-request-details {
	font-size: 16px;
	border: 1px solid #ddd;
}

.staffprofile {
  background: #efeff0;
  border-radius: 2px;
  position: relative;
  border: 1px solid #e4e4e4;
  padding: 10px 10px;
  margin-bottom: 10px;
  display: block;
}

.staffprofile p {
  font-size: 14px;
  margin-bottom: 0;
}

.staffprofile .icon {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 0;
  font-size: 46px;
  color: rgb(169, 166, 166);
}

.small-document {
  width: 75px;
  height: 75px;
}

.input-group {
display: flex;
align-items: center;
justify-content: center;
}

.input-group button {
padding: 10px;
font-size: 1rem;
background-color: #f8f9fa;
border: 1px solid #ced4da;
color: #495057;
cursor: pointer;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
border-radius: 50%;
}

.input-group button:hover {
background-color: #D3E2F0;
color: #495057
}

#yearDisplay {
padding: 10px;
font-size: 1rem;
text-align: center;
background-color: #D3E2F0;
border: 1px solid #ced4da;
color: #495057;
flex: 1;
border-radius: 15px;
}

.no-payslips {
  text-align: center;
  background-color: #e3ebf3;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.last-employee-id {
  display: block;
  float: right;
  font-weight: normal; font-size:13px; color:#333; letter-spacing: 1px;
}

.small-box {
  transition: transform 0.3s;
}

.small-box:hover {
  transform: scale(1.05);
}

.custom-radio {
  position: relative;
  display: inline-block;
}

.custom-radio-input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.custom-radio-label {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  line-height: 20px;
  user-select: none;
}

.custom-radio-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #007bff;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.3s, border-color 0.3s;
}

.custom-radio-input:checked ~ .custom-radio-label::before {
  background-color: #007bff;
  border-color: #007bff;
}

.custom-radio-label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.3s;
}

.custom-radio-input:checked ~ .custom-radio-label::after {
  transform: translateY(-50%) scale(1);
}

.status-dot {
  height: 8px;
  width: 8px;
  background-color: rgb(219, 70, 11);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
}

.user-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.btn-group a i {
  margin-right: 0;
}






