:root {
  --primary-color: #00cdfe;
  --primary-dark: #00a4cb;
  --primary-light: #e5fafe;
  --secondary-color: #6b7280;
  --secondary-light: #f0f0f2;
  --success-color: #2fb344;
  --success-light: #eaf7ec;
  --warning-color: #f59f00;
  --warning-light: #fef5e5;
  --danger-color: #d63939;
  --danger-light: #faebeb;
  --info-color: #8b5cf6;
  --info-light: #f3eefe;
  --light-color: #f1f5f9;
  --dark-color: #1f2937;
  --header-height: 72px;
  --primary-color: #00cdfe;
  --primary-dark: #33cffa;
  --secondary-color: #64748b;
  --success-color: #10b981;
  --warning-color: #f59e0b;
  --danger-color: #ef4444;
  --info-color: #3b82f6;
  --light-color: #f8fafc;
  --dark-color: #1e293b;
  --header-height: 70px;
  --border-radius: 4px;
  --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

* {
  scrollbar-color: rgb(144 168 197 / 15%) transparent;
  scrollbar-width: thin;
  box-sizing: border-box
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: #f1f5f9;
  margin: 0;
  padding: 0;
  color: #334155;
  line-height: 1.6
}

.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-label {
  padding: 0.45rem;
}

.main-header {
  position: sticky;
  top: 0;
  z-index: 999; 
}

.action-btn {
  display: flex;
  justify-content: center;
}

/* Language switch (EN / NL) */
.lang-switch {
  position: relative;
  z-index: 1000;
}

.lang-switch .lang-toggle {
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  font-size: 0.85rem;
  gap: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  width: auto;
  color: var(--dark-color);
  cursor: pointer;
  background: transparent;
  transition: background-color 0.2s ease;
  position: relative;
  z-index: 1001;
}

.lang-switch .lang-toggle:hover {
  background: rgba(0, 0, 0, 0.05);
}

.lang-switch .lang-toggle .flag {
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.lang-switch .lang-toggle .flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
  pointer-events: none;
}

.lang-switch.open .lang-menu {
  display: block !important;
}

.lang-switch .lang-menu {
  display: none;
  position: absolute;
  right: 0;
  background: #fff;
  border-radius: 4px;
  min-width: 180px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 1200;
  overflow: hidden;
  top: calc(100% + 5px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 4px;
}

.lang-switch .lang-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
}

.lang-switch .lang-item:hover {
  background: #f1f5f9;
}

.lang-switch .lang-check {
  margin-left: auto;
  color: #10b981;
  display: none;
}

.lang-switch .lang-item.active .lang-check {
  display: inline;
}

button#delete_modal_close span,
button#login_modal_close span {
  font-size: 24px;
}

button#delete_modal_close,
button#login_modal_close {
  border: 0;
  height: 35px;
  width: 35px;
  margin: 0px -45px 0px 0px;
  background: #fff;
}

.setting-value-image img {
  max-width: 150px !important;
}

/**Flag**/

.countryFlagSelect ul li {
  padding: 10px;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
}

#country_select ul input {
  position: absolute;
  opacity: 0;
  top: 15px;
  left: 15px;
}

.countryFlagSelect ul li:not(.init) {
  float: left;
  display: none;
}

.countryFlagSelect ul li:not(.init):hover,
.countryFlagSelect ul li.selected:not(.init) {
  background: #ff875a;
}

.countryFlagSelect li.init {
  cursor: pointer;
}

.countryFlagSelect a#submit {
  z-index: 1;
}

.countryFlagSelect .country_flag {
  pointer-events: none;
}

.countryFlagSelect ul li label {
  margin: 0;
  display: flex;
}

#country_select li {
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: none;
}

#country_select li label {
  margin: 0;
}

div#country_select {
  position: relative;
  width: 60px;
}

.countryFlagLi {
  margin: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  overflow-y: auto;
  max-height: 200px;
  background-color: #eaeaea;
  padding: 0;
  overflow-x: hidden;
}

#country_select ul img {
  width: 30px;
  height: auto;
  object-fit: contain;
}

.countryFlagInput {
  max-width: calc(100% - 70px);
  margin-left: 10px;
}


.allow {
  color: #000;
  background: #fff;
}

.content,
.content-wrapper {
  padding: 1rem;
}

.content .container-fluid,
.content-wrapper .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.content-header {
  padding: 0;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 16px;
}

.page-title {
  font-size: 1rem;
  line-height: 1;
}

/* Tables */
.table {
  background: #fff;
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.table thead th,
.thead-light th {
  background: #f8fafc;
  border: none;
  color: #0f172a;
  font-weight: 600;
}

table.table-bordered.dataTable td:first-child,
table.table-bordered.dataTable th:first-child {
  border-left: 1px solid #e2e8f0;
}

.table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable th:last-child {
  border-right: 1px solid #ccc;
}

.table tbody td {
  border-top: 1px solid #e2e8f0 !important;
}

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

.dt-toolbar {
  gap: 12px;
}

.dt-toolbar .form-control {
  height: 36px;
}

/* Buttons */
.btn {
  border-radius: 8px;
}

.btn-primary {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}

.btn-info {
  background: var(--info-color);
  border-color: var(--info-color);
}

.btn-success {
  background: var(--success-color);
  border-color: var(--success-color);
}

.btn-warning {
  background: var(--warning-color);
  border-color: var(--warning-color);
  color: #fff;
}

.btn-danger {
  background: var(--danger-color);
  border-color: var(--danger-color);
}

/* Forms */
.form-control {
  height: 44px;
  min-height: 44px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

/* Fancy switch alignment */
.form-switch .form-check-input {
  margin-left: 0;
}

.form-switch .form-check-input:focus {
  box-shadow: 0 0 0 0.15rem rgba(99, 102, 241, 0.25);
}

.form-switch .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/* Inline-labeled switch chip */
.switch-hidden {
  position: absolute;
  left: -9999px;
}

.switch-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--danger-light);
  color: var(--danger-color);
  border-radius: 4px;
  padding: 6px 12px 6px 10px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  user-select: none;
  margin-bottom: 0;
  min-width: 140px;
  height: 40px;
}

.switch-chip::after {
  content: attr(data-on);
  font-weight: 600;
}

.switch-chip i {
  color: var(--danger-color);
}

.switch-hidden:not(:checked)+.switch-chip::after {
  content: attr(data-off);
}

.switch-hidden:checked+.switch-chip {
  background: var(--primary-light);
  color: var(--primary-color);
}

.switch-hidden:checked+.switch-chip i {
  color: var(--primary-color);
}

.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5 {
  color: #0f172a;
}


.content-wrapper .card-body form,
.content-wrapper>form {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

ul.pagination {
  justify-content: end !important;
}

/* Labels and groups */

.form-group {
  margin-bottom: 16px;
}

/* Inputs */
.form-control,
.custom-select,
select.form-control,
textarea.form-control {
  height: 44px;
  border-radius: 4px;
  border: 1px solid #e2e8f0;
  background: #fff;
}

textarea.form-control {
  min-height: 100px;
  height: auto;
}

.form-control:focus,
.custom-select:focus,
select.form-control:focus,
textarea.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(99, 102, 241, 0.15);
}

/* Breadcrumbs */
.breadcrumb {
  background: transparent;
  margin-bottom: 8px;
  padding: 0;
}

/* Alerts */
.alert {
  border: none;
  border-radius: 4px;
}

/* Badges */
.badge {
  font-weight: 600;
}

.badge-primary {
  color: #ffffff !important;
}


@media (max-width: 991.98px) {

  .content,
  .content-wrapper {
    padding: 16px;
  }

  .card-body {
    padding: 16px;
  }
}

.checkbox-area {
  display: flex;
  align-items: center;
}

.checkbox-area input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.checkbox-area label {
  margin: 0;
}

.alert ul {
  margin-bottom: 0;
}

.notification-admin-list {
  overflow-y: scroll;
  max-height: 300px;
}

.swich-area .bootstrap-switch,
.swich-area input {
  display: block;
  width: 100%;
}

.form-check {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0;
  margin: 0;
}

.form-check input {
  width: 20px;
  height: 20px;
  margin: 0;
  position: static;
  margin-right: 10px;
}


.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}

table tr td {
  vertical-align: middle;
}

table tr td img {
  object-fit: contain;
}

table tr td a {
  color: #000;
  font-size: 16px;
}

table tr:nth-child(even) {
  background-color: #fff;
}


a[title="View"] {
  color: var(--primary-dark);
}

a[title="Edit"] {
  color: #1b2631;
}

li.init {
  width: 115px;
}


label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 500;
}

.btn-group.show .btn-tool,
.btn-tool,
.btn-tool:hover {
  color: #fff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  display: none;
}

#country_select li label {
  gap: 5px;
}

@media screen and (max-width: 767px) {
  .bg-design {
    padding: 10px 0;
    flex: 100%;
    max-width: 100%;
  }
}

.store-details {
  width: calc(100% - 52px);
}

body .header {
  padding: 1rem;
}

.header .header-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.card-body {
  padding: 1rem !important;
}

.card-header {
  padding: 1rem !important;
}


body .btn,
body .badge {
  border-radius: 4px;
}

.admin-layout {
  display: flex;
  min-height: 100vh
}

