
@import url("/public/assets/bootstrap-icons/bootstrap-icons.min.css");

.stan_font {
    font-size:4px;
}

/* figure {
    border: white solid 7px;
    box-shadow: 0 0 10px #0000006b;
} */

/* .select2-selection__rendered {
    font-size: 1rem;
} */

.select2-dropdown--below {
    font-size: small;
}

.select2-dropdown {
    font-size: small;
}

.page-link {
    font-size: small;
}

/* .modal:nth-of-type(odd) {
    z-index: 1055 !important;
}
.modal-backdrop.show:nth-of-type(odd) {
    z-index: 1061 !important;
}

.modal:nth-of-type(even) {
    z-index: 1062 !important;
} */

.client {
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
    display: inline-block;
    margin: 10px;
}
.hide {
    display: none;
}

.text-sm {
    margin-top: 5px;
    font-size: 10px;
}

.text-md {
    margin-top: 5px;
    font-size: 12px;
}

.text-lg {
    margin-top: 5px;
    font-size: 14px;
}

.btn-icon {
    display: flex; 
    gap: 5px; 
    align-items: center; 
}

.ml-2 {
    margin-left: 8px;
}

.badge-custom {
    height: 15px;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 7px;
}

.modal-dialog-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 9999;
}

.table-hover.cursor-pointer>tbody>tr:hover>* {
    --falcon-table-accent-bg: var(--falcon-table-hover-bg);
    color: var(--falcon-table-hover-color);
    cursor: pointer;
}

.mr-1 {
    margin-right: .25rem !important;
}
.mr-2 {
    margin-right: .5rem !important;
}
.mr-3 {
    margin-right: .75rem !important;
}
.mr-4 {
    margin-right: 1rem !important;
}

.ml-1 {
    margin-left: .25rem !important;
}
.ml-2 {
    margin-left: .5rem !important;
}
.ml-3 {
    margin-left: .75rem !important;
}
.ml-4 {
    margin-left: 1rem !important;
}

.right-10 {
    right: 10px !important;
}
.notif-docs.notification-indicator::before {
    right: -0.5rem !important;
    top: .9rem !important;
}

.notification-indicator-number.number-docs {
    right: -0.505rem;
    top: 1rem;
}

.notif-details-docs.notification-indicator::before {
    left: -.5rem !important;
    top: -0.35rem !important;
}

input.avatarzoom-hidden[type=checkbox] {
    display: none;
}
  
.avatarzoom-container img {
    margin: 100px;
    max-height: 1000px;
    border: 1px solid;
    transition: transform 0.25s ease;
    cursor: zoom-in;
}
  
.zoomCheck.zoom-active ~ label > img {
    transform: scale(2);
    transform-origin: 0 0;
    cursor: zoom-out;
}

.treeview [data-bs-toggle=collapse] .treeview-text::before {
    width: 15px !important;
}

.treeview [data-bs-toggle=collapse][aria-expanded=true] .treeview-text::before {
    width: 16px !important;
}

.btn-file-img.active {
    background-color: antiquewhite;
    padding-left: 10px;
}

/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); */
@font-face {
    font-family: "Open Sans";
    /* src: url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap"); */
    src: url('/public/assets/fonts/open-sans/open-sans-v44-latin-300.woff2') format('woff2');
    font-weight: 300; /* Semibold weight */
    font-style: normal;
    font-optical-sizing: auto;
    font-variation-settings:
      "wdth" 100;
}

@media print
{
    .page-break  { 
        display:block; 
        page-break-before:always; 
    }
    
    .avoid-break {
        break-inside: avoid;
    }

}

table.dataTable td.dt-control:before {
    display: inline-block;
    box-sizing: border-box;
    content: "";
    border-top: 5px solid transparent;
    border-left: 10px solid rgba(0, 0, 0, 0.5);
    border-bottom: 5px solid transparent;
    border-right: 0px solid transparent;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
    content: "" !important;
    border-top: 10px solid rgba(0, 0, 0, 0.5);
    border-left: 5px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 5px solid transparent;
}

.end-3 {
    right: 3% !important;
}

.top--25 {
    top: -25% !important;
}

.highlight {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    font-weight: bold !important;
}

.shadow-button-img {
    top: 0px !important;
    right: 0px !important;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.table.dataTable tr.dtrg-group th {
    /* background-color: #f0eded !important; */
    background-color: rgb(240, 241, 245) !important;
}

.select2-container--default .select2-results>.select2-results__options{
    max-height: 500px !important;
}

.autocomplete-list {
  max-height: 250px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #ccc;
  border-top: none;
}
.autocomplete-list .list-group-item {
  cursor: pointer;
}
.autocomplete-list .list-group-item:hover {
  background-color: #f0f0f0;
}

.rerun-indicator-primary::before {
    background-color: var(--falcon-warning);
}

.rerun-indicator::before {
    position: absolute;
    content: "";
    right: 3.1rem;
    top: -0.4rem;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    border: 2px solid var(--falcon-notification-indicator-border-color);
}

/* styles for buttons datatables */
div.dt-buttons {
  float: inline-start !important;
}

.payor_priority_item:active{
    cursor: grabbing;
} 

/* Container for the input and icon */
.inner-addon {
  position: relative;
}

/* Style the icon */
.inner-addon .bi {
  position: absolute;
  padding: 10px;
  pointer-events: none; /* Allows clicking "through" the icon to focus input */
  color: #6c757d;
}

/* Move the text over to make room for the icon */
.left-addon .bi { left:  0px;}
.left-addon input { padding-left: 35px; }

.right-addon .bi { right: 0px; }
.right-addon input { padding-right: 35px; }

.password-wrapper input {
  padding-right: 40px; /* Space for the icon */
}

.password-wrapper .btn:focus {
  box-shadow: none; /* Removes the button's focus ring so it looks seamless */
}

.password-wrapper .bi {
  color: #6c757d;
  cursor: pointer;
}

#togglePassword {
    z-index: 10;
    display: flex;
    align-items: center;
    height: 100%; /* Ensures the button spans the input height for perfect centering */
}

#toggleIcon {
    line-height: 0; /* Prevents icon font-size from pushing the button height */
}

.password-wrapper .btn {
    right: 10px !important; /* Force distance from the right edge */
    left: auto !important;  /* Ensure it's not being pulled to the left */
}