/* ==========================================================================
   GLOBAL APPLICATION STYLES
   Consolidated from custom.css and updated_custom.css.
   Original cascade order is preserved: custom.css first, overrides second.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap');
a {
    text-decoration: none;
}

.sidebar-nav ul .sidebar-item>.sidebar-link svg {
    fill: #606B7D !important;
}

.sidebar-nav ul .sub-menu>.sub-menu.active svg {
    fill: #0F456B !important;
}

.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link.active svg {
    fill: #0F456B !important;
}

.sidebar-nav ul .sidebar-item>.sidebar-link.active svg {
    fill: #fff !important;
}

.mr-5 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 5px !important;
}

.ml-2 {
    margin-left: 5px !important;
}

.bg-gray {
    background-color: #DEDFE1 !important;
}

.ti-search {
    display: flex;
    align-items: center;
}

.bg-light-primary {
    --bs-bg-opacity: 1;
    background-color: #4fedcf !important;
}

/* For Chrome, Safari, and Opera */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}


.loader {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(219, 216, 216, 0.6);
    border-radius: 50%;
    border-top-color: #1476e6;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    margin-bottom: -5px;
  }
  
  @keyframes spin {
    to { -webkit-transform: rotate(360deg); }
  }
  @-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
  }

.btn-blue {
    font-size: 13px !important;
    padding: 8px 16px;
    font-weight: 500;
    background-color: #43B0EF !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-blue:hover {
    color: #fff !important;
}


/* .btn-primary:hover {
                                       transition: all .6s ease-out !important;
                                   } */

.btn:hover {
    animation: pulse;
    animation-duration: 2s;
}

.btn-reject {
    background-color: #FF4D58;
    color: #fff;
    width: auto;
    /* height: 43px; */
}

.btn-approve {
    background-color: #0f456b;
    color: #fff;
    width: auto;
    /* height: 43px; */
}

.sidebar-nav ul .sidebar-item .sidebar-link {
    color: #606B7D;
    display: flex;
    font-size: 15px;
    white-space: nowrap;
    align-items: center;
    line-height: 25px;
    position: relative;
    margin: 0 0 2px;
    padding: 15px;
    border-radius: 7px;
    gap: 8px;
    text-decoration: none;
    font-weight: 500;
}

.text-green {
    color: #0F456B;
}

.bg-light-info {
    --bs-bg-opacity: 1;
    background-color: #ffefd2 !important;
}

.bg-light-blue {
    --bs-bg-opacity: 1;
    background-color: #bad7ff !important;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0F456B;
    --bs-btn-border-color: #0F456B;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0F456B;
    --bs-btn-hover-border-color: #0F456B;
    --bs-btn-focus-shadow-rgb: 54, 227, 196;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0F456B;
    --bs-btn-active-border-color: #0F456B;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0F456B;
    --bs-btn-disabled-border-color: #0F456B;
}

.btn-success:hover {
    animation: pulse;
    animation-duration: 2s;
}

.body-wrapper>.container-fluid,
.body-wrapper>.container-lg,
.body-wrapper>.container-md,
.body-wrapper>.container-sm,
.body-wrapper>.container-xl,
.body-wrapper>.container-xxl {
    max-width: 100% !important;
    margin: 0 auto;
    padding: 5px !;
    transition: .2s ease-in;
}

td,
th {
    padding: 12px 10px !important;
    font-size: 13px !important;
    padding-left: 10px;
}

.table-btn .active {
    background-color: #FA896B;
    width: 50px;
    color: #fff;
}

.footer-bg {
    /* background: url(../image/footer-image.svg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    background-color: #0F456B;
}

footer a {
    text-decoration: none;
    color: #fff !important;
    padding: 8px;
    line-height: 30px;
    font-size: 13px;
}

.footer-logo {
    display: flex;
    justify-content: end;
    /* margin-top: 6px; */
    align-items: center;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    75% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(5px);
    }
}


/*---------------------*/