.header {
  background: #fff;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  box-shadow: var(--shadow);
  position: sticky;
  top: 0;
  z-index: 100
}

.header-left {
  display: flex;
  align-items: center;
  gap: 1rem
}

.page-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--dark-color);
  margin: 0
}

.header-right {
  display: flex;
  align-items: center;
  gap: 1rem
}

.info-box {
  background: #fff;
  border-radius: var(--border-radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
  transition: all .2s ease;
  border: none
}

.info-box:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg)
}

.info-box-icon {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1rem
}

.info-box-icon.bg-info {
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-dark) 100%) !important
}

.info-box-icon.bg-success {
  background: linear-gradient(135deg, var(--success-color), #059669)
}

.info-box-icon.bg-warning {
  background: linear-gradient(135deg, var(--warning-color), #d97706)
}

.info-box-icon.bg-danger {
  background: linear-gradient(135deg, var(--danger-color), #dc2626)
}

.info-box-text {
  font-size: .875rem;
  color: var(--secondary-color);
  margin-bottom: .25rem
}

.info-box-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--dark-color)
} 

.table {
  background: #fff;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow)
}

.table thead th {
  background: #f8fafc;
  border: none;
  padding: 1rem;
  font-weight: 600;
  color: var(--dark-color);
  font-size: .875rem;
  padding-left:8px;
}
.custom-select.form-control {
    appearance: auto;
}
.info-item span {
    white-space: normal;
    word-break: break-all;
}
.info-section .info-item {
    align-items: baseline;
}
.search-input:focus {
    border-color: #00cdfe !important;
    box-shadow: none !important;
}
.table tbody td {
  padding: 0.5rem;
  border-top: 1px solid #e2e8f0;
  vertical-align: middle
}

.table tbody tr:hover {
  background: #f8fafc
}

.text-primary {
  color: var(--primary-color) !important
}

a.text-primary:hover {
  color: var(--primary-dark) !important
}

.bg-primary {
  background-color: var(--primary-color) !important
}

.badge-primary {
  background-color: var(--primary-color)
}

.border-primary {
  border-color: var(--primary-color) !important
}

.page-item.active .page-link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff !important;
  box-shadow: 0 2px 6px rgba(0, 200, 255, .25)
}

.page-link {
  color: var(--secondary-color)
}

.page-link:hover {
  color: var(--primary-dark)
}

a {
  color: var(--primary-dark)
}

a:hover,
a:focus {
  color: var(--primary-color);
  text-decoration: none
}

.btn-back-custom {
  background: #ccc;
  border: none;
  border-radius: 25px;
  color: #fff;
  font-weight: 600;
  padding: 8px 20px;
  font-size: 14px;
  box-shadow: none;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #000;
  transition: all 0.5s ease;
}

.btn-back-custom:hover {
  background: #ccc;
  color: #000;
  text-decoration: none;
  transition: all 0.5s ease;
}

.btn-back-custom:focus {
  color: #000;
  text-decoration: none;
}

.btn-back-custom i {
  font-size: 12px
}

.btn-back-custom.btn-sm {
    padding: 8px 16px;
    font-size: 14px;
    display: flex;
    align-items: baseline;
    background: #6b7280;
    border-color: #6b7280;
    color: #fff;
}
.btn-back-custom.btn-sm:hover{
   background: #4b5563;
    border-color: #4b5563;
}

.btn-primary {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  font-size: 14px;

}

.btn-primary:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  transform: translateY(-1px)
}

.btn-success {
  background: var(--success-color);
  border-color: var(--success-color);
  color: #fff;
}

.btn-warning {
  background: var(--warning-color);
  border-color: var(--warning-color);
  color: #fff
}

.btn-danger {
  background: var(--danger-color);
  border-color: var(--danger-color);
  color: #fff;
  font-size: 14px;
}

.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 .2rem rgba(0, 200, 255, .15)
}

.alert {
  border-radius: var(--border-radius);
  border: none;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem
}

.alert-success {
  background: #d1fae5;
  color: var(--success-color)
}

.alert-danger {
  background: #fee2e2;
  color: var(--danger-color)
}

.alert-warning {
  background: #fef3c7;
  color: var(--warning-color)
}

.alert-info {
  background: #fff;
  color: var(--secondary-color)
}

@media (max-width:768px) {
  .content-wrapper {
    padding: 1rem
  }
}

#loader_section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999
}

#spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid var(--primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}


.auth-brand {
  text-align: center;
  margin-bottom: 10px;
}


.perm-wrap {
  margin-top: 6px
}


.perm-group {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  padding: 16px 20px;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.perm-title {
  font-weight: 600;
  color: #374151;
  margin-bottom: 12px;
  font-size: 14px;
  display: flex;
  align-items: center
}

.perm-col {
  padding-left: 8px;
  padding-right: 8px
}

.perm-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px
}

.perm-item input[type="checkbox"] {
  margin-right: 6px;
  width: 16px;
  height: 16px;
  cursor: pointer
}

.perm-item label {
  margin: 0;
  cursor: pointer;
  font-size: 13px;
  color: #374151;
  font-weight: 400
}

.permission_box_header {
  margin-right: 6px;
  width: 16px;
  height: 16px;
  cursor: pointer
}

.permission_box_header+label {
  font-weight: 600;
  color: #374151;
  cursor: pointer;
  font-size: 14px
}

@media (max-width:767.98px) {
  .perm-col {
    margin-bottom: 8px
  }
}

/* Role view meta cards */
.role-meta-card {
  padding: 14px 16px;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  background: #fff
}

.role-meta-title {
  color: #6c757d;
  font-size: 12px;
  margin-bottom: 6px
}

.role-card-header {
  padding: 14px 18px 10px 18px
}

.role-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px
}

.role-icon {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: #e8f0fe;
  color: #1a73e8;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.role-title {
  margin: 0;
  font-weight: 700
}

.role-sub {
  margin-top: 2px;
  color: #6b7280
}


.crud-page .location-info {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #374151
}

.crud-page .status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500
}

.crud-page .status-active {
  background: #dcfce7;
  color: #166534
}

.crud-page .status-inactive {
  background: #fee2e2;
  color: #dc2626
}

.crud-page .status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor
}

.crud-page .created-date {
  font-size: 14px;
  color: #374151
}

.dt-toolbar-left,
.dt-toolbar-right {
  display: flex;
  align-items: center;
  gap: 16px
}

.dt-toolbar-left label,
.dt-toolbar-right label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: #374151;
  font-size: 14px
}

.dt-toolbar-left [id$="_length"] select,
.dt-toolbar-left [id$="_filter"] input {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 14px;
  background: #fff
}

.dt-toolbar-left [id$="_length"] select {
  width: 80px
}

.dt-toolbar-left [id$="_filter"] input {
  width: 200px
}

@media (max-width:768px) {
  .crud-page .action-buttons {
    gap: 4px
  }

  .crud-page .action-btn {
    padding: 4px 8px;
    font-size: 11px
  }

  .crud-page .table thead th,
  .crud-page .table tbody td {
    padding: 12px 8px
  }
}

@media (max-width:576px) {
  .crud-page .action-buttons {
    flex-direction: column;
    gap: 4px
  }

  .crud-page .action-btn {
    width: 100%;
    justify-content: center
  }
}

.content-wrapper .action-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.content-wrapper .action-btn {
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: all .2s ease;
}

.content-wrapper .action-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.content-wrapper .btn-view {
  background: var(--primary-light);
  color: var(--primary-color);
}

.content-wrapper .btn-view {
  background: var(--primary-light);
  color: var(--primary-color);
}

.content-wrapper .btn-edit {
  background: var(--success-light);
  color: var(--success-color);
}

.content-wrapper .btn-delete {
  background: var(--danger-light);
  color: var(--danger-color);
}

.content-wrapper .btn-view i {
  color: var(--primary-color);
}

.content-wrapper .btn-edit i {
  color: var(--success-color);
}

.content-wrapper .btn-delete i {
  color: var(--danger-color);
}

.content-wrapper .btn-login {
  background: var(--info-light);
  color: var(--info-color)
}

.content-wrapper .btn-transfer {
  background: #3b82f62e;
  color: #000;
}

.content-wrapper .btn-report {
  background: #fef5e5;
}

.content-wrapper .btn-sync {
  background: #e0f2fe;
  color: #0369a1;
}

.content-wrapper .btn-sync i {
  color: #0369a1;
}

.content-wrapper .btn-match-job {
  background: #f0f9ff;
  color: #0284c7;
}

.content-wrapper .btn-match-job i {
  color: #0284c7;
}

.content-wrapper .btn-match-talent {
  background: #fef3c7;
  color: #d97706;
}

.content-wrapper .btn-match-talent i {
  color: #d97706;
}

.content-wrapper .btn-deactivate {
  background: var(--secondary-light);
  color: var(--secondary-color)
}

.content-wrapper .btn-restore {
  background: var(--success-light);
  color: var(--success-color)
}

.content-wrapper .btn-activate {
  background: var(--success-light);
  color: var(--success-color)
}

.system-admin-roles-page .action-btn,
.system-admin-permissions-page .action-btn {
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: all .2s ease;
}

.system-admin-roles-page .action-btn:hover,
.system-admin-permissions-page .action-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.system-admin-roles-page .btn-view,
.system-admin-permissions-page .btn-view {
  background: var(--primary-light);
  color: var(--primary-color);
}

