/* ---------- Mega Dropdown Styles ---------- */
.mega-dropdown {
  position: relative;
  display: inline-block;
}

.mega-dropdown > a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

/* ---------- Mega Dropdown Styles ---------- */
.mega-dropdown {
  position: relative;
  display: inline-block;
}

.mega-dropdown > a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.mega-dropdown-content ul {
    opacity: 1 !important;
    visibility: visible !important;
    position: unset !important;
    border: none !important;
    box-shadow: unset !important;
}

/* Hidden by default */
.mega-dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: auto; /* wide dropdown */
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 999;
  font-family: sans-serif;
  gap: 40px;
  flex-wrap: nowrap;
}

/* Show on hover */
.mega-dropdown:hover .mega-dropdown-content {
  display: flex; /* show as flex only on hover */
}

.mega-dropdown-content ul li a::after{
    content:unset !important;
}

.mega-column {
  flex: 1;
  min-width: 200px;
}

.mega-column h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.mega-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-column ul li {
  margin-bottom: 6px;
  position: relative;
}

.mega-column ul li a {
  text-decoration: none;
  color: #333;
}

.mega-column ul li a:hover {
  text-decoration: underline;
}

.helper-text {
  font-size: 12px;
  font-style: italic;
  color: #666;
  margin-bottom: 10px;
}

/* ---------- Fly-out submenu ---------- */
.flyout ul.submenu {
  display: none;
  position: absolute !important;
  left: 100% !important;
  top: 0 !important;
  background-color: #fff !important;
  padding: 10px 15px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
  min-width: 180px !important;
}

.flyout:hover ul.submenu {
  display: block; /* show submenu on hover */
}

.icon-youtube {
  background: url('../imgs/template/icons/youtube.svg') no-repeat center center;
  transition-duration: 0.2s;
}

.icon-instagram {
  background: url('../imgs/template/icons/instagram.svg') no-repeat center center;
  transition-duration: 0.2s;
}

.mega-dropdown:hover .mega-dropdown-content li a {
    padding-left: 0px !important;
    padding-bottom: 0px !important;
}

.mega-dropdown:hover .mega-dropdown-content li a:hover {
    padding-left: 0px !important;
}


.mega-dropdown:hover .mega-dropdown-content ul {
    padding: 0px !important;
}

.mega-dropdown:hover .mega-dropdown-content {
    display: flex;
    padding-top: 0px;
}

/* ul.submenu.sub_specialties li {
    padding-left: 14px !important;
} */

ul.submenu.sub_specialties li {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 14px !important;
     margin-bottom: 0px;
}

ul.submenu.sub_specialties {
    width: 100%;
}

ul.submenu.sub_specialties a {
    padding-top: 0px !important;
}


ul.submenu.sub_specialties {
    height: 180px;
    overflow: auto;
}

.career_dropdown i{
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1 !important;
    font-size: 18px !important;
    opacity: 1;
    margin-left: 4px;
    position: absolute;
    top: 1px;
    right: -19px;
    color: #a0abb8;
}

.hidden-speciality {
  display: none;
  transition: all 0.3s ease;
}
.toggle-specialities {
  cursor: pointer;
  color: #0077b6;
  font-weight: 500;
  user-select: none;
}
.toggle-specialities:hover {
  text-decoration: underline;
}

.browse_by_jobs li{
  cursor: pointer;
}

 .side-modal {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  height: 100%;
  width: 400px; /* adjust as needed */
  background: #fff;
  box-shadow: -4px 0 12px rgba(0,0,0,0.2);
  animation: slideIn 0.3s forwards;
  overflow-y: auto;
}

.side-modal-content {
  padding: 20px;
}

.side-modal h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
}

.side-modal ul {
  list-style: none;
  padding: 0;
}

.side-modal ul li {
  margin: 8px 0;
}

.side-modal ul li a {
  text-decoration: none;
  color: #333;
}

.side-modal ul li a:hover {
  color: #0077cc;
}

.close-btn {
  float: right;
  font-size: 24px;
  cursor: pointer;
}

@keyframes slideIn {
  from { right: -400px; opacity: 0; }
  to { right: 0; opacity: 1; }
}

.more-btn a{
  display: inline-block; /* only as wide as content */
  margin: 10px 0;
  padding: 6px 14px;
  background-color: #000; /* black */
  color: #fff !important;
  border: none;
  border-radius: 20px; /* pill shape */
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  transition: background-color 0.2s;
}

.more-btn a:hover {
  background-color: #333; /* slightly lighter on hover */
}

.modal-overlay {
  display: none; /* hidden by default */
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  z-index: 999; /* behind modal */
}

.mega-column h4 a{
    margin-bottom: 10px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    line-height: 0px !important;
    padding-top: 20px !important;
}


a.browse_by::before {
    width: auto !important;
}

a.browse_by::before {
    background-color: #fff !important;
}

a.get_started {
    width: 44%;
    padding-top: initial;
}

.browse_menu {
  width:auto !important;
}

.browse_menu::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px; /* space below text */
  width: 0;
  height: 2px;
  background-color: currentColor; /* underline uses li text color */
  transition: width 0.3s ease;
}

.browse_menu:hover::after {
  width: 100%;
}

#nurseModal a:hover{
  text-decoration: underline !important;
}

#specialtyModal a:hover{
  text-decoration: underline !important;
}

#workPreferModal a:hover{
  text-decoration: underline !important;
}

.saved-searches {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      border-bottom: 1px solid #e2e8f0;
      padding-bottom: 0.5rem;
      margin-bottom: 1.5rem;
    }

    .chip {
      display: flex;
      align-items: center;
      gap: 0.4rem;
      padding: 0.4rem 0.8rem;
      border: 1px solid #cbd5e1;
      border-radius: 9999px;
      background: white;
      font-size: 0.9rem;
      font-weight: 500;
      color: #475569;
      cursor: pointer;
      transition: all 0.2s ease;
      position: relative;
    }
    .chip:hover {
      background: #f1f5f9;
    }
    .chip.active {
      background: #eff6ff;
      color: #2563eb;
      border-color: #2563eb;
    }
    .chip .dot {
      width: 8px;
      height: 8px;
      background: #f97316;
      border-radius: 50%;
    }
    .chip.add-new {
      border-style: dashed;
      color: #64748b;
    }
    .chip.add-new:hover {
      color: #2563eb;
      border-color: #2563eb;
      background: #f0f9ff;
    }

    .tooltip {
      position: absolute;
      left: 50%;
      top: 120%;
      transform: translateX(-50%);
      background: #1e293b;
      color: white;
      font-size: 0.75rem;
      padding: 4px 8px;
      border-radius: 4px;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.2s;
      white-space: nowrap;
      z-index: 10;
    }
    .chip:hover .tooltip {
      opacity: 1;
    }

     .find-jobs-header button {
      background: #000000;
      color: white;
      border: none;
      padding: 8px 16px;
      border-radius: 6px;
      font-weight: 500;
      cursor: pointer;
      transition: 0.2s;
    }
