﻿/*
    1. Import Fonts
    2. Globals
      2.1 Modal Overwrites
      2.2 Buttons
      2.X Misc
    3. Header
    4. Footer
    5. Home Page
      5.1 Login Modal
    6. Contact Page
    7. Login Page
    8. Forgot Password Page
    9. Registration Page
    10. Profile Page
    11. Grid Pages (Rx Clarifications, EPA, Referral Status)
    12. EPA Request Page / PA Page
    13. Share Feedback Page
    14. Terms Page
    15. FAQ Page
    16. Training Page
    17. Global Alerts, Confirmations, etc.
    18. My Dashboard Page
    19. Delivery and Appointment Dates Modal
    20. Preferred pharmacy
    21. /melintaprogram

    00. Media Queries

    colors:
    #2AADE1 = light blue
    #2A2B3B = black 6
    #ffffff = white

\
    new colors:
    #231f20 = text color



*/
:root {
  --primary: #0071BC;
  --primary-dark: #006bb3;
}
.gap {
    gap: 1rem;
}
main{max-width: 1820px;
    min-width: 1080px;}
b,
strong {
    font-weight: 600;
}

div {
    text-transform: math-auto;
}

.br-1 {
    border-right: 1px solid black;
}

svg.bi-arrow-right-circle-fill {
    width: 31px;
    height: 31px;
    color: #2AADE1;
}

.tooltip-danger .tooltip-inner {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #721c24;
}

.tooltip-danger .tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #721c24;
}

.tooltip-danger .tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #721c24;
}

.tooltip-danger .tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #721c24;
}

.tooltip-danger .tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #721c24;
}
tr.child-row{margin:1rem;}
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting_asc_disabled,
table.dataTable thead>tr>th.sorting_desc_disabled,
table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting_asc_disabled,
table.dataTable thead>tr>td.sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    padding-right: 26px;
    vertical-align: middle;
}

.bg-grey {
    background-color: #F0F0F0;
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    position: absolute;
    display: block;
    opacity: .125;
    right: 10px;
    line-height: 9px;
    font-size: .8em
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:before {
    bottom: 50%;
    content: "▲";
    content: "▲"/""
}

table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    top: 50%;
    content: "▼";
    content: "▼"/""
}

table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:after {
    opacity: .6
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 8px 10px;
}

.table td,
.table th {
    border-top: none;
}

.table thead th span.text-nowrap {
    position: absolute;
}

table.sticky-header-table thead {
    position: sticky !important;
    background: white;
    top:0px;
    z-index: 2;
    text-decoration: none;
    border-bottom: 8px solid #f0f0f0 !important;
}

.flex_task_inputs {
    display: flex;
    width: 100%
}


.global-chat-window {
    bottom: 0;
    width: 495px !important;
    height: 498px !important;
    padding: 0 !important;
    z-index: 15;
}

.chat-icon {
    font-size: 0.9rem;
    cursor: pointer;
    position: fixed;
    bottom: 0px;
    right: 1.7rem;
    width: 4.7rem;
    height: 4.2rem;
    z-index: 15;
    background-color: white;
    border-top-left-radius: 0.9rem;
    border-top-right-radius: 0.9rem;
    border-color: black;
    border-width: 2px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #4D5F85;
    font-weight: bold;
}

.gap-1 {
    gap: .5rem;
}

.chat-icon i {
    font-size: 1.7rem;
}


#chatframe {
    border: 1px solid #ddd;
    background: #fff;
    min-height: 460px;
}

.dialog-chat-window .ui-dialog-title {
    display: none;
}

.ui-dialog-titlebar {
    width: 495px !important;
    position: absolute;
    top: -42px;
}

.ui-draggable .ui-dialog-titlebar {
    width: 504px !important;
    left: -4px !important;
}

/* --- 1. Import Fonts --- */
@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/proxima-nova-thin.woff") format("woff");
}

@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/proxima-nova-regular.woff") format("woff");
}

@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/proxima-nova-semibold.woff") format("woff");
}

@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/proxima-nova-bold.woff") format("woff");
}


/* --- 2. Globals --- */
html,
body {
    font-family: 'Proxima Nova', 'Open Sans', sans-serif;
    line-height: 1.3;
    color: #28283d;
}

body {
    position: relative;
}

.bg_grey {
    background: #F5F5F5;
}

.bg_eee {
    background: #eee !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000;
    font-weight: 600;
}

.home_page_cr h1,
.home_page_cr h2,
.home_page_cr h3,
.home_page_cr h4,
.home_page_cr h5,
.home_page_cr h6 {
    color: #155483;
    font-weight: 600;
}


h1,
.h1 {
    font-size: 3.5rem;
}

h2,
.h2 {
    font-size: 3rem;
}

h3,
.h3 {
    font-size: 2.5rem;
}

h4,
.h4 {
    font-size: 2rem;
}

h5,
.h5 {
    font-size: 1.5rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.alert {
    border-radius: 0 !important;
}

.text-black {
    color: black !important;
}

.text-underline {
    text-decoration: underline;
}

.alert-primary {
    color: #0071BC !important;
    background: #e7f6fc !important;
    border-color: #2AADE1 !important;
}

.text-center {
    text-align: center;
}

.dashboard_page_cr,
.referrals_page_cr {
    background: #f0f0f0 !important;
}

.dashboard_page_cr .announcement_element {
    color: #465f9f;
    padding: 0.2rem 1.2rem 1.2rem 1.2rem;
    margin-bottom: 0.75rem;
    background: #d7eff6;
}

.announcements_wrapper {
    margin-bottom: 1.75rem;
    display: none;
}

.dashboard_page_cr .announcements_wrapper .card-title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.dashboard_page_cr .announcement_element .announcement_date {
    font-size: 0.8rem;
    color: #000;
    color: #686868 !important
}

#Announcements_list {
    max-height: 400px;
    overflow-y: scroll;
}

.flex-break {
    width: 100%;
    height: 0;
}

label {
    margin-bottom: 0.2rem;
}

.font-weight-light {
    font-weight: 200 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-medium {
    font-weight: 600 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.page_title {
    font-size: 2rem;
    color: #155483;
    font-weight: 600;
}

.home_page_cr .page_title {
    font-size: 3.5rem;
}

.text-primary {
    color: #2AADE1 !important;
}

.text-secondary {
    color: #2A2B3B !important;
}

.text-accent {
    color: #155483 !important;
}

.text-header-color {
    color: #1A5886 !important;
}

.text-959494 {
    color: #959494 !important;
}

.text_white {
    color: #ffffff !important;
}

.card-title {
    color: #000;
}

.small-text,
small.small-text {
    font-size: 0.8rem;
    color: #999;
}

.text_red_color,
.required,
.text-danger {
    color: #ff0000 !important;
}

.text-grey {
    color: #777 !important;
}

.smallgreytext {
    font-size: 12px !important;
    color: #777 !important;
}

.bg-primary {
    background: #2AADE1 !important;
}

.bg-secondary {
    background: #2A2B3B !important;
}

.bg-accent {
    background: #155483 !important;
}

.bg-f5f5f5 {
    background: #F5F5F5 !important;
}

.bg-white {
    background: #fff !important;
}

.bg-darkGrey {
    background: #D2D2D2 !important;
}

.border_right_main_color {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #2AADE1;
}

.lh_normal {
    line-height: normal !important;
}

.lh_1 {
    line-height: 1 !important;
}

.no_underline {
    text-decoration: none !important;
}

::-webkit-input-placeholder {
    color: #D5D5D5 !important;
}

:-moz-placeholder {
    color: #D5D5D5 !important;
    opacity: 1;
}

::-moz-placeholder {
    color: #D5D5D5 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #D5D5D5 !important;
}

::-ms-input-placeholder {
    color: #D5D5D5 !important;
}

::placeholder {
    color: #D5D5D5 !important;
}

.anim,
.anim_all {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.fade-in {
    animation: fadeIn ease .4s;
    -webkit-animation: fadeIn ease .4s;
    -moz-animation: fadeIn ease .4s;
    -o-animation: fadeIn ease .4s;
    -ms-animation: fadeIn ease .4s;
}

.search_cr .form-control[value], .search_cr .form-control:has(option[value][selected]:not([value=""])) {
    color: black;
}

.search_cr .group_by {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
}

.search_cr .group_by input[type="text"] {
    margin-right: 5px;
}

.search_cr .group_by button {
    margin-right: 5px;
}

/*.search_cr .group_by .group_by_patient {
    color: #2AADE1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
}*/

.group_by_patient .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #2AADE1;
    background-color: #2AADE1;
}

.group_by_patient div {
    display: inline-block;
    line-height: 1.4;
    padding-top: 6px;
}

.group_by_patient div,
.group_by_patient div input,
.group_by_patient div label {
    cursor: pointer;
}

.table-filters-inline .search_cr,
.table-filters-inline .search_cr .group_by,
.table-filters-inline .search_cr .group_by .inputs,
.table-filters-inline .search_cr .group_by .fields_section,
.table-filters-inline .search_cr .group_by .buttons_section {
    vertical-align: top;
}

.no-search-results {
    margin-bottom: 0;
    font-weight: bold;
}

#noResultBtn {
    outline: none;
    border: none;
    appearance: none;
    color: #2AADE1;
    font-weight: bold;
    background: none;
    padding: 0;
}

.comiseo-daterangepicker-triggerbutton {
    padding-top: 10px !important;
}

.search_cr .group_by .group_by_patient {
    display: block;
    text-align: right;
}

.search_cr .search_field_area {
    display: flex;
    flex-wrap: wrap;
}

.search_cr .search_field_area .search_field.field_split {
    margin-left: auto;
}

.search_cr .search_field_area .search_field {
    margin-right: 6px;
}

.search_cr .form-control.small.search_input {
    width: 100%;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    background: white !important;
    border-radius: 0.5rem !important;
}

.form-control.search_input {
    width: 160px;
}

.referrals_page_cr .table-filters-inline .page_title {
    vertical-align: top;
    display: inline-block;
    margin: 0 0.5rem 0 0 !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.pointer,
.cursor_pointer {
    cursor: pointer !important;
}

.nowrap,
.nw {
    white-space: nowrap;
}

/* font-size */
.fs11 {
    font-size: 11px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs24 {
    font-size: 24px;
}

.fs1rem {
    font-size: 1rem !important;
}

.fs1point2rem {
    font-size: 1.2rem !important;
}

.fs1point5rem {
    font-size: 1.5rem !important;
}

.fs2rem {
    font-size: 2rem !important;
}

/* margins */
.mb-6 {
    margin-bottom: 5rem !important;
}

.m0i {
    margin: 0 !important;
}

.mb0i {
    margin-bottom: 0 !important;
}

.mb0 {
    margin-bottom: 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb200 {
    margin-bottom: 200px;
}

.mt-2rem {
    margin-top: 2rem !important;
}

.mt-6 {
    margin-top: 5rem !important;
}

.mt0i {
    margin-top: 0 !important;
}

.mt0 {
    margin-top: 0;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mt100 {
    margin-top: 100px;
}

.mr7 {
    margin-right: 7px;
}

.ml10 {
    margin-left: 10px;
}

.mp-15 {
    margin-right: 15px;
    margin-left: 15px;
}

/* padding */
.p0i {
    padding: 0 !important;
}

.p10 {
    padding: 10px;
}

.p25i {
    padding: 25px !important;
}

.plr0 {
    padding-left: 0;
    padding-right: 0;
}

.plr2 {
    padding-left: 2px;
    padding-right: 2px;
}

.plr5 {
    padding-left: 5px;
    padding-right: 5px;
}

.plr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.plr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.pl0 {
    padding-left: 0;
}

.pl2 {
    padding-left: 2px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pr0 {
    padding-right: 0;
}

.pr2 {
    padding-right: 2px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pt1 {
    padding-top: 1px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}


div.ajax_loader {
    position: absolute;
    background: rgba(255, 255, 255, 0.25);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

div.ajax_loader span.ajax_loader {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 20px;
    top: 40vh;
}


/* --- 2.1 Modal Overwrites --- */
.btn.btn-sm {
    width: 100%;
    max-width: 148px;
}

.modal .close {
    opacity: 1;
}

.modal-dialog.modal-xl {
    max-width: 1300px;
}

.modal .close:hover {
    opacity: 0.75;
}

.modal .close_btn {
    width: 25px;
    position: relative;
    top: 5px;
}

.modal .close .icon_modal_close {
    width: 25px;
    position: relative;
    top: 5px;
}

.modal-header {
    padding: 1rem 2rem;
    background: #0071BC;
    
}

.modal-header .modal-title {
    color: #fff;
    font-weight: 600;
}

.modal-content {
    border: 0;
    
}

.modal-footer {
    background: white;

}

.modal-footer .text-left {
    display: flex;
    gap: 1rem;
    flex-direction: row;
}

.modal-footer .text-left .btn-sm {
    text-wrap: nowrap;
    max-width: 150px;
}

.modal-sm {
    max-width: 500px !important;
    margin: 1.75rem auto !important;
}

.modal-wide {
    max-width: 1250px !important;
}

.custom-narrow-modal {
    max-width: 40%;
}

#divProgramMessage .modal-header,
#divProgramMessage .modal-body {
    padding: 1rem;
}

#uploadViewAttachmentModal .thumbnail {
    height: 100px;
    min-height: 100px;
}

#uploadViewAttachmentModal .dropzone {
    border: 2px dashed #007bff;
    border-radius: 5px;
    padding: 50px 20px;
    text-align: center;
    cursor: pointer;
    color: #007bff;
}

#uploadViewAttachmentModal .dropzone.dragover {
    background-color: #e6f7ff;
}

#uploadViewAttachmentModal .file-list {
    margin-top: 10px;
}

#uploadViewAttachmentModal .file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 3px;
    margin-bottom: 5px;
}

#uploadViewAttachmentModal .file-item button {
    border: none;
    background: none;
    color: #dc3545;
    cursor: pointer;
}

#uploadViewAttachmentModal .instruct_txt p {
    font-size: 0.8rem;
    color: #56566f;
    margin-top: 0.5rem;
}

#uploadViewAttachmentModal .previous_attachments_table tr td {
    border: none;
}

#uploadViewAttachmentModal .previous_attachments_table tr td:first-child {
    padding-left: 0 !important;
}

#uploadViewAttachmentModal .modal-footer {
    border: none;
    justify-content: left;
    padding: 0 2rem 1.5rem 2rem;
}

#uploadViewAttachmentModal .previous-attachment a {
    word-break: break-word;
}

.attachments_table tr td {
    border: none;
    text-align: left;
    border-spacing: 5em;
}

.attachments_table tr td:first-child {
    padding-left: 0 !important;
}

#ui-datepicker-div {
    z-index: 10000 !important;
}

/* --- 2.2 Buttons --- */
a {
    color: #2AADE1;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #2AADE1;
    text-decoration: none;
}

a:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}

a.underline,
.underline {
    text-decoration: underline !important;
}

.hover_fade {
    opacity: 1;
}

.hover_fade:hover {
    opacity: 0.7;
}

button {
    outline: 0 !important;
}

.btn {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.4rem 1.2rem .4rem 1.2rem;
    font-weight: 600;
    /* border-radius: 2rem; */
    cursor: pointer;
    text-decoration: none !important;
    /*outline: 0 !important;*/
    padding: .25rem 1rem;
    font-size: .875rem !important;
    line-height: 1.5 !important;
}