.system-admin-roles-page .btn-edit,
.system-admin-permissions-page .btn-edit {
  background: var(--success-light);
  color: var(--success-color);
}

.system-admin-roles-page .btn-delete,
.system-admin-permissions-page .btn-delete {
  background: var(--danger-light);
  color: var(--danger-color);
}

.system-admin-roles-page .btn-activate,
.system-admin-permissions-page .btn-activate {
  background: var(--success-light);
  color: var(--success-color);
}

.system-admin-roles-page .btn-view i,
.system-admin-permissions-page .btn-view i {
  color: var(--primary-color);
}

.system-admin-roles-page .btn-edit i,
.system-admin-permissions-page .btn-edit i {
  color: var(--success-color);
}

.system-admin-roles-page .btn-delete i,
.system-admin-permissions-page .btn-delete i {
  color: var(--danger-color);
}

.education-degrees-management-page .action-btn,
.company-sizes-management-page .action-btn {
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: all .2s ease;
  white-space: nowrap;
}

.education-degrees-management-page .action-btn:hover,
.company-sizes-management-page .action-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.education-degrees-management-page .btn-view,
.company-sizes-management-page .btn-view {
  background: var(--primary-light);
  color: var(--primary-color);
}

.education-degrees-management-page .btn-edit,
.company-sizes-management-page .btn-edit {
  background: var(--success-light);
  color: var(--success-color);
}

.education-degrees-management-page .btn-delete,
.company-sizes-management-page .btn-delete {
  background: var(--danger-light);
  color: var(--danger-color);
}

.education-degrees-management-page .btn-view i,
.company-sizes-management-page .btn-view i {
  color: var(--primary-color);
}

.education-degrees-management-page .btn-edit i,
.company-sizes-management-page .btn-edit i {
  color: var(--success-color);
}

.education-degrees-management-page .btn-delete i,
.company-sizes-management-page .btn-delete i {
  color: var(--danger-color);
}

.system-admin-roles-page .btn-activate i,
.system-admin-permissions-page .btn-activate i {
  color: var(--success-color);
}

.store-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.store-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.store-icon i {
  color: var(--primary-color);
  font-size: 16px;
}

.store-details h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.2;
}

.store-details p {
  margin: 0;
  font-size: 12px;
  color: #6b7280;
  line-height: 1.2;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}

.status-badge.status-active {
  background: #dcfce7;
  color: #166534;
}

.status-badge.status-inactive {
  background: #fee2e2;
  color: #dc2626;
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.perm-group {
  margin-bottom: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
}

.perm-title {
  background: #f9fafb;
  padding: 12px 16px;
  border-bottom: 1px solid #e5e7eb;
  font-weight: 600;
  color: #374151;
  display: flex;
  align-items: center;
}

.perm-title input[type="checkbox"] {
  margin-right: 8px;
}

.perm-wrap {
  padding: 0 1rem;
}

.perm-col {
  padding: 0 8px;
}

.perm-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 4px 0;
}

.perm-item input[type="checkbox"] {
  margin-right: 8px;
}

.perm-item label {
  margin: 0;
  font-size: 14px;
  color: #374151;
  cursor: pointer;
}

.perm-item i {
  color: #10b981;
  margin-right: 8px;
  font-size: 14px;
}

/* ===== Company Details (migrated from companies/view) ===== */