/*    .find-jobs-header button:hover { background: #1d4ed8; }
*/
    .btn-cancel {
      background: #f3f4f6;
      border: none;
      padding: 8px 14px;
      border-radius: 6px;
      cursor: pointer;
    }
    .btn-save {
      background: #2563eb;
      color: white;
      border: none;
      padding: 8px 14px;
      border-radius: 6px;
      cursor: pointer;
    }
    
    .btn-readmore{
        color: #0000EE;
    }
    
    .btn-readmore:hover{
        color: #0000EE;
    }

    /* ---------- SAVED SEARCH TABS ---------- */
    .tabs {
      max-width: 700px;
      margin: 0 auto;
    }

    /* --- Tabs Navigation --- */
    .tab-nav {
      list-style: none;
      display: flex;
      justify-content: space-around;
      padding: 0;
      margin: 0;
      border-bottom: 2px solid #ddd;
      background: #f2f2f2;
      border-radius: 8px 8px 0 0;
    }

    .tab-nav li {
      flex: 1;
      text-align: center;
      padding: 12px 10px;
      cursor: pointer;
      font-size: 16px;
      color: #444;
      transition: all 0.3s ease;
      border-right: 1px solid #ddd;
    }

    .tab-nav li:last-child {
      border-right: none;
    }

    .tab-nav li.active {
      background: #000000; /* red active color */
      color: #fff;
      font-weight: 600;
    }

.tab-nav-edit {
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    border-bottom: 0px solid #ddd;
    background: #f2f2f2;
    border-radius: 8px 8px 0 0;
    width: 100%;
}

.tab-nav-edit li {
    flex: 1;
    text-align: center;
    padding: 12px 4px;
    cursor: pointer;
    font-size: 14px;
    color: #444;
    transition: all 0.3s ease;
    border-right: 1px solid #ddd;
}

    .tab-nav-edit li:last-child {
      border-right: none;
    }

    .tab-nav-edit li.active {
      background: #000000; /* red active color */
      color: #fff;
      font-weight: 600;
    }

    /* --- Tab Content --- */
    .tab-content-jobs {
      background: #fff;
      border: 1px solid #ddd;
      border-top: none;
      padding: 20px;
      display: none;
    }

    .tab-content-jobs.active {
      display: block;
    }

    .tab-content-edit {
      background: #fff;
      border: 1px solid #ddd;
      border-top: none;
      padding: 20px;
      display: none;
    }

    .tab-content-edit.active {
      display: block;
    }
    .saved-searches-row {
      display: flex;
      gap: 8px;
      padding: 12px 24px;
      background: #fff;
      border-bottom: 1px solid #e5e7eb;
      overflow-x: auto;
    }
    .saved-search-tab {
      background: #f3f4f6;
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      cursor: pointer;
      position: relative;
      transition: 0.2s;
      white-space: nowrap;
    }
    .saved-search-tab.active {
      background: #000000;
      color: #fff;
      font-weight: 600;
    }
    .saved-search-tab.add-new {
      background: #e0f2fe;
      color: #0369a1;
      border: 1px dashed #7dd3fc;
      font-weight: 500;
    }
    .saved-search-tab .unsaved-dot {
      position: absolute;
      top: 4px;
      right: 6px;
      width: 8px;
      height: 8px;
      background: #facc15;
      border-radius: 50%;
      display: none;
    }
    .saved-search-tab.unsaved .unsaved-dot {
      display: inline-block;
    }
    .saved-search-tab.linked::after {
      content: "🔗";
      font-size: 13px;
      margin-left: 6px;
    }

    .find-jobs-header h2.find-jobs-title.mb-0.fw-bold {
      font-size: 28px;
    }

    .filter-sidebar .filter-item:hover {
        background: #000;
        color: #fff;
    }
    .searchtabs{
      display: flex;
      flex-wrap: wrap; 
      gap: 10px;  
    }
    .switch input:checked + .slider:hover {
        background-color: #ccc;
    }

    div#save-search-modal h3#modal-title {
        font-size: 25px;
        padding-bottom: 10px;
    }

    div#save-search-modal .form-group.level-drp input {
        font-size: 15px;
        padding-left: 6px;
        height: 50px;
    }
    div#save-search-modal .form-group.level-drp select {
        font-size: 15px;
        padding-left: 12px;
    }
      div#save-search-modal button#submitSavedSearches {
          background: #000;
      }

      div#save-search-modal .modal-content {
          width: 40%;
          padding: 25px;
          padding-top: 15px;
      }
      
      input#filter-location {
        height: 50px;
      }
      select#filter-shift {
          font-size: 15px;
          height: 50px;
      }
      input#filter-preview {
          height: 50px;
          font-size: 15px;
      }

       .tab-content-edit {
          padding-top: 5px;
      }
      div#drawer select {
          font-size: 15px;
          height: 50px;
      }
      /* div#drawer input {
          height: 50px;
      } */

div#delete-modal .modal-content {
    width: 32%;
}

div#delete-modal button {
    height: 50px;
    margin-bottom: 11px;
    border: none;
    width: 50%;
    margin: auto;
    margin-bottom: 11px;
    border-radius: 5px;
}
button#delete-cancel {
    background: #000;
    color: #fff;
}

div#delete-modal p {
    padding: 14px 0;
    text-align: center;
    color: #000;
    font-size: 15px;
}

    /* ---------- MANAGE SAVED SEARCHES ---------- */
    .manage-section {
      background: #fff;
      border-radius: 10px;
      border: 1px solid #e5e7eb;
      overflow: hidden;
    }
    .manage-header {
      background: #f3f4f6;
      padding: 12px 20px;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

     .manage-header h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.manage-header #deleteSelected {
  background: #e63946; /* red button */
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s ease;
}

