.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    /* background-color: rgb(85 107 241); */
    background-color: rgb(193 193 193);    
    color: rgb(255 255 255);
}

span.bold.unread {
    font-weight: 700;
}

.crm-dt-bottom {
    display: flex;
    justify-content: space-between;
}

div.dataTables_wrapper div.crm-dt-top div.dataTables_filter {
    float: right;
}

.hrms-status-box {
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
    border-radius: .25rem;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    /* min-height: 80px; */
    padding: .5rem;
    position: relative;
    width: 100%;
}

.hrms-status-box h3 {
    margin-top: 0px;
}

span.text-left.bold.customizer-heading {
    color: #334155;
}
#staff_docs_accordion > .panel-default > .panel-heading,
#interview_docs_accordion > .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    background-color: #FAFAFA;
}
#staff_docs_accordion .panel-title > a,
#interview_docs_accordion .panel-title > a {
    display: block;
    padding: 10px;
    text-decoration: none;
}
#staff_docs_accordion a[aria-expanded="true"],
#interview_docs_accordion a[aria-expanded="true"] {
    color: #012fff;
}

.doc-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    /* padding: 20px; */
  }

  .doc-tile {
    width: 120px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .doc-tile img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
  }

  .doc-tile .file-name {
    margin-top: 8px;
    font-size: 14px;
    color: #012fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .doc-tile .delete-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s;
  }

  .doc-tile:hover .delete-icon {
    opacity: 1;
  }

.hrms.dashborad-birthday-box {
  min-height: 400px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Custom Scrollbar Styles */
.hrms.dashborad-birthday-box::-webkit-scrollbar {
  width: 10px;              /* Scrollbar width */
}

.hrms.dashborad-birthday-box::-webkit-scrollbar-track {
  background: #f1f1f1;      /* Track background */
  border-radius: 10px;      /* Rounded corners for track */
}

.hrms.dashborad-birthday-box::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #6b73ff, #000dff); /* Gradient scrollbar */
  border-radius: 10px;      /* Rounded corners */
  border: 2px solid #f1f1f1; /* Border around scrollbar thumb */
}

.hrms.dashborad-birthday-box::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #6b73ff, #4b5cff); /* Hover effect */
}

.crm-profile-image-medium {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.crm-tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.crm-tooltip {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #6483e9;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  /* white-space: pre-wrap; */
  z-index: 1000;
  width: fit-content;
  max-width: 200px;
  text-align: left;
}

.crm-tooltip-wrapper:hover .crm-tooltip {
  display: block;
}

.crm-salary-slip {
  margin: 20px auto;
  width: 80%;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.crm-salary-slip h3 {
  margin-bottom: 20px;
  color: #007bff;
}
.table.crm-salary-table {
  margin-top: 20px;
  width: 100%;
  background: #f9f9f9;
}
.table.crm-salary-table th, .table.crm-salary-table td {
  padding: 10px;
  font-size: 14px;
}
.table.crm-salary-table thead tr.table-primary th {
  background-color: #e3f2fd;
  font-weight: bold;
}
.table.crm-salary-table tfoot tr.table-secondary th,
.table.crm-salary-table tfoot tr.table-success th {
  background-color: #dff0d8;
  font-weight: bold;
}
.crm-salary-slip p {
  margin: 5px 0;
}

/* --------------------------- */
body.fullscreen-active {
  overflow: hidden;
}
#meetingFullscreenOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 9999;
}
#meetingFullscreenOverlay button {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.txt-success {
  color: rgb(34 197 94/var(--tw-bg-opacity));
}
.txt-danger {
  color: rgb(220 38 38 / var(--tw-border-opacity));
}
.txt-info {
  color: rgb(2 132 199/var(--tw-bg-opacity));
}

.ul-num {
  list-style: 'num';
}
.crm-mailbox-pwd-info b {
  font-weight: 700;
}
#accountStatusDiv {
  border: 1px solid #cdcccc;
  padding: 15px 5px;
  border-radius: 0.375rem;
  background: #f5f5f5;
  width: 100%;
  display: flow-root;
}
.accountDetailDiv {
  display: table;
  /* border: 1px solid #b9bbbc; */
  border-radius: 0.375rem;
  margin-bottom: 5px;
  width: 100%;
}
textarea {
  resize: vertical;
}

/* ************* */
div#luckysheet-scrollbar-x::-webkit-scrollbar-track {
  background: yellow;
}
/* whatsapp image preveiw in single template */
div#imagePrev {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
#imagePrev img.card-img-top {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* --------------------------------- */