.btn-lg {
    min-width: 120px;
}

.btn.pill {
    border-radius: 2rem !important;
}

.btn-alt,
.flex-task-action-button {
    background: var(--orange-01, #F7931E) !important;
    border-color: var(--orange-01, #F7931E) !important;
    color: white !important;
}

.btn-savings {
    background: #ae2573 !important;
    border-color: #ae2573 !important;
    color: white !important;
    text-wrap: nowrap;
}

.savingsCard {
    background: #ae2573;
}

.btn.btn-savings:active,
.btn-savings:hover,
.btn-savings:focus,
.btn-savings.active {
    color: #FFF;
    background: #ae2573;
}

.btn.small {
    height: 36px;
    font-size: 1rem;
    padding: 0.25rem 0.75rem;
}

.text-link {
    color: #0071BC !important;
    text-decoration: underline !important;
    font-weight: 600;
}

.text-link i,
i.text-link {
    font-size: medium;
}

.text-link:hover {
    cursor: pointer !important;
}
.btn-md{
    width:10%;
}
.btn.btn-xs {
    padding: .2rem .6rem !important;
    font-size: .9rem !important;
    line-height: 1.5 !important;
    text-wrap: nowrap;
    margin-top: .5rem;
}

.btn-brown {
    color: #fff;
    background-color: #9F2D03;
    border-color: #9F2D03;
}

.btn-brown:hover {
    color: #fff;
}

#btnGroup{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1.25rem;
    width: fit-content;
    .btn{
       display: flex;
        padding: 0.75rem 1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.625rem; 
    }
    .btn-outline-dark{
        border-radius: 0.5rem;
        border: 1px solid var(--Grey-03, #444343);
        &:focus {
            border-color: #66afe9;
            /* Bootstrap's focus color */
            outline: none;
            box-shadow: 0 0 0 0.2rem rgba(102, 175, 233, .25);
        }
        &:hover, &.active{
            border-color: #F7931E!important;
            background-color: #F7931E !important;
        }

    }
}

.btn.btn-sm {
    padding: .25rem 1rem !important;
    font-size: .9rem !important;
    line-height: 1.5 !important;
}

.btn.medium {
    height: 52px !important;
    font-size: 1.2rem !important;
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
}

.btn.large {
    height: 64px !important;
    font-size: 1.5rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.btn.btn-primary {
    color: #fff !important;
    background: #0071BC !important;
    border-color: #0071BC !important;

}

.btn-primary-light {
    color: #fff !important;
    background: #29ABE2;
    border-color: #29ABE2;
}

.btn.btn-base {
    color: #333 !important;
    background: #fff !important;
    border-color: #333 !important;

}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary-light:hover,
.btn.btn-primary-light:focus,
.btn.btn-primary-light:active {
    opacity: 0.7 !important;
}

.btn.btn-primary-alt {
    color: #fff !important;
    background: #2A2B3B !important;
    border-color: #2A2B3B !important;
    opacity: 1;
    border-radius: 0px !important;
    display: flex;
}

.btn-primary-alt div {
    height: 100%;
    max-height: 50vh;
    font-size: 30px;
    margin-top: 8.5rem;
    gap: 1rem;
}

.btn.btn-outline-primary {
    color: #2AADE1 !important;
    background: transparent !important;
    border-color: #2AADE1 !important;
    opacity: 1;
}

.rounded-pill {
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
}



.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active {
    color: #fff !important;
    background: #2AADE1 !important;
    border-color: #2AADE1 !important;
    opacity: 1;
}

.btn.btn-secondary {
    color: #fff !important;
    background: #b0b0b0 !important;
    border-color: #b0b0b0 !important;
    opacity: 1;
}

.btn.btn-secondary:disabled {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    opacity: 0.7 !important;
}

.btn.btn-outline-secondary {
    color: #545b62 !important;
    background: transparent !important;
    border-color: #545b62 !important;
    opacity: 1;
}

.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary:active {
    color: #fff !important;
    background: #545b62 !important;
    border-color: #545b62 !important;
    opacity: 1;
}

.btn.btn-info {
    color: #2AADE1 !important;
    background: #d3eef9 !important;
    border-color: #2AADE1 !important;
    opacity: 1;
}

.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active {
    opacity: 0.7 !important;
}

.btn.btn-info:disabled,
.btn.btn-info[disabled] {
    color: #2AADE1 !important;
    background: #d3eef9 !important;
    border-color: #2AADE1 !important;
}

.btn:disabled,
.btn[disabled] {
    opacity: 0.50 !important;
    pointer-events: none;
}

.btn.btn-outline-info {
    color: #2AADE1 !important;
    background: transparent !important;
    border-color: #2AADE1 !important;
    opacity: 1;
}

.btn.btn-outline-info:hover,
.btn.btn-outline-info:focus,
.btn.btn-outline-info:active {
    color: #fff !important;
    background: #2AADE1 !important;
    border-color: #2AADE1 !important;
    opacity: 1;
}



.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active {
    opacity: 0.7 !important;
}


.btn.btn-dark {
    color: #fff !important;
    background: #2A2B3B !important;
    border-color: #2A2B3B !important;
    opacity: 1;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active {
    opacity: 0.7 !important;
}

.btn.btn-grey {
    color: #fff !important;
    background: #686868 !important;
    border-color: #686868 !important;
    opacity: 1;
}

.btn.btn-grey:hover,
.btn.btn-grey:focus,
.btn.btn-grey:active {
    opacity: 0.7 !important;
}

.btn.btn-grey.focus,
.btn.btn-grey:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .2);
}

.btn.btn-white {
    color: #000 !important;
    background: #fff !important;
    border-color: #fff !important;
    opacity: 1;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    opacity: 0.85 !important;
}

.btn.btn-white.focus,
.btn.btn-white:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .2);
}

.btn.btn-white.bc-black {
    color: #000 !important;
    background: #fff !important;
    border-color: #000 !important;
    opacity: 1;
}

.btn.btn-secondary.bc-black:disabled {
    color: #000 !important;
    background-color: #6c757d !important;
    border-color: #000 !important;
}

.btn.btn-warning {
    color: #fff !important;
    background: #f79521 !important;
    border-color: #f79521 !important;
    opacity: 1;
}

.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active {
    opacity: 0.75 !important;
}

.btn.btn-warning.focus,
.btn.btn-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 150, 34, .4);
}


.btn.btn-green {
    color: #fff !important;
    background: #009245 !important;
    border-color: #009245 !important;
    opacity: 1;
}

.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green:active {
    opacity: 0.75 !important;
}

.btn.btn-green.focus,
.btn.btn-green:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 146, 69, .4);
}








.btn.w115px {
    width: 115px;
}

.btn.w150px {
    width: 150px;
}

.btn.btn-link {
    font-size: 1.1rem;
    line-height: initial;
    color: #2AADE1 !important;
    font-weight: 400 !important;
    text-align: left !important;
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: underline !important;
    vertical-align: auto !important;
    opacity: 1;
}

.btn.btn-link:hover {
    opacity: 0.7 !important;
}

.btn.no_underline {
    text-decoration: none !important;
}


/* --- 2.X Misc --- */
.flex_task_inputs {
    display: flex;
    width: 100%
}

select[name="taskTypes[0].Status"] {
    margin-left: auto;
}

input:autofill {
    background: #fff !important
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    background: #fff !important;
}


.fields_section {
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 1.2rem;
    position: relative;
}

.form-group>label:not(.default) {
    font-size: 0.8rem;
    color: #959494;
    padding: 0 0.3rem;
    background: #fff;
    position: absolute;
    top: -0.4rem;
    left: 0.5rem;
    z-index: 2;
}
#updateRxPaStatusPhysician,#updateRxPaStatusDrug,#updateRxPaStatusPatient,#updateRxPaStatusDOB{
    text-wrap: nowrap;
}
.form-group>.form-control {
    position: relative;
    z-index: 1;
}
.focused-drug-group {
    border: 2px solid #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    width: max-content;
    max-width: 900px;
}
/* Base styling for the custom radio button */
input.form-custom-input{
    appearance: none; /* Remove default radio styling */
    width: 20px;
    height: 20px;
    border-radius: 50%; /* Make it circular like a radio button */
    border: 2px solid var(--primary); /* Thin border with --primary color */
    background-color: transparent; /* Transparent background */
    position: relative;
    cursor: pointer;
    outline: none; /* Remove default focus outline */
    transition: background-color 0.3s ease, border-color 0.3s ease;
    top: 4px;
}

/* Styling for when the radio button is checked */
input.form-custom-input:checked {
    background-color: var(--primary); /* Primary color when checked */
    border-color: var(--primary); /* Keep the border same as primary */
}

/* Styling for the "dot" inside the radio button when checked */
input.form-custom-input:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px; /* Adjust size of the inner dot */
    height: 12px;
    background-color: #fff; /* White dot in the middle */
    border-radius: 50%; /* Circular dot */
}

/* Hover state for a nice effect */
input.form-custom-input:hover {
    border-color: var(--primary); /* Darken the border on hover */
    box-shadow: 0 0 5px var(--primary); /* Slight shadow on hover */
}


.form-control.selectize-control {
    height: unset;
}

.selectize-input {
    color: #56566F !important;
    border-color: #c5c5c5 !important;
    border-radius: 0.5rem !important;
    outline: none !important;
    box-shadow: none !important;
}

.form-control:focus,
.selectize-input:focus {
    border-color: #2AADE1 !important;
}

.form-control.small {
    height: 36px;
    font-size: 0.8rem;
}

.form-control.large {
    font-size: 1.2rem;
    font-size: 18px;
    height: 57px;
}

textarea.form-control.height88 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
}

.selectize-dropdown .optgroup-header {
    font-size: 1rem !important;
    color: #686868 !important;
    font-weight: 700;
}

.selectize-dropdown {
    z-index: 99999999 !important;
}

.dropdown-hover {
    position: relative;
}

.dropdown-menu-hover {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-menu,
.dropdown-menu-hover {
    min-width: 12rem;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 80%;
}

.dropdown-menu.show,
.dropdown-hover .nav-link:hover~.dropdown-menu-hover,
.dropdown-hover .nav-link:active~.dropdown-menu-hover,
.dropdown-menu-hover:hover {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.typeahead.dropdown-menu {
    visibility: visible;
    opacity: 1;
}


#frmEPA .typeahead.dropdown-menu li {
    padding: 0.2rem 0.5rem;
}

#frmEPA .typeahead.dropdown-menu li:hover {
    background: #f5f5f5;
}

#frmEPA .typeahead.dropdown-menu li a {
    color: #56566F;
    line-height: 1.5;
}

.search-cr {
    position: relative;
}

.search-cr .search-btn {
    color: #231f20 !important;
    position: absolute;
    right: -25px;
    top: 9px;
}



.dropdown-divider {
    width: 90px;
    height: 1px;
    margin: 0 auto;
    background: #004e7d;
    display: block;
    position: relative;
    border: 0;
}

.dropdown-item {
    color: #231f20 !important;
    text-align: left;
    text-decoration: none !important;
    padding: 0.6rem 1rem;
    background: #fff !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    opacity: 0.7;
}

.disabledLink {
    pointer-events: none;
}

.w100 {
    width: 100% !important;
    max-width: 100% !important;
}

.form-check-inline .form-check-input {
    margin-top: -2px;
}

.row.spacing_adjust_7 {
    margin-left: -7px;
    margin-right: -7px;
}

.row.spacing_adjust_7>.col-12 {
    padding-left: 7px;
    padding-right: 7px;
}

.row.spacing_adjust_20 {
    margin-left: -20px;
    margin-right: -20px;
}

.row.spacing_adjust_20>.col-12 {
    padding-left: 20px;
    padding-right: 20px;
}

/* radio button styles */
.rb_outer_cr {
    text-align: left;
    /*    padding: 15px;
*/
}

.rb_outer_cr .q_text {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 5px;
}

.rb_outer_cr ul {
    margin: 0;
    padding: 0;
    overflow: auto;
    list-style: none;
}

.rb_outer_cr ul li {
    margin: 0;
    display: block;
    position: relative;
}

.rb_outer_cr ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.rb_outer_cr ul li label {
    font-size: 16px;
    font-weight: 400;
    padding: 9px 8px 8px 26px;
    margin: 0;
    z-index: 9;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: border .25s linear;
    -webkit-transition: all 0.25s linear;
}

.rb_outer_cr ul li label .instruction-txt {
    font-size: 12px;
    color: #999;
    display: block;
}

.rb_outer_cr ul li .check {
    height: 20px;
    width: 20px;
    border: 1px solid #2AADE1;
    border-radius: 100%;
    background: #fff;
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}


.line-container {
  width: 2px;
  height: 100%;
  background-color: black;
  position: relative;
  margin: 0 auto;
}

.circleBr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
  color: white;
  border: 8px solid white;
  border-radius: 50%;
  padding: 5px 10px;
  z-index: 1;
  text-align: center;
  height:50px;
  width:50px;
}
.circleBr span{    
    height: 100%;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
}

.rb_outer_cr ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.rb_outer_cr input[type=radio]:checked~.check {
    background: #2AADE1;
    border: 1px solid #2AADE1;
}

.rb_outer_cr input[type=radio]:checked~.check::before {
    background: #fff;
}

.rb_outer_cr input[type=radio]:checked~label {
    color: #2A2B3B;
}

.cb_align label {
    position: relative;
    top: 3px;
    margin-left: 4px;
}

.table.dataTable.no-footer {
    border: none;
}

table#tblPrescriberList {
    overflow: auto;
}

.page_cr .dataTables_length select {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 0.25rem 0.5rem;
}

.page_cr .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #56566F !important;
    font-weight: 600;
    padding: 0.3em 0.8em !important;
    border-radius: 0 !important;
    border: 0 !important;
    background: transparent !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.page_cr .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #56566F !important;
    opacity: 0.7 !important;
}

.page_cr .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    pointer-events: none;
}

.page_cr .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.page_cr .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #ddd !important;
    border-radius: 0.5rem !important;
    opacity: 1 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
    color: #2A2B3B !important;
    opacity: 0.7 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    opacity: 0.7;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #888 !important;
}

.icon.error_icon {
    width: 100%;
    max-width: 60px;
    display: block;
}

.table.default-table .btn-link {
    font-size: 1rem !important;
    text-transform: none !important;
    border-radius: 0 !important;
}

.custom-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.custom-icon.appointment-date-icon {
    background-image: url('../images/calendar_icon.svg');
    background-size: 28px;
}

.date-calendar-icon {
    width: 30px;
    fill: #155483;
}

.date-calendar-icon.grey {
    fill: grey;
}

#patientConsentModal .table tr td,
#appointmentsDeliveriesModal tr td {
    vertical-align: middle;
}

#patientConsentModal .icon-check-circle {
    position: relative;
    top: -2px;
}




/* --- 3. Header --- */
.header {
    width: 100%;
    background: #F5F5F5;
    position: sticky;
    top: 0;
    z-index: 2000;
}

.header .superheader h2 {
    font-family: Proxima Nova;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: white;
    margin-bottom: 0;
}

    .header .superheader {
        background: #B0337C;
        padding: 20px 10px;
    }