.info-section {
  padding: 1rem;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.info-card {
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid #e5e7eb;
}

.info-card h6 {
  font-size: 16px;
  font-weight: 600;
  color: #374151;
  margin: 0 0 16px 0;
  text-transform: capitalize;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  color: #374151;
}

.info-item:last-child {
  margin-bottom: 0;
}

.info-item i {
  width: 20px;
  color: #6b7280;
  margin-right: 12px;
  text-align: center;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

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

.status-inactive {
  background: #fee2e2;
  color: #dc2626;
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.date-info {
  color: #6b7280;
  font-size: 13px;
}

@media (max-width: 768px) {
  .info-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.content-header {
  padding: 0;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 16px;
}

.content-header .container-fluid {
  padding: 0;
}

.content-header h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
}

.btn-secondary {
  background-color: #6b7280;
  border-color: #6b7280;
  color: #fff;
  padding: 0.5rem 1rem;
  font-weight: 500;
  border-radius: 4px;
  margin-left: 0.5rem;
  font-size: 14px;
}

.btn-secondary:hover {
  background-color: #4b5563;
  border-color: #4b5563;
}

/* ===== Competenties Filter Section Styles ===== */
.competency-selection-page {
  padding: 20px 0;
}

.competency-selection-page .filter-section {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
}

.competency-selection-page .filter-section h5 {
  color: #1f2937;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 16px;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 10px;
}

.competency-selection-page .filter-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  align-items: end;
}

/* Bootstrap row override for filter section */
.competency-selection-page .filter-section .row {
  margin-left: -10px;
  margin-right: -10px;
}

.competency-selection-page .filter-section .row>[class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.competency-selection-page .filter-group {
  display: flex;
  flex-direction: column;
}

.competency-selection-page .filter-group label {
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  color: #374151;
  font-size: 14px;
  line-height: 1.5;
}

.competency-selection-page .filter-group label small {
  display: none;
}

/* Select2 Custom Styling for Filter Section */
.competency-selection-page .filter-section .select2-container {
  width: 100% !important;
}

/* Select2 Dropdown Styling */
.competency-selection-page .filter-section .select2-dropdown {
  border: 1px solid #d1d5db;
  border-radius: 6px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin-top: 4px;
}

.competency-selection-page .filter-section .select2-search--dropdown {
  padding: 8px;
}

.competency-selection-page .filter-section .select2-search--dropdown .select2-search__field {
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  width: 100%;
}

.competency-selection-page .filter-section .select2-search--dropdown .select2-search__field:focus {
  border-color: #00cdfe;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 205, 254, 0.1);
}

.competency-selection-page .filter-section .select2-results__option {
  padding: 10px 12px;
  font-size: 14px;
  color: #374151;
  transition: background-color 0.15s ease;
}

.competency-selection-page .filter-section .select2-results__option--highlighted[aria-selected] {
  background-color: #00cdfe;
  color: #ffffff;
}

.competency-selection-page .filter-section .select2-results__option[aria-selected=true] {
  background-color: #e5fafe;
  color: #00a4cb;
  font-weight: 500;
}

.competency-selection-page .filter-section .select2-results__option[aria-selected=true]:hover {
  background-color: #00cdfe;
  color: #ffffff;
}

/* Clear Filters Button */
.competency-selection-page .filter-section #btn_clear_filters {
  background-color: #6b7280;
  border-color: #6b7280;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
  height: 42px;
  white-space: nowrap;
}

.competency-selection-page .filter-section #btn_clear_filters:hover {
  background-color: #4b5563;
  border-color: #4b5563;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.competency-selection-page .filter-section #btn_clear_filters:active {
  transform: translateY(0);
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .competency-selection-page .filter-row {
    grid-template-columns: 1fr;
  }

  .competency-selection-page .filter-section #btn_clear_filters {
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .competency-selection-page .filter-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== Competency Selection Container Styles ===== */
.competency-selection-page .selection-container {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.competency-selection-page .available-section,
.competency-selection-page .selected-section {
  flex: 1;
  background: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 20px;
}

.competency-selection-page .section-title {
  color: #007bff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

.competency-selection-page .filter-buttons {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
  background: #f0f0f0;
  padding: 5px;
  border-radius: 4px;
}

.competency-selection-page .filter-btn {
  flex: 1;
  padding: 8px 12px;
  border: none;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s;
}

.competency-selection-page .filter-btn.active {
  background: #007bff;
  color: white;
}

.competency-selection-page .search-box {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 15px;
}

.competency-selection-page .competency-list {
  border: 1px solid #ddd;
  border-radius: 4px;
  min-height: 400px;
  max-height: 500px;
  overflow-y: auto;
  background: white;
}

.competency-selection-page .competency-item {
  padding: 10px 15px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background 0.2s;
}

.competency-selection-page .competency-item:hover {
  background: #f8f9fa;
}

.competency-selection-page .competency-item.selected {
  background: #007bff;
  color: white;
}

.competency-selection-page .competency-item.selected .competency-item-name,
.competency-selection-page .competency-item.selected .competency-item-type {
  color: white;
}

.competency-selection-page .competency-item-name {
  font-weight: 500;
  color: #333;
}

.competency-selection-page .competency-item-type {
  font-size: 12px;
  color: #666;
  margin-top: 3px;
}

.competency-selection-page .transfer-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 0 10px;
}

.competency-selection-page .transfer-btn {
  width: 50px;
  height: 50px;
  border: none;
  background: #007bff;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.competency-selection-page .transfer-btn:hover {
  background: #0056b3;
}

.competency-selection-page .transfer-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.competency-selection-page .action-btn:hover {
  opacity: 0.9;
}

.competency-selection-page .action-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.note-editor .note-toolbar,
.note-popover .popover-content {
  position: sticky;
  overflow-x: scroll;
}





/* 26/11/25 */
.admin-layout .form-group label {
  margin-bottom: 5px !important;
}

.company-dashboard-page .info-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin-bottom: 0;
}

.company-dashboard-page .info-box-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  margin-right: 15px;
}

.company-dashboard-page .info-box-content {
  flex: 1;
}

.company-dashboard-page .info-box-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.company-dashboard-page .info-box-number {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.company-dashboard-page .card {
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.company-dashboard-page .card-header {
  padding: 1rem;
}

.company-dashboard-page .page-title {
  margin: 0;
  color: #333;
  font-size: 24px;
  font-weight: 600;
}

/* Exit Company Button Styling */
.exit-company-btn {
  background-color: #fff !important;
  border: 2px solid #ff7f27 !important;
  color: #ff7f27 !important;
  font-weight: 600;
  transition: all 0.3s ease;
}

.exit-company-btn:hover {
  background-color: #ff7f27 !important;
  color: #fff !important;
  border-color: #ff7f27 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(255, 127, 39, 0.3);
}

.exit-company-btn i {
  color: #ff7f27;
  transition: color 0.3s ease;
}

.exit-company-btn:hover i {
  color: #fff;
}

/* Switch Company Button Styling */
.switch-company-btn {
  background-color: #007bff !important;
  border: 2px solid #007bff !important;
  color: #fff !important;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-right: 8px;
}

.switch-company-btn:hover {
  background-color: #0056b3 !important;
  border-color: #0056b3 !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

.switch-company-btn i {
  color: #fff;
  transition: color 0.3s ease;
}

.switch-company-btn:hover i {
  color: #fff;
}

/* Switch Company Modal Styling */
.company-switch-list {
  max-height: 400px;
  overflow-y: auto;
}

.company-switch-list .list-group-item {
  border: 1px solid #dee2e6;
  margin-bottom: 8px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.company-switch-list .list-group-item:hover {
  background-color: #f8f9fa;
  border-color: #007bff;
}

.company-switch-list .list-group-item.active {
  background-color: #e7f3ff;
  border-color: #007bff;
}

.company-switch-list .list-group-item h6 {
  margin: 0;
  font-weight: 600;
  color: #333;
}

.company-switch-list .list-group-item.active h6 {
  color: #007bff;
}

.company-switch-list .switch-company-item-btn {
  min-width: 100px;
}

.company-switch-list .switch-company-item-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Switch Company Modal Close Button - Ensure it's clickable */
#switchCompanyModal .close,
#switchCompanyModal #switchCompanyModalClose {
  position: absolute !important;
  right: -15px !important;
  top: -15px !important;
  z-index: 1060 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  background: #00cdfe !important;
  border-radius: 50% !important;
  width: 35px !important;
  height: 35px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
}

#switchCompanyModal .close:hover,
#switchCompanyModal #switchCompanyModalClose:hover {
  background: #00a8d4 !important;
  opacity: 1 !important;
}

#switchCompanyModal .close span,
#switchCompanyModal #switchCompanyModalClose span {
  font-size: 24px !important;
  color: #fff !important;
  line-height: 1 !important;
  pointer-events: none !important;
}

.admin-layout .modal-content .close,
.modal-content .close {
  position: absolute;
  right: -15px;
  top: -15px;
  margin: 0 !important;
  background: #00cdfe !important;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal !important;
  border: 0;
  width: 35px;
  height: 35px;
  font-size: 24px;
}

.admin-layout ul.pagination {
  gap: 10px;
  margin: 0 !important;
  margin-top: 10px !important;
}

.admin-layout ul.pagination .page-item .page-link {
  color: #000;
}

.admin-layout table.table-bordered.dataTable {
  border-collapse: collapse !important;
}

.admin-layout .card-body .btn-primary {
  padding: 0.5rem 1rem;
}

.admin-layout .header-right a.btn.btn-primary.btn-sm {
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 6px 16px;
  font-size: 14px;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.modal-header {
  min-height: auto;
  padding: 1rem;
}

.font-bold {
  font-weight: bold !important;
}

.close-target-minus {
  position: relative;
}

.close-target-minus button.btn.btn-danger.btn-remove-target {
  width: auto;
  margin-left: auto;
  position: absolute;
  right: 16px;
  top: -5px;
  width: 25px !important;
  height: 25px !important;
}

.form-check-input:checked {
  background-color: #00cdfe;
}

.pr-2 {
  padding-right: 5px !important;
}

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

.org-target-row.row.close-target-minus .form-group.lang-label {
  margin-bottom: 5px;
}

.organi-header ul {
  border: 0;
}

.card-header .nav-tabs {
  border: 0;
}

.card-header .nav-tabs i {
  padding-right: 5px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #000;
}

.use-auth-details span {
  font-size: 14px;
  color: #00cdfe;
  font-weight: 500;
}

.use-auth-details button:hover {
  text-decoration: none;
}

.use-auth-details i {
  padding-right: 10px;
  width: 24px;
  color: #000;
}

.use-auth-details .dropdown-item:hover {
  color: #00cdfe;
}

.use-auth-details .dropdown-item:hover i {
  color: #00cdfe;
}

.use-auth-details button.btn.btn-link.dropdown-toggle.d-flex.align-items-center {
  padding: 0;
}

.use-auth-details button.btn.btn-link.dropdown-toggle.d-flex.align-items-center:focus,
.use-auth-details button.btn.btn-link.dropdown-toggle.d-flex.align-items-center:active {
  outline: 0;
  box-shadow: none;
  border: 0;
}

.competency-selection-page .util-selection-container {
  gap: 1rem;
}

.competency-selection-page .util-transfer-btn {
  background: #00cdfe !important;
  color: #FFF !important;
}

body .competency-selection-page .profile-default-dash select {
  width: auto !important;
}

.lan-name {
  color: #000;
  font-size: 16px;
  border: 0;
  box-shadow: none;
}

.work-pro-edit .nav-fill .nav-item .nav-link {
  padding: 10px !important;
  min-height: auto !important;
  font-size: 14px;
  font-weight: bold;
  background: #6b7280 !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.organi-header ul li .active,
.work-pro-edit .nav-fill .nav-item .nav-link.active {
  color: #fff !important;
  background: #00cdfe !important;
  border: 1px solid #00cdfe !important;
  border-radius: 8px;
}

.organisatie-design-page {
  padding: 0;
}

.team-form-section {
  margin-bottom: 1rem;
  border-radius: 6px;
}

.team-form-section h6 {
  color: #00cdfe;
  border-bottom: 2px solid #00cdfe;
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
}

.organisatie-design-page .util-select2-container,
.organisatie-design-page .util-select2-container .select2-container {
  width: 100% !important;
}

.org-target-row {
  margin-bottom: 15px;
}

.lang-label {
  grid-column: 1;
  margin: 0;
}

.lang-input {
  grid-column: 2;
  margin: 0;
}

.btn-remove-target {
  grid-column: 3;
}

.team-target-row {
  padding: 10px;
  margin-bottom: 10px;
  background: #f8f9fa;
  border-radius: 4px;
}

#memberRolesSection {
  margin-top: 20px;
}

#memberRolesContainer {
  max-height: 400px;
  overflow-y: auto;
}

.member-role-item {
  transition: all 0.3s ease;
}

.member-role-item:hover {
  background: #e9ecef !important;
}

.team-prev-next-btn {
  max-width: 50px;
  width: 100%;
}

.card.mt-3.login-teams-row {
  max-width: 75%;
  margin: 0 auto;
}

.profile-picture-container {
  position: relative;
  cursor: pointer;
  text-align: center;
  width: 120px;
  margin: 0 auto;
}

.profile-picture-container::after {
  content: "Change Profile";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 12px;
  opacity: 0;
  transition: 0.2s ease-in-out;
  pointer-events: none;
}

.profile-picture-container:hover::after {
  opacity: 1;
}

.no-image-placeholder {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  border: 2px solid #ccc;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.select2-selection__rendered {
  margin: 0;
}

.team-form-section h5 {
  color: #00cdfe;
  border-bottom: 2px solid #00cdfe;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.member-row {
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
}

.form-gro-row-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-gro-row-box .form-group.add-user-checkbox label {
  margin: 0 !important;
}

.form-gro-row-box .form-group.add-user-checkbox {
  display: flex;
  gap: 5px;
}

.role-add-company .accordion-btn {
  padding: 0;
  color: #0f172a !important;
  text-decoration: none;
  padding-right: 1rem;
  position: relative;
  padding-left: 5px;
  width: 100%;
  text-align: left !important;
  margin-left: 0;
  justify-content: start;
  line-height: 1.4;
  gap: 0.5rem;
}

.role-add-company .accordion-btn:active,
.role-add-company .accordion-btn:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
  background-color: transparent;
}

.role-add-company .card {
  margin-bottom: 1rem;
}

.role-add-company .card:last-child {
  margin: 0;
}

.icheck-primary>input:first-child:checked+input[type=hidden]+label::before,
.icheck-primary>input:first-child:checked+label::before,
.icheck-success>input:first-child:checked+input[type=hidden]+label::before,
.icheck-success>input:first-child:checked+label::before {
  background-color: #00cdfe !important;
  border-color: #1f2937 !important;
}

.icheck-success>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
.icheck-success>input:first-child:not(:checked):not(:disabled):hover+label::before {
  border-color: #00cdfe !important;
}

.role-add-company .card-header {
  padding: 8px 1rem !important;
}

.role-add-company .accordion-btn .accordion-toggle-icon {
  position: absolute;
  right: 0px;
  font-size: 18px;
  font-weight: bold;
  top: 0px;
  background: #00cdfe;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.view-format-acco .accordion-btn {
  padding: 0 !important;
}

.view-format-acco .row.perm-wrap {
  margin: 0;
  padding: 0;
}

.view-format-acco .perm-col {
  padding: 0;
}

.view-format-acco .perm-col .perm-item {
  padding: 0;
  gap: 0;
}

.view-format-acco .perm-col .perm-item i {
  color: #00cdfe;
}

a.util-btn.util-btn-icon:hover {
  color: #fff;
}

body .competency-selection-page .util-selection-section .util-list-container {
  margin-bottom: 0;
}

body .competency-selection-page .util-selection-section .util-action-buttons {
  border-top: 0;
}

.btn-company-alian {
  background: #d0ffce !important;
  color: #0bbf1b !important;
}

.admin-layout .system-admin-permissions-page ul.pagination {
  margin-bottom: 10px !important;
}

.admin-layout .system-admin-permissions-page .dataTables_info {
  margin-top: 17px;
}

.inline-form-container {
  display: none;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #dee2e6;
}

.inline-form-container.active {
  display: block;
}

.work-pro-act-btn .quick-access-buttons {
  justify-content: end;
  padding-top: 13px;
}

.competen-btn-action .form-check .form-check-input {
  margin: 0;
  margin-right: 5px;
}

.competen-btn-action .form-check label {
  margin: 0 !important;
}

.error-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f8fa;
}

