.ts-dropdown-content .option{
  font-size: 1rem;
}
.ts-control input, .ts-control .item{
  font-size: 1rem !important;
}
.medical-coding-form .ts-control{
  border: none !important;
}
.ts-wrapper {
  margin-top: .25rem;
  padding: 0px;
}
.ts-dropdown{
  padding: 8px 8px;
}
.ts-dropdown .active{
  background-color: #f3f4f6 !important;
}
#claimFilterModal > div {
  overflow: visible;
}
.dropdown-active{
  border: 1px solid #2563eb;
}
.surgeon-bg {
  background: #F8F8FF;
  color: #53575A;
  font-size: 12px;
}

.surgeon-group {
  display: block;
  width: 100%;
}

.case-list::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

.case-list::-webkit-scrollbar-track {
  border-radius: 10px;
}
 
.case-list::-webkit-scrollbar-thumb {
  background: #EAECEE; 
  border-radius: 10px;
  padding: 0;
}
.surgeon-bg {
  background: #F8F8FF;
  color: #53575A;
  font-size: 12px;
}

.surgeon-group {
  display: block;
  width: 100%;
}

.case-list::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

.case-list::-webkit-scrollbar-track {
  border-radius: 10px;
}
 
.case-list::-webkit-scrollbar-thumb {
  background: #EAECEE; 
  border-radius: 10px;
}
.search-filter-row + .calender-row + .case-list{
  max-height: calc(100vh - 230px);
}
.search-filter-row + .case-list{
  max-height: calc(100vh - 166px);
}
.flatpickr-prev-month svg, .flatpickr-next-month svg {
  stroke: black;
  stroke-width: 2px;
  fill: black;
  width: 16px;
  height: 16px;
}
.flatpickr-monthDropdown-months, .numInput{
  font-weight: 500 !important;
}
.flatpickr-weekday{
  color: #2D2F31 !important;
}
.flatpickr-day.today {
  background-color: #F7F9FA;
  border-color: #F7F9FA;
  color: #2D2F31;
  position: relative;
}
.flatpickr-day{
  font-weight: bold;
}
.flatpickr-day:hover{
  background-color: #F7F9FA;
  border-color: #F7F9FA;
  color: #2D2F31;
}
.flatpickr-day.today::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: #4C6EF5;
  border-radius: 50%;
  transform: translateX(-50%);
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus{
  background-color: #F7F9FA;
  border-color: #F7F9FA;
  color: #000;
}
.flatpickr-day.selected {
  background-color: #4C6EF5 !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  border: none !important;
}
.flatpickr-day.selected:hover{
  background-color: #4C6EF5;  
}

.flatpickr-day.today.selected::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: #FFF;
  border-radius: 50%;
  transform: translateX(-50%);
}
.shadow-xs {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.custom-date-input::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.border-none{
  border: 0 !important;
  padding: 0 !important;
}

.claim-item-reorder-list .claim-item-reorder-item {
  transition: transform 0.2s ease, margin 0.2s ease;
}

.claim-item-drag-preview {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
  opacity: 0.96;
  transform: rotate(-1deg);
}

.claim-item-dragging-source [data-claim-items-reorder-target~="card"],
.claim-item-dragging-source.claim-item-reorder-card {
  opacity: 0.35;
  border-style: dashed !important;
  border-color: #cbd5e1 !important;
  background-color: #f8fafc !important;
  box-shadow: none !important;
}

.claim-item-drop-before::before,
.claim-item-drop-after::after {
  content: "";
  display: block;
  height: 3px;
  background: #5552ff;
  border-radius: 9999px;
}

.claim-item-drop-before::before {
  margin-bottom: 12px;
}

.claim-item-drop-after::after {
  margin-top: 12px;
}

.exactrx-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
}

.exactrx-pagination__group {
  display: inline-flex;
  align-items: stretch;
  overflow: hidden;
  max-width: 100%;
  background: #fff;
  border: 1px solid #daddde;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08);
}

.exactrx-pagination__control,
.exactrx-pagination__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #53575a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.exactrx-pagination__control:hover,
.exactrx-pagination__page:hover {
  background: #f7f9fa;
  color: #2d2f31;
}

.exactrx-pagination__control {
  min-width: 120px;
  gap: 12px;
  padding: 0 24px;
}

.exactrx-pagination__page {
  min-width: 56px;
  padding: 0 18px;
  border-left: 1px solid #daddde;
}

.exactrx-pagination__control--next {
  border-left: 1px solid #daddde;
}

.exactrx-pagination__control--previous::before,
.exactrx-pagination__control--next::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: currentColor;
  flex: 0 0 16px;
  mask: var(--pagination-arrow-mask) center / contain no-repeat;
  -webkit-mask: var(--pagination-arrow-mask) center / contain no-repeat;
}

.exactrx-pagination__control--previous::before {
  --pagination-arrow-mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.25 14.25L6 9L11.25 3.75' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.exactrx-pagination__control--next::after {
  --pagination-arrow-mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 3.75L12 9L6.75 14.25' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.exactrx-pagination__page.is-current {
  color: #111827;
  background: #f7f9fa;
}

.exactrx-pagination__gap {
  color: #53575a;
  pointer-events: none;
}

.exactrx-pagination .is-disabled {
  color: #9ca3af;
  cursor: not-allowed;
  pointer-events: none;
}

@media (max-width: 640px) {
  .exactrx-pagination__control {
    min-width: 112px;
    padding: 0 16px;
    font-size: 15px;
    gap: 10px;
  }

  .exactrx-pagination__page {
    min-width: 48px;
    padding: 0 14px;
    font-size: 15px;
  }
}
