/* Custom CSS */

@media (max-width: 1199px) {
  .has-badges {
    margin-top: 40px;
  }
  body .tooltip-img-wrap img {
    width: 36px;
  }
  body .tooltip-wrap {
    top: -26px;
  }
}

@media (min-width: 1200px) {
  .has-badges ~ .has-badges {
    margin-top: 40px;
  }
}

.tooltip-wrap {
  position: absolute;
  top: -35px;
  display: flex;
  column-gap: 5px;
}

.tooltip-img-wrap .tooltip-text {
  visibility: hidden;
  width: auto;
  background-color: #473559;
  color: #edeff4;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  padding: 5px 20px;
  margin-top: -5px;
  margin-left: -23px;
  position: absolute;
  z-index: 1;
}

.tooltip-img-wrap img {
  width: 47px;
  height: auto;
  background-color: #88ca79;
  border-radius: 50%;
  box-shadow: 0px 5px 5px 0px #d1d1d1;
}

.tooltip-img-wrap {
  display: inline-block;
}

.tooltip-img-wrap:hover .tooltip-text {
  visibility: visible;
}

.fullwidth-btn {
  width: 100%;
}
.dlabnav {
  z-index: 2;
}
@media (min-width: 64rem) {
  [data-layout='horizontal'][data-sidebar-style='compact'] .dlabnav .metismenu > li > ul {
    top: 4.4rem;
  }
}

[data-sidebar-style='full'] .header .header-content {
  padding-left: 0;
}

[data-sidebar-position='fixed'][data-layout='vertical'] .dlabnav,
[data-sidebar-style='overlay'][data-layout='vertical'] .dlabnav {
  border-top-right-radius: 10px !important;
}

.classified-listing .col-4 {
  text-align: right;
}

.bb-0 {
  border-bottom: none !important;
}

.candidate-list .candidate-card-footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: 15px;
}

/* Matched candidates card footer: context → actions → meta */
.matching-candidates.matched .matched-candidate-card-footer {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding-top: 1rem;
  padding-bottom: 0.35rem;
}

.matching-candidates.matched .matched-candidate-offered-panel {
  background: #f4f6f8;
  border: 1px solid #e8ecf0;
  border-radius: 8px;
  padding: 0.65rem 0.85rem;
}

.matching-candidates.matched .matched-candidate-offered-panel-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 0.45rem;
  line-height: 1.3;
}

.matching-candidates.matched .matched-candidate-offered-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
}

.matching-candidates.matched .matched-candidate-date-chip {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #1f2937;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  line-height: 1.25;
}

.matching-candidates.matched .matched-candidate-footer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.45rem;
}

@media (max-width: 576px) {
  .matching-candidates.matched .matched-candidate-footer-actions {
    justify-content: flex-start;
  }
}

.matching-candidates.matched .matched-candidate-footer-meta {
  font-size: 0.8125rem;
  color: #6b7280;
  text-align: right;
  line-height: 1.4;
}

@media (max-width: 576px) {
  .matching-candidates.matched .matched-candidate-footer-meta {
    text-align: left;
  }
}

.candidate-list .star-rating {
  font-size: 18px;
}

@media (max-width: 767px) {
  body .number-order li {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  body .candidate-card-action {
    justify-content: flex-start;
  }
  .matching-candidates.matched .candidate-list .card-header {
    padding-bottom: 0;
  }
}

.candidate-card-action {
  display: flex;
  justify-content: flex-end;
}

.matching-candidates.matched .candidate-list .card-header {
  align-items: flex-start;
  border-bottom: none;
  row-gap: 8px;
}

.candidate-card-position {
  margin-bottom: 0;
}

.job-header .card-header h4 {
  margin-bottom: 0;
}

@media (max-width: 1040px) {
  .default-tab .nav-link {
    border-radius: 35px;
  }
  .default-tab .nav-link:hover {
    border-radius: 35px;
    border-bottom-width: 1px;
    border-color: #dee2e6;
  }
  .nav-tabs {
    border: none;
    column-gap: 5px;
    row-gap: 5px;
  }
  .default-tab .nav-link.active {
    border-radius: 35px;
    border: none;
  }
}

table.dataTable tbody td {
  font-weight: 400;
  font-size: 15px;
}

.form-check-input {
  border-width: 2px;
}

.form-control {
  border-color: #e0e4e7;
}

.card-header {
  border-bottom: 2px solid #f0f0f0;
}

.nav-header {
  background-color: #edeff4;
}

.header {
  background-color: #edeff4;
}

body {
  background-color: #edeff4;
}

.footer {
  background-color: #edeff4;
}

[data-layout='vertical'] .dlabnav .metismenu > li > a i {
  max-width: 15px;
}

[data-layout='horizontal'][data-sidebar-style='compact'] .nav-header {
  width: auto;
}

@media (min-width: 64rem) {
  [data-layout='horizontal'] .header {
    padding-left: 13rem;
  }
}

.dlabnav .metismenu > li.mm-active > a.has-arrow {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85) !important;
}

