:root {
    --adminuiux-content-font: 'Roboto';
    --adminuiux-content-font-weight: 400;
    --adminuiux-title-font: "Fira Sans Condensed";
    --adminuiux-title-font-weight: 500;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #8c4b89; /* #0d6efd;*/
    --bs-btn-border-color: #8c4b89; /* #0d6efd;*/
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #802b7f; /*#0b5ed7;*/
    --bs-btn-hover-border-color: #802b7f; /*#0a58ca;*/
    --bs-btn-focus-shadow-rgb: #802b7f; /* 49,132,253;*/
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #802b7f; /*#0a58ca;*/
    --bs-btn-active-border-color: #802b7f; /*#0a53be;*/
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #8c4b89; /* #0d6efd;*/
    --bs-btn-disabled-border-color: #8c4b89; /* #0d6efd;*/
}
:root, [data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-secondary: #6c757d;
    --bs-success: pink; /* #198754;*/
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-primary-text-emphasis: pink; /*#052c65;*/
    --bs-success-text-emphasis: pink; /* #0a3622;*/
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-success-border-subtle: #a3cfbb;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: Roboto,system-ui,-apple-system,"Segoe UI","Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: 000;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(33,37,41,.75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33,37,41,.5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #8c4b89; /* #0d6efd;*/
    --bs-link-color-rgb: 213,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #802b7f; /*#0a58ca;*/
    --bs-link-hover-color-rgb: 210,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #000; /*#212529;*/
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0,0,0,.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0,0,0,.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0,0,0,.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0,0,0,.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(213,110,253,.25);
    --bs-form-valid-color: pink; /*#198754;*/
    --bs-form-valid-border-color: pink; /*#198754;*/
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}
.btn-outline-primary {
    --bs-btn-color: #8c4b89; /* #0d6efd;*/
    --bs-btn-border-color: #8c4b89; /* #0d6efd;*/
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #8c4b89; /* #0d6efd;*/
    --bs-btn-hover-border-color: #8c4b89; /* #0d6efd;*/
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #8c4b89; /* #0d6efd;*/
    --bs-btn-active-border-color: #8c4b89; /* #0d6efd;*/
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #8c4b89; /* #0d6efd;*/
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #8c4b89; /* #0d6efd;*/
    --bs-gradient: none;
}
input:checked {
    background-color: #8c4b89 !important; /* #0d6efd;*/
    border-color: #8c4b89 !important; /* #0d6efd;*/
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #802b7f; /* #258cfb;*/
}
.btn-link {
    font-weight:700;
    text-decoration:none;
}
body {
    background-attachment: fixed;
    /*background-color: var(--adminuiux-bg-1);*/
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    display: flex;
    flex-direction: column;
    /*font-family: var(--adminuiux-content-font),sans-serif;*/
    font-weight: 400;
    height: auto
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: var(--adminuiux-title-font),sans-serif;
    font-weight: var(--adminuiux-title-font-weight);
    color: var(--bs-heading-color);
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0;
}
/*8c4b89  .  802b7f*/
html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}



html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*-- Defined------------*/
.loading {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 45vh;
    z-index: 9999;
    display: none;
}

.showloading .loading {
    display: block;
}

.loading-back {
    opacity: 0.5;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
}

.loading-text {
    position: relative;
    background-color: white;
    margin: 7.5px 0;
    padding: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    color: black;
    font-size: xxx-large;
}


.loading-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}


/* Sidebar Default State (Collapsed) */
.adminuiux-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 60px !important;
    height: 100vh; /* full viewport height */
    background: #005f73 !important;
    color: white;
    transition: width 0.3s ease-in-out;
    padding-top: 20px;
    z-index: 1000;
    overflow-x: hidden; /* disable horizontal scroll */
    overflow-y: auto; /* enable vertical scroll only if needed */
    display: flex;
    flex-direction: column;
    align-items: center !important;
    /* Hide scrollbar across browsers */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.adminuiux-sidebar::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}


/* Expanded Sidebar */
.adminuiux-sidebar.active {
    /*width: 250px!important;*/
    align-items: flex-start !important;
}

/* Hide Menu Text When Collapsed */
.adminuiux-sidebar.sidebar-collapsed .menu-name {
    display: none !important;
}