.header .navbar {
    padding: 0;
    background: #ffffff !important;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: -16px;
}

.navbar-toggler {
    border-radius: 0;
}

.header .logo_header {
    width: 100%;
    max-width: 120px;
    margin-top: 1.2rem;
    margin-bottom: 1.1rem;
    position: relative;
}

.header .icon-profile {
    width: 30px;
    position: relative;
    font-size: 1.5rem;
    vertical-align: middle;
}

.header .navbar-light .navbar-nav .nav-item {
    font-size: 1rem;
    color: #231f20;
    font-weight: 700;
    text-align: center;
    margin-left: 1.75rem;
    opacity: 1;
    position: relative;
}

.header .navbar-light .navbar-nav .nav-link {
    font-size: 1rem;
    color: #231f20;
    font-weight: 700;
    text-align: center;
    opacity: 1;
}

.header .navbar-light .navbar-nav .nav-link:hover {
    opacity: 0.7;
}

.header .navbar-light .navbar-nav .nav-link.btn.pill {
    font-size: 1rem;
    color: #fff !important;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.1rem 1.4rem;
    border-color: #155483 !important;
    background: #155483 !important;
}

.header .navbar-light .navbar-nav .nav-item.help-item .nav-link {
    width: 29px;
    height: 29px;
    color: #fff;
    padding: 0.2rem 0.6rem;
    border: 1px solid #155483 !important;
    background: #155483 !important;
    border-radius: 50%;
}

.header .navbar-nav.main_nav_ul li.notify_cr {
    position: relative;
}

.header .navbar-nav.main_nav_ul li.notify_cr .dropdown-toggle::after {
    display: none;
}

.header .navbar-nav.main_nav_ul li.notify_cr .mail_icon_cr {
    font-size: 1.3rem;
    margin-right: 0.2rem;
    position: relative;
    display: inline-block;
}

.header .navbar-nav.main_nav_ul li.notify_cr .icon_notify {
    width: 30px;
}

.header .notify_cr #notify_num,
.header .navbar-nav.main_nav_ul li.notify_cr .mail_icon_cr #notify_num {
    width: auto;
    min-width: 18px;
    height: 18px;
    font-size: 0.9rem;
    color: #fff;
    text-align: center;
    padding: 0 0.2rem;
    background: #2AADE1;
    border-radius: 18px;
    position: absolute;
    top: -6px;
    right: -9px;
}

.notify_cr .new_notify {
    width: auto;
    min-width: 15px;
    height: 15px;
    font-size: 0.7rem;
    color: #fff;
    text-align: center;
    padding: 1px 0.2rem;
    background: black;
    border-radius: 18px;
    position: absolute;
    bottom: -5px;
    right: -5px;
}

.header .navbar-nav.main_nav_ul li.notify_cr .dropdown-menu.notify_dd {
    width: 260px;
    left: -105px;
    top: 130%;
}

.header .navbar-nav.main_nav_ul li.notify_cr .dropdown-menu.notify_dd .arrow-up {
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: -10px;
    left: 122px;
    box-shadow: -2px -2px 2px 0 rgba(0, 0, 0, 0.05);
}

.header .navbar-nav.main_nav_ul li.notify_cr .dropdown-menu.notify_dd .inner.text-center {
    padding: 1rem;
}

.header .navbar-nav.main_nav_ul li.notify_cr .dropdown-menu.notify_dd .inner.text-center p:last-child {
    margin-bottom: 0;
}

.header .navbar-nav.main_nav_ul li.notify_cr .dropdown-menu.notify_dd .inner.text-center p a {
    text-decoration: underline;
}

.header .main_nav_ul .dropdown-toggle::after {
    display: none !important;
}

.header .main_nav_ul .nav-item.dropdown.show .fa-chevron-down,
.header .main_nav_ul .notify_cr.show .fa-chevron-down {
    transform: rotate(180deg);
}

.header .navbar-nav.main_nav_ul .dropdown .user_dd,
.header .navbar-nav.main_nav_ul .dropdown .notification_dd,
.header .navbar-nav.main_nav_ul .dropdown-hover .user_dd,
.header .navbar-nav.main_nav_ul .dropdown-hover .notification_dd {
    text-align: left;
    right: auto;
    width: auto;
    min-width: 11rem;
}

.header .navbar-nav.main_nav_ul .dropdown .dashboard_dd,
.header .navbar-nav.main_nav_ul .dropdown-hover .dashboard_dd {
    text-align: left;
    right: auto;
    left: 47px;
    width: auto;
    min-width: 11rem;
}

.header .navbar-nav.main_nav_ul .dropdown .user_dd #logout,
.header .navbar-nav.main_nav_ul .dropdown-hover .user_dd #logout {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.header .subheader .subhead-card {
    color: #fff;
    text-align: center;
    padding: 1rem;
    background: #a8aaab;
    position: relative;
}

.header .subheader .subhead-card.highlight-color {
    background: #f79521;
}

.header .subheader .subhead-card .subhead-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.header .subheader .subhead-card .subhead-desc {
    max-width: 257px;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 auto 0.75rem auto;
}

.header.shrink .subheader .subhead-card .subhead-desc {
    display: none !important;
}

/* --- 4. Footer --- */
.footer {
    color: #56566F;
    bottom: 0;
    background: #fff;
    position: relative;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.2) !important;
}

.footer .logo_footer {
    width: 100%;
    max-width: 195px;
    margin-bottom: 0.75rem;
    position: relative;
    left: -29px;
}

.footer .addr-cr p {
    font-weight: bold;
}

.footer .urac-img {
    width: 100%;
    max-width: 141px;
    position: relative;
}

.footer .urac-img:focus {
    outline: solid;
}

.footer .helpful-links-cr p {
    font-weight: bold;
}

.footer .footer-link {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: black;
}

.footer .copyright_text_p {
    font-size: 1rem;
    text-align: left;
    margin: 0.5rem 0 0 0;
}

.footer .pipe {
    margin: 0 0.25rem;
}


/* --- 5. Home Page --- */

.key_code_banner_cr {
    width: 100%;
    padding: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.key_code_banner_cr p {
    font-size: 1.25rem;
    color: #fff;
    margin: 0 0 0 0.5rem;
}

.key_code_banner_cr p a {
    color: #fff;
    font-weight: 700;
    text-decoration: none !important;
    opacity: 1;
}

.key_code_banner_cr p a:hover {
    opacity: 0.7 !important;
}

.home_page_cr {
    height: 90vh;
    max-height: 865px;
    background: #fff url(/Areas/ASPN/images/home_img.png) no-repeat right 50%;
    position: relative;
}

.home_page_cr .home_content_cr {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.home_page_cr .home_content_cr h1 {
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.home_page_cr .home_content_cr h2 {
    font-size: 2rem;
}

.home_section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.home_section h3 {
    margin-bottom: 1rem;
}

.home_section p.home_p {
    font-size: 1.45rem;
    font-weight: 400;
}

.home_section .aspn_home {
    width: 100%;
    max-width: 467px;
    position: relative;
}

.home_section.s3 {
    min-height: 560px;
    background: #29ABE2 url(/Areas/ASPN/images/home_table_img.png) no-repeat center center;
    color: white;
}

.home_section.s3 a {
    color: white;
}

.home_section .home_pres_cr {
    width: 100%;
    max-width: 385px;
}

.home_section .home_pat_cr {
    width: 100%;
    max-width: 375px;
}

.home_section .home_icons_cr h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.home_section .home_icons_cr p {
    font-size: 1.25rem;
    font-weight: 400;
    margin-top: 1rem;
}

.home_section .home_icons_cr .title_cr p {
    max-width: 730px;
}

.home_section .h_icon {
    margin-bottom: 1rem;
}

.home_section .h_icon1 {
    width: 69px;
}

.home_section .h_icon2 {
    width: 73px;
}

.home_section .h_icon3 {
    width: 113px;
}

.home_section .home_icons_cr .bot_cr {
    max-width: 395px;
}

.home_section .home_icons_cr .bot_cr.b2 {
    margin-left: 1rem;
}

.home_section .home_icons_cr .bot_cr.b3 {
    margin-left: 3rem;
}

.home_section.how_aspn_works_cr .h2_icon1 {
    width: 102px;
}

.home_section.how_aspn_works_cr .h2_icon2 {
    width: 73px;
}

.home_section.how_aspn_works_cr .h2_icon3 {
    width: 151px;
}

.home_section.how_aspn_works_cr .h2_icon4 {
    width: 93px;
}

.home_section.how_aspn_works_cr {
    padding-bottom: 0.75rem;
}

.home_section.how_aspn_works_cr img {
    filter: brightness(0);
}

.home_section.how_aspn_works_cr h4 {
    font-size: 1.75rem;
    /*    color: #fff;*/
    font-weight: 600;
    text-transform: uppercase;
    margin: 1.25rem 0 1rem 0;
}

.home_section.how_aspn_works_cr p {
    font-size: 1.4em;
    color: black;
    font-weight: 400;
}

.home_section.how_aspn_works_cr p.footnote {
    font-size: 1em;
/*    color: #fff;*/
    font-weight: 400;
    font-style: italic;
    margin-top: 2rem;
}

.home_section.s6 {
    padding-top: 6.5rem;
}

.home_section .carousel-item {
    min-height: 180px;
}

.home_section .carousel .carousel-item img {
    width: 112px;
    float: left;
    margin: 0 2rem 2rem 0;
}

.home_section .carousel .carousel-item p {
    font-size: 1.7rem;
    margin-top: 0.6rem;
}

.home_section .carousel-indicators {
    -ms-flex-pack: center;
    justify-content: left;
    padding-left: 0;
    margin-right: 0;
    margin-left: 140px;
}

.home_section .carousel-indicators li {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-left: 8px;
    background: #fff;
    border: 1px solid #2AADE1;
    border-radius: 8px;
    opacity: 1;
}

.home_section .carousel-indicators li.active {
    background: #2AADE1;
    border: 1px solid #2AADE1;
}

.home_section .carousel-indicators li.share_feedback_cr {
    width: auto;
    height: auto;
    margin-left: 1.5rem;
    border-radius: 0 !important;
    border: none !important;
    text-indent: unset;
}

.home_section .carousel-indicators li.share_feedback_cr a {
    color: black;
    border: 1px solid black;
    border-radius: 32px;
}

.home_section .carousel-control-prev,
.home_section .carousel-control-next {
    display: none !important;
}


.home_page_cr.home_logged_in_cr {
    background: #fff;
}

.home_logged_in_cr .hp_logged_cr {
    max-width: 375px;
    text-align: center;
}

.home_page_cr.home_logged_in_cr .h_icon {
    margin-bottom: 1rem;
}

.home_page_cr.home_logged_in_cr .h_icon1 {
    width: 69px;
}

.home_page_cr.home_logged_in_cr .h_icon2 {
    width: 73px;
}

.home_page_cr.home_logged_in_cr .h_icon3 {
    width: 113px;
}

.home_page_cr.home_logged_in_cr .hp_logged_cr h4 {
    font-size: 1.9rem;
}

.home_page_cr.home_logged_in_cr .hp_logged_cr p {
    font-size: 1rem;
}

.home_page_cr.home_logged_in_cr .hp_logged_cr.c3 p {
    margin-bottom: 2.3rem;
}

.home_page_cr.home_logged_in_cr .btn-primary {
    min-width: 110px;
    line-height: normal;
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
}


/* --- 6. Contact Page --- */
.contact_page_cr {
    padding-bottom: 1rem;
}

.contact_page_cr .page_title {
    margin-top: 3rem;
    margin-bottom: 0;
}

.contact_page_cr #consentcaptcha {
    width: 304px;
    margin: 0.5rem auto 1.5rem auto;
    display: block;
    position: relative;
}

.contact_page_cr .contact_top .form-check-inline:first-child {
    margin-right: 1.2rem;
}

.contact_page_cr .contact_bot {
    display: block;
    position: relative;
    margin-top: 1rem;
}

.contact_page_cr .contact_bot textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 86px;
    max-height: 86px;
    min-height: 86px;
    resize: none;
}

.contact_page_cr .patTermsCB_cr .form-check-label {
    font-size: 0.8rem;
    line-height: normal;
    padding-top: 4px;
}

/* --- 7. Login Page --- */
.login_page_cr {
    background: #fff url(/Areas/ASPN/images/login_img.png) no-repeat right top;
    background-size: 40%;
    background-position: right 0 top -20px;
    position: relative;
}

.login_page_cr .page_title {
    margin-top: 5rem;
}

/* --- 8. Forgot Password Page --- */
.forgot_pw_page_cr {
    background: #fff url(/Areas/ASPN/images/forgot_pw_img.png) no-repeat right top;
    background-size: 40%;
    background-position: right 0 top -20px;
}

.forgot_pw_page_cr .page_title {
    margin-top: 3rem;
}

/* --- 9. Registration Page --- */
.reg_page_cr .page_title {
    margin-top: 1.5rem;
}

.reg_confirm_page_cr {
    text-align: center !important;
}

.reg_confirm_page_cr .page_title {
    margin-top: 3rem;
}

/* --- 10. Profile Page --- */
.profile_page_cr .page_title {
    margin-top: 1.5rem;
}

.profile_page_cr table.dataTable {
    border: none !important;
}

.profile_page_cr table.dataTable thead th:first-child,
.profile_page_cr table.dataTable tbody tr td:first-child {
    text-align: left !important;
}

.profile_page_cr table.dataTable thead th {
    text-align: center;
    color: #28283d;
    background: #fff;
    padding: 1.5rem;
    border-color: #fff !important;
}

/*.profile_page_cr table.dataTable thead th:first-child, .profile_page_cr table.dataTable tbody tr td:first-child {
    padding-left: 2.5rem;
}

.profile_page_cr table.dataTable thead th:last-child, .profile_page_cr table.dataTable tbody tr td:last-child {
    padding-right: 2.5rem;
}*/

.profile_page_cr table.dataTable tbody tr,
.profile_page_cr table.dataTable tbody tr td {
    text-align: center;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 5px solid #fff !important;
    vertical-align: middle;
}

/*.profile_page_cr table.dataTable tbody tr.even, .profile_page_cr table.dataTable tbody tr.even td {
    background: #f9fafc !important;
}*/

/*.profile_page_cr table.dataTable tbody td {
    color: #56566f;
    padding: 1.5rem;
    border: none !important;
}*/

.never-hidden {
    display: block !important
}

.profile_page_cr #btnAddPrescriber {
    margin-top: 1rem;
}

.icon_plus_circle {
    width: 25px;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: sub;
}

.profile_page_cr .attribute_container.timezone_cr .q_text_cr {
    width: 175px;
    position: absolute;
}

.profile_page_cr .attribute_container.timezone_cr .timezone_input_cr {
    padding-left: 175px;
}

.verifyModal .modal-body {
    text-align: center;
}

.verifyModal .time_remaining_cr {
    color: #1A5886;
    font-weight: 700;
}

.verifyModal .hr_cr {
    width: 100%;
    max-width: 100px;
    height: 1px;
    background: #2AADE1;
    margin: 0.5rem auto 1rem auto;
    display: block;
    position: relative;
}

.verifyModal .question_cr {
    color: #959494;
    margin-bottom: 1rem;
}

.verifyModal .question_number {
    font-weight: 700;
}