.manage-header #deleteSelected:hover {
  background: #c72d3b;
}
    table {
      width: 100%;
      border-collapse: collapse;
    }
    th, td {
      padding: 12px 20px;
      border-bottom: 1px solid #e5e7eb;
      font-size: 14px;
      text-align: left;
    }
    /* tr:hover {
      background: #f9fafb;
    } */
    .actions button {
      margin-right: 6px;
      padding: 4px 8px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 13px;
    }
    .btn-edit { background: #dbeafe; color: #1d4ed8; }
    .btn-duplicate { background: #fef9c3; color: #854d0e; }
    .btn-delete { background: #fee2e2; color: #991b1b; }
    .alert-pill {
      padding: 3px 8px;
      border-radius: 12px;
      font-size: 12px;
      font-weight: 500;
    }
    .alert-on { background: #dcfce7; color: #15803d; }
    .alert-off { background: #fee2e2; color: #991b1b; }

    .modal-cancel { background: #f3f4f6; }
    .modal-confirm { background: #dc2626; color:#fff; }

    /* ---------- SIDE DRAWER ---------- */
.edit_side_drawer .drawer { position: fixed; top: 0; right: -400px; width: 400px; height: 100%; background: #fff; box-shadow: -2px 0 8px rgba(0,0,0,0.2); transition: right 0.3s; z-index: 999; padding: 20px; overflow-y: auto; }
.edit_side_drawer .drawer.open { right: 0; }
.edit_side_drawer .drawer h3 {
    margin-top: 0;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
}
.edit_side_drawer .drawer .tabs { display: flex; border-bottom: 1px solid #ddd; margin-bottom: 15px; }
.drawer .tab { padding: 10px 15px; cursor: pointer; border-bottom: 2px solid transparent; }
.edit_side_drawer .drawer .tab.active { border-bottom: 2px solid #2563eb; font-weight: bold; }
.edit_side_drawer .tab-content { display: none; }
.edit_side_drawer .tab-content.active { display: block; }
.edit_side_drawer .drawer label {
    display: flex;
    margin: 10px 0 5px;
    font-weight: 500;
    gap: 5px;
}
.edit_side_drawer .drawer input[type="text"], .drawer select, .drawer input[type="number"], .drawer input[type="time"] { width: 100%; padding: 6px; margin-bottom: 10px; box-sizing: border-box; }
.edit_side_drawer .drawer .buttons { margin-top: 20px; text-align: right; }
.edit_side_drawer .drawer .buttons button { margin-left: 10px; padding: 8px 14px; border: none; border-radius: 6px; cursor: pointer; }
.edit_side_drawer .drawer .btn-cancel { background: #f3f4f6; }
.edit_side_drawer .drawer .btn-save {
    background: #000000;
    color: #fff;
}
.search-bar label {
    font-size: 14px !important;
    margin-bottom: 4px;
    font-weight: 500;
}

div#renameModal .modal-content {
    width: 40%;
}
div#renameModal h3 {
    font-size: 25px;
    padding-bottom: 10px;
}
div#renameModal input#renameInput {
    height: 50px;
    padding-left: 12px;
}

div#renameModal button#renameSave {
    background: #000;
}


.job-info-details div {
    line-height: 2.1;
}

button.swal2-confirm.swal2-styled {
    background: #000 !important;
}

div#swal2-html-container {
    color: #000 !important;
    font-size: 16px;
}
h2#swal2-title {
    color: #000 !important;
}

/* TOAST */
.toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2563eb;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  display: none;
  z-index: 3000;
  width:auto;
}
.toast.error {
  background: #dc2626;
}

/* Filter sections */
  .filter-section {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
  }

  .filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    color: #222;
  }

  .filter-title .icon {
    transition: transform 0.2s ease;
    font-size: 16px;
    color: #999;
  }

  .filter-title.active .icon {
    transform: rotate(90deg);
    color: #e50914;
  }

  .filter-options {
    display: none;
    padding-left: 10px;
    margin-top: 8px;
  }

  .filter-options label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #444;
    margin-bottom: 6px;
    cursor: pointer;
  }

  .filter-options input[type="checkbox"] {
    accent-color: #e50914;
    margin-right: 8px;
  }

  .filter-options input[type="checkbox"],.filter-options input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #bbb;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .filter-options input[type="checkbox"]:checked {
    border-color: #e50914;
    background-color: #e50914;
  }

  .filter-options input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .filter-options input[type="radio"] {
    border-radius: 50%;
  }

  .filter-options input[type="radio"]:checked {
    border-color: #e50914;
  }

.filter-options input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background: #e50914;
    border-radius: 50%;
}

  

  /* Subpage base */
.subpage {
    position: absolute;
    top: 0;
    right: -100%;
    width: 89%;
    height: auto;
    background: #fff;
    transition: right .3s ease;
    display: flex;
    flex-direction: column;
}
.subpage.active {
    right: 21px;
}


  .subpage-header{
    display:flex;align-items:center;gap:10px;
    padding:16px 18px;border-bottom:1px solid #eee;
  }
  .back-btn{font-size:18px;cursor:pointer;color:#111;}
  .subpage-header h4{margin:0;font-size:16px;font-weight:600;}
  .subpage-content{flex:1;overflow-y:auto;padding:16px 18px;}
  .subpage-content::-webkit-scrollbar{width:6px;}
  .subpage-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px;}

  .salary-range-wrapper {
  margin: 15px 0;
  font-family: "Inter", sans-serif;
}

.filter-label {
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.range-container {
    position: relative;
    height: 18px;
}

.range-container input[type="range"] {
  position: absolute;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  background: transparent;
}

.range-container input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e63946; /* red thumb */
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  z-index: 2;
}

.range-container input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  background: transparent;
}

.slider-track {
  position: absolute;
  height: 6px;
  border-radius: 3px;
  background: #ccc; /* grey base */
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.salary-values {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 999;
}
.subpage-content {
    overflow-x: hidden;
    max-width: 100%;
    min-height: 200vh;
    background: #fff !important;
    z-index: 999;
}

div#drawer::-webkit-scrollbar {
    width: 10px;
}

 
.drawer,
.edit_side_drawer {
  overflow-x: hidden;
}

.subpage .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.subpage .col-6,
.subpage .col-md-4 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.filter-summary-row {
  background: #fafafa;
  border-top: 1px solid #eee;
}

.filter-summary {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px 0;
  font-size: 13px;
}

.filter-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.filter-line strong {
  color: #333;
  min-width: 160px;
}

.filter-summary-row {
  background: #fafafa;
  border-top: 1px solid #eee;
}

.filter-summary {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px 0;
  font-size: 13px;
}

.filter-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.filter-line strong {
  color: #333;
  min-width: 160px;
}

#closeModal {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #f8f8f8;
    border: none;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    justify-content: center;
}

.alert-toggle-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.alert-toggle {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
}

.alert-toggle-input {
  opacity: 0;
  width: 0;
  height: 0;
}

.alert-toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 999px;
}

.alert-toggle-slider::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

.alert-toggle-input:checked + .alert-toggle-slider {
  background-color: #28a745;
}

.alert-toggle-input:checked + .alert-toggle-slider::before {
  transform: translateX(22px);
}

.badge {
  padding: 5px 8px;
  border-radius: 12px;
  font-weight: 600;
}

.filter-container {
  max-width: 500px;
  margin: 0 auto;
}

.filter-label {
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  color: #333;
}

.smart-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 6px 10px;
  background: #fff;
  min-height: 42px;
  cursor: text;
}

.smart-input input {
  border: none;
  outline: none;
  flex: 1;
  min-width: 100px;
  padding: 6px;
  font-size: 14px;
}

.tag {
  background: #007bff;
  color: white;
  border-radius: 25px;
  padding: 6px 12px;
  margin: 2px;
  display: flex;
  align-items: center;
  font-size: 13px;
}

.tag .remove-tag {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
}

.ui-autocomplete {
  position: absolute !important;
  z-index: 2000 !important; /* above modal */
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 5px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  max-height: 250px;
  width: auto !important; /* Let JS set width */
  overflow-y: auto;
}