@media (min-width: 64rem) {
  [data-layout='horizontal'] .dlabnav .metismenu > li:hover > a,
  [data-layout='horizontal'] .dlabnav .metismenu > li.mm-active > a {
    border-radius: 0.5rem;
  }
}

@media (min-width: 64rem) {
  [data-layout='horizontal'] .dlabnav .metismenu {
    padding: 0.7rem 1.25rem 0.5rem;
  }
}

@media (min-width: 64rem) {
  [data-layout='horizontal'] .dlabnav .metismenu li > ul {
    width: max-content;
  }
}

.header-left .dashboard_bar {
  font-size: 1.5rem;
}

.card i.fas.fa-tooth,
.card i.fas.fa-user-times {
  font-size: 14px;
  background: #6e429a;
  padding: 8px;
  color: #ffffff;
  border-radius: 50%;
  width: 30px;
  text-align: center;
}

.horizontal .pricing-footer {
  margin-top: 0;
}
.horizontal .pricing-head .value {
  margin: 0;
}
.horizontal .pricing-head .title {
  margin-bottom: 0;
}

.boost-pricing.horizontal .pricing-head {
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.pagination-wrapper .pagination {
  justify-content: flex-end;
}

.pricing-table .boost-pricing .row {
  justify-content: flex-start;
}

.card-header {
  flex-wrap: wrap;
  row-gap: 5px;
}

.job-posting .job-description .card-header {
  justify-content: flex-start;
  column-gap: 20px;
}

.job-posting .card-header img {
  max-height: 50px;
  margin-bottom: 0 !important;
  border-radius: 10px;
}

body .candidate-profile .row.availability .form-check-inline {
  max-height: 30px;
}

body .candidate-profile .row.availability {
  align-items: baseline;
}

.candidate-profile .availability .checkbox-horizontal {
  flex-direction: column;
}

.candidate-profile .profile .checkbox-horizontal label {
  margin-bottom: 0 !important;
  width: max-content;
}

.candidate-profile .profile .row {
  align-items: center;
  display: flex;
}

.card-body .pricing-list img {
  width: auto;
}

.classifieds .candidate-profile img {
  max-width: 200px !important;
  width: 100%;
  border-radius: 10px;
}

.candidate-profile .card-body img {
  max-width: 150px !important;
  width: 100%;
  border-radius: 10px;
}

.dashboard .card-body img {
  max-width: 100%;
  border-radius: 10px;
}

.nice-select .list {
  max-height: 200px;
  overflow-y: scroll;
}

.candidate-list .card-body img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.card-body img {
  max-width: 100%;
}

.dashboard .dash-icon .card-header i {
  margin-right: auto;
}

.dash-icon i {
  font-size: 16px;
  border: 1px solid #6e429a;
  padding: 7px;
  color: #6e429a;
  border-radius: 50%;
  width: 32px;
  text-align: center;
}

.candidate-profile .profile i {
  font-size: 14px;
  margin-left: -10px;
  margin-bottom: -5px;
  background: #6e429a;
  padding: 7px;
  color: #ffffff;
  border-radius: 50%;
  width: 28px;
  text-align: center;
}

.candidate-profile .profile .edit-image {
  display: flex;
  align-items: baseline;
}

.new-jobs-right {
  text-align: right;
}

.pricing-table.candidate .pricing-head {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.header-login .register-complete .btn {
  width: 100%;
}

.header-login .register-complete ol {
  margin-bottom: 0;
}

.header-login .register-complete {
  max-width: 640px;
  margin: auto;
}

.register-complete li {
  list-style: auto;
}

#navpills2-2 .pricing-head .value,
#navpills2-3 .pricing-head .value {
  margin-bottom: 0;
}

ul.pricing-list {
  min-height: 70px;
}

.pricing-table .row {
  align-items: flex-start;
  justify-content: center;
}

.pricing-single .most-popular {
  color: #6e429a;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: solid 1px #6e429a;
}

.pricing-list.more-features {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.pricing-single .more-features li {
  justify-content: center;
  column-gap: 10px;
  display: flex;
  align-items: center;
}

.pricing-single .btn {
  width: 100%;
}

/* PRICING */
.pricing-single {
  padding: 28px;
  border: 1px solid #cacdd3;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-single {
    padding: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-single {
    padding: 30px;
  }
}
.pricing-head {
  margin-bottom: 35px;
}
.pricing-head .title {
  font-size: 24px;
  font-weight: 500;
  color: #1c1c1c;
}
.pricing-head .value {
  display: flex;
  align-items: baseline;
  margin: 30px 0 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 575px) {
  .pricing-head .value {
    margin: 15px 0;
  }
}
.pricing-head .value .price {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.16;
  color: #6e429a;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .pricing-head .value .price {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-head .value .price {
    font-size: 30px;
  }
}
.pricing-head .value .month {
  font-size: 18px;
  font-weight: 500;
  color: #1c1c1c;
}
.pricing-head .text {
  color: #8d8e99;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0;
}
.pricing-list li {
  display: flex;
  /* justify-content: space-between; */
  align-items: flex-start;
  margin-bottom: 15px;
  column-gap: 10px;
}
.pricing-list li img {
  margin-top: 5px;
}
.pricing-list li:last-child {
  margin-bottom: 0px;
}
.pricing-list li span {
  font-size: 15px;
  color: #54545f;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0px;
}
.pricing-footer {
  margin-top: 30px;
}
/* Pricing End */

.header-login .authincation-content {
  max-width: 640px;
  margin: auto;
}

.header-login .logo_img {
  display: inline;
  max-height: 80px;
}

.header-login .content-body {
  padding-top: 0 !important;
  margin-left: auto;
}

.header-login .auth-form .btn {
  width: 100%;
  height: auto;
  font-weight: inherit;
}

.vh-100 {
  height: 100vh !important;
}

.profile-business-hours .row {
  align-items: center;
}

textarea.form-control {
  height: auto;
}

.header-profile .dropdown-menu a:hover,
.header-profile .dropdown-menu a:focus,
.header-profile .dropdown-menu a.active {
  color: #6e429a;
}

.account-settings .card .card {
  background: #fcfcfc;
}

.basic-form.error fieldset {
  color: red;
}

[data-sidebar-style='compact'] .has-arrow:after {
  display: block !important;
  bottom: 21% !important;
  top: auto !important;
}

@media only screen and (max-width: 63.9375rem) {
  [data-sidebar-style='full'] .header {
    padding-left: 13rem;
  }
}

@media only screen and (max-width: 63.9375rem) {
  [data-sidebar-style='full'] .nav-header {
    width: 7.5rem;
  }
}

.candidate-profile .profile-top {
  display: flex;
  justify-content: space-between;
}

.candidate-profile .card-body i {
  margin-right: 10px;
}

.candidate-list .card-body .buttons {
  display: flex;
  flex-flow: wrap;
  column-gap: 5px;
  row-gap: 5px;
}

/*
.candidate-list .card-body .btn:not(:last-child){
  margin-bottom: 5px;
}
*/

[data-sidebar-style='overlay'] .dlabnav .metismenu ul li a {
  padding-left: 1rem;
}

[data-layout='horizontal'] .dlabnav .metismenu li > ul li a:hover,
[data-layout='horizontal'] .dlabnav .metismenu ul a.mm-active,
[data-sibebarbg='color_2'] .dlabnav .metismenu li ul a.mm-active {
  text-decoration: none;
  color: var(--primary) !important;
}

[data-sibebarbg='color_2'] .dlabnav .metismenu li > ul a {
  color: #759791 !important;
}

[data-sidebar-style='full'] .dlabnav .metismenu > li.mm-active > a {
  border-radius: 10px !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

@media only screen and (max-width: 87.5rem) {
  [data-sidebar-style='full'][data-layout='vertical'] .dlabnav .metismenu > li {
    padding-bottom: 5px;
  }
}

[data-sidebar-style='overlay'] .dlabnav .metismenu > li {
  padding-bottom: 0.3rem;
}

[data-sidebar-style='overlay'] .dlabnav .metismenu > li.mm-active > a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dlabnav .metismenu ul a:before {
  display: none;
}

@media only screen and (max-width: 78.125rem) {
  [data-sidebar-style='full'] .dlabnav .metismenu ul a:hover {
    padding-left: 1.875rem;
  }
}

@media only screen and (max-width: 84.375rem) {
  .dlabnav .metismenu ul a {
    padding-left: 1.875rem;
  }
}

[data-sibebarbg='color_2'] .dlabnav .metismenu > li.mm-active > a.mm-active {
  border-radius: 10px !important;
}

body .dlabnav .metismenu li ul {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

body .dlabnav .metismenu li ul,
[data-sibebarbg='color_2'] .menu-toggle .dlabnav .metismenu li > ul {
  background-color: #ffffff !important;
}

[data-layout='horizontal'] .dlabnav .metismenu li > ul {
  right: auto !important;
}

.dlabnav .metismenu > li > a.has-arrow {
  padding-right: 2.5rem !important;
}

@media (min-width: 1200px) {
  .candidate-result-count {
  }
}

.candidate-result-count {
  text-align: right;
  padding-bottom: 10px;
}

.matching-candidates.matched .card-header i:not(:last-child) {
  margin-right: 10px;
}

.matching-candidates.matched .card-header {
  flex-wrap: wrap;
}

.candidate-location {
  font-size: 0.938rem;
}

/* .matching-candidates button {
  width: 100%;
} */

.number-order li {
  font-size: 18px;
}

.number-order .badge {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  font-size: 20px;
}

.checkbox-horizontal {
  display: flex;
  flex-wrap: wrap;
}

.matching-candidates .input-group .default-select {
  margin-right: 0 !important;
}

.matching-candidates .input-group .input-group-text {
  width: 25%;
}

.report-problem {
  text-align: right;
}

@media (max-width: 1400px) {
  body .nav-header .logo_img {
    max-height: 60px;
  }
}

/*
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .logo_img{
    display: none;
  }
  body .logo_img.mobile{
    display: block;
  }
}
*/

.logo_img.mobile {
  display: none;
}

.default-tab .nav-link.active {
  background: var(--rgba-primary-1);
}

/*
.my-jobs .dropdown-menu.show{
  transform: translate(-200px, 26px)!important;
}
*/

.my-jobs .dropdown-menu {
  box-shadow: -20px 0px 3.125rem 0 rgb(82 63 105 / 15%);
}

.my-jobs .dropdown-menu.show {
  inset: 0px auto auto -30px;
}

.my-jobs tr {
  vertical-align: top;
}

.card-title {
  text-transform: none;
}

a {
  text-decoration: underline;
  /* text-underline-offset: 2px; */
}

/*
.card-header.view a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f061";
  font-weight: 600;
}
*/

.content-body {
  min-height: auto !important;
}

.post-job .row.business-hours {
  justify-content: space-between;
}

@media (min-width: 576px) {
  .post-job .row.business-hours .col-md-1 {
    width: 14%;
  }
}

.post-job h3 {
  text-align: center;
}

.post-job .card {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.links-list .links-columns {
  display: flex;
  column-gap: 50px;
  flex-wrap: wrap;
}

.office-locations i {
  margin-right: 20px;
}

.office-locations {
  display: flex;
  flex-wrap: wrap;
}

.dashboard .card-subtitle.upgrade-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.dashboard .link-right .card-subtitle a {
  float: right;
}

.dashboard .card-header i {
  margin-right: 10px;
}

.dash-icon {
  font-size: 24px;
}

.header .header-content {
  padding-left: 4rem;
}

.bg-blue {
  background: #6e429a !important;
}

@media only screen and (max-width: 47.9375rem) {
  body .nav-header .brand-logo {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    justify-content: unset;
  }
  body .nav-header .logo_img {
    max-height: 40px;
  }
  body .nav-control {
    display: block;
  }
  body .nav-header {
    border: none !important;
  }
  body .nav-control {
    right: -6.5rem;
  }
  body .header {
    display: block;
  }
  body .content-body {
    padding-top: 5rem !important;
  }
}

.form-check-inline .form-check-input {
  margin-top: 0;
  margin-right: 0.5rem;
}

.copyright {
  padding: 0 2.5rem;
}

a:hover {
  color: #6e429a;
}

.navbar-bottom {
  padding: 50px 2.5rem;
}

.dlabnav .metismenu > li > a {
  padding: 0.6rem 1.1875rem !important;
  font-size: 0.9rem !important;
}

.page-titles {
  display: none;
}

.nav-control {
  display: none;
}

[data-primary='color_4'] {
  --primary: #6e429a;
}

[data-sibebarbg='color_2'] {
  --sidebar-bg: #6e429a;
}

.nav-header .logo_img {
  max-height: 60px;
}

.modal-backdrop.show {
  z-index: 1000 !important;
}

.object-fit-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.alert-success {
  background: #67f8901f;
  color: #1faf48;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.tooltip-n {
  position: relative;
  display: inline-block;
}

.tooltip-n .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  transform: translate(-30px, -30px);
  font-size: 14px;
  z-index: 1;
}
.tooltip-n:hover .tooltiptext {
  visibility: visible;
}

/* Password Visibility Toggle */
:root {
  --svg-eye-open: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M320 144C254.8 144 201.2 173.6 160.1 211.7C121.6 247.5 95 290 81.4 320C95 350 121.6 392.5 160.1 428.3C201.2 466.4 254.8 496 320 496C385.2 496 438.8 466.4 479.9 428.3C518.4 392.5 545 350 558.6 320C545 290 518.4 247.5 479.9 211.7C438.8 173.6 385.2 144 320 144zM127.4 176.6C174.5 132.8 239.2 96 320 96C400.8 96 465.5 132.8 512.6 176.6C559.4 220.1 590.7 272 605.6 307.7C608.9 315.6 608.9 324.4 605.6 332.3C590.7 368 559.4 420 512.6 463.4C465.5 507.1 400.8 544 320 544C239.2 544 174.5 507.2 127.4 463.4C80.6 419.9 49.3 368 34.4 332.3C31.1 324.4 31.1 315.6 34.4 307.7C49.3 272 80.6 220 127.4 176.6zM320 400C364.2 400 400 364.2 400 320C400 290.4 383.9 264.5 360 250.7C358.6 310.4 310.4 358.6 250.7 360C264.5 383.9 290.4 400 320 400zM240.4 311.6C242.9 311.9 245.4 312 248 312C283.3 312 312 283.3 312 248C312 245.4 311.8 242.9 311.6 240.4C274.2 244.3 244.4 274.1 240.5 311.5zM286 196.6C296.8 193.6 308.2 192.1 319.9 192.1C328.7 192.1 337.4 193 345.7 194.7C346 194.8 346.2 194.8 346.5 194.9C404.4 207.1 447.9 258.6 447.9 320.1C447.9 390.8 390.6 448.1 319.9 448.1C258.3 448.1 206.9 404.6 194.7 346.7C192.9 338.1 191.9 329.2 191.9 320.1C191.9 309.1 193.3 298.3 195.9 288.1C196.1 287.4 196.2 286.8 196.4 286.2C208.3 242.8 242.5 208.6 285.9 196.7z"/></svg>');
  --svg-eye-close: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M73 39.1C63.6 29.7 48.4 29.7 39.1 39.1C29.8 48.5 29.7 63.7 39 73.1L567 601.1C576.4 610.5 591.6 610.5 600.9 601.1C610.2 591.7 610.3 576.5 600.9 567.2L504.5 470.8C507.2 468.4 509.9 466 512.5 463.6C559.3 420.1 590.6 368.2 605.5 332.5C608.8 324.6 608.8 315.8 605.5 307.9C590.6 272.2 559.3 220.2 512.5 176.8C465.4 133.1 400.7 96.2 319.9 96.2C263.1 96.2 214.3 114.4 173.9 140.4L73 39.1zM208.9 175.1C241 156.2 278.1 144 320 144C385.2 144 438.8 173.6 479.9 211.7C518.4 247.4 545 290 558.5 320C544.9 350 518.3 392.5 479.9 428.3C476.8 431.1 473.7 433.9 470.5 436.7L425.8 392C439.8 371.5 448 346.7 448 320C448 249.3 390.7 192 320 192C293.3 192 268.5 200.2 248 214.2L208.9 175.1zM390.9 357.1L282.9 249.1C294 243.3 306.6 240 320 240C364.2 240 400 275.8 400 320C400 333.4 396.7 346 390.9 357.1zM135.4 237.2L101.4 203.2C68.8 240 46.4 279 34.5 307.7C31.2 315.6 31.2 324.4 34.5 332.3C49.4 368 80.7 420 127.5 463.4C174.6 507.1 239.3 544 320.1 544C357.4 544 391.3 536.1 421.6 523.4L384.2 486C364.2 492.4 342.8 496 320 496C254.8 496 201.2 466.4 160.1 428.3C121.6 392.6 95 350 81.5 320C91.9 296.9 110.1 266.4 135.5 237.2z"/></svg>');
}

.btn-toggle-password-visibility {
  width: 21px;
  height: 21px;
  background-image: var(--svg-eye-close);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.input-group-sm .btn-toggle-password-visibility {
  width: 16px;
  height: 16px;
}

.form-floating + .input-group-text .btn-toggle-password-visibility,
.input-group-lg .btn-toggle-password-visibility {
  width: 28px;
  height: 28px;
}

.input-group:has(input:not([type="password"])) .btn-toggle-password-visibility {
  background-image: var(--svg-eye-open);
}

@media (max-width: 400px) {
  .business-hours-responsive {
    flex-direction: column;
  }
  .business-hours-responsive > * {
    width: 100%;
    margin: 5px 0;
  }
}

@media (max-width: 500px) {
  .basic-form.profile-business-hours div {
    flex-direction: column;
    align-items: flex-start;
  }
  .basic-form.profile-business-hours div div {
    width: 100%;
    margin-bottom: 9px;
  }

  .default-tab .nav.nav-tabs.mb-4 {
    flex-direction: column;
  }
  #button_file_photo {
    margin-top: 10px;
  }
  #employee-profile-card {
    flex-direction: column;
  }
  #employee-profile-card div {
    width: 100%;
    margin-top: 10px;
  }
  .employee-edit-form > div {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .employee-edit-form > div > div {
    width: 100%;
    margin-bottom: 5px;
  }
  .row.mb-2.availability {
    flex-direction: column;
  }
  .row.mb-2.availability > div {
    width: 100%;
    margin-bottom: 10px;
  }

  .row.mb-2.availability .col-9 .d-flex > div {
    width: 100px;
  }

  .modal-title {
    width: 90%;
  }
  .job-description {
    display: none;
  }
}

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

/* Global support widget (employer + employee) — independent of Bootstrap modal version */
body.dwj-support-modal-open {
  overflow: hidden;
}

.dwj-support-fab {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #7cb442;
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(124, 180, 66, 0.45);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.dwj-support-fab:hover,
.dwj-support-fab:focus {
  color: #fff;
  transform: scale(1.05);
  outline: none;
  box-shadow: 0 10px 28px rgba(124, 180, 66, 0.55);
}

.dwj-support-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.dwj-support-panel {
  position: fixed;
  z-index: 999999;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(96px, calc(24px + env(safe-area-inset-bottom)));
  width: calc(100vw - 32px);
  max-width: 420px;
  max-height: min(560px, calc(100vh - 120px));
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.dwj-support-wrap.dwj-support-open .dwj-support-backdrop,
.dwj-support-wrap.dwj-support-open .dwj-support-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dwj-support-wrap.dwj-support-open .dwj-support-panel {
  transform: translateY(0);
}

.dwj-support-panel-inner {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: min(560px, calc(100vh - 120px));
}

.dwj-support-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem 0.5rem 1.25rem;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}

.dwj-support-panel-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.dwj-support-close {
  border: none;
  background: transparent;
  font-size: 1.75rem;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  color: #666;
  cursor: pointer;
  border-radius: 4px;
}
.dwj-support-close:hover,
.dwj-support-close:focus {
  color: #111;
  background: #f0f0f0;
  outline: none;
}

.dwj-support-panel-body {
  padding: 1rem 1.25rem 1.25rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