/* Sidebar Items */
.adminuiux-sidebar .nav-item {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Sidebar Links */
.adminuiux-sidebar .nav-link {
    color: white !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Align left when expanded */
    width: 100%;
    padding: 12px 15px!important;
    font-size: 16px;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.adminuiux-sidebar .nav-link .menu-name{
    padding-left:40px!important;
}

.adminuiux-sidebar.sidebar-collapsed .nav-link {
    justify-content: center; 
    padding: 15px 0;
}

/* Icon Sizing & Alignment */
.adminuiux-sidebar .nav-link .reg-icon {
    font-size: 22px;
    width: 45px; 
    height: 45px; 
    margin-right:0px!important;
    padding-left:10px!important;
    padding-right:10px!important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important; 
}

.adminuiux-sidebar .nav-link .mgmt-icon {
    font-size: 22px;
    width: 45px;
    height: 45px;
    margin-right: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8578b6 !important
}

/* Ensure icons stay centered in collapsed mode */
.adminuiux-sidebar.sidebar-collapsed .nav-link i {
    width: 45px;
    height: 45px;
    margin-right: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* Hover & Active Colors */
.adminuiux-sidebar .nav-link:hover,
.adminuiux-sidebar .nav-link.active {
    background: #00b4d8 !important; 
    color: white !important;
}

.adminuiux-sidebar .nav-link:hover i,
.adminuiux-sidebar .nav-link.active i {
    color: white !important;
}

/* Sidebar Toggle Button */
.sidebar-toggler {
    position: fixed;
    top: 10px;
    margin-bottom:20px;
    left: 10px;
    z-index: 1100;
    background: #0096c7;
    border: none;
    padding: 12px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    color: white !important;
    font-size: 18px;
    border-radius: 5px;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-toggler:hover {
    background: none !important;
}
.float-right {
    float:right;
}

.collapse-body .card-body {
    display: none;
}
.btn.uncollapse-tool {
    display: none;
}
.collapse-body .collapse-tool {
    display: none;
}
.collapse-body .btn.uncollapse-tool {
    display: inline-block;
}

/* Important part */
.detail-modal-dialog {
    overflow-y: initial !important
}

.detail-modal-body {
    height: 80vh !important;
    overflow-y: auto;
}

.detail-modal-xl {
    height: 100vh !important;
    overflow-y: auto !important;
}

@media (min-width: 992px) {
    .detail-modal-xl {
        max-width: 800px !important;
    }
}

@media (min-width: 1200px) {
    .detail-modal-xl {
        max-width: 80vw !important;
    }
}

hr {
    margin: .5rem !important;
}

.radius-sm {
    border-radius: 2px
}

.radius-md {
    border-radius: .25rem
}

.radius-lg {
    border-radius: .5rem
}

.biolenz-pill {
    background-color: #81D5C5;
    padding: 3px 6px;
    border-radius: .25rem;
    line-height: 35px;
}
.biolenz-sponsor-lead-pill {
    background-color: #8578B6;
    padding: 3px 6px;
    border-radius: .25rem;
    font-weight: bold;
    line-height: 35px;
}
.biolenz-sponsor-collab-pill {
    background-color: #C34487;
    padding: 3px 6px;
    border-radius: .25rem;
    line-height: 35px;
}
/*
    Curatio Colors

    Turquiose: #81D5C5
    Blue: #00B4D2
    Lavender: #8578B6
    Pink: #C34487
*/

.loader-logo {
    animation: rotation 3s infinite linear;
}

@keyframes rotation {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

#notification-counter {
    background-color: red;
    border-radius: 25px;
    color: white;
    position: absolute;
    width: 15px;
    text-align: center;
    font-size: 10px;
    top: 32px;
    right: 25px;
}
/* Specialty */
.specialty-description {
}
.specialty-title {
    font-size: larger;
    margin-left: 3%;
    color: #8578B6;
}
.specialty-score {
    font-size: xx-large;
    margin-left: 60%;
    background-color: #00B4D2;
    border-radius: 25px;
    color: white;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    white-space: nowrap;
}
.orphan-title {
    font-size: larger;
    margin-left: 3%;
    color: #8c4b88; /*8c4b89*/
}

.orphan-score {
    font-size: xx-large;
    margin-left: 60%;
    background-color: #8c4b88; /*8c4b89*/
    border-radius: 25px;
    color: white;
    width: 46px;
    text-align: center;
    position: relative;
    white-space: nowrap;
}

.specialty-pill-Specialty {
    background-color: #00B4D2;
    border-radius: 25px;
    color: white;
    padding: 5px 10px 5px 10px;
}

.specialty-pill-Retail {
    background-color: #C34487;
    border-radius: 25px;
    color: white;
    padding: 5px 10px 5px 10px;
}

.specialty-pill-Tweener {
    background-color: #8578B6;
    border-radius: 25px;
    color: white;
    padding: 5px 10px 5px 10px;
}
/* Labels for phases */
.lbl-phase-tag {
    display: inline-block;
    background-color: orange;
    clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 30px;
    white-space: nowrap;
}

    .lbl-phase-tag.earlyphase1 {
        background-color: #a1e9d9;
    }

    .lbl-phase-tag.phase23 {
        background-color: #448bc8;
    }

    .lbl-phase-tag.phase1 {
        background-color: #81d5c5;
    }

    .lbl-phase-tag.phase12 {
        background-color: #40cacA;
    }

    .lbl-phase-tag.phase2 {
        background-color: #00b4d2;
    }

    .lbl-phase-tag.phase3 {
        background-color: #8578b6;
    }

    .lbl-phase-tag.phase4 {
        background-color: #C34487;
    }
    .lbl-phase-tag.approved {
        background-color: #A83874;
        width: 100px;
    }

    .lbl-phase-tag.zero {
        background-color: #999999 !important;
    }

.fda-designation-flag {
    display: inline-block;
    font-size: small;
    border: 1px solid gray;
    padding: 3px;
    border-radius: 5px;
    width: 28px;
    text-align: center;
    white-space: nowrap;
}
.emphasized-list {
    
}
.emphasized-list li::marker {
    font-weight: 700;
    font-size: 30px;
}
.emphasized-sub-list {
    column-count: 2;
}
.emphasized-sub-list li::marker {
    font-size: 14px;
    font-weight: 500;
}
.debug {
    display:none;
    color:deeppink;
}
#pagination-partial-container-top {
    display: inline-block;
    margin-right: 20px;
}
.custom-alert-checkbox input[type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.custom-alert-checkbox label::before {
    font-family: 'FontAwesome'; 
    content: "\f0a2"; 
    color: gray;
    cursor: pointer;
}
.custom-alert-checkbox input[type="checkbox"]:checked + label::before {
    content: "\f0f3";
    font-weight: 900;
    color: #8c4b89;
}
.toaster-text {
    color: black;
    background-color: lightgray;
    padding: 15px;
    margin: 5px;
}
.toaster-item {
    position: relative;
    display: block;
    margin-top: -80px;
    text-align: center;
}
.toaster-panel {
    position: fixed;
    text-align: center;
    width: 100vw;
    top: calc(100vh + 40px);
}
/*Specialty bars*/
.speicalty-bar {
    width: 25%;
    text-align: center;
    display: inline-block;
    padding:0px;
}

    .speicalty-bar .left {
        width: 100%;
        font-size: xx-large;
        text-align: center;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        color: grey;
        background-color: lightgrey;
    }
    .speicalty-bar .mid {
        width: 100%;
        font-size: xx-large;
        text-align: center;
        color: gray;
        background-color: lightgrey;
    }
    .speicalty-bar .right {
        width: 100%;
        font-size: xx-large;
        text-align: center;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        color: gray;
        background-color: lightgrey;
    }
.specialty-bar-selected-Retail .speicalty-bar .left {
    background-color: #C34487;
    color: white;
}
.specialty-bar-selected-Tweener .speicalty-bar .mid {
    background-color: #8578B6;
    color: white;
}
.specialty-bar-selected-Specialty .speicalty-bar .right {
    background-color: #00B4D2;
    color: white;
}
.left-side-group-button {
    cursor: pointer;
    margin: 0 0 0 5px;
    border-bottom-left-radius: var(--bs-border-radius);
    border-top-left-radius: var(--bs-border-radius);
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    align-items: center;
    background-color: grey;
    border: var(--bs-border-width) solid var(--bs-border-color);
    color: var(--bs-body-color);
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap;
}
.sort-down .input-group-append .left-side-group-button {
    background-color: white !important;
}
.right-side-group-button {
    cursor: pointer;
    margin: 0 5px 0 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: var(--bs-border-radius);
    border-top-right-radius: var(--bs-border-radius);
    align-items: center;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    color: var(--bs-body-color);
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap;
}
.sort-down .input-group-append .right-side-group-button {
    background-color: grey !important;
}
.sortable-column {
    cursor: pointer;
}
    .sortable-column::after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "\f0dc"; /*sort*/
        margin-left: 10px;
    }
    .sortable-column.sort-direction-up::after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "\f0de"; /*sort*/
        margin-left: 10px;
    }
    .sortable-column.sort-direction-down::after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "\f0dd"; /*sort*/
        margin-left: 10px;
    }

.validateme:valid {
    border-color: green;
    color: green;
}

.validateme:invalid {
    border-color: red;
    color: red;
}
.ddm-box {
    padding: 15px;
    margin: 15px;
}
