@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  background: #f0f5f7;
  font-family: "Roboto";
  overflow-y: hidden;
  overflow-x: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  color: #202124;
  font-weight: 600;
}

p {
  margin: 0px;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

a {
  color: #666666;
  text-decoration: none;
}

ul {
  padding: 0px;
  margin: 0px;
}

li {
  list-style: none;
}

tr {
  vertical-align: middle;
  white-space: nowrap;
}

th {
  white-space: nowrap;
}

/*global css start here*/

.super-admin-white-bg {
  background: #ffff;
  padding: 20px 20px 20px 20px;
}

.table td {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}

.super-admin-toggle-switch {
  text-align: center;
}

.super-admin-toggle-switch .switch {
  width: 40px;
  height: 15px;
  position: relative;
  display: inline-block;
}

.super-admin-toggle-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.super-admin-toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff6600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.super-admin-toggle-switch .slider:before {
  content: "";

  height: 10px;
  width: 10px;
  left: 2px;
  bottom: 3px;
  position: absolute;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.super-admin-toggle-switch input:checked + .slider {
  background-color: #0066cc;
}

.super-admin-toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px #0066cc;
}

.super-admin-toggle-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.super-admin-toggle-switch .slider.round {
  border-radius: 34px;
}

.super-admin-toggle-switch .slider.round:before {
  border-radius: 50%;
}

.super-dashboard-content-btn-info {
  padding: 20px 0px;
  text-align: center;
}

.super-dashboard-content-btn {
  color: #fff;
  font-weight: 450;
  background: #0066cc;
  padding: 10px 20px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  border: none;
}

.super-dashboard-content-btn:hover {
  background: #ff6600;
}

/* .table-responsive {
  display: block;
} */

.table {
  margin-bottom: 0px;
}

/*.form-group {
margin-bottom: 20px; 
}
*/

.super-admin-manage-candidate-list .table-responsive {
  margin-top: 20px;
}

.form-group label {
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
}

.form-group .form-control:focus {
  color: inherit;
  box-shadow: inherit;
  border-color: #dee2e6;
}

.form-group .form-control {
  width: 100%;
  color: inherit;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  padding: 8px 10px;
  letter-spacing: 0.5px;
  border: 1px solid #cdcdcd;
}

.table-column-status-size {
  width: 80px;
}

.table-column-status-actions {
  width: 100px;
}

.table-column-status-sno {
  width: 60px;
}

.super-dashboard-common-add-btn {
  color: #fff;
  font-size: 15px;
  padding: 5px 7px;
  border-radius: 5px;
  background: #0066cc;
}

.super-dashboard-common-add-btn:hover {
  background: #ff6600;
  color: #fff;
}

.table-actions-info {
  width: 100px;
  display: inline-block;
}

.column-size-info td img {
  width: 50px;
}

.super-dashboard-cms-content-form .form-group.label-info {
  margin-bottom: 0px;
}

.img-thumbnail {
  max-width: 50px;
  height: 50px;
  border-radius: 50px;
}

.manage-recruiters-tab {
  background: #fff;
}

.fillter-data-box .form-group {
  display: flex;
  align-items: center;
}

.fillter-data-box .form-group .form-control {
  width: 155px;
  font-size: 14px;
  padding: 5px 5px;
}

.fillter-data-box .form-group label {
  color: #040404;
  font-size: 15px;
  margin-right: 5px;
  margin-bottom: 0px;
}

.all-fillter-box-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*common tab btn main css start*/

.common-tab-btn-main {
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: space-between;
}

.common-tab-btn-main .form-group {
  margin-bottom: 0px;
}

.fillter-data-box {
  display: flex;
  justify-content: flex-end;
}

.common-fillter-select-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fillter-data-box {
  margin-left: 20px;
}

/*common tab btn main css end*/

.data-export-btn-info {
  margin-left: 20px;
  text-align: right;
  margin-top: 30px;
}

.data-export-btn {
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  padding: 6px 10px;
  background: #0066cc;
  outline: none;
  border: none;
}

.data-export-btn:hover {
  background: #ff6600;
}

::-webkit-input-placeholder {
  color: #a3a3a391 !important;
} /* Chrome */

:-ms-input-placeholder {
  color: #a3a3a391 !important;
} /* IE 10+ */

::-moz-placeholder {
  opacity: 1;
  color: #a3a3a391 !important;
} /* Firefox 19+ */

:-moz-placeholder {
  opacity: 1;
  color: #a3a3a391 !important;
} /* Firefox 4 - 18 */

/*global css end here*/

/*super admin dashboard css header start here*/

.super-dashboard-logo-info img {
  width: 10%;
}

.super-dashboard-header-detail {
  z-index: 9;
  display: flex;
  position: fixed;
  background: #fff;
  padding: 20px 30px;
  align-items: center;
  justify-content: space-between;
}

.super-dashboard-user-img-name {
  cursor: pointer;
  margin-right: 20px;
}

.super-dashboard-user-img-name img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 50px;
}

