/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: 5px;
  scrollbar-color: #b3afff #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #b3afff;
  border-radius: 5px;
  border: 3px solid #ffffff;
}
/* Login page */
.text-red {
  color: #d70f0a;
}
.bg-red {
  background-color: #d70f0a;
}
.text-black {
  color: #000;
}
.bg-black {
  background-color: #000;
}
.card-shadow {
  box-shadow: 0 0 10px rgba(0 0 0 /20%);
  border-radius: 10px;
}
.super-admin-login button:hover,
.super-admin-login button:focus {
  background-color: #ff2824 !important;
}
.padding {
  padding: 0.5px;
}
/* Header  */
nav.header .header-container {
  padding: 0 !important;
}
.sidebar-sec {
  position: fixed;
  top: 60px;
  left: 0;
  height: 100vh;
  overflow: scroll;
  background-color: white;
}
.sidebar-sec ul li:last-child {
  padding-bottom: 250px !important;
}
.sidebar-sec ul li i {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
}
.logo {
  margin-top: -18px !important;
}
.main-content {
  margin: 0 !important;
  margin-left: 240px !important;
}
.sidebar-toggler-btn {
  display: none;
}
.sidebar-btn-hide {
  display: none !important;
}

.sidebar-toggler-btn img,
.sidebar-cancel-btn img {
  width: 18px;
  height: 18px;
  margin: auto;
}

.sidebar-cancel-btn {
  display: none;
}
.sidebar-cancel-btn-show {
  display: block !important;
}
.sidebar-cancel-btn img {
  width: 16px;
  height: 16px;
  margin: auto;
}
.sidebar-show {
  left: 0 !important;
  transition: 0.3s !important;
  transition-timing-function: cubic-bezier(0.9, 0, 1, 1) !important;
}

/* Super admin Department  */
.depart-man {
  padding: 0 50px;
  margin-top: 60px;
}
.depart-management .nav-tabs {
  display: flex;
  align-items: center;
  border: none !important;
  gap: 30px;
}
.depart-management .nav-tabs .nav-link {
  border: none !important;
  flex: 0 0 calc(100% / 4 - 10px);
  padding: 0;
}
.depart-management .nav-link.active {
  height: 80px;
}
.depart-card-img img {
  width: 40px;
  height: 40px;
  transition: all 0.4s ease;
}
.nav-link:hover .depart-card-img img {
  transform: scale(1.1);
}
.name-edit-icon {
  width: 20px !important;
  height: 20px !important;
}
.depart-management .table-head {
  font-size: 20px;
  margin-bottom: 0;
}
.search2 {
  display: none;
}
.icons-small img {
  width: 15px;
  height: 15px;
  transition: all 0.4s ease;
}
.icons-small:hover img {
  transform: scale(1.2);
}

.form-select:focus {
  border-color: none !important;
  box-shadow: none !important;
}

.bg-blue-var1 {
  background-color: #0ea5e9;
}
.bg-green-var1 {
  background-color: #10b981;
}
.bg-pink-var1 {
  background-color: #f000b9;
}
.border-none {
  border: none;
}
.emp-edit input {
  padding-left: 40px !important;
}
.hover-transform {
  transition: all 0.4s ease;
}
.hover-transform:hover {
  transform: scale(1.3);
}
.appli-mang.search2 {
  display: block !important;
  float: right;
}
/* Active class for phase stepper */
.phases-steps .before\:bg-purple:before {
  background-color: #9892ff;
  content: var(--tw-content);
}
.phases-steps .step-header {
  background-color: #9892ff !important;
  color: #fff;
}
.phases-steps h3 {
  color: #9892ff !important;
}

/* Active phase for button */
.phase-active {
  content: "";
}
.step-header.phase-active {
  width: 50px !important;
  height: 50px !important;
  top: -10px;
}
/* Phasec completed */
.phases-steps .phase-completed button.step-header {
  background-color: #4f46e5 !important;
}
.phases-steps .phase-completed h3 {
  color: #4f46e5 !important;
}
.phases-steps .phase-completed:before {
  background-color: #4f46e5 !important;
}

/* Archived Applicants */

.timeline .timeline-item .timeline-item-point {
  height: 20px !important;
  width: 20px !important;
  border-radius: 50% !important;
}
.timeline.line-space .timeline-item:before {
  left: 4px !important;
}
.app-timeline-date {
  float: right;
}
.change-pass {
  width: 80%;
  margin: auto;
}
/* Super ADMIN DASHBOARD  */
.super-admin #total-hr .apexcharts-toolbar,
.super-admin #total-op .apexcharts-toolbar {
  display: none !important;
}
.apexcharts-menu-icon {
  display: none !important;
}
.super-admin #app-chart .apexcharts-tooltip {
  color: #fff !important;
}
.applicants-chart {
  display: flex;
  gap: 24px;
}
.app-graph {
  flex: 0 0 35%;
}
.total-app-chart {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.app-table .badge {
  min-width: 85px;
}
.tasks-table .badge {
  min-width: 105px;
}
#total-tr .apexcharts-legend {
  display: flex !important;
  column-gap: 30px;
  justify-content: flex-start;
  width: 100% !important;
  max-width: 700px !important;
}
#total-tr .apexcharts-legend-series {
  display: flex !important;
  gap: 10px;
}
#total-tr .apexcharts-legend-text {
  margin: 0 !important;
  padding: 0 !important;
}
.sidebar-logo {
  margin-top: -33px;
  padding-top: 6px;
}
nav.header {
  width: 100% !important;
}
.depart-man .popper-root {
  z-index: 10 !important;
}
.form-control:focus {
  box-shadow: none !important;
}
/* Training Content  */
.training-ctn-modal {
  max-width: 600px !important;
  width: 100%;
}

.training-content {
  padding-left: 10px;
}
.training-content li {
  margin-bottom: 10px;
}
.select-year.form-select {
  background-position: right 6px center !important;
  padding: 10px 28px 10px 10px;
}

.dashboard-text:first-child p {
  max-width: 600px;
  width: 100%;
}
.dashboard-text1:first-child p {
  max-width: 280px;
  width: 100%;
}
/* Charts */
#appChartdiv {
  width: 100%;
  height: 400px;
  font-family: Poppins !important;
}
#appChartdiv g[visibility="hidden"] + g[aria-labelledby="id-61-title"] {
  display: none;
}
.new-btn-none {
  display: none !important;
}
.depart-card-img p {
  text-align: start;
}
/* table */
td.gridjs-td {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
}