/* Overlay */
    .drawer-overlay-mobile {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.45);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease;
      z-index: 90;
    }
    .drawer-overlay-mobile.open {
      opacity: 1;
      visibility: visible;
    }

    /* Drawer (right side now) */
    .drawer-mobile {
      position: fixed;
      top: 0;
      right: 0;
      width: 320px;
      height: 100vh;
      background: #fff;
      box-shadow: -2px 0 12px rgba(0,0,0,0.2);
      overflow: hidden;
      transform: translateX(100%);
      transition: transform 0.3s ease;
      z-index: 100;
      display: flex;
      flex-direction: column;
    }
    .drawer-mobile.open {
      transform: translateX(0);
    }

    /* Drawer pages container */
    .drawer-pages {
      flex: 1;
      display: flex;
      transition: transform 0.3s ease;
    }

    .drawer-page-mobile {
      width: 100%;
      flex-shrink: 0;
      padding: 20px;
      overflow-y: auto;
    }

    .drawer-page-mobile header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
    }

    .drawer-page-mobile h2 {
      font-size: 18px;
      font-weight: 600;
    }

    .back-btn, .close-btn {
      background: none;
      border: none;
      font-size: 18px;
      cursor: pointer;
      color: #007bff;
    }

    ul.menu {
      list-style: none;
    }

    ul.menu li {
      padding: 12px;
      border-bottom: 1px solid #eee;
      cursor: pointer;
      transition: background 0.2s;
    }

    ul.menu li:hover {
      background: #f5f5f5;
    }

    /* Burger Button */
    #openDrawer {
      position: fixed;
      top: 16px;
      right: 16px;
      width: 30px;
      height: 24px;
      cursor: pointer;
      
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    #openDrawer span {
      height: 4px;
      background: #007bff;
      border-radius: 2px;
      transition: all 0.3s ease;
    }

    /* Animate burger when active */
    #openDrawer.active span:nth-child(1) {
      transform: translateY(10px) rotate(45deg);
    }
    #openDrawer.active span:nth-child(2) {
      opacity: 0;
    }
    #openDrawer.active span:nth-child(3) {
      transform: translateY(-10px) rotate(-45deg);
    }

    @media (min-width: 769px) {
  #openDrawer {
    display: none;
  }
}

/* Optional: show burger only on mobile */
@media (max-width: 768px) {
  #openDrawer {
    display: flex;
  }
}

/* Notification Count Badge */
.notification-badge {
  position: absolute;
  top: 5px;
  right: 3px;
  font-size: 10px;
  padding: 3px 6px;
}

/* Hover states */
.dropdown-item:hover {
  background-color: #f8f9fa;
}

.dropdown-footer a:hover {
  text-decoration: underline;
}


.match-wrapper {
    width: 100%;
    
    font-family: Arial, sans-serif;
}

.match-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

.match-grid {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    
}

.match-card {
    background: #fff;
    width: 48%;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.job-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
}

.match-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.match-row:last-child {
    border-bottom: none;
}

.total-score {
    margin-top: 15px;
    font-weight: bold;
    color: #0d9b44;
    font-size: 16px;
}

.total-score span {
    font-weight: bold;
}

.smart-input-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 5px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background: #fff;
    min-height: 48px;
}

.smart-input-wrapper input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;

    flex: 1;
    min-width: 160px;
    padding: 4px 0;
    font-size: 14px;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    padding: 6px 12px;
    background: #f5f5f5;
    border-radius: 999px;
    font-size: 13px;
    color: #333;
}

.remove-tag {
    cursor: pointer;
    font-weight: 600;
    color: #777;
}

.remove-tag:hover {
    color: #e63946;
}


/* Responsive */
@media (max-width: 768px) {
    .match-card {
        width: 100%;
    }
}


/******* View profile nurse css  ********/

/* ===========================================
   Mediqa View Profile
   Prefix : mqvp-
===========================================*/
.dot-breadcrum {
    display: inline-flex;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 100%;
}

.mqvp-wrapper{
    min-height:100vh;
    padding: 18px 0 0;
}

.mqvp-container{
    max-width:1320px;
    margin:auto;
}

.mqvp-topbar{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin-bottom:18px;
}

.mqvp-breadcrumb{
    font-size: 14px;
    color: #000;
    background: #F1F1F1;
    padding: 14px 0;
    font-weight: 500;
}

.mqvp-action-group{
    display:flex;
    gap:10px;
}