.super-dashboard-user-img-name p {
  font-size: 16px;
}

.dropdown-menu-list a {
  display: block;
  font-size: 15px;
  padding: 10px 10px;
  border-bottom: 1px solid #eeeeee;
}

.dropdown-menu-list a i {
  color: #0066cc;
  margin-right: 5px;
}

/*super admin dashboard header css end here*/

/*super admin dashboard side menu css start here*/

.super-dashboard-dropdown {
  position: relative;
  display: inline-block;
}

.super-dashboard-dropdown .dropbtn {
  gap: 5px;
  border: none;
  display: flex;
  color: #666679;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  align-items: center;
  padding: 12px 25px;
}

.super-dashboard-dropdown .fa-file {
  color: #fff;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  margin-right: 5px;
  text-align: center;
  border-radius: 5px;
  background: #0066cc;
}

.super-dashboard-dropdown .fa-file:hover {
  background: #ff6600;
}

.super-dashboard-dropdown .dropdown-content {
  display: none;
  margin: 0px 0px 0px 40px;
}

.super-dashboard-dropdown .dropdown-content a {
  color: #666666;
  display: block;
  padding: 5px 16px;
  text-decoration: none;
}

.super-dashboard-dropdown .dropdown-content a:hover {
  background-color: #f1f1f1;
}

.super-dashboard-dropdown .show {
  display: block;
}

.side-menu-info-area {
  left: 0;
  top: 90px;
  color: #fff;
  height: 100%;
  width: 280px;
  position: fixed;
  background: #fff;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
}

.side-menu-info-area ul {
  padding: 0px;
  list-style: none;
}

.side-menu-info-area ul li {
  border-bottom: 1px solid #cdcdcd75;
}

.side-menu-info-area ul li:last-child {
  border-bottom: none;
}

.side-menu-info-area ul li a {
  display: block;
  font-size: 15px;
  letter-spacing: 0.4px;
  padding: 12px 0px 13px 25px;
}

.side-menu-info-area ul li a.active {
  background: #f0f5f7;
}

.side-menu-info-area ul li a i {
  color: #fff;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  margin-right: 5px;
  text-align: center;
  border-radius: 5px;
  background: #0066cc;
}

.side-menu-info-area ul li a:hover i {
  background: #ff6600;
}

/* Hide sidebar */
.side-menu-info-area.hide {
  left: -280px;
}

.super-dashboard-content-wrapper.full-width {
  margin-left: 20px;
}

/* Sidebar toggle button */
.sidebar-toggle-btn {
  cursor: pointer;
  position: relative;
}

.sidebar-toggle-btn i {
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  background: #0066cc;
  padding: 4px 6px 3px 6px;
}

/* Responsive */
@media (max-width: 768px) {
  .side-menu-info-area {
    left: -250px;
  }

  .side-menu-info-area.show {
    left: 0;
  }

  .super-dashboard-content-wrapper {
    margin-left: 30px !important;
  }

  .sidebar-toggle-btn {
    display: block;
  }
}

/*super admin dashboard side menu css end here*/

/*super admin dashboard detail side css start here*/

/* .super-dashboard-content-wrapper {
  margin-left: 300px;
  padding-top: 100px;
  padding-right: 20px;
  transition: margin-left 0.3s ease-in-out;
} */


