/* css/style.css */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Roboto", serif;
  color: #000000; /* Black text */
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
}
.bg-none {
  background-color: unset !important;
}
.text-blue {
  color: #175da5;
}
.fit-width {
  width: fit-content;
}
h1 {
  font-size: 2rem;
  font-weight: 700;
}
h2 {
  font-size: 2rem;
  font-weight: 600;
}
.page-wrapper {
  margin: 56px 0;
}
.navbar {
  background-color: #ffffff !important; /* White navbar */
  border-bottom: 2px solid #d3d3d3;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  right: 0;
}

.navbar a {
  color: #000000 !important;
}

.navbar a:hover {
  color: #175da5; /* Light blue hover effect */
}

.footer {
  background-color: #ffffff; /* White footer */
  color: #000000;
  padding: 10px;
  text-align: center;
  border-top: 2px solid #d3d3d3;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.search-section {
  margin: 20px auto;
  text-align: center;
}

.search-section h1 {
  color: #175da5; /* Light blue title */
}

.card {
  border: 1px solid #d3d3d3; /* Light gray border */
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.card .btn {
  background-color: #175da5; /* Light blue button */
  color: #ffffff; /* White text */
  border: none;
}

.card .btn:hover {
  background-color: #0056b3; /* Darker blue on hover */
}

form .form-control {
  border: 1px solid #d3d3d3; /* Light gray border */
  box-shadow: none;
}

form .btn {
  background-color: #175da5;
  color: #ffffff;
  border: none;
}

form .btn:hover {
  background-color: #0056b3;
}

.table-section {
  margin-top: 50px;
}
.table thead {
  background-color: #175da5; /* Blue background */
  color: #fff; /* White text */
}
.table tbody tr:hover {
  background-color: #e9ecef; /* Light blue hover effect */
}
.pagination {
  justify-content: center;
}
.btn {
  /* border-radius: 0 !important; */
  background-color: #175da5;
  border-color: #175da5;
  font-size: 14px;
}
input,
select {
  /* border-radius: 0 !important; */
  outline: unset !important;
  box-shadow: none !important;
  width: 100%;
}
table th {
  background-color: #175da5 !important;
  color: #fff !important;
}
table td {
  vertical-align: middle;
}

.paginationjs-pages ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  max-width: fit-content;
  margin: auto;
  padding: 0;
  padding: 10px 30px;
}

.paginationjs-pages {
}

.paginationjs-pages ul li {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 17px;
  margin: 0 3px;
}

li.paginationjs-page.J-paginationjs-page.active {
  background-color: #175da5;
  color: #fff;
}

li.paginationjs-page.J-paginationjs-page a {
  text-decoration: unset;
}

li.paginationjs-prev a {
  font-size: 24px;
  display: block;
  text-decoration: unset;
}

li.paginationjs-next a {
  font-size: 24px;
  text-decoration: none;
}

/* job detail page css */
section.job-detail-sec {
  padding: 50px 0;
}

section.job-detail-sec h6 {
  font-size: 20px;
}

section.job-detail-sec {
}

section.job-detail-sec strong {
  font-size: 15px;
}

.job-box {
  display: flex;
  justify-content: start;
  padding: 17px 13px;
  align-items: center;
  position: relative;
  background-color: #fff;
  margin: 10px 0;
}

.job-box.border-bottom.active-job {
  box-shadow: 0 0 3px 3px #2f4ba05e;
  border-radius: 5px;
}
.job-icon {
  width: 60px;
  display: block;
  height: 60px;
  background-color: #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.job-box-content span {
  font-size: 13px;
  color: #767676;
  font-weight: 600;
}

.job-box-content h5 {
  font-size: 16px;
  margin: 0;
}

.job-box-content p {
  font-size: 14px;
  margin: 0;
  color: #333;
}

.job-box .fa-heart {
  position: absolute;
  top: 20px;
  right: 10px;
}

.job-box-content {
  margin-left: 12px;
}
.banner-heading {
  background-color: #2f4ba021 ;
  padding: 15px;
}

