.cursor-pointer a {
    cursor: pointer;
}

abbr[title] {
    cursor: pointer;
}

.red-star {
    color: red;
}

.dropify-filename {
    display: none !important;
}

.dropify-wrapper:hover {
    background: none;
}

.dropify-infos-inner {
    display: none;
}


.dropify-message {
    display: none;
}

.tox-statusbar__branding {
    display: none;
}

.download-disabled {
    opacity: 0.5 !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
}

.max-height-400px {
    max-height: 400px !important;
    overflow: scroll;
}





.chart-horizontal-scroll {
    overflow-x: auto;
    overflow-y: hidden;
}

table.dataTable th,
table.dataTable td {
    vertical-align: middle;
    padding: 8px 4px !important;
}



.custom-card {
    border-radius: 10px;
    padding: 20px;
}

.card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}






.icon {
    font-size: 40px;
    opacity: 0.7;
}
.search-input {
    position: relative;
}


.search-input .icon {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.search-input .icon.x-mark {
    left: unset;
    right: 8px;
    opacity: 0.8;
    width: 20px;
    cursor: pointer;
    color: #495057;
    font-size: 14px;
}

.bg-blue {
    background: #e7f0ff;
}

.bg-green {
    background: #e9f7ef;
}

.bg-purple {
    background: #f1ecff;
}

.bg-orange, thead.bg-orange th {
    background-color: #f6f7f4 !important;
}

.earning-input {
  max-width: 120px;
}

#securePolicyForm .pm-agent-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1100;
    background: #fff;
    border: 1.5px solid #d4c9b0;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(26, 26, 46, 0.18);
    max-height: 220px;
    overflow-y: auto;
    display: none;
  }

  #securePolicyForm .pm-agent-dropdown .pm-agent-option {
    padding: 0.45rem 0.7rem;
    cursor: pointer;
    font-size: 0.82rem;
    color: #1a1a2e;
    background: #fff;
    transition: background 0.12s;
  }

  #securePolicyForm .pm-agent-dropdown .pm-agent-option:hover {
    background: #e0f2f1;
    color: #000;
  }

  #securePolicyForm .pm-agent-dropdown .pm-dropdown-info {
    padding: 0.45rem 0.7rem;
    font-size: 0.8rem;
    color: #999;
    background: #fff;
  }
  
  #securePolicyForm .pm-hint-text {
    position: static;
    transform: none;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: 0.25rem;
  }
  
  #securePolicyForm .pm-switch-group {
    max-width: 140px;
  }

  /* Skeleton Loading System */
  .skeleton {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
  }

  @keyframes shine {
    to {
      background-position-x: -200%;
    }
  }

  .skeleton-text {
    height: 12px;
    width: 100%;
    display: inline-block;
  }

  .skeleton-title {
    height: 18px;
    width: 70%;
    display: inline-block;
  }

  /* Content-specific Skeleton Widths (No Inline CSS) */
  .skeleton-w-30 { width: 30%; }
  .skeleton-w-50 { width: 50%; }
  .skeleton-w-70 { width: 70%; }
  .skeleton-w-80 { width: 80%; }
  .skeleton-w-90 { width: 90%; }
  .skeleton-w-100 { width: 100%; }
  .skeleton-w-px-50 { width: 50px; }
  .skeleton-w-px-80 { width: 80px; }
  .skeleton-w-px-100 { width: 100px; }
  .skeleton-w-px-120 { width: 120px; }

  /* Sizing Utilities to replace inline styles */
  .w-500px { width: 500px !important; }
  .w-40p { width: 40% !important; }
  .w-100px { width: 100px !important; }
  .w-150px { width: 150px !important; }
  .h-100px { height: 100px !important; }
  .w-48px { width: 48px !important; }
  .h-48px { height: 48px !important; }
  .size-14px { width: 14px !important; height: 14px !important; }
  .size-16px { width: 16px !important; height: 16px !important; }
  .size-20px { width: 20px !important; height: 20px !important; }
  .size-48px { width: 48px !important; height: 48px !important; }
  .min-w-130px { min-width: 130px !important; }
  .min-w-155px { min-width: 155px !important; }
  .min-w-200px { min-width: 200px !important; }
  .max-w-100px { max-width: 100px !important; }
  .max-w-130px { max-width: 130px !important; }
  .bg-white-important { background: #fff !important; }
  .text-brand-orange { color: #F4821F !important; }
  .mt-28px { margin-top: 28px !important; }
  .size-60px { width: 60px !important; height: 60px !important; }
  .size-45px { width: 45px !important; height: 45px !important; }
  .size-25px { width: 25px !important; height: 25px !important; }
  .fs-12px { font-size: 12px !important; }


  
  
.min-width-120 {
  min-width: 120px;
}

.remark-content {
    white-space: pre-wrap;
    min-height: 300px;
}

/* Notes Sidebar Styles */
.note-item .delete-note {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.note-item:hover .delete-note {
    opacity: 1 !important;
}

#notesContainer {
    max-height: calc(100vh - 300px);
}

.note-description-input {
    resize: none !important;
}

.note-content {
    white-space: pre-wrap;
}

.size-18px { width: 18px !important; height: 18px !important; }
.size-40px { width: 40px !important; height: 40px !important; }

/* Sizing Utilities */
.h-30px { height: 30px !important; }
.h-40px { height: 40px !important; }
.h-200px { height: 200px !important; }

/* Fix overlap of search icon with Select2 placeholder in recovery/policy filters */
.recovery-agent:has(.mdi-magnify) .select2-selection {
    padding-left: 25px !important;
    padding-top: 5px;
}