.super-dashboard-dashboard-box {
  display: flex;
  background: #fff;
  padding: 20px 15px;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 10px;
}

.super-dashboard-icon-box {
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 25px;
  background: #0066cc;
  text-align: center;
  border-radius: 50px;
  line-height: 50px;
  margin-right: 10px;
}

.super-dashboard-box-detail h5 {
  margin: 0px;
  color: #0066cc;
  font-size: 17px;
  margin-bottom: 2px;
}

.super-dashboard-box-detail p {
  color: #ff6600;
  font-size: 20px;
}

.copy-right-details {
  background: #fff;
  margin-top: 30px;
  text-align: center;
  padding: 20px 20px;
}

.dropdown-menu-list.dropdown-menu {
  width: 200px;
  border-radius: 5px;
  top: 15px !important;
  left: 0px !important;
  border: 1px solid #eeeeee;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}

.super-dashboard-breadcrumb-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.super-dashboard-breadcrumb-info h4 {
  padding-top: 5px;
  font-size: 20px;
}

.super-dashboard-users-recruiters-analytics {
  display: flex;
  justify-content: space-between;
}
.employer-dashboard-common-heading {
  margin-bottom: 15px;
}
.employer-dashboard-common-heading h2 {
  font-size: 20px;
  background: #fff;
  padding: 20px 20px;
  margin-bottom: 10px;
}

.users-recruiters-analytics-chart h5 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}

.users-recruiters-analytics-table {
  width: 49%;
  background: #fff;
  padding: 20px 20px;
}

.users-recruiters-analytics-table h5 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}

.super-dashboard-total-revenue-report {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}

.total-revenue-report-chart {
  width: 49%;
  background: #fff;
  padding: 20px;
}

.total-revenue-report-chart h5 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 18px;
}

.revenue-chart-container {
  min-height: 320px;
}

.total-revenue-report-tabel {
  width: 49%;
  background: #fff;
  padding: 20px;
}

.revenue-report-data-panel {
  min-width: 0;
}

.revenue-report-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.revenue-report-header h5 {
  text-align: center;
  margin-bottom: 4px;
  font-size: 18px;
}

.revenue-report-subtitle {
  color: #6b7280;
  font-size: 13px;
}

.revenue-report-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.revenue-report-control-label {
  color: #6b7280;
  font-size: 13px;
  margin-bottom: 0;
}

.revenue-report-limit-select {
  width: 84px;
}