.error-card {
  border-radius: 1.5rem;
  box-shadow: 0 2px 16px 0 rgba(50, 50, 93, .07), 0 1.5px 4px 0 rgba(0, 0, 0, 0.03);
  background: #fff;
  padding: 2.5rem 2rem;
  text-align: center;
  max-width: 440px;
  width: 100%;
}

.error-card img {
  max-width: 120px;
  margin-bottom: 1rem;
}

.error-logo {
  margin-bottom: 1.2rem;
}

.competency-selection-page .quick-access-buttons .quick-btn {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0;
}

.competency-selection-page .work-pro-act-btn .quick-access-buttons {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  gap: 2px;
}

.competency-selection-page .work-pro-act-btn .sele-work-act-btn .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 180px !important;
  bottom: 0;
  height: auto !important;
}

.competency-selection-page .four-col-row-main .quick-access-buttons .quick-btn {
  width: 60px;
  height: 100%;
}

.competency-selection-page .work-pro-act-btn .four-col-row-main .quick-access-buttons {
  height: 100%;
}

.competency-selection-page .work-pro-act-btn .four-col-row-main .sele-work-act-btn .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 250px !important;
}

.competency-selection-page .util-form-group .quick-access-buttons .quick-btn:last-child {
  border-radius: 0 4px 4px 0;
}

.competency-selection-page .util-form-group .sele-work-act-btn:focus-visible,
.competency-selection-page .util-form-group .select2-container:focus-visible {
  outline: 0;
  box-shadow: none;
}

.util-select2-container--focus .util-select2-single,
.util-select2-container--focus .util-select2-multiple,
.util-select2-single+.select2-container.select2-container--focus .select2-selection--single,
.util-select2-multiple+.select2-container.select2-container--focus .select2-selection--multiple {
  border-color: #d1d5db !important;
  box-shadow: none !important;
  outline: none;
}

body .competency-selection-page .util-selection-section {
  padding: 1rem;
}

.buss-tab-main-row .buss-tab-main-col {
  border: 1px solid #eee;
}

.buss-tab-main-row .buss-tab-main-col .nav-tabs li.nav-item {
  flex: 0 0 auto;
}

.nav-tabs .nav-link {
  color: var(--text-color);
  border: 1px solid transparent;
  border-bottom: none;
  margin-bottom: -1px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
}

.nav-tabs .nav-link.active {
  color: var(--theme-cyan);
  background-color: #fff;
  border-color: #d2d6de #d2d6de #fff;
}

/* .nav-tabs .nav-link:hover {
  border-color: #eee #eee #fff;
} */

.one-four-col .util-select2-multiple+.select2-container .select2-selection--multiple {
  min-height: 60px;
  line-height: 40px;
  padding: 0 8px;
  scrollbar-color: #00cdfe white;
}

.two-thr-col .util-select2-single+.select2-container .select2-selection--single {
  height: 60px;
  min-height: 60px;
}

.two-thr-col .util-select2-single+.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 60px;

}

.four-col-row-main .util-form-group {
  margin: 0;
  border: 1px solid #ccc;
  padding: 16px;
}

.four-col-row-main .util-form-group.one-col-pro-act {
  border-bottom: 0;
  border-right: 0;
}

.four-col-row-main .util-form-group.two-col-pro-act {
  border-bottom: 0;
}

.four-col-row-main .util-form-group.thr-col-pro-act {
  border-right: 0;
}

body .competency-selection-page .work-pro-act-btn .four-col-row-main .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

/* .nav-tabs .nav-link:hover {
  border-color: #eee #eee #fff;
} */

/* Job Profile Accordion Styles */
.job-profile-accordion .accordion .card {
  margin-bottom: 0.5rem;
  border: 1px solid rgba(0, 0, 0, .125);
}

.job-profile-accordion .accordion .card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f8f9fa;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.job-profile-accordion .accordion .card-header h5 {
  margin: 0;
}

.job-profile-accordion .accordion .card-title {
  color: #0f172a;
  font-weight: 600;
  margin: 0;
}

.job-profile-accordion .accordion-toggle-icon-btn {
  text-decoration: none;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
}

.job-profile-accordion .accordion-toggle-icon-btn:hover,
.job-profile-accordion .accordion-toggle-icon-btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.job-profile-accordion .accordion-toggle-icon-btn:active {
  transform: scale(0.95);
}

.job-profile-accordion .accordion-toggle-icon {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  background-color: #00cdfe;
  border-radius: 50%;
  padding: 5px;
  display: inline-block;
  min-width: 32px;
  height: 32px;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
  font-family: 'Arial', sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.job-profile-accordion .accordion-toggle-icon-btn:hover .accordion-toggle-icon {
  background-color: #00b8e6;
}

/* Select2 Dropdown Height Limit for Job Profile */
.job-profile-accordion .select2-container--default .select2-results>.select2-results__options {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Specific height limit for education_category dropdown */
.job-profile-accordion #education_category+.select2-container .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Ensure scrollbar styling */
.job-profile-accordion .select2-results__options::-webkit-scrollbar {
  width: 8px;
}

.job-profile-accordion .select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.job-profile-accordion .select2-results__options::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.job-profile-accordion .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.content-wrapper .action-btn.btn-add {
  background: #ffe1b6;
}

.content-wrapper .action-btn.btn-add:hover {
  color: #000;
}

.add-dropdown-f-row .form-group {
  margin: 0;
}

/* --- NEW: Form Title Input Styling --- */
.form-title-input {
  font-size: 24px;
  font-weight: 600;
  color: #444;
  border: 1px solid #d2d6de;
  border-radius: 3px;
  padding: 5px 10px;
  margin-bottom: 15px;
  line-height: 1.2;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  transition: border-color 0.2s;
}

/* --- Quill Editor Styling --- */
#description-editors-wrapper {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-bottom: 20px;
  border: 1px solid #d2d6de;
  padding: 10px 10px;
}

#thank-you-editors-wrapper {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-bottom: 20px;
  border: 1px solid #d2d6de;
  padding: 10px 10px;
}

/* Target wrapper for description Quill editors */


/* Style Quill toolbar to match theme */
.quill-editor-wrapper .ql-toolbar {
  border: none;
  border-bottom: 1px solid #d2d6de;
  border-radius: 3px 3px 0 0;
  background: #fcfcfc;
}

/* Style Quill content area */
.quill-editor-wrapper .ql-container {
  border: none;
  font-size: 14px;
  height: 120px;
}

/* --- Question Card (Draggable) --- */

/* --- Form Inputs --- */
.form-control {
  border-radius: 0;
  border: 1px solid #d2d6de;
  font-size: 14px;
  cursor: text;
}

.form-control:focus {
  border-color: var(--theme-cyan);
  box-shadow: none;
}

/* --- Option Items (Inherited Styles) --- */
.option-item {
  border-radius: 8px;
  margin-bottom: 8px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: move;
}

/* The Option list is inside the language tab content */
.tab-pane .options-list .option-item {
  cursor: move;
}

.option-input-text {
  height: 32px;
  background-color: #fff;
  flex-grow: 1;
  margin-right: 10px;
}

/* --- Option Weight Styling (Retained) --- */
.option-weight-group {
  display: flex;
  align-items: center;
  margin-right: 15px;
  background: #fff;
  border: 1px solid #d2d6de;
  padding: 0 5px;
  height: 44px;
  overflow: hidden;
  min-width: fit-content;
}

.weight-label {
  font-size: 11px;
  color: #999;
  margin-right: 5px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  min-width: 45px;
}

.option-weight-group select {
  border-right: none !important;
  box-shadow: none !important;
  min-width: 53px;
  padding-right: 0;
}

.option-input-weight {
  width: 48px;
  height: 30px;
  border: none;
  text-align: center;
  font-weight: bold;
  color: var(--theme-cyan);
}