.circle {
    fill: none;
    stroke-width: 2.8;
    /* stroke-linecap: round; */
    animation: progress 1s ease-out forwards;
}

.blue .percentage {
    fill: #11BBF5;
    font-family: 'Mulish', sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

.white .percentage {
    fill: #fff;
    font-family: 'Mulish', sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

.green .percentage {
    fill: #0F456B;
    font-family: 'Mulish', sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

ul li {
    list-style-type: none !important;
}

@keyframes wipe-in-down {
    from {
        clip-path: inset(0 0 100% 0);
    }
    to {
        clip-path: inset(0 0 0 0);
    }
}


/*------------------*/

.custom-file-input:active {
    outline: 0;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.modal-backdrop {
    background-color: #ececec !important;
    opacity: 0.8 !important;
}

.table {
    border-bottom: hidden !important;
    border-color: #ebf1f6 !important;
}

.services {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.services img {
    width: 40px;
}


/*--------Custom datepicker-------------*/

.datepicker-cell.selected {
    background-color: #0F456B !important;
}


/*---------------*/

.page-heading {
    color: #0F456B;
    font-size: 21px;
}


/*----------------*/

.wizard>.steps .current a {
    position: relative !important;
    background: #4EA6E6 !important;
    padding-left: 25px !important;
}

.wizard>.steps .current a::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 20px solid white !important;
    border-top: 20px solid transparent !important;
    border-bottom: 20px solid transparent !important;
}

.wizard>.steps .current a::before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #4EA6E6;
    border-top: 25px solid transparent;
    border-bottom: 20px solid transparent;
}

.wizard>.steps .first a:first-child::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: none !important;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.wizard>.steps .last a:first-child::before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: none !important;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.wizard>.steps .first a:first-child {
    padding-left: 10px !important;
}

.wizard>.steps .done a {
    position: relative !important;
    background: #4EA6E6 !important;
    padding-left: 25px !important;
}

.wizard>.steps .done a::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 20px solid white !important;
    border-top: 20px solid transparent !important;
    border-bottom: 20px solid transparent !important;
}

.wizard>.steps .done a::before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #4EA6E6;
    border-top: 25px solid transparent;
    border-bottom: 20px solid transparent;
}

.wizard>.steps .disabled a {
    height: 40px !important;
    position: relative !important;
    background: #FBF1EF !important;
    padding-left: 25px !important;
}

.wizard>.steps .disabled a::before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #FBF1EF;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.wizard>.steps .disabled a::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 20px solid white !important;
    border-top: 20px solid transparent !important;
    border-bottom: 20px solid transparent !important;
}

@media only screen and (max-width: 767px) {
    .wizard>.steps ul {
        display: inline-grid !important;
    }
    .wizard>.steps .disabled a::before,
    .wizard>.steps .disabled a::after,
    .wizard>.steps .current a::before,
    .wizard>.steps .done a::before,
    .wizard>.steps .current a::after,
    .wizard>.steps .done a::after {
        border-left: none !important;
    }
    .wizard>.steps .disabled a,
    .wizard>.steps .current a,
    .wizard>.steps .done a {
        padding-left: 10px !important;
    }
}

/*--------------Know You Better------------------*/


/*------------------*/

.bootstrap-select .btn-group .dropdown-menu li a:hover {
    color: whitesmoke !important;
    background-color: #bf5279 !important;
}

.bg-light-danger {
    background-color: #d2e9e526 !important;
}

.dropdown-item {
    padding: 5px 12px !important;
    cursor: pointer;
}

.insurer-table .show {
    display: table-row !important;
}


/*---------------Select2---------*/

.select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #40c2a9cc;
    border: 0;
    display: inline-block;
    padding-left: 2px;
    font-size: 12px;
    width: 17px;
    height: 18px;
}


/*--------------------Asego Social------------------*/


.fa-thumbs-up {
    font-size: 20px !important;
}

.text-orange {
    color: #4EA6E6;
}

.show {
    display: block;
}


/* Style the buttons */