.revenue-report-table-wrap {
  overflow: auto;
  max-height: 50vh;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.revenue-report-table {
  width: 100%;
  margin-bottom: 0;
  font-size: 13px;
}

.revenue-report-table thead th {
  background: #1e3a5f;
  color: #fff;
  white-space: nowrap;
  padding: 12px 14px;
  font-weight: 600;
  border: none;
  vertical-align: middle;
}

.revenue-report-table tbody td {
  padding: 11px 14px;
  vertical-align: middle;
  border-color: #e5e7eb;
  color: #1f2937;
}

.revenue-report-table tbody tr:hover {
  background: #f8fafc;
}

.revenue-report-cell-date {
  white-space: nowrap;
}

.revenue-report-cell-truncate {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.revenue-report-cell-id {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Consolas, Monaco, monospace;
  font-size: 12px;
  color: #475569;
}

.revenue-report-cell-amount {
  white-space: nowrap;
  font-weight: 600;
}

.revenue-status-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.revenue-status-success {
  color: #166534;
  background: #dcfce7;
}

.revenue-status-pending {
  color: #92400e;
  background: #fef3c7;
}

.revenue-status-failed {
  color: #991b1b;
  background: #fee2e2;
}

.revenue-status-default {
  color: #374151;
  background: #f3f4f6;
}

.revenue-report-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.revenue-report-page-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

@media (max-width: 991px) {
  .revenue-report-header {
    flex-direction: column;
    align-items: stretch;
  }

  .revenue-report-controls {
    justify-content: flex-start;
  }
}

/*.copy-right-area-info {
width: 78%;
bottom: 0; 
position: fixed; 
}*/

.copy-right-details p {
  font-size: 14px;
  font-weight: 600;
}

/*super admin dashboard detail side css end here*/

/*super admin Manage Candidate css start here*/

.super-admin-action-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.super-admin-action-icons i {
  color: #fff;
  padding: 5px;
  cursor: pointer;
  font-size: 12px;
  border-radius: 5px;
  /* background: #0066cc; */
}

.super-admin-action-icons i:hover {
  background: #f5f2f2;
}

.super-admin-action-icons .fa-trash {
  /* background-color: #f4d6d6; */
  color: red;
}

/* .super-admin-action-icons .fa-trash:hover {
  background: red;
  color: #fff;
} */

.super-admin-action-icons .fa-eye {
  color: #111222;
  /* background-color: #e1dcd8; */
}

/* .super-admin-action-icons .fa-eye:hover {
  background: #111222;
  color: #e1dcd8;
} */

.super-admin-action-icons .fa-pencil,
.super-admin-action-icons .fa-pen {
  /* background-color: #5c5252; */
  color: #2f239e;
}

/* .super-admin-action-icons .fa-pencil:hover,
.super-admin-action-icons .fa-pen:hover {
  background-color: rgb(204, 196, 196);
  color: #5c5252;
} */
/*super admin Manage Candidate css end here*/

/*super admin candidate profile css start here*/

.super-admin-candidate-img-short-detail {
  display: flex;
  padding: 20px;
  background: #fff;
}

.super-admin-candidate-short-detail {
  width: 40%;
}

.super-admin-candidate-short-detail h3 {
  padding: 11px;
  font-size: 15px;
  border-bottom: 1px solid #eeee;
}

.super-admin-candidate-short-detail h3:last-child {
  border-bottom: 0px;
}

.super-admin-candidate-short-detail strong {
  width: 18%;
  display: inline-block;
}

.super-admin-candidate-profile-summary {
  padding: 20px;
  margin-top: 25px;
  background: #fff;
}

.super-admin-candidate-profile-summary h4 {
  font-size: 20px;
  background: #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cdcdcd;
}

.super-admin-candidate-profile-summary ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.super-admin-candidate-profile-summary h5 {
  font-size: 16px;
  margin-top: 10px;
}

.super-admin-candidate-profile-summary .super-admin-candidate-profile-tags ul {
  display: block;
}

.super-admin-candidate-profile-tags ul li {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  list-style: none;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px 5px;
  border-radius: 5px;
  background: #0066cc;
  display: inline-block;
}

.candidate-details-page {
  padding-bottom: 15px;
}

.candidate-details-page .super-admin-candidate-img-short-detail {
  align-items: center;
  gap: 20px;
  border: 1px solid #e4eaf2;
  border-radius: 8px;
}

.candidate-details-page .super-admin-candidate-img img {
  width: 96px;
  height: 96px;
  margin-right: 0;
  border: 1px solid #dfe6ef;
  border-radius: 50%;
  background: #f4f7fb;
}

.candidate-details-page .super-admin-candidate-short-detail {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.candidate-details-page .super-admin-candidate-short-detail h3 {
  min-width: 0;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #eef1f5;
  border-radius: 6px;
  background: #f9fbfd;
  color: #3d4752;
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.candidate-details-page .super-admin-candidate-short-detail strong {
  width: auto;
  min-width: 72px;
  margin-right: 6px;
  color: #111827;
}

.candidate-summary-card {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid #e4eaf2;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.candidate-summary-card h4 {
  margin: 0 0 16px;
  padding-bottom: 12px;
  color: #111827;
  font-size: 18px;
  font-weight: 700;
}

.candidate-detail-text,
.candidate-summary-card p {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.candidate-summary-card .candidate-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  align-items: stretch;
  justify-content: initial;
  padding: 0;
  margin: 0;
}

.candidate-info-grid > li {
  min-width: 0;
  padding: 12px;
  list-style: none;
  border: 1px solid #edf1f6;
  border-radius: 6px;
  background: #f9fbfd;
}

.candidate-info-grid > li h5,
.candidate-experience-card h5 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}

.candidate-info-grid > li p,
.candidate-experience-card p {
  margin: 0;
}

.candidate-experience-list {
  display: grid;
  gap: 14px;
}

.candidate-experience-card {
  padding: 14px;
  border: 1px solid #edf1f6;
  border-radius: 8px;
  background: #f9fbfd;
}

.candidate-experience-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
}

.candidate-description-block {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e5eaf0;
}

.candidate-empty-text {
  margin: 0;
  color: #6b7280;
}

.candidate-salary-grid > li p + p {
  margin-top: 6px;
}

.candidate-profile-divider-line {
  margin: 14px 0;
  border-top: 1px solid #e5eaf0;
}

@media (max-width: 991px) {
  .candidate-details-page .super-admin-candidate-img-short-detail {
    align-items: flex-start;
  }

  .candidate-details-page .super-admin-candidate-short-detail,
  .candidate-experience-header {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .candidate-details-page .super-admin-candidate-img-short-detail {
    flex-direction: column;
  }

  .candidate-summary-card {
    padding: 14px;
  }
}

/*super admin candidate profile css end here*/

/*super admin company List css start here*/

.manage-recruiters-tab .nav-link {
  color: #040404;
}

.accept-reject-select .form-control {
  width: 95px;
  height: 30px;
  color: #6c6c6c;
  font-size: 15px;
  padding: 0px 5px;
  font-weight: 500;
}

/*super admin company List css end here*/

/*super admin company details css start here*/

.super-admin-company-img-short-detail {
  background: #fff;
  padding: 16px;
  margin: 0px 0px 0px 0px;
}

.super-admin-company-img {
  width: 100%;
  height: 240px;
  background: linear-gradient(135deg, #eef4ff 0%, #f8fafc 100%);
  border: 1px solid #e5eaf2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.super-admin-company-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.super-admin-company-short-detail {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.super-admin-company-logo {
  width: 120px;
  height: 64px;
  background: #f8fafc;
  border: 1px solid #e5eaf2;
  padding: 8px;
  flex: 0 0 120px;
}

.super-admin-company-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.super-admin-company-about-short-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  list-style: none;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.super-admin-company-about-short-info ul li {
  font-size: 15px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

.super-admin-company-about-short-info h4 {
  font-size: 20px;
}

.super-admin-company-about-short-info ul li i {
  color: #0066cc;
  font-size: 15px;
  margin-bottom: 10px;
  padding-right: 5px;
}

.super-admin-company-detail-tab-info {
  background: #fff;
  margin-top: 30px;
  padding: 20px 15px;
}

.super-admin-company-detail-tab-info .nav-tabs {
  border: none;
  justify-content: space-between;
}

.super-admin-company-detail-tab-info .nav-tabs .nav-link {
  border: 0px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 25px;
  background: #0066cc;
  letter-spacing: 0.3px;
}

.super-admin-company-detail-tab-info .nav-tabs .nav-link.active {
  color: #fff;
  background: #ff6600;
}

.super-admin-company-detail-tab-description {
  margin-top: 15px;
  background: #fff;
  padding: 20px 15px;
}

.company-detail-empty-state {
  min-height: 120px;
  border: 1px dashed #d7dee8;
  background: #f8fafc;
  color: #64748b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  padding: 20px;
}

.company-detail-empty-state i {
  font-size: 24px;
  color: #94a3b8;
}

.company-detail-empty-state p {
  margin: 0;
  font-weight: 500;
}

.admin-table-empty-state {
  min-height: 170px;
  border: 1px dashed #d7dee8;
  background: #f8fafc;
  color: #64748b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  padding: 28px 20px;
  margin-top: 16px;
}

.admin-table-empty-state i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eaf2ff;
  color: #0066cc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.admin-table-empty-state h6 {
  color: #1f2937;
  margin: 4px 0 0;
  font-size: 16px;
}

.admin-table-empty-state p {
  margin: 0;
  max-width: 360px;
}

.simple-list-empty-state {
  min-height: 130px;
  color: #1f2937;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  padding: 28px 20px;
}

.simple-list-empty-state i {
  color: #555;
  font-size: 24px;
}

.simple-list-empty-state h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.job-offer-dwm-time-table table {
  table-layout: fixed;
  width: 100%;
}

.job-offer-dwm-time-table th,
.job-offer-dwm-time-table td {
  vertical-align: middle;
  white-space: nowrap;
}

.job-offer-dwm-time-table th:first-child,
.job-offer-dwm-time-table td:first-child {
  width: 52px;
}

.job-offer-dwm-time-table .table-text-truncate {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.job-offer-dwm-time-table th:nth-child(4),
.job-offer-dwm-time-table td:nth-child(4),
.job-offer-dwm-time-table th:last-child,
.job-offer-dwm-time-table td:last-child {
  width: 96px;
}

.super-admin-company-profile-detail-info {
  display: flex;
  justify-content: space-between;
}

.super-admin-company-profile-detail-box h4 {
  padding: 0px;
  font-size: 17px;
  margin-bottom: 5px;
}

.super-admin-company-profile-detail-box h4 i {
  color: #0066cc;
  font-size: 14px;
  padding-right: 5px;
}

.super-admin-company-profile-detail-box {
  width: 23%;
  margin-top: 15px;
  padding: 10px 15px;
  margin-bottom: 10px;
  background: #eeeeee82;
}

.super-admin-company-detail-card {
  margin-top: 20px;
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 10px 10px 10px;
}

.super-admin-job-company-name-logo {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeee;
}

.super-admin-job-company-logo img {
  width: 40px;
  height: 30px;
  padding: 3px 10px;
  margin-right: 10px;
  border-radius: 5px;
  object-fit: contain;
  background: #f0f5f7;
}

.super-admin-job-company-name h4 {
  font-size: 18px;
}

.super-admin-job-detail-area h4 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.super-admin-job-detail-area ul {
  display: flex;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #eeee;
}

.super-admin-job-detail-area ul li {
  width: 18%;
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 10px 15px 0px 0px;
}

.super-admin-job-detail-area ul li i {
  color: #0066cc;
  font-size: 13px;
  margin-right: 5px;
}

.super-admin-company-office-photos-box {
  margin-top: 20px;
}

.super-admin-company-office-photos-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.super-admin-company-detail-official-website {
  margin-top: 15px;
  padding: 15px 20px;
  background: #eeeeee82;
}

.super-admin-company-detail-official-website h4 {
  padding: 0px;
  font-size: 17px;
}

.super-admin-company-detail-official-website h4 i {
  color: #0066cc;
  font-size: 15px;
  padding-right: 5px;
}

.super-admin-company-detail-official-website h5 {
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
}

.super-admin-company-detail-social-link {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}

.super-admin-company-detail-social-box {
  width: 23%;
  padding: 10px 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  background: #eeeeee82;
}

.super-admin-company-detail-social-box h4 {
  padding: 0px;
  font-size: 17px;
  margin-bottom: 5px;
}

.super-admin-company-detail-social-box h4 i {
  color: #0066cc;
  padding-right: 5px;
}

.super-admin-company-detail-social-box a {
  font-size: 15px;
}

/*super admin company details css end here*/

/*cms form page css start here*/

.super-dashboard-cms-content-form {
  background: #fff;
  padding: 15px 15px;
  margin: 0px 0px 0px 0px;
}

.super-dashboard-cms-content-form .form-group {
  margin-bottom: 20px;
}

.super-dashboard-star-rating h5 {
  font-size: 17px;
  color: #666666;
}

.super-dashboard-star-rating span i {
  color: #ffc107;
  font-size: 14px;
}

/* Hidden file input */
#officePhotos {
  display: none;
}

/* Custom button */
.Custom-Upload {
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s ease;
  background-color: #0066cc;
  padding: 8px 10px 8px 10px;
}

.Custom-Upload:hover {
  color: #fff;
  background-color: #ff6600;
}

/* File name text */
.file-name {
  color: #555;
  width: 85%;
  font-size: 14px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #dee2e6;
  padding: 10px 0px 10px 10px;
}

/* Preview container styles */
#previewContainer,
#previewContainerSize {
  gap: 10px;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}

/* Image wrapper */
.image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  display: inline-block;
  border: 2px solid #e0e0e0;
}

.image-wrapper img {
  width: 50px;
  height: 50px;
  display: block;
  object-fit: cover;
}

/* Cancel button */
.cancel-btn {
  top: 0px;
  right: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  border-radius: 5px;
  border-radius: 50%;
  line-height: 10px;
  position: absolute;
  background: #0066cc;
  padding: 3px 2px 3px 2px;
}

.cancel-btn:hover {
  color: #fff;
  background: #ff6600;
}

.section-Img-upload-input label {
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.upload-company-info-area {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
}

.upload-company-img-preview {
  width: 50px;
  height: 45px;
  padding: 5px;
  overflow: hidden;
  background: #f0f5f7;
  border-radius: 5px;
  background: #cdcdcd38;
}

.upload-company-info-area #preview {
  width: 50px;
  height: 35px;
  margin-top: 0px;
  object-fit: contain;
}

.upload-company-info-area #imageInput {
  display: none;
}

.upload-company-file-name {
  width: 80%;
  margin: auto;
}

.upload-company-info-area .file-name {
  width: 100%;
  display: block;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  background: #f0f5f7;
  border: 1px solid #e2e2e2;
  padding: 10px 20px 10px 15px;
}

.super-dashboard-custom-upload {
  color: #fff;
  font-weight: 450;
  background: #0066cc;
  padding: 10px 20px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.super-dashboard-custom-upload:hover {
  background: #ff6600;
}

/*cms form page css end here*/

/*pack creation page css start here*/

.eligibility-select-info-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*.radio-group {
display: flex;
flex-direction: column;
gap: 15px;
max-width: 300px;
margin: auto;
background-color: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}*/

.eligibility-select-info-area input[type="radio"] {
  display: none;
}

.eligibility-select-info-area label {
  cursor: pointer;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  user-select: none;
}

.eligibility-select-info-area label::before {
  left: 0;
  top: 50%;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #0066cc;
  transform: translateY(-50%);
}

.eligibility-select-info-area input[type="radio"]:checked + label::after {
  left: 4px;
  top: 50%;
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 50%;
  background-color: #f66003;
  transform: translateY(-50%);
}

/*pack creation page css end here*/

/*plan detail css start here*/

.plan-heading-info-area {
  text-align: center;
}

.plan-heading-info-area h4 {
  color: #0066cc;
  font-size: 22px;
}

.plan-heading-info-area h5 {
  color: #ff6600;
  font-size: 30px;
  margin: 10px 0px 20px 0px;
}

.plan-detail-info-area {
  margin-bottom: 40px;
}

/*plan detail css end here*/
.common-action-col-space {
  width: 70px;
  display: block;
}
.header-language-toggle {
  margin-left: 20px;
}
.user-language-details {
  display: flex;
  align-items: center;
}

.super-admin-candidate-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-right: 20px;
}

.main-dashboard-content {
  /* padding: 0px 20px 0px 20px; */
}
/*skill assessment test questions list page css start here*/

.form-group.option-sapce-area .form-control {
  margin-bottom: 15px;
}

/*skill assessment test questions list page css end here*/
/*Skill Assessment Form css start here*/

.skill-assessments-from-main-area .form-control {
  height: 40px;
}

.questions-category-main .dropdown-content.show {
  display: block;
}

.questions-category-main .dropdown {
  position: relative;
  border-radius: unset;
  background-color: #f0f5f7;
}

.questions-category-main .dropdown-btn {
  width: 100%;
  padding: 10px;
  cursor: pointer;
}

.questions-category-main .dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  max-height: 180px;
  overflow-y: auto;
  z-index: 1000;
}