.option-input-weight:focus {
  outline: none;
  box-shadow: none;
}

/* Hide the Weight group in non-English tabs */
.option-item .option-weight-group.hidden-weight {
  visibility: hidden;
  pointer-events: none;
  display: none !important;
  ;
}

/* --- Icons --- */
.remove-question {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 16px;
  cursor: pointer;
  color: #dd4b39;
  opacity: 0.8;
  transition: opacity 0.2s;
  z-index: 10;
}

.remove-question:hover {
  opacity: 1;
}

#questionsWrapper .question-box:first-child .remove-question {
  display: none;
}

.remove-option {
  font-size: 14px;
  cursor: pointer;
  color: #dd4b39;
  opacity: 0.7;
}

.remove-option:hover {
  opacity: 1;
}

/* Tab Styling */
.nav-tabs {
  border-bottom: 1px solid #d2d6de;
}

#description-editors-wrapper>.nav-tabs {
  border-bottom: none;
}

#thank-you-editors-wrapper>.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-link {
  color: var(--text-color);
  border: 1px solid transparent;
  border-bottom: none;
  margin-bottom: -1px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
}

/* Description Tabs Styling */
#description-editors-wrapper .nav-tabs .nav-link {
  border-radius: 3px 3px 0 0;
}

#thank-you-editors-wrapper .nav-tabs .nav-link {
  border-radius: 3px 3px 0 0;
}

.nav-tabs .nav-link.active {
  color: var(--theme-cyan);
  background-color: #fff;
  border-color: #d2d6de #d2d6de #fff;
}

/* .nav-tabs .nav-link:hover {
  border-color: #eee #eee #fff;
} */

.icon-mr-10 {
  margin-right: 10px;
}

/* loader css */
.ass-loader {
  position: absolute;
  inset: 0;
  background: #ffffff8c;
}

.ass-loading {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #155d93
    /*#5197d6*/
  ;
  border-radius: 50%;
  /*box-shadow: 0 0 2px black;*/
  animation: loading 4s infinite;
}

.ass-loading:nth-child(1) {
  animation-delay: 0.6s;
  width: 10px;
  height: 10px;
  left: -25px;
}

.ass-loading:nth-child(2) {
  animation-delay: 0.8s;
  width: 10px;
  height: 10px;
}

.ass-loading:nth-child(3) {
  animation-delay: 1s;
  width: 10px;
  height: 10px;
  right: -25px;
}

.ass-loading {
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}

@keyframes loading {
  0% {
    transform: translateY(0px);
  }

  20% {
    transform: translateY(0px);
  }

  30% {
    transform: translateY(-8px);
  }

  40% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(-2px);
  }

  60% {
    transform: translateY(2px);
  }

  80% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
  }
}

#errorList {
  max-height: 400px;
  overflow-y: auto;
}

.select2-container {
  margin-bottom: 15px;
}

.select2-container--default .select2-selection--single {
  height: 44px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(226, 232, 240);
  border-image: initial;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
}

.add-assement-row .select2-container--default .select2-selection--single {
  background-color: transparent;
  cursor: default;
  height: 44px !important;
  color: #000;
  margin-bottom: 5px;
  display: flex;
}

.add-assement-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: auto;
  right: 1px;
  width: 20px;
}

.add-assement-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: 0;
  position: absolute;
  top: 50%;
  width: 0;
  transform: translateY(-50%);
}

.option-weight-group.close-weight-btn-group {
  margin: 0;
  position: relative;
  overflow: visible;
}

.option-weight-group.close-weight-btn-group i.fa-solid.fa-xmark.remove-option {
  position: absolute;
  background: #00cdfe;
  width: 24px;
  height: 24px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -10px;
  z-index: 1;
  top: -5px;
  opacity: 1;
}

.nav-tabs .nav-link:focus-visible,
.nav-tabs .nav-link:hover {
  box-shadow: none !important;
}

/* --- NEW: Form Title Input Styling --- */
.form-title-input {
  font-size: 24px;
  font-weight: 600;
  color: #444;
  border: 1px solid #d2d6de;
  border-radius: 3px;
  padding: 5px 10px;
  margin-bottom: 15px;
  line-height: 1.2;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  transition: border-color 0.2s;
}

/* --- Quill Editor Styling --- */
#description-editors-wrapper {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-bottom: 20px;
  border: 1px solid #d2d6de;
  padding: 10px 10px;
}

#thank-you-editors-wrapper {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-bottom: 20px;
  border: 1px solid #d2d6de;
  padding: 10px 10px;
}

/* Target wrapper for description Quill editors */
.quill-editor-wrapper {
  padding: 0 0 0 0;
  border-top: 1px solid #ccc;
}

/* Style Quill toolbar to match theme */
.quill-editor-wrapper .ql-toolbar {
  border: none;
  border-bottom: 1px solid #d2d6de;
  border-radius: 3px 3px 0 0;
  background: #fcfcfc;
}

/* Fix for first toolbar border-radius */
#description-editors-wrapper>.nav-tabs+.tab-content>.tab-pane .ql-toolbar {
  border-top: none;
}

#thank-you-editors-wrapper>.nav-tabs+.tab-content>.tab-pane .ql-toolbar {
  border-top: none;
}

/* Style Quill content area */
.quill-editor-wrapper .ql-container {
  border: none;
  font-size: 14px;
  height: 120px;
}



/* --- Question Card (Draggable) --- */
.question-box {
  margin-bottom: 1rem;
}


/* --- Form Inputs --- */
.form-control {
  border-radius: 0;
  border: 1px solid #d2d6de;
  font-size: 14px;
  cursor: text;
  border-radius: 8px;
}

.form-control:focus {
  border-color: var(--theme-cyan);
  box-shadow: none;
}

/* --- Option Items (Inherited Styles) --- */
.option-item {
  border-radius: 3px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: move;
}

/* The Option list is inside the language tab content */
.tab-pane .options-list .option-item {
  cursor: move;
}

.option-input-text {
  height: 32px;
  background-color: #fff;
  flex-grow: 1;
  margin-right: 10px;
}

/* --- Option Weight Styling (Retained) --- */
.option-weight-group {
  display: flex;
  align-items: center;
  margin-right: 15px;
  background: #fff;
  border: 1px solid #d2d6de;
  padding: 0 5px;
  height: 44px;
  overflow: hidden;
  min-width: fit-content;
}

.weight-label {
  font-size: 11px;
  color: #999;
  margin-right: 5px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  min-width: 45px;
}

.option-weight-group select {
  border-right: none !important;
  box-shadow: none !important;
  min-width: 53px;
  padding-right: 0;
}

.option-input-weight {
  width: 48px;
  height: 30px;
  border: none;
  text-align: center;
  font-weight: bold;
  color: var(--theme-cyan);
}

.option-input-weight:focus {
  outline: none;
  box-shadow: none;
}

/* Hide the Weight group in non-English tabs */
.option-item .hidden-weight {
  visibility: hidden;
  pointer-events: none;
  display: none !important;
}


/* --- Icons --- */
.remove-question {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 16px;
  cursor: pointer;
  color: #dd4b39;
  opacity: 0.8;
  transition: opacity 0.2s;
  z-index: 10;
}

.remove-question:hover {
  opacity: 1;
}

#questionsWrapper .question-box:first-child .remove-question {
  display: none;
}

.remove-option {
  font-size: 14px;
  cursor: pointer;
  color: #dd4b39;
  opacity: 0.7;
}

.remove-option:hover {
  opacity: 1;
}

/* Tab Styling */
.nav-tabs {
  border-bottom: 1px solid #d2d6de;
}

#description-editors-wrapper>.nav-tabs {
  border-bottom: none;
}

#thank-you-editors-wrapper>.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-link {
  color: var(--text-color);
  border: 1px solid transparent;
  border-bottom: none;
  margin-bottom: -1px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
}

/* Description Tabs Styling */
#description-editors-wrapper .nav-tabs .nav-link {
  border-radius: 3px 3px 0 0;
}

#thank-you-editors-wrapper .nav-tabs .nav-link {
  border-radius: 3px 3px 0 0;
}

.nav-tabs .nav-link.active {
  color: var(--theme-cyan);
  background-color: #fff;
  border-color: #d2d6de #d2d6de #fff;
}

/* .nav-tabs .nav-link:hover {
  border-color: #eee #eee #fff;
} */

.icon-mr-10 {
  margin-right: 10px;
}

/* loader css */
.ass-loader {
  position: absolute;
  inset: 0;
  background: #ffffff8c;
}

.ass-loading {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #155d93
    /*#5197d6*/
  ;
  border-radius: 50%;
  /*box-shadow: 0 0 2px black;*/
  animation: loading 4s infinite;
}

.ass-loading:nth-child(1) {
  animation-delay: 0.6s;
  width: 10px;
  height: 10px;
  left: -25px;
}

.ass-loading:nth-child(2) {
  animation-delay: 0.8s;
  width: 10px;
  height: 10px;
}

.ass-loading:nth-child(3) {
  animation-delay: 1s;
  width: 10px;
  height: 10px;
  right: -25px;
}

.ass-loading {
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}

@keyframes loading {
  0% {
    transform: translateY(0px);
  }

  20% {
    transform: translateY(0px);
  }

  30% {
    transform: translateY(-8px);
  }

  40% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(-2px);
  }

  60% {
    transform: translateY(2px);
  }

  80% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
  }
}