.mqvp-outline-btn{
    border: 1px solid #000;
    background: #fff;
    padding: 4px 16px;
    border-radius: 8px;
    font-size: 12px;
    transition: .3s;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mqvp-outline-btn:hover{
    background:#111;
    color:#fff;
}
.mqvp-action-icon{
    width:16px;
    height:16px;
    transition:.3s;
}


.mqvp-action-icon rect{
    fill:#fff;
    stroke:#111;
    transition:.3s;
}

.mqvp-action-icon path{
    fill:#111;
    transition:.3s;
}

.mqvp-outline-btn:hover .mqvp-action-icon rect{
    fill:#111;
    stroke:#fff;
}

.mqvp-outline-btn:hover .mqvp-action-icon path{
    fill:#fff;
}

/*=========================================
PROFILE CARD
=========================================*/

.mqvp-card{

    background:#fff;
    border-radius:16px;
    /* border:1px solid #e7e7e7; */
    padding:24px;
    /* box-shadow:0 5px 25px rgba(0,0,0,.04); */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;

}

.mqvp-row{

    display:flex;
    align-items:flex-start;

}

.mqvp-avatar{

    width:190px;
    flex:none;
    position: relative;
}

.mqvp-avatar img{

    width:190px;
    height:190px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #f3f3f3;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}
.online-white-cover{
   position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 100%;
    right: 6px;
    bottom: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.online-green-dot {
    /* position: absolute; */
    width: 11px;
    height: 11px;
    background: #37B826;
    border-radius: 100%;
    /* right: 10px;
    bottom: 49px; */
}

.mqvp-body{

    flex:1;
    padding:0 20px;

}

.mqvp-name{

    font-size:28px;
    font-weight:700;
    color:#111;

}

.mqvp-name i{

    color:#17b45a;
    font-size:18px;
    margin-left:8px;

}

.mqvp-location{
    font-size: 14px;
    color: #000;
    margin: 0px 0 6px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}
.mqvp-nurse-type{
  border-right: 2px solid #B1ACAC;
  padding: 0 10px 0 0;
}
.em-nurse{
  padding-left: 10px;
}

.mqvp-badges{

    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin: 16px 0;

}

.mqvp-badge{

   padding: 4px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;

}

.mqvp-badge-blue{

       background: #DBEAFE;
    color: #1D4ED8;

}

.mqvp-badge-green{

  background: #198754;
  color: #fff;

}

.mqvp-info{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px 35px;
    margin-top: 24px;

}

.mqvp-info-box{

    display:flex;
    align-items:flex-start;

}

.mqvp-info-icon{

    width:30px;
    font-size:18px;
    color:#000;
    padding-top:3px;

}

.mqvp-info-content small{

    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    /* margin-bottom: 3px; */
    font-weight: 600;

}

.mqvp-info-content strong{

    display:block;
    font-size:14px;
    line-height: 1.5;
    color:#000;
    font-weight:700;

}

/*=====================================
RIGHT PANEL
=====================================*/

.mqvp-right{

    width:220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: stretch;
    gap: 20px;

}

.mqvp-save {
    width: fit-content;
    height: 40px;
    padding: 0 10px;
    border-radius: 10px;
    border: 1px solid #000;
    background: #fff;
    font-weight: 600;
    /* margin-bottom: 15px; */
}
.mqvp-save i {
    font-size: 18px;
}
.mqvp-fav {
    display: flex;
    justify-content: flex-end;
}

.mqvp-black-btn{

    width:100%;
    /* height:56px; */
    border:none;
    background:#000;
    color:#fff;
    font-weight:600;
    margin-bottom:15px;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    border: 1px solid #000;
    transition: ease-in-out .3s;
    

}
.mqvp-black-btn:hover{
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.mqvp-white-btn{

    width:100%;
    padding: 12px 20px;
    border:1px solid #000;
    background:#fff;
    font-weight:600;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    font-size: 14px;

}
.mqvp-white-btn:hover{
background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

/* .mqvp-save:hover,
.mqvp-white-btn:hover{

    background:#f6f6f6;

} */

/* .mqvp-black-btn:hover{

    background:#000;

} */

/*=====================================
Responsive
=====================================*/

@media(max-width:1199px){

.mqvp-row{

    flex-wrap:wrap;

}

.mqvp-right{

    width:100%;
    margin-top:30px;
    display:flex;
    gap:15px;

}

.mqvp-right button{

    flex:1;

}

}

@media(max-width:991px){

.mqvp-info{

grid-template-columns:1fr;

}

}

@media(max-width:767px){

.mqvp-card{

padding:20px;

}

.mqvp-row{

display:block;

}

.mqvp-avatar{

margin:auto;
text-align:center;
margin-bottom:20px;

}

.mqvp-body{

padding:0;

}

.mqvp-name{

font-size:28px;
text-align:center;

}

.mqvp-location{

text-align:center;

}

.mqvp-badges{

justify-content:center;

}

.mqvp-right{

display:block;

}

.mqvp-right button{

width:100%;
margin-bottom:12px;

}

.mqvp-topbar{

display:block;

}

.mqvp-action-group{

margin-top:15px;

}

}

/*======================================
SECTION
======================================*/

.mqvp-section{

    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:16px;
    margin-top:28px;
    overflow:hidden;

}

.mqvp-section-header{

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:22px 28px;

    border-bottom:1px solid #ededed;

}

.mqvp-section-title{

    display:flex;
    align-items:center;

    font-size:24px;
    font-weight:700;

}

.mqvp-section-number{

    width:34px;
    height:34px;

    border-radius:50%;

    background:#111;

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:15px;

    margin-right:15px;

}

.mqvp-collapse-btn{

    width:38px;
    height:38px;

    border:none;

    background:transparent;

    color:#555;

}

.mqvp-subsection{

    padding:25px;

}

.mqvp-sub-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:20px;

    font-size:20px;

    font-weight:600;

}

/*==========================
Table
==========================*/

.mqvp-table{

    margin-bottom:0;

}

.mqvp-table thead th{
    background: #F1F2F2;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    vertical-align: middle;
    border-bottom: 0;
}

.mqvp-table tbody td{

    border: 1px solid #ececec;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    padding: 12px 6px;
    font-weight: 500;

}

.mqvp-status-badge{

    display: inline-block;
    padding: 2px 14px;
    border-radius: 30px;
    background: #DBEAFE;
    color: #1D4ED8;
    font-size: 12px;
    font-weight: 600;

}
.mqvp-accordion-body{
    display:none;
}
.mqvp-accordion.active .mqvp-accordion-body{
    display:block;
}

.mqvp-inner-body{
    display:none;
}

.mqvp-inner-accordion.active .mqvp-inner-body{
    display:block;
}

.mqvp-accordion{
    border:1px solid #E6E6E6;
    border-radius:10px;
    overflow:hidden;
    margin-bottom:20px;
    margin-top: 24px;

}

.mqvp-accordion-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    cursor: pointer;
    user-select: none;
    background: #000;
    color: #fff;

}

.mqvp-accordion-title{

    font-size:18px;

    font-weight:600;

}

.mqvp-accordion-toggle{

    width:34px;
    height:34px;
    border:none;
    background:none;
    transition:.3s;
    color: #fff;

}

.mqvp-accordion-toggle i{

    transition:.3s;

}

.mqvp-accordion.active .mqvp-accordion-toggle i{

    transform:rotate(180deg);

}

.mqvp-accordion-body{
    display:block;
    padding:16px;
    border-top:1px solid #ECECEC;

}

.mqvp-inner-accordion{

    border:1px solid #E9E9E9;

    border-radius:10px;

    margin-bottom:16px;

    overflow:hidden;

}

.mqvp-inner-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding: 12px 16px;
    cursor:pointer;
    background:#fff;

}

.mqvp-inner-title{
    font-weight:600;
    font-size:16px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.mqvp-inner-body{
    padding: 16px;
    border-top: 1px solid #cccccc;
    /* border-radius: 10px; */
}

.mqvp-inner-toggle{

    border:none;

    background:none;

}

.mqvp-inner-accordion.active .fa-chevron-up{

    transform:rotate(180deg);

    transition:.3s;

}

/*==========================
Info Cards
===========================*/

.mqvp-info-card{
    height: 100%;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 16px;
    padding-bottom: 0;
    margin-top: 20px;

}

.mqvp-card-title{

    display:flex;
    align-items:center;
    font-size:16px;
    font-weight:700;
    color:#111827;
    margin-bottom:16px;
    gap: 8px;

}

.mqvp-card-title i{

    font-size:14px;

    color:#111;

}

.mqvp-employment-list{

    display:flex;

    flex-direction:column;

    gap:6px;

}

.mqvp-employment-row{

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 14px;
    color: #000;
    font-weight: 500;

}

.mqvp-employment-row span{
    flex:1;
    position: relative;
    padding-left: 14px;
}
.mqvp-employment-row span::before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000;
    left: 0;
    top: 50%;
    border-radius: 100%;
    transform: translateY(-50%);

}

.mqvp-employment-row strong{

    width:140px;
    font-weight:600;
    text-align:left;

}

.mqvp-card-text{
    font-size:14px;
    line-height:1.7;
    color:#000;
    margin-bottom:18px;
    font-weight: 500;

}

.mqvp-sub-title{

    font-size:15px;
    font-weight:700;
    margin-bottom:8px;

}
.exp-role-name h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 14px;
}
button.exp-details-btn {
    background: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 12px;
    padding: 1px 12px;
    font-weight: 500;
    white-space: nowrap;
}
.mqvp-reg-heading h6 {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}


/*==========================
Responsive
===========================*/

@media (max-width:991px){

    .mqvp-employment-row{

        flex-direction:column;

        gap:3px;

    }

    .mqvp-employment-row strong{

        width:100%;

    }

}

/*====================================
Registration Details Card
====================================*/
.ref-active {
    background: rebeccapurple;
    display: inline-block;
    padding: 2px 14px;
    border-radius: 30px;
    background: #D0F2CF;
    color: #198754;
    font-size: 12px;
    font-weight: 600;
}
.training-name{
  max-width: 170px;
}
.licenses-spacing {
    margin-top: 14px;
}

.mqvp-registration-card{

    background: #F2F2F7;
    /* border: 1px solid #E5E7EB; */
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 16px;

}

.mqvp-registration-row{

    padding:4px 0;

}

.mqvp-registration-label{
    font-size:13px;
    font-weight:500;
    color:#000;
    line-height:1.5;
    position: relative;
    padding-left: 14px;
}
.mqvp-registration-label::before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000;
    left: 0;
    top: 6px;
    border-radius: 100%;
    /* transform: translateY(-50%); */
}