.banner-heading h4 {
  margin: 0;
  font-weight: 600;
  font-size: 19px;
}

.banner-heading span {
  color: #333;
  margin: 0px 0 0 0;
  display: block;
}

.job-detail-top h5 {
  font-size: 17px;
  border-bottom: 4px solid #175da5;
}

.job-detail-top p {
  margin: 0;
  font-size: 14px;
}

.job-detail-content p {
  margin: 20px 0 30px 0;
  font-size: 15px;
}

.job-detail-content h6 {
  font-size: 15px !important;
  margin-bottom: 16px;
}

.job-detail-content ul li {
  margin-bottom: 8px;
}
.job-detail-content {
  background-color: #fff;
  padding: 20px;
}
/* Authentication page css */

.authentication-sec form {
  max-width: 570px;
  margin: 0 auto;
  box-shadow: 0 0 3px 3px #cccccc8c;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 40px;
  background-color: #fff;
}

/* side bar css  */
/* Sidebar styles */
.sidebar {
  width: 250px;
  height: 100vh;
  background-color: #343a40;
  color: white;
  position: fixed;
  padding-top: 20px;
  transition: transform 0.3s ease-in-out;
}
.sidebar a {
  color: white !important;
  padding: 11px;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
}
.sidebar a:hover {
  background-color: #007bff;
}
.active-sidebar {
  background-color: #007bff;
}
.content {
  margin-left: 250px;
  padding: 20px;
  transition: margin-left 0.3s ease-in-out;
}
/* Mobile styles */
@media (max-width: 768px) {
  .sidebar {
    width: 200px;
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
  }
  .content {
    margin-left: 0;
  }
  .menu-btn {
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1100;
  }
  .show-sidebar {
    transform: translateX(0);
  }
}

.custom-badge {
  min-width: 100px;
}

/* manage job page  */
.filter-bar {
  display: flex;
  gap: 10px;
  align-items: center;
}
.job-table th,
.job-table td {
  vertical-align: middle;
}
.dropdown-menu {
  min-width: 100px;
}
.active-job-filter {
  background-color: #333333c4 !important;
  color: #fff !important;
  border-radius: 10px !important;
}
.ellipsis-menu:after {
  display: none;
}
table.table td {
  font-size: 14px;
}
button.accordion-button {
  background-color: unset !important;
  outline: unset !important;
  box-shadow: unset !important;
}

.status-indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
}

/* Example color classes */
.applied {
  background-color: blue;
}
.hired {
  background-color: green;
}
.reviewed {
  background-color: orange;
}
.shortlisted {
  background-color: purple;
}
.interview {
  background-color: cyan;
}
.not-qualified {
  background-color: red;
}
/* .dropdown-toggle::after {
  display: none;
} */
/* .dropdown-menu {
  width: 100%;
} */
.selected-items {
  min-height: 40px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
/* .selected-items span {
  background-color: gray;
  color: white;
  padding: 3px 7px;
  border-radius: 5px;
}
.mutiselect-dropdown li {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 8px;
} */

.mutiselect-dropdown li input {
  width: 19px;
  margin: 0 6px 0px 0;
}

video#myVideo {
  width: 400px;
  margin: 0 auto;
  display: block;
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: 600px;

  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #aeaeae;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 19px 13px;
  position: absolute;
  right: 7px;
  top: 9px;
  z-index: 1002;
  opacity: 0.9;
}

/* Mobile responsiveness for close button */
@media (max-width: 768px) {
  #boxclose {
    font-size: 24px;
    padding: 12px 10px;
    right: 5px;
    top: 5px;
    z-index: 1003;
  }
}

@media (max-width: 490px) {
  #boxclose {
    font-size: 18px;
    padding: 8px 6px;
    right: 2px;
    top: 2px;
    z-index: 1003;
    background: #000;
    border: 2px solid #fff;
    opacity: 1;
  }
}

@media (max-width: 360px) {
  #boxclose {
    font-size: 16px;
    padding: 6px 5px;
    right: 1px;
    top: 1px;
    z-index: 1003;
    background: #000;
    border: 2px solid #fff;
    opacity: 1;
  }
}