#errorList {
  max-height: 400px;
  overflow-y: auto;
}

.select2-container {
  margin-bottom: 15px;
}

.select2-container--default .select2-selection--single {
  height: 44px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(226, 232, 240);
  border-image: initial;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
}

.edit-assement-row-box .select2-container--default .select2-selection--single .select2-selection__arrow,
.edit-assement-row-box .select2-container .select2-selection--single {
  height: 44px;
}

.edit-assement-row-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 44px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow,
body .select2-container .select2-selection--single,
body .select2-container--classic .select2-selection--single .select2-selection__rendered,
body .select2-container--classic .select2-selection--single .select2-selection__arrow {
  height: 44px;
}

body .select2-container--default .select2-selection--multiple,
body .select2-container--default .select2-selection--single {
  border: 1px solid #d2d6de;
  height: auto;
  min-height: 44px;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered,
body .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 44px;
}

.admin-layout .card-body .setting-list-view-page-btn {
  padding: 9px 16px;
}

.sys-admin-role-view-two .perm-item i {
  color: #00cdfe;
  font-size: 16px;
}

.role-add-company .accordion-btn:focus-visible {
  background-color: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.tab-pane.active:first-child input {
  border-top-left-radius: 0;
}
body .question-box .tab-pane.active:first-child input {
  border-top-left-radius: 8px;
}

.card-footer a i {
  margin-right: 8px;
}

.modal-body {
  padding: 1rem;
}

.card-header.permission-row-border-w {
  border: 0;
}

.per-row-cen-box-r .permission-row-border-w {
  padding: 0 !important;
  margin-bottom: 10px;
}

.per-row-cen-box-r {
  display: flex;
  justify-content: space-between;
}

.role-add-company .accordion-btn .text-muted {
  color: #0f172a !important;
  margin:0;
}

.sys-admin-role-view-two .role-add-company .card .row.perm-wrap {
  padding: 0;
  margin: 0;
}

.permi-add-per .checkbox-area {
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

body .wizard-content {
  padding: 16px;
  min-height: auto;
}

body .step-header {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}

.select2-container .select2-selection--multiple,
.select2-container--default .select2-search--inline .select2-search__field {
  min-height: 44px;
  height: 44px;
}

body .wizard-actions {
  margin-top: 16px;
  padding-top: 0;
  border-top: 0;
}

.btn-wizard span.wizard-btn-arrow {
  font-size: 18px;
  margin: 0 5px;
}

body .form-section {
  margin-bottom: 16px;
}

body .btn-wizard {
  padding: 6px 12px;
}

.job-offfer-new-row .form-check .form-check-input {
  margin-left: 0;
}

.job-offfer-new-row .form-check {
  align-items: flex-start;
}

.close {
  margin-left: auto;
  border: 0;
  font-size: 18px;
  width: 24px;
  height: 24px;
  background: #00cdfe;
  color: #fff;
  line-height: 1.1;
  border-radius: 50%;
}

.mr-2 {
  margin-right: 8px;
}

.ml-2 {
  margin-left: 8px;
}

body .transfer-panel .search-box,
body .transfer-panel .panel-header,
body .transfer-panel .list-container {
  padding: 16px;
}

body .pass-row-new-r .input-group .btn {
  position: absolute;
  right: 0;
  border: 0;
}

body .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
body .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
body .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
body .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.people-transfer-type-list .custom-control.custom-radio {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.people-transfer-type-list .custom-control.custom-radio input {
  position: relative;
  top: 5px;
}

.selectlist-custom{
  height: 150px !important;
}

body .page-link:focus {
  outline: 0;
  box-shadow: none;
}

body .inc-dec-lay-row-box .util-list-item.alldata {
  background: transparent;
  border-color: #00cdfe;
  box-shadow: none;
  padding: 8px;
}

body .competency-selection-page .util-selection-section .inc-dec-lay-row-box .competentie-level-section {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
}

body .competency-selection-page .util-selection-section .inc-dec-lay-row-box .competentie-level-section span {
  display: block;
  color: #1f2937;
  font-size: 14px;
  font-weight: 500;
}

body .competency-selection-page .util-selection-section .progress-segment {
  height: 30px;
  position: relative;
  width: 40px !important;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
}

body .competency-selection-page .util-selection-section .progress-segment.filled,
body .competency-selection-page .util-selection-section .progress-segment:hover {
  background-color: #00cdfe;
}

body .competency-selection-page .util-selection-section .progress-segment.filled::before,
body .competency-selection-page .util-selection-section .progress-segment.filled:hover::before {
  content: "★";
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  color: #fff;
  font-size: 24px;
  display: flex;
  justify-content: center;
}

body .competency-selection-page .util-selection-section .inc-dec-lay-row-box .level-progress-bar {
  gap: 2px;
  flex: none;
}

body .competency-selection-page .util-selection-section .progress-segment:first-child {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

body .competency-selection-page .util-selection-section .progress-segment:last-child {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.tab-left-top-input .tab-pane.active:first-child input {
  border-top-left-radius: 8px;
}

.selection li {
  list-style: none;
}





#createJobProfileModal .modal-dialog {
  max-width: 800px;
}

#createJobProfileModal .modal-header {
  border-bottom: 1px solid #e9ecef;
  padding: 20px 24px;
}

#createJobProfileModal .modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a3a5c;
}

#createJobProfileModal .modal-body {
  padding: 24px;
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}

#createJobProfileModal .modal-body p.text-muted {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 24px;
}

#createJobProfileModal .form-group label {
  font-weight: 500;
  color: #1a3a5c;
  margin-bottom: 8px;
  font-size: 14px;
}

#createJobProfileModal .form-group label .text-danger {
  color: #dc3545;
  margin-left: 2px;
}

#createJobProfileModal .form-control {
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
}

#createJobProfileModal .form-control:focus {
  border-color: #00cdfe;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.25);
}

#createJobProfileModal .form-control.is-invalid {
  border-color: #dc3545;
}

#createJobProfileModal .invalid-feedback {
  display: block;
  font-size: 12px;
  color: #dc3545;
  margin-top: 4px;
}

#createJobProfileModal .input-group-text {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    color: #6c757d;
    height: 100%;
    margin-right: 6px;
}

#createJobProfileModal #toggleAddressDetails {
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

#createJobProfileModal #toggleAddressDetails i {
  margin-right: 6px;
  transition: transform 0.3s;
}

#createJobProfileModal .form-check {
  padding-left: 0;
}

#createJobProfileModal .form-check-input {
  margin-top: 0.3rem;
  margin-right: 8px;
}

#createJobProfileModal .form-check-label {
  font-weight: 400;
  cursor: pointer;
  user-select: none;
}

#createJobProfileModal .modal-footer {
  border-top: 1px solid #e9ecef;
  padding: 16px;
  background-color: #fff;
}

#createJobProfileModal .modal-footer .btn {
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
}

#createJobProfileModal .modal-footer .btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#createJobProfileModal .select2-container--default .select2-selection--single,
#createJobProfileModal .select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da;
  border-radius: 6px;
  min-height: 42px;
  padding: 3px 6px;
}

#createJobProfileModal .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #00cdfe;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 4px 8px;
  margin: 2px;
}

#createJobProfileModal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 4px;
}

#createJobProfileModal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}

#createJobProfileModal .fa-info-circle {
  font-size: 18px;
  cursor: help;
}
.btn-add {
    background: #0000002e;
}

@media (max-width: 768px) {
  #createJobProfileModal .modal-dialog {
    margin: 10px;
    max-width: calc(100% - 20px);
  }

  #createJobProfileModal .modal-body {
    padding: 16px;
  }
}















body #createJobProfileModal .modal-header,
body #createJobProfileModal .modal-body {
  padding: 1rem;
}

body #createJobProfileModal .modal-footer .btn-primary,
body #createJobProfileModal .modal-footer .btn-primary:hover {
  background-color: #00cdfe;
  border-color: #00cdfe;
}

body #createJobProfileModal .select2-container--default .select2-selection--single,
body #createJobProfileModal .select2-container--default .select2-selection--multiple {
  padding: 0;
}

body #createJobProfileModal .form-group label,
body #createJobProfileModal .address-form .cart-title {
  color: #0f172a;
}

body #createJobProfileModal .address-form .cart-title:hover {
  text-decoration: none;
}

body .admin-layout .form-group .label-m-0 label {
  margin-bottom: 0 !important;
}

.ml-1 {
  margin-left: 4px;
}

body .note-editor .note-toolbar,
body .note-popover .popover-content {
  overflow: visible;
}

.profile-cover-actions {
  z-index: 11;
}

body .matching-panel .search-box {
  padding: 10px;
}

.report-container {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.job-profiles-list {
  width: 300px;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  max-height: 100%;
  overflow-y: auto;
}

.job-profiles-list h5 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #00cdfe;
}

.job-profile-item {
  padding: 10px;
  margin-bottom: 8px;
  background: #f2f2f2;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
  border: 2px solid transparent;
}

.job-profile-item:hover {
  background: #e3f2fd;
  border-color: #00cdfe;
}

.job-profile-item.active {
  background: #00cdfe;
  color: #fff;
  border-color: #00cdfe;
}

.job-profile-item.active:hover {
  background: #00cdfe;
}