.filter-btn.active {
    background-color: #4EA6E6;
    color: #fff;
    box-shadow: 5px 5px 10px #00000040;
}

.badge-2 {
    background-color: #4EA6E6 !important;
    border-radius: 50%;
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
    top: -0.70em;
    color: #fff;
}

/* Removed duplicate .show (identical rule already declared above). */

/* Style the buttons */

.table-btn.active {
    background-color: #4EA6E6;
    color: #fff;
}


/*----------------*/

.btn-browse {
    background-color: #43B0EF;
    color: #fff;
}


/*--------------Claim Assesment-2 --------------*/


/*---------------------*/

.footer-text-img {
    width: 100px !important;
}

.upload-file {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.upload-file::placeholder {
    color: #606b7da9;
}

thead tr th {
    position: sticky;
    top: 0;
}

.table-head {
    position: relative;
    z-index: 1;
}

.tags {
    display: inline;
    position: relative;
}

.tags:hover:after {
    background: #fff;
    /* border-radius: 5px; */
    top: -1px;
    color: #43B0EF;
    content: attr(data-gloss);
    right: 95%;
    padding: 7.8px;
    position: absolute;
    z-index: 98;
    width: max-content;
    height: 39px;
    font-weight: bold;
    border: 2px solid #43B0EF;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
    align-items: center;
}

.reset-btn {
    width: 45px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 39px !important;
}

.reset-btn i {
    width: 22px;
    height: 21px;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.search-btn {
    width: 45px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*----------------------*/
/*----------------Date---------------*/

::-webkit-inner-spin-button {
    display: none;
}

 /* ::-webkit-calendar-picker-indicator {
    background-color: white
} */

 ::-webkit-datetime-edit-text {
    color: #555555
}

 ::-webkit-datetime-edit-month-field {
    color: #555555
}

 ::-webkit-datetime-edit-day-field {
    color: #555555;
}

 ::-webkit-datetime-edit-year-field {
    color: #555555;
}

 ::-webkit-calendar-picker-indicator {
    background-image: url(../image/calendar-alt-solid.svg);
    background-position: center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    color: rgba(204, 204, 204, 0);
    background-color: white;
}


/*-----------------*/

/*---------------Responsive------------------*/

@media only screen and (max-width: 767px) {
    .footer-logo {
        justify-content: start !important;
    }
    .tags:after {
        background: #fff;
        /* border-radius: 5px; */
        top: -1px;
        color: #43B0EF;
        content: attr(data-gloss);
        right: 95%;
        padding: 7.8px;
        position: absolute;
        z-index: 98;
        width: max-content;
        height: 39px;
        font-weight: bold;
        border: 2px solid #43B0EF;
        border-right: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        display: flex;
        align-items: center;
    }
    .search {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
 
    .footer-logo {
        justify-content: start !important;
    }

    .search {
        display: flex;
    }
}

@media only screen and (min-width: 992px) {
 
    .footer-logo {
        justify-content: end !important;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-logo {
        justify-content: end !important;
    }
}

/* ==========================================================================
   APPLICATION OVERRIDES (formerly updated_custom.css)
   ========================================================================== */

.horizontal-strip {

  background-color: #e2e8f0;
  height: 50px;
  padding-top: 6px;
}

.progress-bar {
  height: 33px !important;
  font-size: 14px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #e2e8f0;
  background-color: #003B64;
  border-color: #003B64;
}

.btn-light {
  border-bottom: 2px solid #003B64 !important;
  border-right: 2px solid #003B64 !important;
}

.btn-light-blue {
  background: #75a4e0 !important;
  border-color: #75a4e0 !important;
  color: #000 !important;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #BCD4E6 !important;
  --bs-btn-border-color: #BCD4E6 !important;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #BCD4E6 !important;
  --bs-btn-hover-border-color: #BCD4E6 !important;
  --bs-btn-focus-shadow-rgb: 100, 200, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #BCD4E6 !important;
  --bs-btn-active-border-color: #BCD4E6 !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #BCD4E6 !important;
  --bs-btn-disabled-border-color: #BCD4E6 !important;
  font-size: 13px !important;
  padding: 8px 16px;
  font-weight: 500;
}

.btn-teritory {
  --bs-btn-color: #fff !important;
  --bs-btn-bg: #4EA6E6 !important;
  --bs-btn-border-color: #4EA6E6 !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4EA6E6 !important;
  --bs-btn-hover-border-color: #4EA6E6 !important;
  --bs-btn-focus-shadow-rgb: 100, 200, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4EA6E6 !important;
  --bs-btn-active-border-color: #4EA6E6 !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4EA6E6 !important;
  --bs-btn-disabled-border-color: #4EA6E6 !important;
  font-size: 13px !important;
  padding: 8px 16px;
  font-weight: 500;
}

.btn-grey.active {
  background: #BCD4E6 !important;
  border-color: #BCD4E6 !important;
  color: #000 !important;
}

.btn-grey:hover {
  background: #e2e6ea !important;
  border-color: #e2e6ea !important;
  color: #000 !important;
}

.btn-light-grey {
  --bs-btn-color: #000;
  --bs-btn-bg: #F8F9FC !important;
  --bs-btn-border-color: #F8F9FC !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #F8F9FC !important;
  --bs-btn-hover-border-color: #F8F9FC !important;
  --bs-btn-focus-shadow-rgb: 100, 200, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #F8F9FC !important;
  --bs-btn-active-border-color: #F8F9FC !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #F8F9FC !important;
  --bs-btn-disabled-border-color: #F8F9FC !important;
}

.btn-light-grey.active {
  background: #26395E !important;
  border-color: #26395E !important;
  color: #fff !important;
}

.btn-light-grey:hover {
  background: #26395E !important;
  /* slightly darker than #F8F9FC */
  border-color: #26395E !important;
  color: #fff !important;
}

.el-table th,
.table-wrap thead th {
  white-space: nowrap;
}

.nav-underline-wrapper {
  position: relative;
}

.nav-underline .nav-link.active {
  color: #0f456b;
  font-weight: 600;
}

.nav-underline .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #0f456b;
}

.nav-underline-wrapper .nav-item .nav-link.active+.nav-horizontal-line {
  width: 100%;
  left: 0;
}

/* button group rounded card */
.tab-button-group-wrapper {
  border: 1px solid #ccc;
  border-radius: 9px;
  padding: 6px;
  background: #fff;
  width: 100%;
}

.nav-tabs {
  display: flex;
  width: 100%;
  gap: 6px;
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
}

.nav-tabs .btn {
  border-radius: 9px;
  border: none;
  padding: 6px 14px;
  font-weight: 500;
}

/* Inactive buttons */
.btn-grey {
  background-color: transparent;
  color: #6c757d;
}

.badge {
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 8px;
  padding: 5px 10px;
  border: 1px solid transparent;
  cursor: unset;
}

/* ✅ Published - Green */
.status-green {
  background-color: var(--status-green-bg);
  color: var(--status-green-text);
  border-color: var(--status-green-border);
}

/* 🕓 Draft - Gray */
.status-gray {
  background-color: var(--status-gray-bg);
  color: var(--status-gray-text);
  border-color: var(--status-gray-border);
}

/* 🗄️ Archived - Muted */
.status-red {
  background-color: var(--status-red-bg);
  color: var(--status-red-text);
  border-color: var(--status-red-border);
}

.status-yellow {
  background-color: var(--status-yellow-bg);
  color: var(--status-yellow-text);
  border-color: var(--status-yellow-border);
}

.badge.status-blue {
  background-color: var(--status-new-bg);
  color: var(--status-new-text);
  border-color: #bfdbfe;
}

.badge.status-indigo {
  background-color: var(--status-open-bg);
  color: var(--status-open-text);
  border-color: #d8defc;
}

.badge.status-purple {
  background-color: var(--status-assigned-bg);
  color: var(--status-assigned-text);
  border-color: #ddd6fe;
}

.badge.status-teal {
  background-color: #f0fdfa;
  color: #059669;
  border-color: #a7f3d0;
}

.badge.status-cyan {
  background-color: var(--status-waiting-customer-bg);
  color: var(--status-waiting-customer-text);
  border-color: #cffafe;
}

.badge.status-orange {
  background-color: var(--status-in-progress-bg);
  color: var(--status-in-progress-text);
  border-color: #fed7aa;
}

.badge.status-orange-dark {
  background-color: var(--status-reopened-bg);
  color: var(--status-reopened-text);
  border-color: #ffd3b0;
}

.badge.status-amber {
  background-color: var(--status-waiting-approval-bg);
  color: var(--status-waiting-approval-text);
  border-color: #fde68a;
}

.badge.status-green-dark {
  background-color: #eef9ec;
  color: #2e7d32;
  border-color: #cde8d0;
}

.badge.status-blue,
.badge.status-indigo,
.badge.status-purple,
.badge.status-teal,
.badge.status-cyan,
.badge.status-orange,
.badge.status-orange-dark,
.badge.status-amber,
.badge.status-green,
.badge.status-green-dark,
.badge.status-red,
.badge.status-gray {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  white-space: nowrap;
  line-height: 1;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 999px;
  padding: 4px 10px;
  border: none;
  cursor: unset;
}

.badge.status-new,
.badge.status-open,
.badge.status-assigned,
.badge.status-in-progress,
.badge.status-pending-vendor,
.badge.status-pending-user,
.badge.status-waiting-customer,
.badge.status-waiting-approval,
.badge.status-on-hold,
.badge.status-reopened,
.badge.status-resolved,
.badge.status-closed,
.badge.status-submitted-close,
.badge.status-canceled,
.badge.status-answered,
.badge.status-customer-reply,
.badge.status-waiting-vendor,
.badge.status-waiting-user,
.badge.status-non-response,
.badge.status-published,
.badge.status-draft,
.badge.status-archived {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  white-space: nowrap;
  line-height: 1;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 999px;
  padding: 4px 10px;
  border: none;
  color: #fff;
  cursor: unset;
}

.badge.status-new {
  background-color: var(--status-new-bg);
  color: var(--status-new-text);
}

.badge.status-open {
  background-color: var(--status-open-bg);
  color: var(--status-open-text);
}

.badge.status-assigned {
  background-color: var(--status-assigned-bg);
  color: var(--status-assigned-text);
}

.badge.status-in-progress {
  background-color: var(--status-in-progress-bg);
  color: var(--status-in-progress-text);
}

.badge.status-pending-vendor {
  background-color: var(--status-pending-vendor-bg);
  color: var(--status-pending-vendor-text);
}

.badge.status-pending-user {
  background-color: var(--status-pending-user-bg);
  color: var(--status-pending-user-text);
}

.badge.status-waiting-customer {
  background-color: var(--status-waiting-customer-bg);
  color: var(--status-waiting-customer-text);
}

.badge.status-waiting-approval {
  background-color: var(--status-waiting-approval-bg);
  color: var(--status-waiting-approval-text);
}

.badge.status-on-hold {
  background-color: var(--status-on-hold-bg);
  color: var(--status-on-hold-text);
}

.badge.status-reopened {
  background-color: var(--status-reopened-bg);
  color: var(--status-reopened-text);
}

.badge.status-resolved {
  background-color: var(--status-resolved-bg);
  color: var(--status-resolved-text);
}

.badge.status-closed {
  background-color: var(--status-resolved-bg);
  color: var(--status-resolved-text);
}

.badge.status-submitted-close {
  background-color: var(--status-resolved-bg);
  color: var(--status-resolved-text);
}

.badge.status-canceled {
  background-color: var(--status-canceled-bg);
  color: var(--status-canceled-text);
}

.badge.status-answered {
  background-color: var(--status-answered-bg);
  color: var(--status-answered-text);
}

.badge.status-customer-reply {
  background-color: var(--status-customer-reply-bg);
  color: var(--status-customer-reply-text);
}

.badge.status-waiting-vendor {
  background-color: var(--status-waiting-vendor-bg);
  color: var(--status-waiting-vendor-text);
}

.badge.status-waiting-user {
  background-color: var(--status-waiting-user-bg);
  color: var(--status-waiting-user-text);
}

.badge.status-non-response {
  background-color: var(--status-non-response-bg);
  color: var(--status-non-response-text);
}

.badge.status-published {
  background-color: var(--status-published-bg);
  color: var(--status-published-text);
}

.badge.status-draft {
  background-color: var(--status-draft-bg);
  color: var(--status-draft-text);
}

.badge.status-archived {
  background-color: var(--status-archived-bg);
  color: var(--status-archived-text);
}

.badge.status-green {
  background-color: var(--status-resolved-bg);
  color: var(--status-resolved-text);
  border-color: #cbeed5;
}

.badge.status-red {
  background-color: var(--status-canceled-bg);
  color: var(--status-canceled-text);
  border-color: #f7c7c2;
}

.badge.status-gray {
  background-color: var(--status-non-response-bg);
  color: var(--status-non-response-text);
  border-color: var(--status-gray-border);
}

.profile-overview-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.initials-avatar {
  background-color: #dee2e6;
  color: #495057;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

/* Avatar Colors - Curated Palette */
.avatar-blue { background-color: #eff6ff !important; color: #1d4ed8 !important; border: 1px solid #bfdbfe !important; }
.avatar-indigo { background-color: #eef2ff !important; color: #5b6ef5 !important; border: 1px solid #d8defc !important; }
.avatar-purple { background-color: #f5f3ff !important; color: #7c3aed !important; border: 1px solid #ddd6fe !important; }
.avatar-teal { background-color: #f0fdfa !important; color: #0d9488 !important; border: 1px solid #99f6e4 !important; }
.avatar-cyan { background-color: #ecfeff !important; color: #0891b2 !important; border: 1px solid #a5f3fc !important; }
.avatar-orange { background-color: #fff7ed !important; color: #ea580c !important; border: 1px solid #fdba74 !important; }
.avatar-amber { background-color: #fffbeb !important; color: #d97706 !important; border: 1px solid #fcd34d !important; }
.avatar-rose { background-color: #fff1f2 !important; color: #e11d48 !important; border: 1px solid #fecdd3 !important; }
.avatar-slate { background-color: #f8fafc !important; color: #475569 !important; border: 1px solid #e2e8f0 !important; }
.avatar-green { background-color: #f0fdf4 !important; color: #16a34a !important; border: 1px solid #bbf7d0 !important; }

/* User Hover Card */
.user-hover-card {
  position: fixed;
  z-index: 10000;
  width: 260px;
  max-width: 280px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
  pointer-events: none;
  animation: fadeIn 0.2s ease-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Enhanced Avatar Styles */
.avatar-stack-item {
  border: 1.5px solid #ffffff !important;
  box-shadow: 0 0 0 0.5px rgba(226, 232, 240, 0.8), 0 4px 12px rgba(15, 23, 42, 0.08) !important;
  transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
}

.avatar-stack-item:hover {
  transform: scale(1.15);
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12) !important;
}

.text-muted-slate {
  color: #94a3b8 !important;
  font-size: 13px;
}

.app-action-btn:hover,
.app-action-btn:focus,
.app-action-btn:active,
.app-action-btn--outline:hover,
.app-action-btn--outline:focus {
  color: #172033 !important;
  background-color: #eef6ff !important;
  border-color: #c3cfdd !important;
  box-shadow: none !important;
  filter: none !important;
}

.app-action-btn:disabled,
.app-action-btn.disabled {
  color: #7b8794 !important;
  background-color: #f1f5f9 !important;
  border-color: #d7dee6 !important;
  opacity: 1 !important;
}