.questions-category-main .dropdown-content label {
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  margin: 0px !important;
  font-size: 15px !important;
}

.questions-category-main .dropdown-content label:hover {
  background-color: #f2f2f2;
}

.questions-category-main .dropdown-content input {
  margin-right: 5px;
}

.manually-add-dlt-question-area {
  display: flex;
  justify-content: space-between;
}

.manually-add-dlt-question-area .form-group {
  width: 95%;
}

.manually-add-dlt-Icon i {
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  padding: 12px 12px;
  background: #f65e00;
  border-radius: 5px;
}

.number-questions-category .form-control {
  margin-bottom: 15px;
}

.question-bank-question-area {
  margin-bottom: 20px;
}

.question-bank-question-list {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.question-bank-question {
  width: 95%;
}

.question-bank-question h5 {
  font-size: 15px;
  font-weight: 600;
  margin-right: 0px;
}

.question-bank-question h5 span {
  color: #f65e00;
  font-size: 18px;
  font-weight: 800;
  margin-right: 10px;
}

.question-bank-question-dltIcon i {
  color: #fff;
  cursor: pointer;
  background: #f65e00;
  padding: 10px 10px;
  border-radius: 5px;
}

.manually-add-mcq-filed .form-group {
  margin-bottom: 15px;
}

.skill-assessment-btn-area {
  text-align: center;
  padding: 30px 0px;
}

.skill-assessments-test-btn .default-btn {
  padding: 5px 10px;
}

/*Skill Assessment Form css end here*/
.otp-box {
  width: 4em; /* ⬅️ increase width (try 4em or 4.5em) */
  height: 3em;
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
  border: 1.5px solid #cfd4dc;
  background-color: #fff;
  transition: all 0.2s ease;
}

.otp-box:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.15);
  outline: none;
}