.mqvp-registration-value{

    font-size:13px;
    font-weight:500;
    color:#000;
    line-height:1.5;
}
.mqvp-exp-header .modal-title {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.table-light-blue thead th {
    /* background: #DBEAFE !important; */
    background: #EFF6FF !important;
}
.table-pruple thead th {
  background: #F3F0FF;
}
.table-light-green thead th {
  /* background: #ECFDF5 !important; */
  background: #d5dbe3;
}
.table-light-yellow thead th{
  background: #FEFCE8;
}
.table-light-pink thead th{
  background: #FDF2F8;
}
.table-sky-blue thead th{
  background: #ECFEFF;
}
.table-green thead th{
  background: #E5EEE4;
}
.table-pink thead th{
  background: #FBEFEF;
}
.table-light-brown thead th{
  background: #EFE9E3;
}
.table-blue thead th{
  background: #d0e3e7;
}
/* Mobile */

@media (max-width:767px){

    .mqvp-registration-row{

        padding:10px 0;

    }

    .mqvp-registration-label{

        font-size:13px;

        margin-bottom:4px;

    }

    .mqvp-registration-value{

        font-size:13px;

        text-align:left;

    }

}

/*=========================
Experience Modal
==========================*/

.mqvp-exp-modal{
    border:none;
    border-radius:8px;
    overflow:hidden;
}

.mqvp-exp-header{

   /* background: #1463F3; */
    color: #fff;
    padding: 18px 14px 0px;
    border: none;
}

.mqvp-exp-header h4{

    margin:0;
    font-size:28px;
    font-weight:600;
}

.mqvp-exp-header .close{

    opacity:1;
    color:#fff;
    font-size:34px;
    text-shadow:none;
    background: none;
    border: 0;
    color: #000 !important;
}

.mqvp-exp-header .close:hover{
    color:#fff;
}

.mqvp-section-title{
    font-size: 14px;
    font-weight: 600;
    color: #000;
    /* border-bottom: 1px solid #ddd; */
    /* padding-bottom: 10px; */
    margin-bottom: 12px;
}

.mqvp-section-title i{
    margin-right:8px;
    font-size:14px;
}

.mqvp-field{
    margin-bottom:6px;
}

.mqvp-field label{

    font-weight:600;
    font-size:14px;
    margin-bottom:4px;
    display:block;
    color:#000;

}

.mqvp-field-box{

    /* background: #F2F2F7; */
    border-radius: 6px;
    /* padding: 12px; */
    font-size: 13px;
    color: #000;
    line-height: 1.7;
}

.modal-footer{
    /* background:#F8F9FA; */
    border-top:1px solid #ddd;
    padding: 0 10px 10px;

}

.mqvp-close-btn{
    background: #000;
    color: #fff;
    border-radius: 0;
    min-width: 90px;
    height: 35px;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mqvp-close-btn:hover{

    color:#fff;
    background:#5b636a;
}
.mqvp-main{
  background: #F2F2F7;
  padding: 12px;
  border-radius: 10px;
}
.mqvp-modal-footer {
    border-top: 0;
    padding: 0 10px 16px;
}
.mqvp-refree-detail {
    display: grid;
    /* grid-template-columns: 200px 200px; */
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.mqvp-refree-detail p {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.mqvp-refree-main {
    background: #F2F2F7;
    padding: 16px;
    border-radius: 10px;
}

/* Responsive */

@media(max-width:767px){

    .mqvp-exp-header h4{
        font-size:22px;
    }
    .mqvp-section-title{
        font-size:20px;
    }
    .mqvp-field label{
        font-size:16px;
    }

    .mqvp-field-box{
        font-size:14px;
    }

}
@media(max-width:576px){
  .mqvp-refree-detail {
    grid-template-columns: 1fr;
    gap: 2px;
}
}


/* Nusre Card Design Css */

.nurse-like-btn {
    width: 40px !important;
    height: 40px !important;
    margin-right: 10px;
    cursor: pointer;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9CA3AF;
    border-radius: 10px;
    padding: 10px;
    font-size: 20px !important;
}
.nurse-like-btn:hover i{
   color: #0EA5E9 ;
}
.text-teal{
  color: #3C8093 ;
}
.detail-item {
    display: flex;
    align-items: center !important;
    gap: 6px !important;
    margin-bottom: 4px !important;
    font-size: 14px !important;
}
.nurse-card-btns {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}
.btn-dark-custom {
    margin-right: 0 !important;
}
.btn-profile {
    margin-right: 0 !important;
}
.candidate-card {
    color: #374151 !important;
}
.candidate-name {
    color: #111827 !important;
    margin-bottom: 0 !important;
}
.candidate-location {
    font-size: 14px !important;
}
.candidate-role {
    font-size: 14px !important;
    font-weight: 600;
    color: #111827 !important;
}
.candidate-location {
    color: #6c757d;
    font-size: 14px !important;
    display: flex ;
    align-items: center;
    gap: 6px;
}

/* nurse profile notification  */
.btn .badge {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* healthcare-facilities -> find-nurse -> manage saved searches -> edit modal  */
li.filter-item.international_hiring_edit {
    padding-bottom: 10px !important;
}
#editTypeBody .modal-footer{
  border-top: 0;
}
/* nurse -> find job page resposive  */
#sectorModal .modal-body{
  padding: 10px 6px;
}
/* #sectorModal label{
  font-size: 12px;
} */
#sectorModal .modal-body label input{
  margin-right: 3px;
}
#sectorModal .modal-footer{
  padding-top: 10px;
}

@media ( max-width:1024px ){
  #sectorModal .modal-content,#shiftModal .modal-content,#employmentModal .modal-content,#locationModal .modal-content,#nurse_modal .modal-content,#speciality_modal .modal-content,#yearExperienceModal .modal-content,#salaryModal .modal-content,#save-search-modal .modal-content,div#renameModal .modal-content,div#delete-modal .modal-content{
    width: 90%;
}
div#save-search-modal .modal-content {
    width: 90%;
}
#shiftModal .accordion-title {
    align-items: flex-start;
}
#shiftModal .accordion-header {
    flex-wrap: wrap;
    gap: 6px;
}
}
@media ( max-width:768px ) {
  .saved-searches-row {
    flex-direction: column;
    gap:10px;
    overflow-x: hidden;
}
.search-bar {
   flex-direction: column;
}
  .fs-5 {
        font-size: 1.125rem !important;
    }

}
@media (max-width: 575.98px) {
    .fs-5 {
        font-size: 1rem !important;
    }
}