.verifyModal .question_text {
    font-size: 1.2rem;
    color: #959494;
}

.verifyModal .answers_cr .form-check {
    padding: 0;
}

.verifyModal .answers_cr .form-check input[type=radio] {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 0;
    left: -99999px;
}

.verifyModal .answers_cr .answer label {
    width: 100%;
    height: auto;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #eee;
    border: 1px solid #eee;
    display: block;
    position: relative;
    cursor: pointer;
}

.verifyModal .answers_cr .answer label:hover {
    border-color: #2AADE1;
}

.verifyModal .answers_cr .answer input[type="radio"]:checked~label {
    color: #fff;
    background: #2AADE1;
}

.verifyModal .modal-footer {
    border-top: none !important;
    padding-top: 0;
    padding-bottom: 2rem;
}

.verifyModal .modal-footer .w150px {
    width: auto !important;
}



.signature_wrapper {
    height: 25vh;
    max-height: 250px;
    min-height: 250px;
}

.signature_wrapper canvas {
    width: 100%;
    height: 100%;
    border: 1px solid black;
}

.my-profile-tabs-cr {
    padding: 1.5rem;
    background: #fff;
}

#my-profile-nav.nav-pills {
    position: relative;
}

#my-profile-nav.nav-pills .nav-link .fa {
    visibility: hidden;
    opacity: 0;
}

#my-profile-nav.nav-pills .nav-link.active .fa,
#my-profile-nav.nav-pills .show>.nav-link .fa {
    visibility: visible;
    opacity: 1;
}

#my-profile-nav.nav-pills .nav-link.active,
#my-profile-nav.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
}

#my-profile-nav.nav-pills .nav-link {
    color: #1A5886;
    padding: 1.25rem 1rem 1.25rem 2rem;
    border: none;
    border-radius: 0;
    background: #f5f5f5;
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
    position: relative;
}

#my-profile-nav.nav-pills .nav-link i.fa {
    position: absolute;
    left: 21px;
}

#my-profile-nav.nav-pills .nav-link.active,
#my-profile-nav.nav-pills .show>.nav-link {
    color: #fff;
    font-weight: 700;
    background: #154b95;
    background: -webkit-linear-gradient(top, #154b95 0%, #1a5886 100%);
    background: linear-gradient(to bottom, #154b95 0%, #1a5886 100%);
}

.patient_pres_consent_ol {
    padding-left: 17px;
}

.patient_pres_consent_ol ul {
    padding-left: 17px;
}

.patient_pres_consent_ol li {
    margin-bottom: 0.5rem;
}


/* --- 11. Grid Pages (Rx Clarifications, EPA, Referral Status) --- */

#taskNav div#dashboardTasksToDo {
    min-height: 100%;
    max-height: 100%;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

#taskNav {
    position: fixed;
    top: 103px;
    bottom: 0;
    left: 0;
    background-color: #2A2B3B;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: transform 0.3s ease-in-out;
    z-index: 900;
    width: 3vw;
}

#taskNav .card-header {
    background: #52525F;
    padding: 1rem;
    margin-bottom: 1rem;
}

#taskNav .card-body {
    overflow-y: scroll;
    max-height: 77vh;
    padding: 1rem;
}

#taskNav .card-body .dashboard-card {
    border: none !important;
    padding: 0px !important;

}

#taskNav .card-body .dashboard-card span {
    margin-right: 0px !important;
    font-size: 1rem;

}

#taskNav .card-body .dashboard-card a {
    color: #fff;

}

#taskNav .card-body .dashboard-card a .wrapper {
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;

}

#taskNav .card-body .dashboard-card a .wrapper .dashboard-card-count {
    border: none !important;
    color: #fff !important;
    background-color: #29ABE2;
    font-size: 1.5rem !important;
    width: 40px !important;
    height: 40px !important;
    aspect-ratio: 1 / 1;
    padding: 0 1rem;
    margin-left: 1rem;


}

#taskNav .card-body .dashboard-card a i {
    display: none;

}

#taskNav button#filterToggle {
    position: relative;
    display: flex;
    width: 100%;
    background: transparent !important;
    border-color: transparent !important;
    padding: 0px !important;
    height: 100%;

}

#taskNav button#filterToggle span {
    width: 100px;
    height: 100%;
    background: #52525F !important;
    font-size: 1.5rem;
}

#taskNav.show {
    transform: translateX(0);
}

.card {
    background-color: #FFF !important;
}

.choose-specific-dd-cr {
    min-width: 260px;
    display: inline-block;
}

.rx_clarifications_page_cr ::-webkit-input-placeholder,
.epa_page_cr ::-webkit-input-placeholder,
.referrals_page_cr ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #707070 !important;
}

.rx_clarifications_page_cr ::-moz-placeholder,
.epa_page_cr ::-moz-placeholder,
.referrals_page_cr ::-moz-placeholder {
    /* Firefox 19+ */
    color: #707070 !important;
}

.rx_clarifications_page_cr :-ms-input-placeholder,
.epa_page_cr :-ms-input-placeholder,
.referrals_page_cr :-ms-input-placeholder {
    /* IE 10+ */
    color: #707070 !important;
}

.rx_clarifications_page_cr :-moz-placeholder,
.epa_page_cr :-moz-placeholder,
.referrals_page_cr :-moz-placeholder {
    /* Firefox 18- */
    color: #707070 !important;
}



.referrals_page_cr .vbp-label {
    font-size: 1.51rem;
}

.referrals_page_cr .vbp-select {
    min-width: 188px !important;
}

.referrals_page_cr .rxs_tooltip_cr.pres_list_mod {
    vertical-align: middle !important;
}

.referrals_page_cr .delivery-date-value,
.referrals_page_cr .appointment-date-value {
    font-size: 0.9rem !important;
    cursor: pointer !important;
}

.flex-1 {
    flex:1;
}

#patientsSection .drug-selection .card, #modalCreateIntakeDrugGroup .card, #intakeDrugGroups .card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 0.25rem;
    border: 1.5px solid #D2D2D2;
    min-width: 165.6px;
    min-height: 120px;
    max-width: min-content;
    max-height: min-content;
    transition: transform 0.3s, box-shadow 0.3s; /* Smooth transition for zoom-in and shadow */
}

    #patientsSection .drug-selection .card:hover, #modalCreateIntakeDrugGroup .card:hover, #intakeDrugGroups .card:hover {
        transform: scale(1.05); /* Zoom-in effect */
        box-shadow: 0 0 15px rgba(0, 123, 255, 0.5); /* Soft blue glow with drop shadow */
        cursor: pointer;
    }

#patientsSection .drug-selection .card-body,
#modalCreateIntakeDrugGroup .card-body,
#intakeDrugGroups .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#patientsSection .drug-selection .card-content,
#modalCreateIntakeDrugGroup .card-content,
#intakeDrugGroups .card-content {
    display: flex;
    width: 100%;
    height: 100%;
}

#patientsSection .drug-selection img,
#modalCreateIntakeDrugGroup img,
#intakeDrugGroups img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.prescribe-mode-switch.active {
    pointer-events: none;
}

#updatePAStatusExternalCode {
    text-transform: uppercase;
    font-weight: bold;
}

#copyCMMCode {
    display: inline-block;
    font-family: monospace;
    font-size: 0.7em;
    background-color: white;
    color: #333;
    border: 1px solid;
    padding: 2px 4px;
    border-radius: 3px;
    cursor: pointer;
    border-color: #2AADE1 !important;
    color: #2AADE1 !important;
    position: relative;
    top: -3px;
    font-weight: bold;
    float: right;
    right: 55px;
}

#santylCalculator input[type="number"] {
    /* Remove the spinner arrows */
    -moz-appearance: textfield; /* For Firefox */
    -webkit-appearance: none; /* For Chrome, Safari, Edge */
    appearance: none; /* Standard property */
}

    #santylCalculator input[type="number"]::-webkit-inner-spin-button,
    #santylCalculator input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none; /* Additional safeguard for Chrome, Safari */
        margin: 0; /* Remove any margins */
    }
#santylCalculator .calculator-mode .col:first-child {
    padding-right: 0;
}

#santylCalculator .calculator-mode .col:last-child {
    padding-left: 0;
}

#santylCalculator button:not(.btn-link) {
    border-radius: 0;
    font-size: 1.25rem !important;
    box-shadow: none !important;
}

    #santylCalculator button:not(.btn-link):focus {
        opacity: 1 !important;
    }

#santylCalculator.wound-mode button:not(.btn-link) {
    border: 2px solid #0071BC !important;
}

    #santylCalculator.wound-mode button.btn-white {
        color: #0071BC !important;
    }

#santylCalculator.burn-mode button:not(.btn-link) {
    border: 2px solid rgb(209, 103, 88) !important;
}

    #santylCalculator.burn-mode button.btn-primary {
        background-color: rgb(209, 103, 88) !important;
        border-color: rgb(209, 103, 88) !important;
    }

    #santylCalculator.burn-mode button.btn-white {
        color: rgb(209, 103, 88) !important;
    }

[role="button"] {
    cursor: pointer;
}
.rx_clarifications_page_cr .page_title,
.epa_page_cr .page_title,
.referrals_page_cr .page_title,
.rx_clarify_page_cr .page_title,
.terms_page_cr .page_title,
.scheduling_page_cr .page_title {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.rx_clarifications_page_cr .dataTables_wrapper,
.epa_page_cr .dataTables_wrapper,
.referrals_page_cr .dataTables_wrapper {
    margin-bottom: 2rem;
}

.rx_clarifications_page_cr table.dataTable,
.epa_page_cr table.dataTable,
.referrals_page_cr table.dataTable {
    border: none;
    /*    box-shadow: 0 0 12px 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 12px 2px rgba(0,0,0,0.1);*/
}

.rx_clarifications_page_cr table.dataTable tr td,
.epa_page_cr table.dataTable tr td,
.referrals_page_cr table.dataTable tr td {
    /*background: #e7e8e8;*/
}

.rx_clarifications_page_cr table.dataTable thead th,
.epa_page_cr table.dataTable thead th,
.referrals_page_cr table.dataTable thead th {
    border: 0;

}



.rx_clarifications_page_cr table.dataTable tbody td,
.epa_page_cr table.dataTable tbody td,
.referrals_page_cr table.dataTable tbody td {
    font-size: 0.9rem;
    border: none !important;
    border-bottom: 4px solid #f0f0f0 !important;
    border-top: 4px solid #f0f0f0 !important;
}

.rx_clarifications_page_cr #tblRxClarificationTasks .rx_status_col {
    width: 275px !important;
}

.epa_page_cr .ans-epa-questions-btn {
    min-width: 195px !important;
}

table.dataTable tr.font-weight-bold {
    font-weight: 400 !important;
}

table.dataTable tr.font-weight-bold td:first-child {
    position: relative;
}

table.dataTable tr.font-weight-bold td:first-child:after {
    content: "";
    width: 10px;
    height: 100%;
    background: #2AADE1 !important;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

table.dataTable tr.font-weight-bold td:first-child:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #2AADE1;
    display: block;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 9px;
}

#tblPrescriberListWrapper {
    overflow-y: auto;
    max-height: 400px;
}

#tblPrescriberList .btn.btn-link:hover {
    opacity: 0.9 !important;


}

.expand_colapse_cell {
    position: relative;
}


.expand_colapse_cell i {
    cursor: pointer;
}

.referrals_page_cr .childTd {
    padding: 1.2rem !important;
    background: #F0F0F0 !important;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1) inset;

}
.badge-circle {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: #f79521;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}


.referrals_page_cr table.dataTable .childtable tr.even td,
.referrals_page_cr table.dataTable .childtable tr.odd td {
    background: #fff !important;
    border-bottom: 1px solid #eee !important;
}

.childtable {
    width: 100% !important;
    
}

.expand_colapse_cell.add-mw:not(.patient-td),
.childtable tbody tr td:first-child {
    width: 204px;
}

/*.pres-name-td,
.childtable tbody tr td:nth-child(2) {
    width: 200px;
}*/







.referral-status-task {
    position: relative;
    margin-top: 5px;
}

.btn.btn-primary.has-pending-notes {
    position: relative;
    background: #F7931E !important;
    border-color: #F7931E !important;
}

.empty-th,
.empty-td {
    display: none;
}


.childTd {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.icon_paperclip {
    width: 23px;
    /*vertical-align: sub;*/
    vertical-align: middle;
}

#tblReferrals .results-empty-th {
    min-width: initial !important;
}

#tblReferrals .patient-td,
#tblFlexTasks .patient-td,
#tblReferrals .product-td,
#tblFlexTasks .product-td {
    text-transform: uppercase;
}
table#tblReferrals, table#tblFlexTasks{
    width: 100% !important;
    border-collapse: collapse !important;
    background-color: transparent !important;
}
table#tblReferrals thead, table#tblReferrals tbody, table#tblFlexTasks tbody, table#tblFlexTasks thead{
    display: block;
}
table#tblReferrals tbody, table#tblFlexTasks tbody, .childtable{
    background-color: #F0F0F0 !important;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
    table#tblReferrals tr, table#tblFlexTasks tr {
        gap: 2rem;
        display: flex;
        background-color: white !important;
        padding: 1rem;
    }
table#tblAdditionalPrescriptions tr {
    gap: 2rem;
    background-color: white !important;
    padding: 1rem;
    border-bottom: 8px solid #f0f0f0 !important;
}
.childtable tr.referral-status-tr-cr  {
    padding: 0 !important;
}
#patient-td div[id^=attach-][disabled], button.lnkUploadFiles[disabled] {
    opacity: .32;
}
.search_cr .wrapper {
    width: auto;
    flex: 1;
}
.search_field_area .wrapper:first-child {
  display: none !important;
}

.search_cr .wrapper .search_field{
    width: 100%;
}
.referrals_page_cr .table-responsive-xl{
    height: auto;
    max-height: 1080px;
    min-height: 720px;
    width: fit-content;
    min-width: 100%;
}

.bulk-upload-table-responsive-xl {
    height: auto;
    min-height: 720px;
    width: fit-content;
    min-width: 100%;
}

.referrals_page_cr .card{
    overflow: hidden;
    
    
}
.referrals_page_cr form .card .card-body{
    overflow: scroll;
    width: 100%;
    
}
.referrals_page_cr .card .card-body .btn-xs{
    min-width: -webkit-fill-available;
}

.btn-standard {
    min-width: 156px;
    width: fit-content;
    white-space: nowrap;
}

#tasks-td .btn-xs {
    min-width: min-content;
}
table#tblReferrals tr td,table#tblReferrals tr th,table#tblFlexTasks tr td,table#tblFlexTasks tr th, .refferal-status-tr-cr td{
    
    flex-direction: column !important;
    align-items: stretch !important; /* Make sure content stretches to fill height */
    padding: 0 !important;
    border-bottom: none !important;
    width: 100%;
}

.message-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

    .message-container button.hasUnread {
        background-color: #F7931E !important;
    }

    .message-container button > svg {
        margin-right: 6px;
    }

    .message-container .unread {
        font-weight: 600;
    }

    .message-container .unread-message {
       font-size: 14px;
    }


#tasks-td:has(.reverify-task) {
    display: flex;
}

.reverify-task {
    flex: 1;
    display: flex;
}