.otp-gap {
  width: 1em; /* ⬅️ spacing between boxes */
}
.otp-box {
  width: 3em !important;
  height: 3em !important;
}
/*create skill assessment test details page css start here*/

.skill-assessment-detail-main {
  background: #fff;
  padding: 15px 15px;
  margin: 0px 0px 20px 0px;
}

.skill-assessment-detail-main h5 {
  font-size: 17px;
}

.skill-assessment-detail-main h5 span {
  color: #6a6666;
}

.skill-assessment-question-bank-question {
  margin-top: 15px;
}

.skill-assessment-question-bank-question h5 {
  width: 100%;
  font-size: 16px;
  padding: 7px 5px;
  background: #f0f5f7;
  display: inline-block;
}

.skill-assessment-question-bank-question h5 span {
  color: #f65e00;
  font-size: 18px;
  font-weight: 800;
  margin-right: 5px;
}

.skill-assessment-manually-add-question h5 {
  margin: 10px 0px;
}

.skill-assessment-manually-add-question h5 span {
  color: #f65e00;
  font-size: 18px;
  font-weight: 800;
  margin-right: 5px;
}

.skill-assessment-manually-add-question ul li {
  color: #202124;

  margin-bottom: 15px;
  margin-left: 30px;
  display: inline-block;
}