/* healthcare -> hiring -> applicants list ->schedule interview -> request documents modal content  */
     /* ================================
           Request Documents Component
        ================================= */

        .rd-wrapper {
            width: 100%;
            background: #ffffff;
            /*border: 1px solid #e5e7eb;*/
            /*border-radius: 8px;*/
            /*padding: 14px 16px;*/
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
            /* font-family: Arial, sans-serif; */
        }

        .rd-heading {
            font-size: 16px;
            font-weight: 700;
            color: #202124;
            margin-bottom: 2px;
        }

        .rd-description {
            font-size: 12px;
            color: #7b8190;
            margin-bottom: 14px;
        }

        /* Statistics */

        .rd-stat-row {
            margin-left: -8px;
            margin-right: -8px;
        }

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

        .rd-stat-card {
            min-height: 54px;
            border: 1px solid #e5e8ed;
            border-radius: 6px;
            display: flex;
            align-items: center;
            padding: 7px 10px;
            background: #fff;
            height: 100%;
        }

        .rd-stat-icon {
            width: 38px;
            height: 38px;
            min-width: 38px;
            border-radius: 7px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            font-size: 19px;
            font-weight: 600;
        }

        .rd-stat-icon-blue {
            background: #eef5ff;
            color: #2563eb;
            border: 1px solid #d7e6ff;
        }

        .rd-stat-icon-orange {
            background: #fff6e8;
            color: #f59e0b;
            border: 1px solid #ffe5bd;
        }

        .rd-stat-icon-green {
            background: #eefaf2;
            color: #22a35a;
            border: 1px solid #d5f0df;
        }

        .rd-stat-icon-purple {
            background: #f6efff;
            color: #8b3fd9;
            border: 1px solid #ead9ff;
        }

        .rd-stat-number {
            font-size: 17px;
            line-height: 18px;
            font-weight: 700;
            color: #222;
        }

        .rd-stat-label {
            font-size: 12px;
            color: #777e89;
            margin-top: 2px;
            line-height: normal;
        }

        /* Requested Documents */

        .rd-section-title {
            font-size: 14px;
            font-weight: 700;
            color: #202124;
            margin-top: 11px;
            margin-bottom: 8px;
        }

      .rd-table-wrapper {
    width: 100%;
    border: 1px solid #e4e7eb;
    border-radius: 6px;
    overflow: hidden;
}

.rd-document-table {
    width: 100%;
    margin: 0;
    table-layout: fixed;
}

.rd-document-table thead {
    display: none;
}

.rd-document-table tbody tr {
    border-bottom: 1px solid #e7e9ed;
}

.rd-document-table tbody tr:last-child {
    border-bottom: none;
}

.rd-document-table td {
    height: 32px;
    padding: 4px 15px;
    vertical-align: middle;
    border: 0;
    font-size: 13px;
    color: #30343b;
}

.rd-document-table td:nth-child(1) {
    width: 42%;
}

.rd-document-table td:nth-child(2) {
    width: 28%;
}

.rd-document-table td:nth-child(3) {
    width: 25%;
}

.rd-document-table td:nth-child(4) {
    width: 5%;
}

.rd-document-name {
    font-weight: 600;
}

.rd-action-column {
    text-align: right;
}

.rd-more-btn {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    color: #30343b;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
}

.rd-more-btn:focus {
    outline: none;
}


/* Badges */

.rd-badge {
    display: inline-block;
    padding: 3px 7px;
    border-radius: 5px;
    font-size:11px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.rd-badge-required {
    color: #2563eb;
    background: #edf5ff;
}

.rd-badge-optional {
    color: #6b7280;
    background: #f1f2f4;
}

.rd-badge-pending {
    color: #f59e0b;
    background: #fff5e5;
}

.rd-badge-submitted {
    color: #239653;
    background: #e9f8ee;
}


        /* Bottom Buttons */

        .rd-footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 12px;
        }

        .rd-btn {
            height: 36px;
            padding: 0 13px;
            border-radius: 5px;
            background: #000;
            border: 0;
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: all .2s ease;
            border: 1px solid #000;
        }

        .rd-btn:hover {
               background: #fff;
                color: #000;
                text-decoration: none;
                border: 1px solid #000;
        }

        .rd-btn-icon {
            font-size: 20px;
            line-height: 1;
            margin-right: 6px;
            font-weight: 400;
        }

        .rd-btn-arrow {
            font-size: 17px;
            margin-left: 7px;
        }


        /* =================================
           Tablet
        ================================= */

        @media (max-width: 991.98px) {

            /*.rd-wrapper {*/
            /*    padding: 13px;*/
            /*}*/

            .rd-stat-card {
                padding: 7px 8px;
            }

            .rd-stat-icon {
                width: 34px;
                height: 34px;
                min-width: 34px;
                margin-right: 8px;
            }

            .rd-document-type {
                width: 90px;
            }

            .rd-document-status {
                width: 95px;
            }
        }


        /* =================================
           Mobile
        ================================= */

        @media (max-width: 767.98px) {

            .rd-wrapper {
                /*padding: 12px;*/
                border-radius: 7px;
            }

            .rd-heading {
                font-size: 14px;
            }

            .rd-description {
                font-size: 10px;
                margin-bottom: 12px;
            }

            .rd-stat-row {
                margin-left: -4px;
                margin-right: -4px;
            }

            .rd-stat-col {
                padding-left: 4px;
                padding-right: 4px;
                margin-bottom: 8px;
            }

            .rd-stat-card {
                min-height: 52px;
                padding: 6px;
            }

            .rd-stat-icon {
                width: 32px;
                height: 32px;
                min-width: 32px;
                font-size: 16px;
                margin-right: 7px;
            }

            .rd-stat-number {
                font-size: 15px;
            }

            .rd-section-title {
                margin-top: 5px;
                font-size: 11px;
            }

            .rd-document-row {
                padding: 6px 9px;
                min-height: 38px;
            }

            .rd-document-name {
                font-size: 10px;
                padding-right: 5px;
            }

            .rd-document-type {
                width: 72px;
            }

            .rd-document-status {
                width: 72px;
            }

            .rd-document-action {
                width: 20px;
                font-size: 13px;
            }

            .rd-badge {
                padding: 3px 5px;
            }
                .rd-footer {
                flex-direction: column;
                 gap: 8px;
            }
            .rd-btn {
            width: 100%;
            }

            .rd-btn {
                height: 34px;
                padding: 0 9px;
                /* font-size: 10px; */
            }

            .rd-btn-icon {
                font-size: 17px;
            }

            .rd-btn-arrow {
                font-size: 15px;
                margin-left: 4px;
            }

             .rd-document-table {
        min-width: 500px;
    }

    .rd-document-table td {
        height: 36px;
        padding: 5px 10px;
        /* font-size: 10px; */
    }

    .rd-document-table td:nth-child(1) {
        width: 42%;
    }

    .rd-document-table td:nth-child(2) {
        width: 23%;
    }

    .rd-document-table td:nth-child(3) {
        width: 25%;
    }

    .rd-document-table td:nth-child(4) {
        width: 10%;
    }

    .rd-table-wrapper {
        overflow-x: auto;
    }

    .rd-badge {
        /* font-size: 8px; */
        padding: 3px 6px;
    }

    .rd-more-btn {
        font-size: 15px;
    }
        }


        /* =================================
           Very Small Mobile
        ================================= */

        @media (max-width: 400px) {

            .rd-document-type {
                width: 60px;
            }

            .rd-document-status {
                width: 65px;
            }

            .rd-document-row {
                padding-left: 7px;
                padding-right: 7px;
            }

            .rd-document-name {
                font-size: 9px;
            }

          

            .rd-btn {
                padding: 0 7px;
            }
          
        }


        /* =====================================================
   UNIQUE REQUEST DOCUMENT COMPONENT
   Prefix: xreq-
===================================================== */