.report-details {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
}

.report-section {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}

.report-section:last-child {
  border-bottom: none;
}

.report-section h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1a3a5c;
  margin-bottom: 15px;
}

.report-section h5 {
  font-size: 16px;
  font-weight: 600;
  color: #00cdfe;
  margin-bottom: 12px;
  margin-top: 20px;
}

.info-row {
  display: flex;
  margin-bottom: 12px;
  padding: 8px 0;
}

.info-label {
  font-weight: 600;
  color: #495057;
  min-width: 200px;
}

.info-value {
  color: #212529;
  flex: 1;
}

.competency-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.competency-badge {
  padding: 6px 12px;
  background: #e3f2fd;
  border-radius: 20px;
  font-size: 13px;
  color: #00cdfe;
}

.chart-container {
  margin-top: 1rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 8px;
}

.filter-section {
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.filter-group label {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
  color: #495057;
}

.no-selection {
  text-align: center;
  padding: 60px 1rem;
  color: #6c757d;
}

.no-selection i {
  font-size: 48px;
  margin-bottom: 15px;
  color: #dee2e6;
}

body .select2-container--default .select2-selection--single {
  border-radius: 8px;
}

/* Experience Level Tooltip Styles */
.experience-level-tooltip-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 6px;
  cursor: pointer;
  vertical-align: middle;
}

.experience-level-info-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  /* background-color: #000;
    color: #fff; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  vertical-align: middle;
  line-height: 1;
}

.experience-level-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  padding: 12px 16px;
  background-color: #333;
  color: #fff;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.5;
  white-space: normal;
  width: 320px;
  max-width: 90vw;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
  pointer-events: none;
  text-align: left;
}

.experience-level-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 20px;
  border: 6px solid transparent;
  border-top-color: #333;
}

.experience-level-tooltip-wrapper:hover .experience-level-tooltip {
  opacity: 1;
  visibility: visible;
}

.company-switch-list .list-group-item h6 {
  font-size: 14px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.company-switch-list .switch-company-item-btn {
  min-width: auto;
  padding: 5px 10px;
  display: flex;
  font-size: 14px;
  gap: 10px;
}


/* --- */
.action-dropdown {
  position: relative;
}

.dropdown-toggle {
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 4px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  border-radius: 6px;
  padding:0;
}

.dropdown-menu a,
.dropdown-menu button {
  display: block;
  width: 100%;
  padding: 8px 12px;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
}

.dropdown-menu a:hover,
.dropdown-menu button:hover {
  background: #f2f2f2;
}

body .action-dropdown:hover .dropdown-menu {
  display: block;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  right:-10px;
}
table td,
table th {
  word-break: break-all !important;
}

body .action-dropdown .content-wrapper .action-btn {
  padding: 10px 12px;
  font-size: 12px;
}

.more-btn-dropdown button.dropdown-toggle {
    background: transparent;
    width: 100%;
    border:0;   
    max-width:30%;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
}
.more-btn-dropdown button.dropdown-toggle svg {
    width: 16px;
    height: 16px;
    fill: #6b7280;
}
.more-btn-dropdown button.dropdown-toggle:hover svg {
    fill: #374151;
}

.more-btn-dropdown .dropdown-toggle:after {
  display: none;
}

.more-btn-dropdown .content-wrapper .action-btn {
  border-radius: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  overflow-y: scroll;
  scrollbar-color: #00cdfe white;
}

.job-profile-item,
.workprocess-item {
  text-transform: capitalize;
  font-size: 14px;
}

.description-editors-wrapper .question-box {
  border: 0;
}

.question-box label {
  font-size: 14px;
  color: #00cdfe !important;
  font-weight: bold !important;
  margin-bottom: 5px !important;
  margin-top: 0 !important;
}

body .question-box .form-control::placeholder,
body .question-box .form-control {
  color: #000 !important;
}

body .quill-editor-wrapper .ql-container {
  border: none;
  font-size: 14px;
  height: auto;
  padding: 10px;
}

.quill-editor-wrapper .ql-container ul {
  padding: 0;
}

.quill-editor-wrapper .ql-container ul li {
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.8;
}

body .quill-editor-wrapper {
  padding: 0;
}

body .question-box {
  border-bottom: 0;
  padding: 15px;
  margin-bottom: 15px;
}

.tab-pane .options-list .option-item:last-child {
  margin: 0;
}
.more-btn-dropdown button.dropdown-toggle {
    background: transparent;
}
.content-wrapper .more-btn-dropdown .action-btn {
    justify-content: left;
}
.content-wrapper .more-btn-dropdown .action-btn i.fas {
    padding: 10px;
    border-radius: 50%;
    margin-right: 5px;
}
.esco-category-modal-container {
    padding: 0 !important;
}
.esco-category-modal-container .btn {
    padding: 8px;
    font-size: 12px;
}
.esco-category-nested-item {
    padding: 0 !important;
    margin-bottom: 10px !important;
    border: 0;
}
.esco-category-card .card-header {
    background: transparent !important;
    border: 0 !important;
    font-size: 15px;
}
body .esco-category-card .card-header:hover,
body .esco-category-nested-item:hover {
    background-color: transparent !important;
}
.esco-category-accordion .card-body {
    padding: 8px 16px 0 !important;
    background: transparent !important;
    border-top: 1px solid #ccc;
    padding-left:20px;
}
.esco-category-nested-item {
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 6px !important;
}
.esco-category-nested-item  .esco-category-nested-item {
    padding-left: 10px !important;
    border-top: 1px solid #f0f0f0;
    padding-top: 8px !important;
}
.esco-category-nested-item  .esco-category-nested-item {
    padding-left: 10px !important;
    border-top: 1px solid #f0f0f0;
    padding-top: 8px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    font-size: 12px;
}
.esco-category-nested-item .esco-toggle-btn i {
    transition: transform 0.3s;
    color: #00cdfe;
}
.esco-category-checkbox {
    accent-color: #00cdfe;
}
.organizational-sec-box {
    max-width: 100%;
    margin-top: 16px;
}
.sidebar-nav .nav-sidebar li.nav-item ul.child-sidebar-menu li.nav-item a.nav-link {
    padding: 8px !important;
    white-space: normal !important;
    font-size: 13px;
}
.sidebar-nav .nav-item .nav-icon {
    margin-right: 8px;
}
.nav-pills.nav-sidebar .nav-link .nav-arrow {
    margin-left: 4px;
}







/*03-02-2026*/
.esco_job_list_dtable label {
    display: flex;
    align-items: center;
    gap: 8px;
}
.esco_job_list_dtable label select {
    width: 80px;
    min-width: 80px;
    padding: 8px 12px;
    border: 1px solid rgb(209, 213, 219);
    border-radius: 6px;
    font-size: 14px;
    margin-right: 8px;
}
.esco_job_list_dtable .dataTables_filter label {
    justify-content: end;
}
.esco_job_list_dtable label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.skill-category-section .select2-container--default .select2-selection--multiple{
  height: auto;
  min-height: auto;
}

form .selection [title="Remove all items"],
.select2-container .select2-selection--single .select2-selection__clear {
    padding: 0 10px;
}
.profile-experience-item button {
    padding: 8px;
    box-sizing: border-box;
}
.search-wrapper .search-clear-btn {
    background: #00cdfe;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}
body .nav-item.menu-open>.nav-link .nav-arrow {
    transform: rotate(270deg);
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline: 0 !important;
}
th input[type="checkbox"],
td input[type="checkbox"] {
    width: -webkit-fill-available;
}
.esco-category-nested-item .esco-category-nested-item .esco-category-nested-item {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
body .section-box {
    border-bottom: 1px solid #fff;
    border-radius: 4px;
    padding:16px;
    margin-bottom:16px;
    position: relative;
}
body .option-weight-group {
    margin-right: 36px;
    background: #fff;
    padding: 0 16px;
    height: auto;
    overflow: hidden;
    min-width: fit-content;
    border-radius: 10px;
    align-items:baseline;
}
body .remove-section {
    position: absolute;
    top: 30px;
    right: 22px;
    font-size: 16px;
    cursor: pointer;
    color: #dd4b39;
    opacity: 1;
    transition: opacity 0.2s;
    z-index: 10;
    background: #dd4b392e;
    padding: 10px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
}
.report-content-view-box .tab-pane.active:first-child input {
    border-top-left-radius: 8px;
}
.section-header-row {
    background: #6b72802e;
    padding: 10px 16px;
    border-radius: 10px;
}
h6.text-16 {
    font-size: 14px;
    font-weight: 400;
}
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before {
    right: 1.2em !important;
}
input.select2-search__field:focus-visible {
    outline: none;
}

@media (max-width:1440px) {
  .dt-toolbar-right .filter-group {
    width: 250px;
    text-align: center;
}
body .action-dropdown:hover .dropdown-menu {
    max-width: 100% !important;
    width: 100%;
    left: 0;
    min-width: 100%;
}
body .action-dropdown:hover .dropdown-menu a {
    font-size: 12px;
    display: flex;
}

}

@media (max-width:1280px) {
body .action-dropdown:hover .dropdown-menu a {
    font-size: 12px;
    display: flex;
    flex-direction: column;
}

.tutorial-videos-management-page .card{
  width: 99.92%;
    box-sizing: border-box;
}
}