.reverify-btn {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    color: #005BAF;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: end;
    text-decoration: underline;
    text-decoration-style: solid;
    outline: none;
    border: none;
    background: none;
}

.reverify-modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: black;
    z-index: 9999;
    opacity: 15%;
}

.reverify-modal, .renew-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

    .reverify-modal h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .reverify-modal h4 {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
    }

.reverify-container, .renew-container {
    background: white;
    width: min(820px, 100%);
}

.banner-container {
    display: flex;
    justify-content: space-between;
    background: #005BAF;
    padding: 10px 20px;
}

    .banner-container > p {
        font-weight: 600;
        font-size: 24px;
        line-height: 34px;
        color: white;
        text-align: center;
        margin-bottom: 0;
    }

    .banner-container > button {
        color: white;
        background: none;
        border: none;
        outline: none;
    }

.form-content {
    margin: 20px;
}

    .form-content .disclaimer, .form-content .will-contact {
        margin-top: 15px;
    }

    .form-content:has(input:checked) .disclaimer {
        display: none;
    }

    .form-content:has(input:checked[value="other"]) p.will-contact {
        display: block !important;
    }

    .form-content .input > label {
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
    }

.radio-input-container {
     display: flex;
     flex-direction: column;
}

    .radio-input-container > label {
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
    }

.form-content .input-container {
    display: flex;
    column-gap: 48px;
    row-gap: 10px;
    flex-wrap: wrap;
}

.form-content:has(input:checked[value="yes"]) .patient-input-container {
    display: block;
}

.form-content .please-provide-txt {
    display: none;
}

.form-content:has(input:checked[value="yes"]) .please-provide-txt.fase {
    display: block;
}

.form-content .input {
    display: flex;
    flex-direction: column;
}

.form-content input[type="date"], .form-content input[type="text"] {
    min-width: 300px;
    height: 44px;
    padding: 16px 12px;
    border-radius: 4px;
}

.form-content .bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-content .next-container {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

    .form-content .next-container > button.btn {
        gap: 10px;
        opacity: 1;
        padding-top: 10px;
        padding-right: 24px;
        padding-bottom: 10px;
        padding-left: 24px;
        border-radius: 4px;
        background: #005BAF !important;
        color: white;
        border: none;
        outline: none;
    }

    .form-content .next-container > button:nth-last-of-type(2) {
        background: white !important;
        color: black !important;
        border: 1px solid #b0b0b0;
    }

.search_field_area
.subtext {
    position: absolute;
    top: 63px;
    font-size: 12px;
    left: 80px;
    /* font-weight: normal; */
    color: white;
}
.attachments_table tr{
    margin:0 auto;
    display:inline;
}
.rxs_tooltip_cr {
    position: relative;
    /*cursor: pointer;*/
    display: inline-block;
    vertical-align: text-bottom;
}

.rxs_tooltip_cr.pushed-down .rxs_tooltip {
    top: 25px;
}

.rxs_tooltip_cr .rxs_tooltip {
    display: none;
}

#tblBulkUpload .rxs_errors:hover .rxs_tooltip {
    display: block;
}

a .rxs_errors{
    text-wrap:wrap !important;
    font-weight:400 !important;
}

.rxs_tooltip_cr:hover .rxs_tooltip,
.rxs_tooltip_cr:hover .rxs_tooltip {
    display: block !important;
}

.rxs_tooltip_cr.pres_list_mod {
    display: inline-block;
    vertical-align: text-bottom;
}

.rxs_tooltip_cr .rxs_tooltip.rxs_tooltip_bulk_upload {
    left: -100px;
}

.rxs_tooltip_cr .rxs_tooltip {
    width: 310px;
    height: auto;
    padding: 0.75rem;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    z-index: 2;
    text-align: left;
    color: black;
    left: -107px;
}

.rxs_tooltip_cr .rxs_tooltip a {
    color: #333;
}

.rxs_tooltip_cr .rxs_tooltip div {
    padding-bottom: 8px;
}

.rxs_tooltip_cr.pres_list_mod .rxs_tooltip {
    left: 30px !important;
    color: #2A2B3B !important;
    text-transform: none !important;
}


.rxs_tooltip_cr .icon_info,
.rxs_tooltip_cr.pres_list_mod .icon_info {
    width: 23px;
}

.rxs_tooltip_cr .rxs_tooltip .arrow {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    top: 12px;
    right: -6px;
}

.rxs_tooltip_cr.pres_list_mod .rxs_tooltip .arrow {
    left: -6px;
    transform: rotate(180deg)
}



.rxs_tooltip_cr .rxs_tooltip+div.rxs_tooltip_status_txt {
    color: #2AADE1;
}

.prescriberActionItems .rxs_tooltip_cr .rxs_tooltip {
    left: -310px;
}

.prescriberActionItems {
    width: 115px;
}

.prior_authorization_status_text {
    color: #2AADE1;
}

.fa.pull-right.fa-filter {
    color: #2AADE1;
}

/*.epa_page_cr table.dataTable .status-txt {
    color: #ED207A;
    font-weight: bold;
}*/
.rx_clarifications_page_cr .table .btn.clarify-btn,
.referrals_page_cr .table .btn.edit-pa-btn,
.btn.table-btn-sm {
    font-size: 1rem;
    line-height: 1.2;
}

.rx_clarifications_page_cr #tblRxClarificationTasks tr td:first-child {
    width: 200px !important;
}

.rx_clarifications_page_cr #tblRxClarificationTasks tr td:nth-child(3) {
    width: 240px !important;
}

.ui-dialog.ui-draggable #divPrescriberChatWindow {
    padding: 0 !important;
}


.ui-dialog.ui-draggable #divPrescriberChatWindow {
    font-family: 'Proxima Nova' !important;
}

.ui-dialog.ui-draggable #divPrescriberChatWindow iframe {
    border: 0 !important;
}

.ui-dialog.ui-draggable #divPrescriberChatWindow iframe body {
    padding: 0 !important;
}

.ui-dialog.dialog-chat-window {
    position: fixed !important
}


.arrow-button {
    /* width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    background-color: #2AADE1;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    cursor: pointer;
}



.actions_container {
    display: flex;
    flex-direction: row;
}

.modal {
    z-index: 2050 !important;
}

.modal-backdrop {
    z-index: 2000;
}

#divOrderMessageModal .direction_text {
    font-size: 1.2rem;
    color: #2AADE1;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

#divOrderMessageModal .new_message_text_area {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    max-height: 5.25rem;
    min-height: 5.25rem;
    height: 5.25rem;
}

#divOrderMessageModal #IsPriority {
    margin-right: 0.25rem;
}

#divOrderMessageModal .previous_messages_outer_cr {
    max-height: 345px;
    padding: 0.75rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid #D1D1D1;
    overflow-y: auto;
}

#divOrderMessageModal .previous_messages_outer_cr ul {
    padding: 0;
}

#divOrderMessageModal .previous_messages_outer_cr ul,
#divOrderMessageModal .previous_messages_outer_cr ul li {
    list-style: none;
}

#divOrderMessageModal .previous_message_cr {
    background: #eeeeee;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
}

#divOrderMessageModal .previous_message_cr.received {
    background: #d6edcd;
}

#divOrderMessageModal .previous_message_cr.priority_true {
    border: 1px solid #2AADE1;
}

#divOrderMessageModal .previous_message_cr p {
    margin-bottom: 0.5rem;
}

#divOrderMessageModal .previous_message_cr .author_mess {
    font-size: 0.8rem;
}

#divOrderMessageModal .previous_message_cr p:last-child {
    margin-bottom: 0;
}

#divOrderMessageModal .previous_message_cr .priority_text {
    color: #2AADE1;
    font-weight: 700;
}

#divOrderMessageModal .previous_message_cr .author_mess {
    margin-bottom: 0 !important;
}

#divOrderMessageModal .previous_message_cr.priority_false .priority_text {
    display: none !important;
}

.prpl_note {
    font-size: 1rem;
    color: #000;
    font-weight: normal;
}

.text-normal {
    font-weight: normal;
}

#btnUploadFile {
    border: 1px solid #999;
    box-shadow: none;
    border-radius: 6px;
}

#selectAttachmentList {
    overflow-y: auto;
    max-height: 105px;
}

.flex-task-action-button {
    min-width: 155px;
}

/* --- 12. EPA Request Page / PA Page ---*/
.epa_request_page_cr .top_cr,
.pa_form_page_cr .top_cr {
    width: 100%;
    max-width: 990px;
    color: #fff;
    padding: 1rem;
    margin: 0 auto;
}

.epa_request_page_cr .top_cr.small-text,
.pa_form_page_cr .top_cr.small-text,
#tblBulkUpload {
    font-size: 0.9rem;
}

.epa_request_page_cr .top_cr .ba,
.pa_form_page_cr .top_cr .ba {
    word-break: break-all;
}

.epa_request_page_cr .mid_cr,
.pa_form_page_cr .mid_cr {
    width: 100%;
    max-width: 990px;
    font-size: 1.2rem;
    margin: 0 auto 30px auto;
}

.epa_request_page_cr .epa_rb_cr,
.pa_form_page_cr .epa_rb_cr {
    width: 100%;
    max-width: 990px;
    margin: 0 auto 4rem auto;
}

.epa_request_page_cr .question-container,
.pa_form_page_cr .question-container {
    font-size: 1.2rem;
}

.epa_request_page_cr.overflow-left-imgs .white_box_cr,
.pa_form_page_cr.overflow-left-imgs .white_box_cr {
    max-height: 620px;
    border: 1px solid #ddd;
    overflow-y: auto;
}

.epa_request_page_cr .img_cr img.base-img,
.rx_clarify_page_cr .img_cr img.base-img,
.pa_form_page_cr .img_cr img.base-img,
.rx_clarify_page_cr .img_cr img.base-img {
    width: 100%;
    border: 1px solid #ddd;
}

.epa_request_page_cr iframe[id^="PdfWebControl"],
.pa_form_page_cr iframe[id^="PdfWebControl"] {
    border: 1px solid #ddd !important;
}

.epa_request_page_cr.overflow-left-imgs .easyzoom-flyout img,
.pa_form_page_cr.overflow-left-imgs .easyzoom-flyout img {
    min-width: 750px !important;
}

.epa_request_page_cr.overflow-left-imgs .white_box_cr,
.rx_clarify_page_cr .white_box_cr,
.pa_form_page_cr.overflow-left-imgs .white_box_cr,
.rx_clarify_page_cr .white_box_cr {
    background: #eee;
    padding: 0.8rem;
}

.epa_request_page_cr.overflow-left-imgs .white_box_cr hr,
.rx_clarify_page_cr .white_box_cr hr,
.pa_form_page_cr.overflow-left-imgs .white_box_cr hr,
.rx_clarify_page_cr .white_box_cr hr {
    display: none !important;
}

.epa_request_page_cr .pa_form_cr,
.pa_form_page_cr .pa_form_cr {
    position: relative;
}

.epa_request_page_cr .pa_form_cr .plan_criteria_cr,
.pa_form_page_cr .pa_form_cr .plan_criteria_cr {
    position: absolute;
    right: 2rem;
    top: 1rem;
    z-index: 4;
}

.epa_request_page_cr .pa_form_cr .plan_criteria_cr .plan_criteria_popout,
.pa_form_page_cr .pa_form_cr .plan_criteria_cr .plan_criteria_popout {
    width: 400px;
    height: auto;
    padding: 0.75rem;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: -6px;
    right: 178px;
}

.hidden {
    display: none !important;
}

.epa_request_page_cr .pa_form_cr .plan_criteria_cr .plan_criteria_popout.hide,
.pa_form_page_cr .pa_form_cr .plan_criteria_cr .plan_criteria_popout.hide {
    display: none !important;
}


.epa_request_page_cr .pa_form_cr .plan_criteria_cr .plan_criteria_popout .pc_close,
.pa_form_page_cr .pa_form_cr .plan_criteria_cr .plan_criteria_popout .pc_close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    cursor: pointer;
}

.epa_request_page_cr .pa_form_cr .plan_criteria_cr .plan_criteria_popout hr,
.pa_form_page_cr .pa_form_cr .plan_criteria_cr .plan_criteria_popout hr {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.epa_request_page_cr .pa_form_cr .plan_criteria_cr .plan_criteria_popout .arrow,
.pa_form_page_cr .pa_form_cr .plan_criteria_cr .plan_criteria_popout .arrow {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    top: 16px;
    right: -6px;
}

.pa_form_page_cr .instruct_no_cbs,
.pa_form_page_cr .instruct_cbs {
    display: none;
}

.new_plan_criteria_cr {
    height: auto;
    max-height: 185px;
    overflow-y: auto;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
}

.accordion-collapsable .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.accordion-collapsable .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.epa_request_page_cr.overflow-left-imgs .question-container .accordion-collapsable {
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.epa_request_page_cr.overflow-left-imgs .question-container .accordion-collapsable .card-header.bg-white {
    background: #fafafa !important;
}


.epa_request_page_cr.overflow-left-imgs .question-container .accordion-collapsable .card-title.text-primary:hover,
.epa_request_page_cr.overflow-left-imgs .question-container .accordion-collapsable .card-title.text-primary:focus {
    color: #2AADE1 !important;
}

.rx_clarify_page_cr .easyzoom-flyout img {
    min-width: 900px !important;
}

.rx_clarify_page_cr .patient_info_cr {
    width: 100%;
    color: #959494;
    margin-bottom: 1rem;
    padding: 1rem 1rem 0 1rem;
    background: #F5F5F5;
}

.epa_request_page_cr .patient_info_cr,
.scheduling_page_cr .patient_info_cr {
    width: 100%;
    color: #959494;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #F5F5F5;
}

.rx_clarify_page_cr .sub_title {
    font-size: 1.5rem;
    color: #1A5886;
    font-weight: 600;
    margin: 0 0 1.5rem 0;
}

.rx_clarify_page_cr .rxc_right_col label.lbl_mod {
    font-size: 0.8rem;
    color: #959494;
}

.rx_clarify_page_cr .rxc_right_col .form-group .form-control,
.rx_clarify_page_cr .rxc_right_col .suggested_txt {
    color: #1A5886 !important;
}

.epa_request_page_cr .epa_request_right_col #frmEPA h4 {
    font-size: 1.5rem;
    font-weight: 600;
}

.epa_request_page_cr .epa_request_right_col #frmEPA h5 {
    font-size: 1.25rem;
}

.form_request_page_cr .question-container div span {
    text-indent: -19px;
    margin-left: 19px;
    display: block;
}


/* --- 13. Share Feedback Page --- */
.feedback_page_cr {
    background: #fff url(/Areas/ASPN/images/feedback_img.png) no-repeat right -40px;
    background-size: 50%;
}

.feedback_page_cr .page_title {
    margin-top: 3rem;
    margin-bottom: 0;
}

.feedback_page_cr .sub_title {
    font-size: 1.25rem;
}

.feedback_page_cr .feedback_bot_cr {
    width: 100%;
    max-width: 720px;
    display: block;
    position: relative;
}

.feedback_page_cr .stars_cr {
    display: block;
    position: relative;
}

.stars_cr .stars {
    width: 190px;
    height: 36px;
    text-align: center;
    margin-bottom: 1rem;
}

.stars input {
    display: none;
}

.stars label {
    font-size: 42px;
    line-height: 0.8;
    color: #ddd;
    margin: 0 6px 0 0;
    float: right;
}