.xreq-panel,
.xreq-doc-panel {
    width: 100%;
    background: #fff;
    border: 1px solid #e1e5ea;
    border-radius: 6px;
    margin-bottom: 12px;
    color: #30353c;
    margin-top: 20px;
}


/* =====================================================
   HEADERS
===================================================== */

.xreq-panel-head,
.xreq-doc-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 15px 10px;
}

.xreq-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #20252b;
}

.xreq-subtitle {
    margin: 2px 0 0;
    font-size: 14px;
    color: #7c838d;
}

.xreq-help {
    /* color: #2465d4; */
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
}

.xreq-help:hover {
    text-decoration: none;
}

.xreq-doc-note {
    font-size: 14px;
    color: #858b94;
    white-space: nowrap;
}


/* =====================================================
   FORM
===================================================== */

.xreq-form-area {
    padding: 10px 13px 16px;
}

.xreq-field {
    width: 100%;
}

.xreq-label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    /* line-height: 10px; */
    font-weight: 600;
    color: #464c54;
}

.xreq-input {
    /* height: 28px; */
    padding: 10px 28px 10px 6px;
    border: 1px solid #d9dee5;
    border-radius: 4px;
    font-size: 14px;
    color: #41474e;
    box-shadow: none;
}

.xreq-input:focus {
    border-color: #77a5f4;
    box-shadow: none;
}


/* =====================================================
   RADIO
===================================================== */

.xreq-radio-box {
    height: 28px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.xreq-radio {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 14px;
    color: #50565e;
    cursor: pointer;
    white-space: nowrap;
}

/* .xreq-radio input {
    display: none;
} */

.xreq-radio-dot {
    margin-right: 4px;
} 

.xreq-radio input:checked + .xreq-radio-dot {
    border-color: #2368da;
}

.xreq-radio input:checked + .xreq-radio-dot:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    background: #2368da;
}


/* =====================================================
   ADD REQUEST
===================================================== */

.xreq-button-field {
    padding-top: 32px;
}

.xreq-add-btn {
    width: 100%;
    /* height: 28px; */
    border: 0;
    border-radius: 4px;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 10px;
}


/* =====================================================
   INFO BAR
===================================================== */

.xreq-info-bar {
    /* min-height: 27px; */
    padding: 12px 13px;
    border-top: 1px solid #edf0f3;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #80868f;
}

.xreq-info-symbol {
    margin-right: 5px;
}

.xreq-active-link {
    margin-left: auto;
    color: #2465d4;
    text-decoration: none;
}

.xreq-active-link:hover {
    text-decoration: none;
}


/* =====================================================
   TABLE
===================================================== */

.xreq-table-scroll {
    width: 100%;
    overflow-x: auto;
    border-top: 1px solid #e7eaee;
}

.xreq-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
}

.xreq-table thead th {
    height: 27px;
    padding: 5px 7px;
    background: #fafbfc;
    border: 0;
    border-bottom: 1px solid #e5e8ec;
    color: #5c636d;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
}

.xreq-table tbody td {
    /* height: 42px; */
    padding: 10px 5px;
    border: 0;
    border-bottom: 1px solid #edf0f3;
    color: #000;
    font-size: 13px;
    /* line-height: 11px; */
    vertical-align: middle;
}

.xreq-table tbody tr:last-child td {
    border-bottom: 0;
}


/* Column widths */

.xreq-th-no {
    width: 4%;
    text-align: center;
}

.xreq-th-category {
    width: 15%;
}

.xreq-th-type {
    width: 17%;
}

.xreq-th-required {
    width: 11%;
}

.xreq-th-instruction {
    width: 23%;
}

.xreq-th-date {
    width: 9%;
}

.xreq-th-status {
    width: 8%;
}

.xreq-th-actions {
    width: 9%;
}


/* =====================================================
   TABLE CONTENT
===================================================== */

.xreq-number {
    text-align: center;
    color: #7b828b !important;
}

.xreq-required,
.xreq-optional,
.xreq-pending {
    display: inline-block;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 11px;
    /* line-height: 9px; */
    font-weight: 600;
    white-space: nowrap;
}

.xreq-required {
    color: #d84c4c;
    background: #fff0f0;
}

.xreq-optional {
    color: #2872d1;
    background: #edf5ff;
}

.xreq-pending {
    color: #e79417;
    background: #fff4df;
}


/* =====================================================
   ACTION BUTTONS
===================================================== */

.xreq-actions {
    display: flex;
    align-items: center;
    gap: 5px;
}

.xreq-edit,
.xreq-remove {
    width: 20px;
    height: 20px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
}

.xreq-edit {
    border:0;
    color: #2870db;
}

.xreq-remove {
    border: 0;
    color: #df5252;
}


/* =====================================================
   FOOTER
===================================================== */

.xreq-doc-footer {
    /* min-height: 40px; */
    padding: 16px 14px;
    border-top: 1px solid #e7eaee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xreq-count {
    font-size: 13px;
    color: #7c838c;
}

.xreq-footer-buttons {
    display: flex;
    align-items: center;
    gap: 7px;
}

.xreq-draft-btn,
.xreq-send-btn {
    /* height: 27px; */
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.xreq-btn{
   display: flex;
    gap: 8px;
    align-items: center;
}
.xreq-draft-btn {
    background: #fff;
    border: 1px solid #000;
    color: #000;
   
}
.xreq-draft-btn i {
    font-size: 16px;
}

.xreq-send-btn {
    background: #000000;
    border: 1px solid #000;
    color: #fff;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991.98px) {

    .xreq-form-area {
        padding-left: 10px;
        padding-right: 10px;
    }

    .xreq-form-area .col-md-4,
    .xreq-form-area .col-md-6,
    .xreq-form-area .col-md-3 {
        margin-bottom: 8px;
    }

    

    .xreq-doc-note {
        display: none;
    }

    .xreq-table {
        min-width: 900px;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767.98px) {

    .xreq-panel-head,
    .xreq-doc-head {
        padding: 10px;
    }

    .xreq-panel-head {
        flex-direction: column;
    }

    .xreq-help {
        margin-top: 5px;
        align-self: flex-end;
    }

    .xreq-form-area {
        padding: 8px 10px;
    }
/* 
    .xreq-form-area [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 9px;
    } */

 

    .xreq-radio-box {
        height: 32px;
    }

    .xreq-radio {
        font-size: 9px;
    }

    /* .xreq-add-btn {
        height: 32px;
        font-size: 9px;
    } */

    .xreq-info-bar {
        padding: 7px 10px;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .xreq-active-link {
        width: 100%;
        margin-left: 17px;
        margin-top: 2px;
    }

    .xreq-table-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .xreq-table {
        min-width: 900px;
    }

    .xreq-doc-footer {
        padding: 8px 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .xreq-footer-buttons {
        width: 100%;
        justify-content: flex-end;
    }
}


/* =====================================================
   VERY SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .xreq-footer-buttons {
        width: 100%;
    }

    .xreq-draft-btn,
    .xreq-send-btn {
        flex: 1;
        padding-left: 6px;
        padding-right: 6px;
    }
}