@media (max-width: 490px) {
  #light {
    width: 95vw;
    max-width: 95vw;
  }

  #VisaChipCardVideo {
    width: 100% !important;
    height: auto;
  }

  #boxclose {
    right: 4px;
    top: 4px;
  }
}


.boxclose:before {
  content: "x";
}

#fade:hover ~ #boxclose {
  display: none;
}

.test:hover ~ .test2 {
  display: none;
}

.apply-btn .btn {
  white-space: nowrap;
}

.status-dropdown {
  border-radius: 6px;
  padding: 6px 12px;
  transition: all 0.2s ease;
}

/* Status-specific styling */
.status-dropdown option.text-danger { /* Pending */
  color: #dc3545;
  background-color: #f8d7da;
}

.status-dropdown option.text-success { /* Published */
  color: #198754;
  background-color: #d1e7dd;
}

.status-dropdown option.text-secondary { /* Paused */
  color: #6c757d;
  background-color: #e9ecef;
}

/* Hover and focus states */
.status-dropdown:hover {
  border-color: #ced4da;
  box-shadow: 0 0 0 2px rgba(108, 117, 125, 0.1);
}

.status-dropdown:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
}

.read-more-btn {
  background: none;
  border: none;
  color: #007bff;
  font-weight: 600;
  cursor: pointer;
  display: block; 
  margin-top: 6px; 
}

.read-more-btn:hover {
  color: #0056b3;
  text-decoration: none;
}

.letter-container {
  line-height: 1.8;
  font-size: 1.05rem;
  max-width: 1200px;
  margin: 0 auto;
}

.bullet-points {
  padding-left: 1.5rem;
}

.text-signature {
  font-family: 'Great Vibes', cursive;
  font-size: 2.2rem;
  color: #2c3e50;
}

.avatar-sm {
  width: 60px;
  height: 60px;
}

.btn-print {
  transition: all 0.3s ease;
}

.btn-print:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

@media print {
  .accordion-button { display: none; }
  .letter-actions { display: none; }
}

.extra-small-button { 
  padding: 0.1rem 0.3rem; 
  font-size: 0.75rem;
  line-height: 1.2;
  border-radius: 0.15rem;
}

.skills_drop {
  margin-top: 10px;
}
.move-to-right {
  float: right;
  margin-top: -249px;
}
.move-to-rights {
  float: right;
  margin-top: -250px;
  margin-right: 260px; 
}

.custom-border {
  border: 2px solid #198754;
  transition: all 0.3s ease-in-out;
  background: rgba(20, 83, 45, 0.05); 
}

.custom-border:hover {
  border-color: #0d3a1f; 
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 
  background: rgba(20, 83, 45, 0.1); 
}

.job-title-box i {
  color: #007bff; 
}

.job-title-box span {
  font-weight: 500;
  color: #198754;
}

.nav-link.active {
  background-color: #3b82f6; 
  color: white !important;
  border-radius: 0.25rem;
}

.social-login-buttons .btn {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 12px;
}