.skill-assessment-manually-add-question ul li span {
  color: #6a6666;
  font-size: 15px;
}

.skill-assessment-detail-main h4 {
  font-size: 17px;
}

.skill-assessment-detail-main h4 span {
  color: #f65e00;
}

.category-name-no-questions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category-name-area {
  width: 50%;
}

.number-questions-per-category {
  width: 50%;
  text-align: center;
}

.category-name-area h4 {
  margin-top: 15px;
}

.number-questions-per-category h5 {
  margin-top: 15px;
}

.total-Duration-Questions-passing-percentage {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.total-dqpp-main-area {
  width: 33%;
}
.custom-question-area {
  width: 100%;
  color: inherit;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  padding: 8px 10px;
  letter-spacing: 0.5px;
  border: 1px solid #cdcdcd;
}

.add-question-button {
  outline: none;
  border: none;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  line-height: 20px;
  background: #0066cc;
  padding: 4px 10px 10px 10px;
}

.add-question-button:hover {
  background: #ff6600;
}
.truncate-text {
  max-width: 300px; /* adjust as per table width */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

/*create skill assessment test details page css end here*/
.breadcrumb-heading {
  display: flex;
  align-items: center;
  gap: 4px;
}

.back-link {
  margin-right: 8px;
  color: #ef4444; /* same red as icon */
}

.separator {
  opacity: 0.6;
}

.breadcrumb-heading .active {
  font-weight: 600;
}
.breadcrumb-section {
  color: #6b7280;
  font-weight: 500;
  cursor: default;
}