.stars label:hover {
    cursor: pointer;
}

.stars label:before {
    content: '★';
}

.stars input:checked~label {
    color: #2AADE1;
}

.stars:not(:checked)>label:hover,
.stars:not(:checked)>label:hover~label {
    color: #2AADE1;
}

.stars input:checked>label:hover,
.stars input:checked>label:hover~label {
    color: #2AADE1;
}

.feedback_page_cr .contact_bot textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 86px;
    max-height: 86px;
    min-height: 86px;
    resize: none;
}

.feedback_page_cr .patTermsCB_cr .form-check-label {
    font-size: 0.8rem;
    line-height: normal;
    padding-top: 4px;
}



/* --- 14. Terms Page --- */
.terms_page_cr .page_title {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.terms_page_cr p,
.terms_page_cr ul li {
    font-size: 1.2rem;
}

.terms_page_cr ul {
    margin-top: 0;
    padding-left: 22px;
}

.terms_page_cr table thead th {
    color: #fff;
    background: #2A2B3B;
    border-color: #2A2B3B;
}

.terms_page_cr a u {
    text-decoration: none !important;
}

.referrals_page_cr .container {
    height: 100%;
    min-height: 100vh;
}

.modal-body .terms_page_cr>.container {
    padding-left: 0;
    padding-right: 0;
}

.modal-body .terms_page_cr h1.page_title {
    font-size: 1.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.modal-body .terms_page_cr h2.page_title {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}



/* --- 15. FAQ Page --- */
.faq_page_cr .page_title {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.faq_page_cr p,
.faq_page_cr ul li,
.faq_page_cr ol li {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.faq_page_cr h2 {
    font-size: 1.5rem;
}

.faq_page_cr h4 {
    font-size: 1.75rem;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #ccc;
}

.faq_page_cr ul {
    margin-top: 0;
    padding-left: 22px;
}

.faq_page_cr table thead th {
    color: #fff;
    background: #2A2B3B;
    border-color: #2A2B3B;
}

.faq_page_cr #faq_accordion .card {
    background: transparent;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-collapse: collapse;
}

.faq_page_cr #faq_accordion .card-header {
    color: #2AADE1;
    background: #fff;
    padding: 1.35rem 1.25rem 1.15rem 1.25rem;
}

.faq_page_cr #faq_accordion .card-header.expanded {
    background: #d3eef9;
}

.faq_page_cr #faq_accordion .card-header .btn {
    width: 100%;
    border-radius: 0 !important;
    text-transform: none;
    text-decoration: none !important;
}

.faq_page_cr #faq_accordion .card-header .btn b {
    font-weight: 400;
}

.faq_page_cr #faq_accordion .card-header .btn .fa {
    vertical-align: text-top;
    margin-right: 0.3rem;
}

.faq_page_cr #faq_accordion .card-header .btn .faq_chev_img {
    width: 22px;
}

.faq_page_cr #faq_accordion .card-header .btn.collapsed .faq_chev_img {
    transform: rotate(180deg);
}

.faq_page_cr #faq_accordion .card-header .btn:not(.collapsed) .faq_chev_img {
    vertical-align: middle;
    transform: rotate(0deg);
}

.faq_page_cr #faq_accordion .card-body {
    background: #fff;
}

.faq_page_cr #faq_accordion .card-body p:last-child {
    margin-bottom: 0;
}

.faq_page_cr #faq_accordion .collapse,
.faq_page_cr #faq_accordion .collapsing {
    border-top: 1px solid #ccc;
}


/* --- 16. Training Page ---*/

.training_page_cr {
    background: #F5F5F5;
}

.training_page_cr .page_title {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.training_page_cr .video-desc-cr h2 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 0.5rem;
    margin-bottom: 0.1rem;
}

.training_page_cr .video-desc-cr p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}


.fa.fa-exclamation-circle {
    font-size: 1.1rem;
}

/* --- 17. Global Alerts, Confirmations, etc. --- */

.email_confirmation_page_cr .page_title {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

#divProgramMessage .modal-body .error_message_cr {
    text-align: center;
}

#divProgramMessage .modal-body .error_message_cr .icon.error_icon {
    margin-left: auto;
    margin-right: auto;
}

.modal-body .error_message_text {
    text-align: center;
    color: red;
    margin-bottom: 0px !important;
}


/* --- 18. My Dashboard Page --- */

.dashboard-container {
    margin: 15px;
}

.dashboard-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    border-radius: .25rem;
    padding: 15px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.office-name {
    font-size: 25px;
    font-weight: 700;
    color: #005BAF;
}

.address {
    font-size: 20px;
    font-weight: 500;
}

.info-actions {
    display: flex;
    gap: 10px;
    height: 50px;
}

    .info-actions > button {
        font-size: 18px;
        font-weight: bold;
        color: white;
        border-radius: .25rem;
        border: none;
        padding: 0 25px;
    }

.edit-prescriber-btn {
    background-color: #2AADE1;
    text-transform: uppercase;
}

.prescribe-btn {
    background-color: #F7931E;
    text-transform: uppercase;
}

.dashboard_page_cr .dashboard-head {
    margin-top: .75rem;
}

.dashboard-icon {
    width: 32px;
}

#be-chat-container {
    z-index: 1049 !important;
}

.dashboard_page_cr .top-row .dashboard-card {
    height: 100px;
}

.dashboard_page_cr .dashboard-card {
    height: 81px;
    font-weight: 700;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #fff;
    font-size: 20px;

    border-radius: 7px;
}



.dashboard_page_cr .dashboard-card.dashboard-card-blue {
    background: #29ABE2;
    color: #fff;
}

.dashboard_page_cr .dashboard-card.dashboard-card-grey {
    background: gray;
    color: #fff;
    opacity: 0.7;
}

.dashboard_page_cr .dashboard-card.dashboard-card-orange {
    background: #f79521;
    color: #fff;
}




.dashboard_page_cr .dashboard-card.practice-profile {
    font-size: 1.5rem;
}

.dashboard_page_cr .dashboard-card .btn {
    margin-left: auto !important;
}

.divFilters select {
    appearance: none;
    -webkit-appearance: none; /* For Safari and Chrome */
    -moz-appearance: none; /* For Firefox */
    background-image: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.538 5.48439L15.6 6.54639L9.60001 12.5464L3.60001 6.54639L4.66201 5.48439L9.60001 10.4224L14.538 5.48439Z" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
}

.divFilters select, .divFilters input, .divFilters button {
    border-radius: .25rem;
}


.divFilters {
    display: flex;
    gap: 7px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
}

    .divFilters > div, .divFilters > div {
        flex: 1;
    }

    .divFilters select, .divFilters input {
        width: 100%;
        height: 100%;
        padding: 5px 5px;
        border: 1px solid #8D8E91;
    }

    .divFilters button {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        background: #2A2B3B;
        color: white;
        border: none;
        padding: 10px 25px;
    }

    @media (max-width: 768px) {
        .divFilters, .dashboard-info, .dashboard-simple-actions {
            flex-direction: column;
            width: 100%;
        }
    }

   .dashboard-first-row {
       display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
}

.dashboard-first-row > h5 {
    font-size: 28px;
    font-weight: 700;
}

.dashboard-simple-actions {
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
}

.toggle-label {
    display: block;
    margin: 0.5em;
    padding: 4px 4px 6px 6px;
    border: 0 solid #005a9c;
    border-radius: 5px;
    width: 16em;
    cursor: pointer;
}

    .toggle-label .label {
        display: inline-block;
        user-select: none;
    }

    .toggle-label input[role="switch"] {
        opacity: 0;
    }

    .toggle-label input[role="switch"] ~ .state {
        display: inline-block;
        user-select: none;
    }

        .toggle-label input[role="switch"] ~ .state > .toggle-container {
            position: relative;
            top: 2px;
            display: flex;
            align-items: center;
            width: 40px;
            height: 20px;
            border-radius: 11px;
            background: #8D8E91;
            padding: 0;
        }

        .toggle-label input[role="switch"]:checked ~ .state > .toggle-container {
            background: #1D55AF;
        }

        .toggle-label input[role="switch"] ~ .state > .toggle-container > .position {
            position: relative;
            left: 2px;
            display: inline-block;
            border-radius: 9px;
            width: 14px;
            height: 14px;
            background: white;
        }



        .toggle-label input[role="switch"]:checked ~ .state > .toggle-container > .position {
            left: 22px;
            border-color: white;
            background: white;
            opacity: 1;
        }

.divDateRange > svg {
    position: relative;
    z-index: 10;
    margin-right: -30px;
    top: -3px;
    pointer-events: none;
}

.divDateRange > select {
    padding: 10px 30px;
    border-radius: .25rem;
}

.dashboard-table {
    overflow-x: auto;
}

.dashboard-table > table {
    width: 100%;
}

.dashboard-table thead > tr {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.dashboard-table th > .space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.space-between > svg {
    margin-left: 20px;
    cursor: pointer;
}

.dashboard-table tr.closed {
    display: none;
}

    .dashboard-table tr.shut i.fa-chevron-down {
        display: block;
    }
    .dashboard-table tr.expanded i.fa-chevron-down {
        display: none;
    }

.dashboard-table tr.shut i.fa-chevron-up {
    display: none;
}

    .dashboard-table tr.expanded i.fa-chevron-up {
        display: block;
    }

.dashboard-table tr > th:first-of-type {
    width: 20px;
}

.dashboard-table tr > td:nth-of-type(2) {
    font-size: 16px;
    color: #005BAF;
    text-decoration: underline;
    text-decoration-color: #005BAF;
}

.dashboard-table tr.lighter > td:nth-of-type(2)::before {
    content: " ";
    display: inline-block;
    width: 10px;
}

.dashboard-table th, .dashboard-table td {
    padding: 8px;
}

.dashboard-table tr.darker {
    background: #F1FAFF;
    border-bottom: 2px solid white;
}

.dashboard-table tr.lighter {
    background: #FBFDFF;
}

.dashboard-table td > i {
    cursor: pointer;
}

td.action-needed {
    background: #FFDAAF;
    padding-top: 0;
}

td.action-needed::before {
    content: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.268 3.54639C11.0378 2.21305 12.9623 2.21305 13.7321 3.54639L20.6603 15.5464C21.4301 16.8797 20.4678 18.5464 18.9282 18.5464H5.07183C3.53223 18.5464 2.56998 16.8797 3.33978 15.5464L10.268 3.54639ZM11 11.5464V8.54639C11 7.9941 11.4477 7.54639 12 7.54639C12.5523 7.54639 13 7.9941 13 8.54639V11.5464C13 12.0987 12.5523 12.5464 12 12.5464C11.4477 12.5464 11 12.0987 11 11.5464ZM11 14.5464V15.5464C11 16.0987 11.4477 16.5464 12 16.5464C12.5523 16.5464 13 16.0987 13 15.5464V14.5464C13 13.9941 12.5523 13.5464 12 13.5464C11.4477 13.5464 11 13.9941 11 14.5464Z" fill="%23DD140F"/></svg>');
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 8px;
}



.bulk-upload-box {
    border: 1px solid #f79521;
    border-radius: 10px;
    padding: 10px;
}

.bulk-upload-box {
    border: 1px solid #f79521;
    border-radius: 10px;
    padding: 10px;
}

.icon-check-circle {
    width: 28px;
}

.icon-calendar {
    width: 32px;
}

.icon-delivery {
    width: 28px;
}

.icon-calendar.small {
    width: 24px;
}

.icon-box-open {
    width: 52px;
}

.icon-empty-check {
    width: 25px;
}

.icon-green-check {
    width: 25px;
}

.profile_page_cr .icon-green-check {
    left: auto;
}


.dashboard_page_cr .steps_outer_cr {
    display: none;
}

.dashboard_page_cr .steps_outer_cr .steps {
    width: 19%;
    text-align: center;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
}

.dashboard_page_cr .steps_outer_cr .steps .num_cr {
    position: relative;
}

.dashboard_page_cr .steps_outer_cr .steps .num_cr .num {
    width: 56px;
    height: 56px;
    font-size: 28px;
    line-height: 54px;
    color: #0071BC;
    font-weight: 700;
    background: #fff;
    position: relative;
    margin: 0 auto;
    border: 2px solid #0071BC;
    border-radius: 30px;
    z-index: 2;
}

.dashboard_page_cr .steps_outer_cr .steps.current .num_cr .num {
    background: #e9f7fc;
}

.dashboard_page_cr .steps_outer_cr .steps.completed .num_cr .num {
    color: #fff;
    background: #c2e3f1;
    border-color: #c2e3f1;
}

.dashboard_page_cr .steps_outer_cr .steps .num_cr .line {
    content: "";
    width: 100%;
    height: 3px;
    background: #C4C4C4;
    position: absolute;
    left: 50%;
    top: 49%;
    z-index: 1;
}

.dashboard_page_cr .steps_outer_cr .steps .desc {
    font-size: 0.9rem;
    line-height: 1.2;
    color: #0071BC;
    margin-top: 0.5rem;
}

.dashboard_page_cr .page_title {
    margin-top: 1.5rem;
}

.dashboard_page_cr .notifications_section_cr .card {
    border-radius: 0;
    border: none;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.dashboard_page_cr .card.blue {
    color: #fff;
    text-align: center;
    background: #0071BC;
}

.dashboard_page_cr .card.orange {
    color: #fff;
    text-align: center;
    background: #F7931E;
}

.dashboard_page_cr .info-tiles-cr .card .card-body {
    justify-content: center;
}

.dashboard_page_cr .info-tiles-cr .card .card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}

.dashboard_page_cr .card .card-body p a {
    color: #fff;
    text-decoration: underline;
}


.dashboard_page_cr table.dataTable {
    border: none !important;
}

.dashboard_page_cr table.dataTable thead th {
    text-align: center;
    color: #28283d;
    background: #fff;
    border-color: #fff !important;
}

.dashboard_page_cr table.dataTable tbody tr td {
    text-align: center;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    vertical-align: middle;
}

.profile_page_cr .table-striped tbody tr:nth-of-type(odd),
.dashboard_page_cr .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5fbff;
}

.dashboard_page_cr table.dataTable thead th:first-child,
.dashboard_page_cr table.dataTable tbody tr td:first-child {
    text-align: left !important;
}

.dashboard_page_cr #btnAddPrescriber {
    margin-top: 1rem;
}

.orange-bg {
    color: #fff;
    background: #F7931E;
}

.text-orange {
    color: #F7931E;
}

.dashboard-banner {
    width: 100%;
    background: #2fadde;
    color: #fff;
    font-size: 2.5vw;
    text-align: center;
    height: 128px;
    line-height: 128px;
}

.alert-banner-cr {
    background: #28283c;
}

.alert-banner-cr img {
    width: 100%;
    height: auto;
}