.social-login-buttons .fa {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-link {
  border: none;
  background: none !important;
  padding: 0;
  outline: none;
  box-shadow: none;
}

.btn-link:focus,
.btn-link:active {
  outline: none !important;
  box-shadow: none !important;
  background: none !important;
}

.profile-picture-container {
  width: 150px;
  height: 150px;
}


.profile-picture-frame {
  display: block;
  width: 110%;
  height: 110%;
  border-radius: 50%;
  border: 3px solid #ddd;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
  text-align: center;
  padding: 5px;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.profile-picture-frame:hover .overlay {
  opacity: 1;
}

.dropdown-menu {
  border: 1px solid #dee2e6;
  border-radius: 8px;
}

.hover-bg-light:hover {
  background-color: #f8f9fa;
  transition: background-color 0.2s ease;
}

.dropdown-item:focus {
  background-color: transparent;
}

/* Custom scrollbar */
.dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader .spinner-border {
  width: 3rem;
  height: 3rem;
  border-width: 0.5rem;
}

.delete-form-container {
  position: fixed;
  top: 210px; 
  right: 160px;
  z-index: 999;
}

.custom-offset {
  margin-left: -1.2%;
}

.job-meta-data {
  font-size: 0.95rem;
  line-height: 1.8;
}

.benefits {
  border-left: 4px solid #0d6efd;
  height: 100%;
}
.pay-range{
  border-left: 4px solid #0d6efd;
  height: 100%;
}
.benefits ul li {
  margin-bottom: 5px;
}
.banner-heading {
  margin-top: 20px;
}

/* Document page  */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
}

.page-header {
    background: linear-gradient(135deg, #175da5 0%, #0056b3 100%);
    color: white;
    padding: 30px 0;
    margin-bottom: 30px;
    border-radius: 0 0 15px 15px;
}

.stats-card {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.stats-card:hover {
    transform: translateY(-5px);
}

.stats-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 15px;
}

.stats-info h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.stats-info p {
    color: #6c757d;
    margin-bottom: 0;
}

.document-card {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  max-height: 320px; /* Reduced height */
}

.document-card:hover {
  transform: translateY(-3px); /* Reduced hover lift */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); /* Smaller shadow */
}

.document-icon {
  font-size: 36px;
  margin: 10px 0;
}

.document-actions {
  display: flex;
  justify-content: center;
  gap: 3px; 
  margin-top: 10px;
}

.category-badge {
  position: absolute;
  top: 5px; 
  right: 5px;
  font-size: 0.65rem;
  padding: 3px 8px;
  border-radius: 15px;
}

.cat-onboarding {
  background-color: #3498db;
}

.cat-contract {
    background-color: #2ecc71;
}

.cat-policy {
    background-color: #e74c3c;
}

.cat-training {
    background-color: #f39c12;
}

.cat-legal {
    background-color: #9b59b6;
}

.cat-financial {
    background-color: #1abc9c;
}

.doc-pdf {
    color: #e74c3c;
}

.doc-word {
    color: #3498db;
}

.doc-excel {
    color: #27ae60;
}

.doc-ppt {
    color: #e67e22;
}

.doc-image {
    color: #9b59b6;
}

.doc-zip {
    color: #f1c40f;
}

.doc-text {
    color: #95a5a6;
}

.dropzone-area {
    cursor: pointer;
    transition: all 0.3s ease;
}

.dropzone-area:hover {
    background-color: #f8f9fa;
}

.progress-upload {
    height: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.filter-section {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.nav-tabs {
    border-bottom: 2px solid #dee2e6;
    margin-bottom: 20px;
}

.nav-tabs .nav-link {
    border: none;
    color: #6c757d;
    font-weight: 500;
    padding: 10px 15px;
    margin-right: 5px;
    border-radius: 0;
    position: relative;
}

.nav-tabs .nav-link.active {
    color: #0d6efd !important;
    background-color: transparent !important;
    border: none !important;
}

.nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0d6efd;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border: none;
    color: #0d6efd;
}

.nav-tabs .nav-link.active {
    color: #0d6efd;
    background-color: transparent;
    border-bottom: 2px solid #0d6efd;
}

.document-count {
    font-size: 0.7rem;
    vertical-align: middle;
}

.document-count {
    font-size: 0.7rem;
    vertical-align: middle;
}

/* Timeline styles for document history */
.timeline {
    position: relative;
    padding-left: 30px;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dee2e6;
}

.timeline-item {
    position: relative;
    margin-bottom: 25px;
}

.timeline-point {
    position: absolute;
    left: -30px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.7rem;
}

.timeline-content {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.toast {
    z-index: 1100;
}

.upload-btn {
    background-color: #ffffff !important;
    border-color: #dee2e6 !important;
    color: #212529 !important;
}

.upload-btn:hover,
.upload-btn:focus,
.upload-btn:active {
    background-color: #ffffff !important;
    border-color: #dee2e6 !important;
    color: #212529 !important;
    box-shadow: none !important;
}