.verifyModal .modal-body {
    text-align: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.verifyModal .time_remaining_cr {
    color: #0071BC;
    font-weight: 700;
}

.verifyModal .hr_cr {
    width: 100%;
    max-width: 100px;
    height: 1px;
    background: #0071BC;
    margin: 0.5rem auto 1rem auto;
    display: block;
    position: relative;
}

.verifyModal .question_cr {
    margin-bottom: 1rem;
}

.verifyModal .question_number {
    font-weight: 700;
}

.verifyModal .question_text {
    font-size: 1.2rem;
}

.verifyModal .answers_cr .form-check {
    padding: 0;
}

.verifyModal .answers_cr .form-check input[type=radio] {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 0;
    left: -99999px;
}

.verifyModal .answers_cr .answer label {
    width: 100%;
    height: auto;
    color: #959494;
    font-weight: 700;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #eee;
    border: 1px solid #eee;
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 100px;
}

.verifyModal .answers_cr .answer label:hover {
    border-color: #0071BC;
}

.verifyModal .answers_cr .answer input[type="radio"]:checked~label {
    color: #fff;
    background: #0071BC;
}

.fax_code_rbs_cr {
    width: 100%;
    max-width: 146px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.signature_wrapper {
    height: 25vh;
    max-height: 250px;
    min-height: 250px;
}

.signature_wrapper canvas {
    width: 100%;
    height: 100%;
    border: 1px solid black;
}

.dashboard_page_cr .card-title {
    font-size: 1.3rem;
}

.form-card {
    max-width: 200px;
}

.form-card .form-card-thumbnail {
    width: 100%;
}

.form-card .form-card-thumbnail img {
    width: 100%;
}
.referrals_page_cr .alert-info{
    display:none;
}
.referrals_page_cr .btn-group{display: none;}
/* Style the buttons (circle-shaped) */
#scrollLeft, #scrollRight {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

 
}


@media (min-width: 1821px) {
    main{
        max-width: none;
    }
}
@media (max-width: 1440px) {
    .table-container{padding-right:1rem;}
    .referrals_page_cr .alert-info{
        display:block;
        margin-bottom: .5em;
    }
    .referrals_page_cr .btn-group{
        display: flex;
        width: max-content;
        gap: 1em;
        margin-bottom: 1em;
    }
}

/* --- 19. Delivery and Appointment Dates Modal --- */
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 780px;
    }
}

@media (min-width: 992px) {
    #modalRxScheduling .modal-dialog {
        max-width: 850px;
    }
}

#frmDeliveryDate h5 {
    font-size: 1.25rem;
}

/* --- 19. Delivery and Appointment Dates Modal --- */
.pharmacy-list-wrapper {
    max-height: 400px;
    overflow-y: auto;
}

/* --- 21.  /melintaprogram --- */

.page-content {
    width: 100%;
    display: flex;
    justify-content: center;
}

.max-container1600 {
    width: 100%;
    max-width: 1600px;
    display: flex;
    flex-direction: column;
    padding: 0px 5px;
    & * {
        font-size: 16px;
    }

}

.content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

.content {
    width: 100%;
}

h1.page-title {
    font-size: 18px;
    font-weight: bold;
}

.video-group-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5%;
}

.video-title.side-by {
    display: none;
}

.video-group iframe {
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.signup-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #f2f5ff;
    height: 100px;
    padding: 0 2%;
    margin-top: 60px;
}

    .signup-banner > div {
        width: 100%;
    }

.aspn-portal-btn {
    width: 100%;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #005baf;
    font-size: larger;
    text-align: center;
    transition: background-color 0.4s ease;
    
    &:hover {
        cursor: pointer;
        background-color: #1A6AFF;
    }

}

.aspn-portal-btn span {
    color: white;
    font-weight: bold;
}

.support-links {
    margin-top: 2%;
    & a {
        color: black;
        text-decoration: underline;
    }

    & .product-mark {
        font-style: italic;
    }
}

@media (min-width: 600px) {

    .content-container {
        margin-top: 50px;
    }

    h1.page-title, .video-title, .signup-text, .aspn-portal-btn span {
        font-size: 20px;
    }
}

@media (min-width: 1000px) {

    p.subtitle {
        font-size: 18px;
    }

    h1.page-title, .video-title, .signup-text {
        font-size: 24px;
    }

    .signup-text {
        margin-bottom: 0;
    }

    .video-group-container {
        grid-template-columns: 1fr 1fr;
        
        & .video-title {
            display: none;
        }
    }

    .video-title.side-by {
        display: block;
    }

    .signup-banner {
        flex-direction: row;
        gap: 5%;
    
        &:first-child {
            width: fit-content;
        }
    }

    .aspn-portal-btn {
        max-width: 35%;
    }

}


/* --- END /melintaprogram --- */



/* --- 00. Media Queries --- */
@media (min-width: 1800px) {
    .container {
        max-width: 1750px !important;
    }
}

@media (max-width: 1799px) {
    .container {
        max-width: 1600px !important;
    }
}


@media (max-width: 1699px) {
    .container {
        max-width: 1400px !important;
    }



    body.mimic {
        padding-top: 138px;
    }

    .flex_task_page_cr .flex_task_inputs {
        display: block !important;
    }

    .flex_task_page_cr .flex_task_inputs .fields_section {
        display: inline !important;
    }

    .flex_task_page_cr .flex_task_inputs .buttons_section {
        display: inline-block !important;
    }

    .flex_task_page_cr .flex_task_inputs .filter-select-dd {
        display: block;
        margin: 1rem 0 0 0;
    }
}

@media (max-width: 1600px) {
    .home_page_cr {
        background-position: right -45px top -100px;
        background-size: 70%;
    }

    .home_page_cr .home_content_cr {
        max-width: 600px;
    }

    .home_page_cr .home_content_cr h1 {
        font-size: 4rem;
    }

        .home_page_cr .home_content_cr h4, .home_page_cr .home_content_cr h2 {
            font-size: 1.6rem;
        }

    .search_cr .form-control {
        margin-bottom: 0.25rem;
    }

    .login_page_cr {
        background-size: 50%;
    }

    .forgot_pw_page_cr {
        background-size: 50%;
    }
}

@media (max-width: 1430px) {
    .container {
        max-width: 1300px;
    }

    .header .navbar-nav.main_nav_ul li.notify_cr .dropdown-menu.notify_dd {
        left: -109px;
    }

    .home_page_cr {
        background-position: right -45px top -50px;
        background-size: 70%;
    }

    home_section.s3 {
        background-size: cover;
    }

    .home_section h3 {
        font-size: 2rem;
    }

    .home_section p.home_p {
        font-size: 1.35rem;
    }

    .key_code_banner_cr p {
        margin: 0 !important;
    }

    .footer .logo_footer {
        left: 0;
    }
}

@media (max-width: 1366px) {
    .key_code_banner_cr {
        padding-left: 0;
        padding-right: 0;
    }

    .home_page_cr .home_content_cr h1 {
        font-size: 3.5rem;
    }

    .home_page_cr .home_content_cr h4, .home_page_cr .home_content_cr h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 1360px) {
    .container {
        max-width: 1130px;
    }

    .header .logo_header {
        margin-left: 1rem;
        max-width: 120px;
    }

    .home_page_cr.home_logged_out_cr {
        background-position: right -45px top -100px;
        background-size: 70%;
        height: auto !important;
        background-position-y: -20px !important;
    }

    .home_page_cr .home_content_cr {
        max-width: 530px;
        margin-top: 7rem;
        margin-bottom: 7rem;
    }

    .home_section h3 {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }

    .home_section p.home_p {
        font-size: 1.1rem;
    }

    .home_section .aspn_home {
        max-width: 285px;
    }

    .home_section.s3 {
        min-height: 0;
        background-size: cover;
    }

    .home_section .home_pres_cr {
        max-width: 305px;
    }

    .home_section .carousel .carousel-item img {
        width: 92px;
    }

    .home_section .carousel .carousel-item p {
        font-size: 1.3rem;
    }

    .feedback_page_cr .feedback_bot_cr {
        max-width: 550px;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 960px;
    }

    .header .navbar {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .navbar-nav.main_nav_ul {
        margin-top: 0rem;
        margin-bottom: 1rem;
    }

    .navbar-nav.main_nav_ul .nav-item {
        text-align: center;
    }

    .header .superheader h2 {
        font-size: 22px;
    }

    .header .navbar-light .navbar-nav .nav-link {
        margin-left: 0;
    }

    .header .navbar-light .navbar-nav .nav-link#navbarDropdownMenuUser {
        min-width: 200px;
    }

    .navbar-nav .notify_dd.dropdown-menu {
        position: absolute;
    }

    .navbar-nav .user_dd.dropdown-menu {
        position: absolute;
    }

    .header .navbar-nav.main_nav_ul .dropdown .user_dd {
        width: 100%;
        left: -4px;
        top: 32px;
    }

    .header .navbar-nav.main_nav_ul .dropdown .user_dd .dropdown-item {
        text-align: center;
    }

    .header .navbar-nav.main_nav_ul li.notify_cr .dropdown-menu.notify_dd {
        left: -121px;
    }

    .header .navbar-nav.main_nav_ul #navbarDropdownMenuLogins {
        margin-bottom: 0.5rem;
    }

    .header .dashboard_dd,
    .header .notification_dd {
        position: absolute;
    }

    .header .navbar-nav.main_nav_ul .dropdown .dashboard_dd,
    .header .navbar-nav.main_nav_ul .dropdown .notification_dd {
        left: -35px !important;
    }

    .header .navbar-nav.main_nav_ul .dropdown .dashboard_dd .dropdown-item,
    .header .navbar-nav.main_nav_ul .dropdown .notification_dd .dropdown-item {
        text-align: center;
    }

    .header .navbar-light .navbar-nav .nav-link.btn.pill {
        margin-bottom: 1rem !important;
    }

    .home_section .home_pres_cr {
        max-width: 265px;
    }

    .home_section .home_icons_cr p {
        margin-bottom: 2rem;
    }

    .home_section.how_aspn_works_cr p {
        margin-bottom: 3rem;
    }

    .home_section .carousel .carousel-item p br {
        display: none;
    }

    .feedback_page_cr {
        background: #fff url(/Areas/ASPN/images/feedback_img.png) no-repeat right top;
        background-size: 50%;
    }

    .feedback_page_cr .feedback_bot_cr {
        max-width: 430px;
    }

    .profile_page_cr .attribute_container.timezone_cr .q_text_cr {
        width: auto;
        position: relative;
        left: auto;
    }

    .profile_page_cr .attribute_container.timezone_cr .timezone_input_cr {
        padding-left: 0;
        max-width: 500px;
    }

    .footer {
        text-align: center;
    }

    .footer .copyright_text_p {
        text-align: center;
        margin-top: 0;
    }

    .rxs_tooltip_cr.pres_list_mod .rxs_tooltip {
        left: -281px !important;
    }

    .rxs_tooltip_cr.pres_list_mod .rxs_tooltip .arrow {
        left: 269px !important;
        transform: none !important;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 768px;
    }

    .key_code_banner_cr {
        padding: 0.75rem 0 !important;
    }

    .key_code_banner_cr p {
        font-size: 1rem !important;
    }

    .home_section .aspn_home {
        max-width: 250px;
        margin: 1rem 0 0 0;
        display: block;
    }

    .home_page_cr.home_logged_in_cr .d-flex.justify-content-around.align-items-center {
        align-items: normal !important;
        justify-content: normal !important;
        display: block !important;
    }

    .home_logged_in_cr .hp_logged_cr {
        max-width: 375px;
        text-align: center;
        margin: 2rem auto 5rem auto;
    }

    .home_page_cr .home_content_cr {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .home_page_cr .home_content_cr h1 {
        font-size: 2rem;
        margin-top: 5rem;
    }

        .home_page_cr .home_content_cr h4, .home_page_cr .home_content_cr h2 {
            font-size: 1.25rem;
        }


    .home_section.s3 {
        padding: 2.5rem 0;
    }

    .home_section.s3 h3 {
        font-size: 1.75rem;
        margin-bottom: 0.75rem;
    }


    .home_section.s3 p.home_p {
        font-size: 1rem;
    }

    .home_section .home_pres_cr {
        max-width: 220px;
    }

    .home_section .home_icons_cr p {
        margin-bottom: 4rem;
    }

    .home_section .home_icons_cr .bot_cr.b2,
    .home_section .home_icons_cr .bot_cr.b3 {
        margin-left: 0rem;
    }

    .footer .logo_footer {
        margin: 1.5rem 0;
    }

    .epa_request_page_cr .mobile_mb {
        margin-bottom: 1.25rem;
    }

    .border_right_main_color {
        display: none !important;
    }

    .home_page_cr.home_logged_in_cr {
        margin-top: 150px;
    }
}

@media (max-width: 850px) {
    .home_page_cr {
        background-position: right -45px top -20px;
        background-size: 70%;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
        max-width: 100%;
    }

    .home_section .home_pres_cr {
        max-width: 210px;
    }

    .feedback_page_cr .page_title {
        max-width: 400px;
        font-size: 2.5rem;
        line-height: 1;
    }

    .login_page_cr .page_title.key-code-title {
        font-size: 2rem;
    }

    .dashboard_page_cr .steps_outer_cr .steps .num_cr .num {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 38px;
    }

    .dashboard_page_cr .steps_outer_cr .steps .desc {
        font-size: 0.7rem;
    }

    .page_cr.rx_clarifications_page_cr .search_cr .btn,
    .page_cr.referrals_page_cr.flex_task_page_cr .search_cr .buttons_section,
    .page_cr.epa_page_cr .search_cr .btn {
        display: block !important;
    }

}

@media (max-width: 767px) {

    .page_title {
        font-size: 1.5rem;
    }

    .home_page_cr.home_logged_out_cr {
        background-position: right -45px top -10px;
        background-position-y: 10px !important;
    }

    .home_page_cr .home_content_cr {
        text-shadow: 0 0 8px white;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

        .home_page_cr .home_content_cr h4, .home_page_cr .home_content_cr h2 {
            font-size: 1.1rem;
        }

    .home_section .aspn_home {
        max-width: 250px;
    }

    .home_section.s3 {
        min-height: 860px;
        background: #fff url(/Areas/ASPN/images/home_table_img_mobile.png) no-repeat center center;
        background-size: cover;
    }

    .home_section.s3 h3 {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }

    .home_section.s3 p.home_p {
        font-size: 1.1rem;
    }

    .home_section .home_pres_cr {
        max-width: 290px;
        margin: 1rem auto 27rem auto;
    }

    .home_section .home_pat_cr {
        max-width: 290px;
        margin: 0 auto;
    }

    .home_section.how_aspn_works_cr .h2_icon1 {
        width: 100%;
        max-width: 102px;
        margin-bottom: 3rem;
    }

    .home_section.how_aspn_works_cr .h2_icon2 {
        width: 100%;
        max-width: 73px;
        margin-bottom: 3rem;
    }

    .home_section.how_aspn_works_cr .h2_icon3 {
        width: 100%;
        max-width: 151px;
        margin-bottom: 3rem;
    }

    .home_section.how_aspn_works_cr .h2_icon4 {
        width: 100%;
        max-width: 93px;
        margin-bottom: 3rem;
    }

    .home_section.how_aspn_works_cr h4 {
        font-size: 1.3rem;
        line-height: 1.2;
        margin: 0 0 0.3rem 0;
    }

    .home_section.how_aspn_works_cr p {
        font-size: 1.1rem;
        margin-bottom: 3rem;
    }

    .home_section .carousel-item {
        min-height: 190px;
    }

    .home_section .carousel .carousel-item img {
        width: 32px;
        margin-right: 1rem;
        margin-bottom: 6rem;
    }

    .home_section .carousel .carousel-item p {
        font-size: 1.1rem;
    }

    .home_section .carousel-indicators {
        margin-left: 0;
    }

    .page_title,
    .rx_clarifications_page_cr .page_title,
    .epa_page_cr .page_title,
    .referrals_page_cr .page_title,
    .rx_clarify_page_cr .page_title,
    .faq_page_cr .page_title {
        font-size: 1.5rem !important;
    }

    .faq_page_cr h4 {
        font-size: 1.4rem;
    }

    .faq_page_cr p,
    .faq_page_cr ul li,
    .faq_page_cr ol li {
        font-size: 1rem;
    }

    .faq_page_cr #faq_accordion .card-header {
        padding: 1rem;
    }

    .rx_clarify_page_cr .img_cr img {
        transform-origin: center center;
    }

    .rx_clarify_page_cr .img_cr img:hover {
        transform: scale(1.1);
    }

    .dashboard_page_cr .notifications_section_cr .card {
        margin-bottom: 1rem;
    }
}

@media (max-width: 640px) {
    .feedback_page_cr .page_title {
        margin-top: 10rem;
    }
}

@media (max-width: 600px) {
    .home_section .home_pres_cr {
        margin: 1rem auto 26rem auto;
    }

    .contact_page_cr .virus_alert_txt {
        width: 100%;
        max-width: 300px;
    }

    .login_page_cr .page_title.key-code-title {
        max-width: 160px;
    }

    .login_page_cr .key-code-instruct-copy {
        max-width: 250px;
    }
}

@media (max-width: 575px) {

    .modal-sm {
        margin: .5rem !important;
    }

    .home_page_cr.home_logged_in_cr {
        margin-top: 190px;
    }

    .home_page_cr.home_logged_out_cr {
        background-position: right -75px top 0;
        background-size: 70%;
    }

    .home_page_cr .home_content_cr {
        max-width: 140px;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .home_page_cr .home_content_cr h1 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

        .home_page_cr .home_content_cr h4, .home_page_cr .home_content_cr h2 {
            font-size: 0.9rem;
        }

    .home_section .h_icon {
        width: 60px !important;
        margin-right: 1rem;
    }

    .home_section .h_icon3 {
        width: 90px !important;
        margin-left: 0.25rem;
        margin-right: 1.6rem;
    }

    .home_section .home_icons_cr p {
        font-size: 1.1rem;
    }

    #divPrescriberModal .modal-body .btn {
        margin-bottom: 0.25rem;
    }

    .login_page_cr.login .page_title {
        margin-top: 12rem;
    }

    .forgot_pw_page_cr {
        padding-bottom: 2rem;
    }

    .forgot_pw_page_cr .page_title {
        max-width: 300px;
        margin-top: 12rem;
    }

    .home_page_cr .home_content_cr h1 {
        margin-top: 3.5rem;
    }

    .home_page_cr .home_content_cr {
        margin-bottom: 1rem;
    }

    .dashboard_page_cr .notifications_section_cr .card.announcements_wrapper {
        text-align: left !important;
    }

    .dashboard_page_cr .notifications_section_cr .card {
        text-align: center;
    }

    .dashboard_page_cr .notifications_section_cr .card .h_icon {
        margin: 0 auto 1rem auto;
        display: block;
    }


    #divPrescriberVerificationTypeModal .modal-footer .btn {
        display: block;
        margin-bottom: 0.6rem;
    }
}

@media (max-width: 480px) {

    .home_page_cr.home_logged_out_cr {
        background-position: right -75px top 0;
        background-size: 90%;
    }

    .home_section .home_pres_cbr {
        width: 100%;
        max-width: none;
        margin: 1rem 0 26rem 0;
    }

    .home_section .home_pat_cr {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .home_page_cr.home_logged_in_cr .hp_logged_cr h4 {
        font-size: 1.8rem;
    }

    .home_page_cr.home_logged_in_cr .hp_logged_cr p {
        font-size: 1rem;
    }

    .feedback_page_cr .page_title {
        max-width: 240px;
    }

    .feedback_page_cr {
        background: #fff url(/Areas/ASPN/images/feedback_img.png) no-repeat right top;
        background-size: 65%;
    }

    .rxs_tooltip_cr .rxs_tooltip {
        top: 32px;
        left: -123px;
    }

    .rxs_tooltip_cr .rxs_tooltip .arrow {
        top: -9px;
        right: 134px;
        transform: rotate(270deg);
    }
}

@media (max-width: 414px) {
    .header .logo_header {
        max-width: 225px;
    }

    .header .navbar-light .navbar-toggler {
        font-size: 1rem;
    }

    .home_section .carousel .carousel-item img {
        margin-bottom: 8rem;
    }

    .home_section .carousel-item {
        min-height: 240px;
    }

    .login_page_cr .page_title {
        margin-top: 8rem;
    }

    .forgot_pw_page_cr .page_title {
        margin-top: 9rem;
    }

    .feedback_page_cr .page_title {
        margin-top: 9rem;
    }

    #uploadViewAttachmentModal .modal-footer {
        justify-content: center;
    }

    #uploadViewAttachmentModal .modal-footer {
        justify-content: center;
    }

    #uploadViewAttachmentModal .modal-footer .text-left {
        text-align: center !important;
    }

    .login_page_cr .key-code-instruct-copy {
        max-width: 100%;
    }
}

@media (max-width: 410px) {
    .epa_request_page_cr #btnSave {
        display: block;
        margin: 0 auto 1rem auto;
    }
}

@media (max-width: 375px) {
    .key_code_banner_cr p {
        font-size: 0.9rem !important;
    }

    .home_section .carousel .carousel-item img {
        margin-bottom: 10rem;
    }

    #divOrderMessageModal .btn.btn-lg {
        margin-bottom: 0.5rem;
    }

    .dashboard_page_cr .steps_outer_cr .steps {
        width: 17%;
    }
}


@media (max-width: 361px) {
    #uploadViewAttachmentModal .modal-footer .upload-document-btn {
        margin-top: 1rem;
    }
}

@media (max-width: 330px) {
    .header .logo_header {
        max-width: 200px;
    }

    .home_section .carousel-item {
        min-height: 280px;
    }

    .dashboard_page_cr .steps_outer_cr .steps .desc {
        font-size: 0.6rem;
    }
}


/* CSS to control mobile version of external chat window */

@media (max-width: 1360px) {
    #be-frame {
        width: 45% !important;
    }
}


@media (max-width: 767px) {
    #be-frame {
        width: 75% !important;
    }
}

@media (max-width: 420px) {
    #be-frame.be-frame-mobile {
        width: 85% !important;
        right: 5px !important;
        left: auto !important;
    }
}

#dashboardTasksToDo .dashboard-card {
    height: auto !important;
    border-radius: 6px;
    background-color: #f0f0f0;
    box-shadow: none;
    padding: 0 .5rem;
}

#dashboardTasksToDo .dashboard-card .dashboard-card-count {

    background-color: #29ABE2;
    color: #FFF;
}

.badge {
    font-size: .8rem;
}



.todo-sidebar {
    height: 100%;
}
     .todo-sidebar .choose-specific-dd-cr {
         min-width: 100%;
     }

    .todo-sidebar .card-header > i {
        display: none;
        cursor: pointer;
    }



    @media (max-width: 1199px) {
        .todo-sidebar {
            max-height: 50%;
            max-width: 100%;
        }

        .layout-row {
            flex-direction: column;
        }

        .todo-sidebar .card-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .todo-sidebar.expanded .card-body {
            display: block;
        }

        .todo-sidebar.shut .card-body {
            display: none;
        }

        .todo-sidebar .card-header > i {
            display: block
        }

        .todo-sidebar.expanded .card-header > i.fa-chevron-down {
            display: none;
        }

        .todo-sidebar.shut .card-header > i.fa-chevron-down {
            display: block;
        }

        .todo-sidebar.expanded .card-header > i.fa-chevron-up {
            display: block;
        }

        .todo-sidebar.shut .card-header > i.fa-chevron-up {
            display: none;
        }
    }

.todo-sidebar .circle-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background-color: #2AADE1;
    /* Adjust the background color as needed */
    color: white;
    /* Text color */
    font-size: 20px;
    /* Adjust the font size as needed */
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.circle-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    /* Adjust the width as needed */
    height: 50px;
    /* Adjust the height as needed */
    min-width: 50px;
    border-radius: 50%;
    background-color: #92278F;
    /* Adjust the background color as needed */
    color: white;
    /* Text color */
    font-size: 20px;
    /* Adjust the font size as needed */
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.circle-badge span {
    display: inline-block;
    width: 100%;
}

.todo-sidebar .dashboard-card-count + span {
    font-size: 16px;
    font-weight: 700;
}

.offcanvas {
    position: fixed;
    top: 76px;
    bottom: 0;
    left: -320px;
    width: 320px;
    z-index: 1040;
    padding: 1rem;
    transition: transform 0.4s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
}

.offcanvas.show {
    transform: translateX(320px);
}

.offcanvas .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
}

#dashboardTasksToDo .dashboard-card .arrow-link {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}

#dashboardTasksToDo .dashboard-card .arrow-link i {
    font-size: 22px;
}

div#dashboardTasksToDo {
    overflow-x: auto;
    min-height: 535px;
    margin-bottom: 3rem;
}

.pres_info_hdr i.fa.fa-filter {
    color: #8d8e91;
}

#announcementsPanel {
    z-index: 50;
    position: absolute;
    width: 100%;
}

.sub-alert-text {
    color: red;
}

.select-wrapper {
    position: relative;
    display: inline-block;
}

.custom-select {
    -webkit-appearance: none;
    /* Removes default styling for WebKit browsers */
    -moz-appearance: none;
    /* Removes default styling for Firefox */
    appearance: none;
    /* Removes default dropdown styling */
    padding: .375rem .75rem;
    /* Right padding to make room for the icon */
    font-size: 16px;
    /* Adjust as needed */
    border: 1px solid #ccc;
    /* Custom border styling */
    border-radius: 0.5rem;
    /* Rounded corners */
    height: 40px;
    /* Adjust based on content or padding */
    width: 100%;
    /* Responsive width */
    position: relative;
    background: #fff;
}

.select-wrapper:after {
    content: '\f0d7';
    /* FontAwesome icon */
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    line-height: 35px;
    /* Align icon vertically */
    pointer-events: none;
    /* Makes it non-interactive */
    color: #333;
    /* Icon color */
    font-size: 18px;
    /* Icon size */
}

/* Optional: Style focus state */
.custom-select:focus {
    border-color: #66afe9;
    /* Bootstrap's focus color */
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(102, 175, 233, .25);
}

/* Modal Order Status */
/* General styles for the list and items */
#orderStatus .list-group {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;

}

#orderStatus .list-group-item {
    position: relative;
    padding: 20px 20px 20px 40px;
    border: none;
    font-size: 1.125rem !important;

}

/* Timeline connector */
#orderStatus .list-group-item::before {
    content: '';
    position: absolute;
    left: 18px;
    top: 0px;
    bottom: 0;
    border-left: 3px dashed #838383;
}

#orderStatus .list-group-item:first-child::before {
    top: 20px;

}

/* Remove dashed line for the last item */
#orderStatus .list-group-item:last-child::before {
    bottom: 50px;
    height: 20px;
}

/* Remove dashed line if there's only one item */
#orderStatus .list-group-item:only-child::before {
    border-left: none;
}

/* Bullet point */
#orderStatus .list-group-item::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 18px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #838383;
    z-index: 1;
    border: solid 3px white;
}

#orderStatus .list-group-item:first-child:after,
#orderStatus .list-group-item:only-child:after {
    background: #EA0000;

}

/* This is for if status is completed */
#orderStatus .list-group-item.completed::after {
    background: #838383;
}

/* This for if a Status is good with no issue */
#orderStatus .list-group-item.default::after {
    background: #0071BC;
}

/* This for if a Status has something wrong  */
#orderStatus .list-group-item.danger::after {
    background: #EA0000;
}

/* Styling for text and additional classes */
.text-grey {
    color: #838383;
}

.font-weight-bold {
    font-weight: bold;
}

.text-danger {
    color: #dc3545;
}
.h-auto{
    height: auto !important;
}
/* Print-specific styles */
@media print {
      #tblReferrals {
      
        transform: scale(0.75) !important; /* Scale the table down to 90% of its original size */
        transform-origin: top left !important; /* Ensure scaling starts from the top left */
        width: 100% !important; /* Ensure it fits within the page */
       
    }
    aside {
        display: none !important;
    }

    table.sticky-header-table th {
        position: relative !important;
        top: 0 !important;
    }

    .referrals_page_cr {
        height: auto !important;
        position: relative !important;
        margin: 0 !important;
    }

    html, body {
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body > .d-flex {
        flex: 1 0 auto !important;
        display: flex !important;
        flex-direction: column !important;
        min-height: 100vh !important;
    }

    .footer {
        display: block !important;
        position: sticky !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        text-align: center !important;
        page-break-before: always !important;
        page-break-after: always !important;
    }

    #onetrust-banner-sdk{
        display: none;
    }
}




    .selectable-drug.selected {
        border: 4px solid #0071BC !important;
    }

        .selectable-drug.selected.generic {
            border: none !important;
        }

.prescription-card {
    height: 100%;
}

#prescriptionsInformationSummary {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px
}

.prescription-info-container {
    display: flex;
    flex-direction: column;
}

#prescriptionsInformationSummary .card-body {
    container-type: inline-size;
}

@container (min-width: 360px) {
    .prescription-info-container {
        flex-direction: row;
    }

    .prescription-info.prescription-qty {
        text-align: center;
    }
}

.prescription-info {
    flex: 2;
    word-break: keep-all;
}

    .prescription-info.prescription-qty {
        flex: 1;
    }

@media (min-width: 1000px) {
    #prescriptionsInformationSummary {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1350px) {
    #prescriptionsInformationSummary {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.ods-left {
    right: 26px;
    position: relative;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #4c4a4a;
}

.dropdown-content div {
    color: white;
    padding: 12px 16px;
    display: block;
}

.white-bg {
    background-color: white !important;
    color: black !important;
}
    .white-bg div {
        color: black !important;
    }

    .white-bg a:hover {
        background-color: #F8F8F8 !important;
    }

.text-black {
    color: black !important;
}

.patientMenu .show {
    display: block;
}

.order-menu {
    font-family: 'Proxima Nova', 'Open Sans', sans-serif;
}

.order-menu.show {
    display: block;

}

.patient-menu {
    border-radius: 5px;
    background-color: #373535;
}
.open-order-menu:hover div {
    display: block;
}
.order-menu {
    border-radius: 5px;
    background-color: #373535;
}

.cmm-btn-copy {
    border: solid 1px;
    border-radius: 3px;
    padding: 11px;
}

.btn-cmm {
    color: white !important;
    background: #E70865 !important;
}

.text-cmm {
    color: #E70865 !important;    
}

.order-icon-normal {
    color: #9e9e9e;
    float: right;
    padding: 4px;
}
.order-icon-selected {
    background-color: #d9f4fd;
    border-radius: 2px;
    padding: 4px;
    float: right;
}
.attachment-icon {
    display: block;
    bottom: 20px;
    position: relative;
    height: 24px;
}

.px-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

#additionalPrescriptionsModal .table-responsive-xl {
    overflow-y: auto;
}