﻿@import url('icons.css');
@import url('variables.css');

html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}
.NoiseHIPAA .form-check-inline {
    display: block !important;
}
.opacityZero {
    opacity:0;
}
#MapContainer button#zoom-out {
    font-size: 39px;
}
.Background-Simple {
    display: block !important;
}
.OfficSpace .form-check-inline {
    display: block !important;
}
body {
    position: relative;
    margin: 0;
    padding-bottom: 3rem;
    min-height: 100%;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    background-color: #fbfbfb;
}

.dropDowntext {
    margin: 0;
    font-size: 16px;
    width: 190px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
   
}
small.assignRole {
    margin-left: 4px !important;
    font-size: 11px !important;
    color: #747474 !important;
}

.message-wrapper .chat_Physician .replyMsgCover, 
.message-wrapper .chat_Physician .received_withd_msg p, 
.chatPopupForSingleUser .chat_Physician .replyMsgCover,
.chatPopupForSingleUser .chat_Physician .chat__conversation-board__message__bubble span, 
.messaging .chat_Physician .received_withd_msg .replyMsgCover, 
.messaging .chat_Physician .received_withd_msg .msgCover p {
    background: #7b166d !important;
}

.message-wrapper .chat_RRC .replyMsgCover, 
.message-wrapper .chat_RRC .received_withd_msg p, 
.message-wrapper .chat_Navigator .replyMsgCover,
.message-wrapper .chat_Navigator .received_withd_msg p,
.chatPopupForSingleUser .chat_Navigator .replyMsgCover,
.chatPopupForSingleUser .chat_Navigator .chat__conversation-board__message__bubble span,
.chatPopupForSingleUser .chat_RRC .replyMsgCover,
.chatPopupForSingleUser .chat_RRC .chat__conversation-board__message__bubble span,
.messaging .chat_RRC .received_withd_msg .replyMsgCover,
.messaging .chat_RRC .received_withd_msg .msgCover p,
.messaging .chat_Navigator .received_withd_msg .replyMsgCover, 
.messaging .chat_Navigator .received_withd_msg .msgCover p {
    background: #084B85 !important;
}

/* Menu Effect*/
#SignOutListingGridContainer .k-grid-toolbar:first-child, #TelepsychSignOutListingGridContainer .k-grid-toolbar:first-child {
    text-align: end;
}

#SignOutListingGridContainer .k-button, #TelepsychSignOutListingGridContainer .k-button {
    background-color: #004d85 !important;
    color: white !important;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    position: absolute;
}

.navbar-nav li > ul.dropdown-menu {
    position: absolute;
}

.k-current-page {
    display: none !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

a.cursor {
    cursor: pointer;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(90deg);
}

/* End of Menu Effect*/
/*Page Break*/
.page-break-after {
    page-break-after: always !important;
}

.page-break-before {
    page-break-before: always !important;
}


.bg-black {
    background-color: black !important;
}
.whiteColor {
    color:#fff !important;
    text-decoration:none;
}
.whiteColor:hover {  
    color: #fff !important;    
    text-decoration: none !important;
}
.readonly-color > .k-dropdown-wrap, .readonly-color k-state-default {
    background-color: #e9ecef !important;
    color: #333;
}
#nirLanguage .nirList li {
    list-style-type: initial !important;
}
.timepicker[readonly] {
    background-color: #e9ecef !important;
    color: #333;
}

.custom-bg-leftnav {
    margin-bottom: 3px;
}

    .custom-bg-leftnav .btn-link {
        color: black !important;
        font-weight: bold;
        text-decoration: none;
    }

        .custom-bg-leftnav .btn-link :hover {
            text-decoration: none;
        }

.control-label {
    text-align: left !important;
    font-weight: bold !important;
}

#SpinnerDispatch::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

#tblmock {
    width: 92vw;
}

@-webkit-keyframes blink {
    50% {
        box-shadow: 0px -1px 13px 6px #ff0000fa;
    }
}

@-webkit-keyframes blink_edit {
    50% {
        box-shadow: 0px -1px 13px 6px #4189c2;
    }
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: darkgray;
    border-radius: 0px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.blink_border {
    -webkit-animation: blink .5s step-end infinite alternate;
}

.blink_border_Phy_edit {
    box-shadow: 2px 3px 4px 3px red;
    -webkit-animation: blink_edit .5s step-end infinite alternate;
}

footer {
    background-color: var(--gray-light-color);
    text-align: left;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.7rem;
}

    footer span {
        color: #004987;
        font-size: 15px;
    }

.body-dashboard {
    padding: 2% 5%;
    overflow: hidden;
    margin-bottom: 4.5%;
}



input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/*Case Grid row color*/
.text-orange {
    color: var(--orange-color);
}

.text-yellow {
    color: var(--yellow-color);
}

/*Disable the input arrows on numeric input types*/
input[type=number], input[type=date] {
    -moz-appearance: textfield;
}

.currencyinput {
    border: 1px inset #ccc;
}

    .currencyinput input {
        border: 0;
    }

.iconFontSize-sm {
    font-size: 10px !important;
}

.accordion-custom-link a {
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.font-md {
    font-size: 18px !important;
}

.link, .link:hover {
    cursor: pointer !important;
    text-decoration: none;
    color: black;
}

.text-underline {
    text-decoration: underline !important;
}

.custom-space-table {
    border-collapse: separate;
    border-spacing: 4px;
}

.td-border-dark td {
    border-color: var(--black-color) !important;
}

label.error {
    color: red !important;
}

input.error {
    border: 1px solid red !important;
}

.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2000000000;
    opacity: 1;
}

/* moreOptions........*/
#groupchatModalUnseen .chat__conversation-board__message-container .for_nirChat_p p {
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}
.chatPopupForSingleUser .received_msg .replyMsg .unseenMessageModal img {
    height: 100px !important;
    width: 100px !important;
}
.replydiv .replyMsgContent img {
    height: 100px !important;
    width: 100px !important;
}
.chatPopupForSingleUser .txtMoreOption .dropdown-menu .dropdown-item {
    padding: 0px 10px !important;
    line-height: 20px;
    font-size:12px;
}
.replydiv span.replyMsgName, .replydiv .replyMsgDateTime {
    font-size: 12px;
}
.chatPopupForSingleUser .replyMsgCover span {
    padding: 0 !important;
}
.chatPopupForSingleUser .replyMsgCover .msgCover {
    position: relative;
    max-width: 100%;
    display: inline-block;
    padding: 10px 0;
}
.chatPopupForSingleUser .txtMoreOption {
    position: absolute;
    top: -25px;
    right: 1%;
    height: 25px;
    width: 35px;
    border: 1px solid #dddddd;
    background: #FFF;
    padding: 5px 2px;
    border-radius: 4px;
    display: none;
    box-shadow: 0px 0px 4px #ccc;
}
    .chatPopupForSingleUser .txtMoreOption .moreOption {
        background: transparent;
        position: absolute;
        left: 0;
        top: 0;
        height: 15px;
        padding: 0;
    }
        .chatPopupForSingleUser .txtMoreOption .moreOption svg {
            top: 0;
            position: absolute;
        }
.chatPopupForSingleUser .reversed .txtMoreOption {
    left: 0 !important;
}
.chatPopupForSingleUser .chat__conversation-board__message__bubble:active {
    background: transparent !important;
}
.chatPopupForSingleUser .replydiv {
    padding: 7px;
    background: transparent;
}
.chatPopupForSingleUser .replyMsgContent {
    font-size: 14PX;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 !important;
    background:transparent !important;
}
.chatPopupForSingleUser .txtMoreOption .dropdown-menu {
    width: 100px !important;
    min-width: initial !important;
}
.chatPopupForSingleUser .content-replydiv {
    background: #FAFAFA;
    border-radius: 10px;
    box-shadow: 2px 2px 8px 5px #ccc;
    padding: 10px 20px;
    position: relative;
}
.chatPopupForSingleUser .replyMsgCover {
    padding: 10px 12px 0px 12px;
    background: #05728f;
    border-radius: 12px 15px 15px 0;
    max-width: 100%;
    display: inline-block;
    text-align: left;
    position:relative;
}
.chatPopupForSingleUser .reversed .replyMsgCover {
    background: #636262 !important;
}
    .chatPopupForSingleUser .replyMsg {
    background: #fff;
    padding: 5px;
    border-radius: 6px;
}

.chatPopupForSingleUser .message-wrapper .sent_msg p {
    background: #636262;
    border-radius: 12px 15px 15px 0;
    font-size: 13px;
    margin: 0;
    color: #fff;
    padding: 10px;
    max-width: 100%;
}

.chatPopupForSingleUser .replyMsgCover .unseenMessageModal {
    padding-left: 3px !important;
}

.chatPopupForSingleUser .replyDateTime {
    line-height: 14px;
}

.chatPopupForSingleUser .replyMsg p {
    background: initial !important;
    color: #000 !important;
    padding: 0 !important;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: 0 !important;
    margin: 3px 0 !important;
    line-height: 18px;
}

.chatPopupForSingleUser .replyMsgCover .replyDateTime span {
    font-size: 10px;
    color: #747474;
    background-color: transparent !important;
    margin: 0 !important;
    background: #05728f none repeat scroll 0 0;
}
/* .....................*/

/*#region Kendo Custom Styles*/
.customGridHeader table thead tr th, .customGridHeader table thead tr th a {
    font-weight: bold;
}

/*#endregion*/

.logo-sec .img-sm-resp {
    width: 100%;
}

@media (max-width: 600px) {
    .dropDowntext {
        width: 130px !important;
        font-size:14px;
    }
}
@media (min-width: 1800px) {
    .dropDowntext {
        width: 250px !important;
    }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    
    .img-sm-resp {
        margin-bottom: 15px;
        top: 6px;
    }

    .display-block {
        display: block;
    }

    .navbar-light .navbar-toggler {
        border: none;
    }
}

@media screen and (min-width: 767px) and (max-width: 860px) {
    .img-sm-resp {
        margin-bottom: 15px;
    }
}

.k-dropdown.form-control {
    width: 100% !important;
}

.nav-item-login > a {
    color: var(--white-color);
    text-decoration: none;
}

/*Case Edit Page*/
.nav-tabs .nav-link {
    display: block;
    padding: .5em 1em;
    border: 1px solid transparent;
    border-radius: .25rem .25rem 0 0;
    margin-top: 5px;
}

/* Metric Color Codes*/

.stamp_to_login {
    background-color: #00b050
}

.door_stamp_time {
    background-color: #ffd966
}

.door_needle_time {
    background-color: #ff0000;
}

.total_consult_time {
    background-color: #00b050;
}

.bg_concret {
    background-color: #f2f2f2;
}

.header_bottom {
    background: var(--primary-color);
    min-height: 28px;
    padding: 0px;
    padding: 5px 0px 5px 0px;
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 12%);
}

.text_black {
    color: #373631;
}

.navbar .welcome_text {
    font-size: 13px;
    font-weight: bold;
}

.navbar .datetime {
    font-size: 10px;
}

.signout {
    background: url(images/power_icon.png) no-repeat;
    width: 20px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.change_pp {
    background: url(images/lock_icon.png) no-repeat bottom;
    width: 20px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.topbarLinks {
    color: #373631 !important;
    font-weight: bold;
}



/* Boxes at home page */

.info-box {
    margin-right: 15px;
    font-weight: bold;
}

    .info-box .info-box-content {
        border: 2px solid #000;
        height: 70px;
    }

    .info-box .box-info-left-text {
        background-color: #000;
        color: #FFF;
        padding: 10px;
    }

/* Reports Page*/
#Reports #panelBarMenu li {
    display: block;
}

.timepicker {
    width: 100% !important;
}

.datepicker {
    width: 100% !important;
}

k-autocomplete.k-state-default, .k-multiselect-wrap, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
    border-color: #ccc;
    height: calc(2.25rem + 2px) !important; /* 35px !important;*/
}

#kendoDataGrid .k-autocomplete.k-state-default, #kendoDataGrid .k-dropdown-wrap.k-state-default, #kendoDataGrid .k-multiselect-wrap, #kendoDataGrid .k-numeric-wrap.k-state-default, #kendoDataGrid .k-picker-wrap.k-state-default {
    height: auto !important;
}
/*Physician Status Page*/
.round-button {
    width: 100%;
    height: 100%;
    color: var(--white-color);
    text-align: center;
    text-decoration: none;
    border-radius: 100%;
    font-weight: bold;
    outline: none !important;
    /*shadow code*/
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    box-shadow: 2px 2px 7px rgba(0,0,0,.2);
    border-radius: 300px;
    border-width: 2px;
    border-style: solid;
}


/*.status-button:hover {
    opacity: .85;
}*/

/*.status-button:active {
    transform: scale(0.9);
}*/

.poup-current-status {
    border-color: red;
}

.status-button {
    cursor: pointer;
    width: 125px;
    height: 125px;
    font-size: 16px;
}

.group-status-button {
    cursor: pointer;
    width: 60px;
    height: 60px;
    font-size: 10px;
    color: black;
}

.group-status-buttons button {
    cursor: pointer;
    width: 60px;
    height: 60px;
    font-size: 9px;
    color: white;
}

.groupStatusAvailable {
    background-color: #3f5f29;
    border-color: #203c0d;
    cursor: auto !important;
}

.groupStatusITSupport {
    background-color: #32a834;
    border-color: #32a834;
    cursor: auto !important;
}

.groupStatussych {
    background-color: #6E5ABB;
    border-color: #381aab;
    cursor: auto !important;
}

.groupStatusEEGRead {
    background-color: #a96d6d;
    border-color: #fcc0c2;
    cursor: auto !important;
}

.groupStatusExtendedConsult {
    background-color: #33d29d;
    border-color: #0ea271;
    cursor: auto !important;
}

.groupStatusNotAvailable {
    background-color: #807a7a;
    border-color: #4f4949;
    cursor: auto !important;
}
.groupStatusDcoumentation {
    background-color: #1cabb0;
    border-color: #4f4949;
    cursor: auto !important;
}
.groupStatusRoutineConsult {
    background-color: #004987;
    border-color: #4f4949;
    cursor: auto !important;
}

.groupStatusDrtoDr {
    background-color: #d32be2;
    border-color: #4f4949;
    cursor: auto !important;
}
.groupStatusMentor {
    background-color: #f81894;
    border-color: #4f4949;
    cursor: auto !important;
}
.groupStatusSTATConsult {
    background-color: #8e4311;
    border-color: #301201;
    cursor: auto !important;
}

.groupStatusRounding {
    background-color: #ffc105;
    border-color: #a37309;
    cursor: auto !important;
}

.groupStatusStrokeAlert {
    background-color: #d26317;
    border-color: #6b2801;
    cursor: auto !important;
}

.overflow-auto {
    overflow: auto;
}

.groupStatusBreak {
    background-color: #88d5e1;
    border-color: #30a2b1;
    cursor: auto !important;
}

.groupStatusExtendedSAWorkup {
    background-color: #e41717;
    border-color: #a20510;
    cursor: auto !important;
}

.groupStatusExtendedStatWorkup {
    background-color: #9f46ad;
    border-color: #5b2265;
    cursor: auto !important;
}

.groupStatusNotResponding {
    background-color: #000000;
    border-color: black;
    cursor: auto !important;
}
.groupStatusEndShift {
    background-color: #9C640C;
    border-color: black;
    cursor: auto !important;
}
.current-status-button {
    width: 80px;
    height: 80px;
    font-size: 12px;
    margin-top: 5px;
}

/* START TOOLTIP STYLES */
[tooltip] {
    position: relative; /* opinion 1 */
}

    /* Applies to all tooltips */
    [tooltip]::before,
    [tooltip]::after {
        text-transform: none; /* opinion 2 */
        font-size: .7em; /* opinion 3 */
        line-height: 1;
        user-select: none;
        pointer-events: none;
        position: absolute;
        display: none;
        opacity: 0;
    }

    [tooltip]::before {
        content: '';
        border: 5px solid transparent; /* opinion 4 */
        z-index: 1001; /* absurdity 1 */
    }
.timer-container [tooltip]::after, .date_consult_timepicker [tooltip]::after, .consultfileds [tooltip]::after {
    font-size: 14px;
}
    [tooltip]::after {
        content: attr(tooltip); /* magic! */
        /* most of the rest of this is opinion */
        font-family: Helvetica, sans-serif;
        text-align: center;
        /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
        min-width: 3em;
        max-width: 21em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 1ch 1.5ch;
        border-radius: .3ch;
        box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
        background: #333;
        color: #fff;
        z-index: 1000; /* absurdity 2 */
    }
.clsTable #binddata [tooltip]::after, #scheduleTable [tooltip]::after {
    content: attr(tooltip); /* magic! */
    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;
    width: 200px;
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000; /* absurdity 2 */
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}
.clsTable .phone-icons-rounding [tooltip]::after {
    width: 80px !important;
    font-size: 12px !important;
}
.chat_body [tooltip]::after {
    width:80px !important;
}
.clsTable li[tooltip]::after, #scheduleTable li[tooltip]::after {
    width: 60px
}
    /* Make the tooltips respond to hover */
    [tooltip]:hover::before,
    [tooltip]:hover::after {
        display: block;
    }

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}
#scheduleTableFullMonth tr:first-child [data-flow="down"]::after {
    bottom: 0%;
    left: calc(100% + 50px);
    transform: translate(-.5em, -50%);
}
#scheduleTable tr:first-child [data-flow="down"]::after,
#scheduleTable tr:nth-child(2) [data-flow="down"]::after,
#scheduleTable tr:first-child [data-flow="down"]::before,
#scheduleTable tr:nth-child(2) [data-flow="down"]::before
{
    bottom: -100%;
    transform: translate(-.5em, -50%);
    left: calc(50% + 50px);
}
.clsTable tr:first-child div[data-flow="down"]::after, 
.clsTable tr:first-child div[data-flow="down"]::before {
    bottom: -200%;
    transform: translate(-.5em, -50%);
    left: calc(80% + 50px);
    width: 120px;
}
.clsTable li i {
    margin: 0;
}
.clsTable li {
    margin-top: 13px;
}
#scheduleTableFullMonth [data-flow="down"]::after {
    left: calc(70% + 0px);
}
[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

.statchatlayout {
    position: relative;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 1px 7px 0px 8px;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.LTM-EEG-border {
    color: #CF6326 !important;
    font-size: 17px;
}

.EEG-border {
    color: #9D4AAA !important;
    font-size: 17px;
}

.ROUTINE-border {
    color: #FDBF2E !important;
    font-size: 17px;
}

.STAT-border {
    color: #8e4311 !important;
    font-size: 17px;
}

.STROKE-border {
    color: #d26317 !important;
    font-size: 17px;
}

.Tier-blast-border {
    color: #00B1EE !important;
    font-size: 17px;
}

.PSYCH-border {
    color: #6E5ABB !important;
    font-size: 17px;
}
.unseenMesssage-border {
    color: #fe2725 !important;
    font-size: 17px;
}
.seenMessage-border {
    color: #003cc4 !important;
    font-size: 17px;
}
.replyMessage-border {
    color: #4aad69 !important;
    font-size: 17px;
}


/* Facility Control Tab*/
.l-height {
    line-height: 0.5;
}

div#recentCasesTypeSelection {
    background: hsla(0, 0%, 0%, 0.5);
}
/*************RecentCasesTypeSelection Popup Start *************/

/*#recentCasesTypeSelection .modal-wrapper {
    width: 25%;
    height: 400px;
    margin: auto;
    background: #fff;
    margin-top: 25vh;
}
#recentCasesTypeSelection .modal-content {
    background: transparent;
    box-shadow: none !important;
    border: none;
    padding: 15px;
    border-radius: 0;
}*/
/*************RecentCasesTypeSelection Popup End *************/
.popover-data {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.popover-header {
    display: none;
}

.status-scroll {
    max-height: 350px;
    overflow-y: auto;
}

.fa-disabled {
    opacity: 0.6;
    cursor: not-allowed;
    text-decoration: none !important;
}

.click2dial {
    color: black !important;
}

.noRecordFound {
    color: #a1a1a1
}

.case-multiselect .ms-options {
    width: 340px !important;
    max-height: none !important;
}

.elapsed-time {
    color: red !important;
}

[data-title="Actions"] {
    font-weight: bold !important;
}

.ms-has-selections {
    min-width: 150px !important
}

.k-loading-mask {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

.wrapWord {
    word-break: break-word
}

.teleCareLog {
    width: 100%;
    max-width: 300px;
    max-height: 82px;
}

.case-header-height {
    line-height: 2;
}

.form-column-seprator {
    margin-right: 8.333333%
}


.modalLessPopup {
    position: absolute;
    top: 30%;
    left: 20%;
    z-index: 1050;
    width: 50%;
}

#metric_physician_checkboxes .error {
    white-space: nowrap;
}

.bg-light-blue {
    background-color: #99d9ea;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    box-shadow: 0 2px 6px rgb(0 0 0 / 8%);
}

.site-footer {
    font-size: 9.52px !important;
    text-align: center !important;
}

.font_11px {
    font-size: 11px !important;
}

.bg-light-blue input[type="checkbox"]:before {
    border: 2px solid white !important;
}

.font_12px {
    font-size: 12px !important;
}

.bold {
    font-weight: bold;
}

.no-right-padding {
    padding-right: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

#frmSearch label {
    margin-bottom: 0px !important;
}

#frmSearch .filter-button-group {
    margin: auto;
    display: block;
    text-align: right;
}

    #frmSearch .filter-button-group > a, #frmSearch .filter-button-group > input {
        margin: 5px 3px 4.4px;
        position: relative;
        top: 0px;
        line-height: 23px;
    }

#telefrmSearch label {
    margin-bottom: 0px !important;
}

#telefrmSearch .filter-button-group {
    margin: auto;
    display: block;
    text-align: right;
}

    #telefrmSearch .filter-button-group > a, #telefrmSearch .filter-button-group > input {
        margin: 5px;
    }

.padding-r-5 {
    padding-right: 5px;
}

.padding-l-5 {
    padding-left: 5px;
}

.padding-b-5 {
    padding-bottom: 5px;
}

.padding-t-5 {
    padding-top: 5px;
}

.margin-b-5 {
    margin-bottom: 5px;
}

.k-input {
    height: auto !important;
}

.btn-cancel-save-offset {
    margin-left: 34.833333%;
}

#inputGroupFileAddon01 {
    border-radius: 0.25rem 0px 0px 0.25rem;
}
.PasswordResetDiv .listCover {
    width: 0px !important;
    height: 0px !important;
}
@media only screen and (max-width: 468px) {
    .sm-div-seperator {
        margin-top: 10px;
    }
}

.color-lightgray {
    color: #615d5d !important;
}
/***********************************************************************************
*****************************Facility Navigator Dashboard *****************
************************************************************************************/
.facility-navigator-dashbord .dashboard-indicators button {
    min-width: 100%; /*125px*/
    max-width: 100%;
    white-space: normal;
    min-height: 110px;
    max-height: 110px;
    font-size: 23px;
}

.lowerImage {
    position: absolute;
    bottom: 0px;
    right: -314px;
    width: 54%;
}



@media only screen and (max-width: 768px) {
    #facility-info-small-container {
        display: block;
    }

    #facility-info-normal-container {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    #facility-info-small-container {
        display: none;
    }

    #facility-info-normal-container {
        display: block;
    }
}


/***********************************************************************************
*****************************main navigatio bar && Dashboard style *****************
************************************************************************************/
.dashboard-indicators {
    padding: 10px;
}

.dashboard-content-container-inner {
    background-color: #fff;
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
    padding: 16px;
    border-radius: 10px;
}

.dashboard-indicators p {
    max-width: 140px;
}

/*nav {
    margin-left: -15px;
}*/

.dashboard-nav-inner h5 {
    margin: 0px 0 6px 35px;
    color: var(--primary-color);
}

.small-devices-user-loginStats {
    display: none;
}

.normal-device-user-loginStats {
    margin-right: 10px;
}

.normal-device-user-loginStats {
    margin-right: 10px;
}

ul.navbar-nav {
    margin: 0 auto;
}

@media only screen and (min-width: 991px) and (max-width: 1190px) {
    nav .navbar-nav {
        font-size: 14px !important;
    }

    .navbar .welcome_text {
        font-size: 12px !important;
    }

    .navbar .align-self-center {
        padding: 5px !important;
    }
}

@media only screen and (max-width: 992px) {
    .small-devices-user-loginStats {
        display: block;
        text-align: right;
    }

    .normal-device-user-loginStats {
        display: none;
    }

    .navbar-nav .dropdown-menu {
        background-color: #f8f9fa !important;
        border: 0px;
        margin-left: 10%;
    }

        .navbar-nav .dropdown-menu a {
            padding-left: 5px;
        }

    nav .navbar-toggler {
        margin-right: 5px;
    }

    .mb-sm-10 {
        margin-bottom: 10px !important;
    }

    .mb-sm-5 {
        margin-bottom: 5px !important;
    }
}

@media only screen and (max-width: 330px) {
    .navbar .navbar-toggler {
        margin: 0 auto;
    }

    .nav-item-login .font_11px {
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 599px) {
    .dashboard-indicators {
        padding: 10px 0px 10px 20px;
    }

    .navbar-brand, .navbar-brand .loadLinkAsync, .navbar-brand .loadLinkAsync-cancel {
        width: 90%;
    }

        .navbar-brand .teleCareLog {
            width: 100% !important;
            min-width: 100% !important;
            max-height: 100% !important;
        }
}

/***********************************************************************************
*****************************Case Listing Grid *************************************
************************************************************************************/
/* Donot change it without testing, It will effect the appearence of grid*/
@media only screen and (max-width: 1600px) {
    #kendoDataGrid, #ViewbroadcastkendoDataGrid, #broadcastkendoDataGrid, #BlastGridData, #Credentials-Expiring-container, .facility-grid-container #grid, #contactsGrid, #physicianGrid, #PhysicianPasswordkendoDataGrid, #protocols_grid, #mockCasesGrid,
    #contractsGrid, #notesGrid, #FacilityDashboardGrid, #tPAcaseanalysisGrid, #pitrendsGrid, #casereviewtrendsGrid, #StrokeAlertCasesGrid, #CounterMeasureGrid, #VolumeMetricsGrid, #qualitygoalsGrid, #roles_grid, #vs_users_grid, #users_grid, #AsignedCasekendoDataGrid, #kendoDataRoundingBlueGrid, #nirLinkedFacilityGrid, #loadnirlinkedfacilityGrid, #nirLinkedPhysicianGrid, #nirgroupnotificationGrid, .kendo-ui-grid-control {
        font-size: 17px !important;
    }
}


/***********************************************************************************
***************************** Five9 Changes / Physicain CTA list *****************
************************************************************************************/
#five-9-nav-container {
    display: none;
}

.five-9-phoneBar {
    /*height: 98vh;*/
    height: 98%;
}

.physician-tbl-ui {
    padding-right: 30px !important;
}

.five-9-phoneBar, #phycisian-listing-container, #phycisian-listing-container table {
    width: 100%;
}

    #phycisian-listing-container .tb-container {
        display: block;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
        position: relative;
        padding: 9px 5px;
    }

    #phycisian-listing-container .tb-wrapper {
        max-height: 280px;
        overflow-x: auto;
        max-width: 100%;
        overflow-y: auto;
    }

.queue-listing {
    width: 400px !important;
}

#phycisian-listing-container .list-item {
    font-size: 12px;
    overflow: hidden;
    line-height: 1.6em;
    vertical-align: middle;
    text-overflow: ellipsis;
    border: 1px solid #ccc;
}

    #phycisian-listing-container .list-item .case-start-time {
        min-width: 75px;
    }
/*tire 2 blast cases*/
#aoc-tier2-listing-container .tb-container {
    display: block;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
    position: relative;
    padding: 9px 5px;
}

#aoc-tier2-listing-container .tb-wrapper {
    max-height: 280px;
    overflow-x: auto;
    max-width: 100%;
    overflow-y: auto;
}

#tier2-blast-cases-listing .list-item {
    cursor: pointer;
}

#tier2-blast-cases-listing td, th {
    border: 1px solid #ddd;
}
/* physician cases sticky notes*/
.Psticky h6 {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}

.note-paoc {
    width: 100%;
    min-height: 10em;
    background: #f8de59;
    position: relative;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.8));
    transform: rotate(0deg) translateX(-50%);
    top: 15px;
    left: 51%;
    margin: 0 auto;
}

    .note-paoc:before {
        content: "";
        position: absolute;
        right: 2em;
        bottom: -2em;
        left: 0;
        border: 1em solid #f8de59;
        z-index: -1;
    }

    .note-paoc:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -2em;
        border-width: 2em 2em 0 0;
        border-style: solid;
        border-color: #d69722 transparent;
        filter: drop-shadow(-4px 5px 9px rgba(0, 0, 0, 0.5));
    }

    .note-paoc textarea {
        background: transparent;
        width: 93%;
        height: 9em;
        margin: 3% 0.8em 0 0.8em;
        padding: 0;
        border: 0;
        overflow: auto;
        outline-style: none;
        resize: none;
    }

/*New Note for dropdown*/
.note-paoc1 {
    width: 570px !important;
    min-height: 0rem;
    background: #F8DE59;
    position: absolute;
   
    transform: rotate(0deg) translateX(-50%);
    top: 6.4rem;
    left: 76px !important;
    margin: 0 auto;
    border-radius: 7px;
    height: 115px;
    overflow: auto;
}
.note-paoc1.poacnotesalignment {
    width: 570px !important;
    min-height: 0rem;
    background: #F8DE59;
    position: absolute;
   
    transform: rotate(0deg) translateX(-50%);
    top: 6.4rem;
    left: 8px !important;
    margin: 0 auto;
    border-radius: 7px;
    height: 115px;
    overflow: auto;
}
    .note-paoc1.rrcnotes {
        width: 460px !important;
        min-height: 0rem;
        background: #F8DE59;
        position: absolute;
        transform: rotate(0deg) translateX(-50%);
        top: 6rem;
        left: 76px !important;
        margin: 0 auto;
        border-radius: 7px;
      
    }
    .note-paoc1.poacnotesicon {
        width: 460px !important;
        min-height: 0rem;
        background: #F8DE59;
        position: absolute;
        transform: rotate(0deg) translateX(-50%);
        top: 6rem;
        left: 76px !important;
        margin: 0 auto;
        border-radius: 7px;
    }

#active_issues_notes {
    color: white !important;
    padding: 0 16px 16px !important ;
}

.text-area-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    right: 0px;
    bottom: 4px;
    transform: rotate(498deg);
    display: none;
}
/*.note-paoc1:before {
        content: "";
        position: absolute;
        right: 2em;
        bottom: -2em;
        left: 0;
        border: 1em solid #DB3545;
        z-index: -1;
    }

    .note-paoc1:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -2em;
        border-width: 2em 2em 0 0;
        border-style: solid;
        border-color: #DB3545 !important transparent;
        filter: drop-shadow(-4px 5px 9px rgba(0, 0, 0, 0.5));
    }*/

.note-paoc1 textarea {
    background: transparent;
    width: 93%;
    height: 5.5em;
    margin: 1% 0.8em 0 0.8em;
    padding: 0;
    border: 0;
    overflow: auto;
    outline-style: none;
    resize: none;
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
    white-space:normal;
}
.note-paoc1.rrcnotes textarea {
    background: transparent;
    width: 93%;
    height: 6.5em;
    margin: 0px 0.8em 0 0.8em;
    padding: 0;
    border: 0;
    overflow: auto;
    outline-style: none;
    resize: none;
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
}
.note-paoc1.poacnotesicon textarea {
    background: transparent;
    width: 93%;
    height: 6.5em;
    margin: 0px 0.8em 0 0.8em;
    padding: 0;
    border: 0;
    overflow: auto;
    outline-style: none;
    resize: none;
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
}



/*.note-paoc2:before {
    content: "";
    position: absolute;
    right: 2em;
    bottom: -2em;
    left: 0;
    border: 1em solid red !important;
    z-index: -1;
}

.note-paoc2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2em;
    border-width: 2em 2em 0 0;
    border-style: solid;
    border-color: red transparent !important;
    filter: drop-shadow(-4px 5px 9px rgba(0, 0, 0, 0.5));
}
*/


.stikynoteforphy textarea {
    width: 100%;
    min-height: 7rem;
    background: #f8de59;
    position: revert;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.8));
}

@media (min-width: 991px) and (max-width: 1440px) {
    #phycisian-listing-container h5 {
        font-size: 16px !important;
    }

    .queue-listing {
        width: 100% !important;
    }
}

@media only screen and (max-width: 991px) {
    .five-9-phoneBar, #phycisian-listing-container .card {
        max-height: 288px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        overflow-y: auto;
    }

    #phycisian-listing-container h5 {
        padding: 10px !important;
    }

    #phycisian-listing-container .list-item {
        font-size: 14px !important;
        margin: 0px 0px 0.5rem 0px;
    }

    .queue-listing {
        width: 100% !important;
    }
}
/***********************************************************************************
***************************** Case Edit - Header Changes *****************
************************************************************************************/
@media (min-width:1200px) {
    .case-header-border {
        border-left: 1px solid #CCC;
    }
}

@media (max-width:1199px) {
    .header-column-breaker {
        display: none !important;
    }
}

@media (min-width:1200px) and (max-width: 1377px) {
    .case-header-border {
        font-size: 15px !important;
    }
}
/***********************************************************************************
***************************** Case Listing - Search Filter Changes *****************
************************************************************************************/
@media (min-width:1200px) {
    .btn-create-case {
        position: absolute;
        bottom: 3px;
    }
}
/***********************************************************************************
***************************** Physician Status Changes *****************
************************************************************************************/
.physician-status .status-filters {
    float: right !important;
}

@media only screen and (max-width: 991px) {
    .physician-status .status-filters {
        float: left !important;
    }
}
/***********************************************************************************
***************************** Case Edit *****************
************************************************************************************/
/*.btn-copy-popup {
    margin-left: 33.333333%;
}*/

.btn-save-close-cancel {
    text-align: right;
    text-align: end;
}

.metrics-billing-tab .second-col {
    padding: 10px;
}

@media only screen and (max-width: 768px) {
    .btn-copy-popup {
        margin-left: 16.666667%;
    }
}

@media only screen and (min-width: 992px) {
    .metrics-billing-tab .second-col {
        padding: 0px !important;
    }
}

@media only screen and (max-width: 579px) {
    .btn-copy-popup {
        margin-left: 0px;
    }
}

@media (min-width:415px) and (max-width: 576px) {
    /*.btn-save-close-cancel {
        width: 70% !important;
    }*/
}

@media (max-width:414px) {
    /*.btn-save-close-cancel {
        width: 83%;
    }*/
}

@media (max-width:350px) {
    /*.btn-save-close-cancel {
        width: 92%;
    }*/
}
/***********************************************************************************
***************************** Label Size********************************************
************************************************************************************/
.no-bold {
    font-weight: normal !important;
}

.sm-dot-warning {
    height: 21px !important;
    width: 23px !important;
}

    .sm-dot-warning .warning-alert-icon {
        height: 20px !important;
        width: 19px !important;
    }

}
/***********************************************************************************
***************************** Popover design changes********************************
************************************************************************************/
.popover {
    max-width: 50%;
}

@media (max-width: 545px) {
    .popover {
        max-width: 60%;
    }
}
/***********************************************************************************
***************************** Reporting ********************************************
************************************************************************************/
#Reports ul.panelbar h4 {
    font-size: 1.1rem !important;
    padding-top: 2px;
}

.k-panel > .k-item > .k-link {
    line-height: 1.6 !important;
}

@media (min-width:768px) and (max-width:1250px) {
    #Reports ul.panelbar {
        font-size: 12px !important;
    }

        #Reports ul.panelbar h4 {
            font-size: 12px !important;
            font-weight: bold;
        }
}

.k-multiselect-wrap {
    max-height: 200px;
    overflow-y: auto;
}

#checkDuplicateCasePopup .modal-body {
    max-height: 255px;
    overflow-x: auto;
    overflow-y: auto;
}

#checkDuplicateTelepsychCasePopup .modal-body {
    max-height: 255px;
    overflow-x: auto;
    overflow-y: auto;
}

@media print {
    .k-icon, .k-tool-icon {
        display: none !important;
    }
}

#frmAdvanceSearch .ms-options {
    width: 93%;
}

.error_msg label {
    color: red;
}

#facilities-selector .k-state-selected, #casetypes-selector .k-state-selected {
    color: #333 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.eAlert-sub-heading {
    font-size: 20px;
    position: absolute;
    right: 0;
    bottom: 15px;
    font-weight: bold;
    text-align: right !important;
}
/********************************Security Setting Start*******************************************/
.security-head-margin {
    margin-left: -15px;
}

.security-numField-length {
    width: 55px !important;
}
/********************************Security Setting End*******************************************/
.sm-dot-warning {
    background-color: red;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.e-alert {
    background-color: transparent;
}

.sm-dot-warning .warning-alert-icon {
    height: 22px;
    width: 21px;
    position: absolute;
    top: 0px;
    left: 1.7px;
}

.link-color-change {
    color: #0503a0 !important;
}

#schedulerValidator .field-validation-error {
    color: red !important;
    width: 100%;
    text-align: left;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button {
    color: #495057 !important;
}

.k-pager-sizes > .k-widget.k-dropdown.k-header {
    margin-right: 12px !important;
    display: -webkit-inline-box !important;
}

.snooze_popup_message {
    font-size: 23px;
}

.toolTipAntiFlicker {
    pointer-events: none;
}


#schedulerValidator .k-timepicker .k-icon.k-i-clock {
    left: 0 !important;
}
/* Donot change it without testing, It will effect the appearence of grid*/
@media only screen and (min-width: 600px) {
    .physician-status #SortOrder {
        margin-top: -5px;
    }
}

.text-orange {
    color: orange;
}

.text-purple {
    color: #800080;
}

.text-pink {
    color: #de6fa1;
}

.bg-light-blued {
    background-color: #99d9ea;
}

.text-blue {
    color: blue;
}

.facility-tooltip {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/Content/images/facility-info-icon.png')
}

#newcasePopupAlert .modal-body, #newcasePopupAlert .modal-footer {
    font-size: 22px
}

#newcasePopupAlertForPhysicianEdit .modal-body, #newcasePopupAlertForPhysicianEdit .modal-footer {
    font-size: 22px
}

/*Axim Works Start 01-01-2020*/
.alarm_setting {
    background: url(images/alarm.png) no-repeat bottom;
    width: 20px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
}
/*Axim Works Start 01-01-2020*/

/*Start > Case Listing Page Tabs color */

.physicianCurrentStatus > .current-status-button {
    cursor: pointer !important;
}

.facility-emr-link {
    margin-top: -5px;
    width: 24px;
}

.edMainLink {
    font-size: 18px !important;
}

/* NAVBAER NEW DESIGN*/
/* ---------------------------------- */
/* Header
------------------------------------- */
#logo {
    display: inline-block;
    border-right: 1px solid #e0e0e0;
    height: 100%;
    vertical-align: top;
    padding-right: 10px;
    margin-right: 20px;
}

    #logo img {
        height: 60px;
        width: auto;
        top: 50%;
        position: relative;
        transform: translate3d(0,-50%,0);
        outline:none !important;
    }

#header {
    position: relative;
    z-index: 999;
    padding: 0;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
    font-size: 16px;
    height: 82px;
}


    #header .container,
    #header .right-side,
    #header .left-side {
        height: 100%;
    }

/* Full Width Header */
header.fullwidth .container {
    max-width: 100%;
    margin: 0;
    padding: 0 15px;
}

/* Boxed Styles*/
#header .container {
    position: relative;
    bottom: -8px;
}

#header .left-side {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
    flex: 1;
}

#header .right-side {
    float: right;
    text-align: right;
    width: auto;
    display: inline-block;
    position: absolute;
    right: 17px;
    flex: 1;
}

/* Full Width Styles */
.full-width #header .left-side {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
}

.full-width #header .right-side {
    float: right;
    text-align: right;
    width: auto;
    display: inline-block;
    position: absolute;
    right: 25px;
}



/* Header Widget
------------------------------------- */
.header-widget {
    display: flex;
    height: 100%;
    border-left: 1px solid #e0e0e0;
    padding: 0 8px;
    text-align: left;
    float: left;
}

.fullwidth .header-widget:last-of-type {
    padding-right: 5px;
    float: right;
    border-right: none;
}

.header-widget:last-of-type {
    padding-right: 0;
    margin-right: -5px;
}

.fullwidth .header-widget:last-of-type {
    padding-right: 5px;
    margin-right: 0;
}

/* Notification Avatar*/
.header-notifications-content .notification-avatar {
    height: 42px;
    width: 42px;
    max-width: 42px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

/* Sign In Button */
.header-widget .log-in-button {
    padding: 10px 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    color: #666;
    display: block;
    margin: 0 -3px;
}

    .header-widget .log-in-button i {
        font-size: 18px;
        line-height: 0;
        position: relative;
        top: 2px;
        margin-right: 4px;
        margin-left: -1px;
        color: #777;
        transition: 0.3s;
    }

    .header-widget .log-in-button:hover,
    .header-widget .log-in-button:hover i {
        color: #66676b;
    }

.transparent-header .header-widget .log-in-button,
.transparent-header .header-widget .log-in-button i {
    color: #fff;
}

/* Sign In Button Media Queries */
@media (max-width: 768px) {
    .header-widget .log-in-button span {
        display: none;
    }

    .header-widget .log-in-button i {
        font-size: 20px;
        top: 3px;
    }

        .header-widget .log-in-button i,
        .header-widget .log-in-button i:hover {
            color: #555;
        }

    .header-widget .log-in-button {
        background-color: var(--gray-light-color);
        border-radius: 4px;
        height: 46px;
        width: 46px;
        text-align: center;
    }

    .transparent-header .header-widget .log-in-button i,
    .transparent-header .header-widget .log-in-button {
        background-color: #fff;
        color: #333;
    }
}


/* ---------------------------------- */
/* Header Notifications
------------------------------------- */
.header-notifications {
    height: 100%;
    display: inline-block;
    padding-right: 15px;
    position: relative;
}

    .header-notifications:last-child {
        margin-right: -15px;
    }

.header-notifications-trigger,
.header-notifications-trigger a {
    font-size: 22px;
    color: #333;
    position: relative;
    top: 55%;
    transform: translate3d(0,-50%,0);
}

/* IE 11 Fixes */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .header-notifications-trigger,
    .header-notifications-trigger a {
        height: 40px;
    }

    .header-notifications.user-menu {
        top: -8px;
    }
}


.header-notifications1 {
    height: 100%;
    display: inline-block;
    padding-right: 15px;
    position: relative;
}

    .header-notifications1:last-child {
        margin-right: -15px;
    }

.header-notifications-trigger1,
.header-notifications-trigger1 a {
    font-size: 22px;
    color: #333;
    position: relative;
    top: 50%;
    transform: translate3d(0,-50%,0);
    text-decoration: none;
}

/* IE 11 Fixes */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .header-notifications-trigger1,
    .header-notifications-trigger1 a {
        height: 40px;
    }

    .header-notifications1.user-menu {
        top: -8px;
    }
}

/* IE 11 Fixes - End */

.header-notifications-trigger span {
    position: absolute;
    display: inline-block;
    top: -15px;
    margin-left: -10px;
    font-weight: 700;
    height: 19px;
    width: 19px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    background-color: #66676b;
    border-radius: 50%;
    position: relative;
}


.header-notifications-trigger1 span {
    position: absolute;
    display: inline-block;
    top: -19px;
    margin-left: -10px;
    font-weight: 700;
    height: auto;
    width: auto;
    line-height: 19px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    background-color: #2a41e8;
    border-radius: 50%;
    position: relative;
    padding: 2px 8px 2px 8px;
}

/* Header User Menu Dropdown */
.header-notifications-dropdown {
    width: 360px;
    border-radius: 4px;
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    background-color: #fff;
    padding: 0;
    position: absolute;
    top: calc(100% - 10px);
    right: -15px;
    text-align: left;
    z-index: 100;
    transform: scale(0.95);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    pointer-events: none;
}

.header-notifications.active .header-notifications-dropdown {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.header-notifications-dropdown:before {
    content: "";
    position: absolute;
    right: 43px;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #d7d7d7;
}

/* Headline */
.header-notifications-headline {
    padding: 17px 25px;
    padding-top: 18px;
    line-height: 24px;
    border-bottom: 1px solid #e6e6e6;
}

    .header-notifications-headline h4,
    .header-notifications-headline span {
        display: inline-block;
    }

button.mark-as-read {
    float: right;
    position: relative;
    border-radius: 4px;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 36px;
    top: -4px;
    right: -8px;
    color: #888;
    transition: 0.25s;
}

    button.mark-as-read:hover {
        background-color: #f2f2f2;
        color: #888;
    }

/* Content */
.header-notifications-content {
    display: block;
    width: 100%;
}

.header-notifications-scroll {
    display: block;
    overflow: hidden;
    height: auto;
}

.header-notifications-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .header-notifications-content ul li {
        border-bottom: 1px solid #e6e6e6;
        transition: 0.25s;
    }

        .header-notifications-content ul li:hover {
            background-color: #fafafa;
        }

            .header-notifications-content ul li:hover .notification-icon {
                background-color: #eee;
            }

        .header-notifications-content ul li:last-child {
            border-bottom: none;
        }

        .header-notifications-content ul li a {
            color: #666;
            position: relative;
            padding: 22px 25px;
            display: block;
        }

.header-notifications-content p {
    margin: 0;
    padding: 0;
}

.header-notifications-content ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-notifications-content .notification-icon,
.header-notifications-content .notification-text {
    flex: 1;
}

    /* Notification Icon */
    .header-notifications-content .notification-icon i {
        position: relative;
    }

.notification-icon,
.header-notifications-content .notification-icon {
    display: none;
}

    /* Adjustments for some icons :( */
    .notification-icon .icon-material-outline-autorenew {
        font-size: 22px;
    }

    .notification-icon .icon-material-outline-gavel {
        font-size: 19px;
        top: -2px;
        left: 1px;
    }


/* Notification Avatar*/
.header-notifications-content .notification-avatar {
    height: 42px;
    width: 42px;
    max-width: 42px;
    display: inline-block;
    border-radius: 50%;
    overflow: visible;
    align-self: flex-start;
}

    .header-notifications-content .notification-avatar img {
        width: 100%;
        image-rendering: -webkit-optimize-contrast;
        border-radius: 50%;
    }


/* Notification Texts */
.notification-text,
.header-notifications-content .notification-text {
    padding-left: 20px;
    padding-right: 5px;
    display: inline-block;
    line-height: 23px;
    font-size: 14.7px
}

.header-notifications-content .notification-msg-text {
    display: inline-block;
    line-height: 23px;
    font-size: 14.7px;
    margin: 4px 0;
}

.notification-text strong,
.header-notifications-content .notification-text strong {
    font-weight: 600;
    color: #333;
}

.notification-text span.color,
.header-notifications-content .notification-text span.color {
    color: #66676b;
    display: inline-block;
}

.notification-text span.color {
    display: block;
}


/* Button */
a.header-notifications-button {
    border-radius: 0 0 4px 4px;
    font-weight: 600;
    color: #fff;
    font-size: 14.7px;
    padding: 12px 16px;
    background-color: #66676b;
    width: 100%;
    display: block;
    text-align: center;
    transition: 0.3s;
}

    a.header-notifications-button i {
        font-size: 22px;
        line-height: 0;
        top: 4px;
        position: relative;
        max-width: 0;
        display: inline-block;
        margin-left: 7px
    }


/* ---------------------------------- */
/* User Menu
------------------------------------- */
.user-menu {
    padding: 0;
}

.header-notifications.user-menu {
    margin: 0 -5px;
}

.user-menu .header-notifications-trigger,
.user-menu .header-notifications-trigger a {
    top: 50%;
}

.user-menu .header-notifications-dropdown {
    top: calc(100% - 8px);
    width: 290px;
    right: -10px;
}

    .user-menu .header-notifications-dropdown:before {
        right: 23px;
    }

/* User Status Dot */
.notification-avatar {
    position: relative;
}

    .status-icon,
    .notification-avatar:after,
    .user-avatar:after {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        background-color: #c0c0c0;
        bottom: 0;
        right: 0;
        display: block;
        border: 2px solid #fff;
        box-shadow: 0 2px 3px rgba(0,0,0,0.3);
        border-radius: 50%;
    }

    .notification-avatar:after {
        width: 11px;
        height: 11px;
    }

/* Online */
.status-icon.status-online,
.status-online:after {
    background-color: #38b653;
}

/* Offline */
.status-icon.status-offline,
.status-offline:after {
    background-color: #c0c0c0;
}

/* Avatar */
.user-avatar {
    display: inline-block;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    position: relative;
}

    .user-avatar img {
        width: 100%;
        display: inline-block;
        border-radius: 50%;
        image-rendering: -webkit-optimize-contrast;
        height: -webkit-fill-available;
    }


/* User Menu Small Nav */
ul.user-menu-small-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 20px 25px;
}

    ul.user-menu-small-nav li {
        margin: 0;
        padding: 0;
    }

        ul.user-menu-small-nav li a {
            display: block;
            padding: 2px 0;
            font-size: 16px;
            color: #666;
            transition: 0.3s;
        }

            ul.user-menu-small-nav li a:hover {
                text-decoration: none;
            }

            ul.user-menu-small-nav li a i {
                font-size: 16px;
                position: relative;
                top: 1px;
                margin-right: 2px;
                color: #666;
                -webkit-font-smoothing: antialiased;
                transition: 0.3s;
            }


/* User Status Section*/
.user-status {
    padding: 25px;
    border-bottom: 1px solid #e6e6e6;
}

/* User Menu - Details */
.user-details {
    display: flex;
}

.user-name {
    font-weight: 500;
    color: #333;
    line-height: 20px;
    padding: 2px 0 0 15px;
}

.user-details span {
    display: block;
    font-size: 14.7px;
    color: #888;
    font-weight: 500;
}


/* User Status Switch */
.status-switch {
    width: 100%;
    display: block;
    border-radius: 4px;
    height: 36px;
    padding: 0;
    position: relative;
    zoom: 1;
    margin-top: 20px;
    text-align: center;
}

    .status-switch:before,
    .status-switch:after {
        content: " ";
        display: table;
    }

    .status-switch label {
        float: left;
        width: 50%;
        position: relative;
        z-index: 2;
        line-height: 36px;
        cursor: pointer;
        color: #888;
        font-size: 14.7px;
        text-align: center;
        transition: 0.3s;
        margin: 0;
    }

    .status-switch span.status-indicator {
        position: relative;
        z-index: 1;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        display: block;
        border-radius: 4px 0 0 4px;
        background-color: #38b653;
        box-shadow: 0 0 5px 1px rgba(56,182,83,0.3);
        transition: all 0.4s cubic-bezier(0.3,-.41,.19,1.3), background-color 0.2s linear;
    }

    .status-switch span.right {
        left: 50%;
        border-radius: 0 4px 4px 0;
        background-color: #333;
        box-shadow: none;
        color: #fff;
    }

    .status-switch label.current-status {
        color: #fff;
    }


/* ---------------------------------- */
/* Navigation
------------------------------------- */
#navigation {
    position: absolute;
    display: inline-block;
    margin-top: 17px;
    width: 70%;
}

    #navigation ul {
        list-style: none;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }

        #navigation ul a {
            display: block;
            text-decoration: none;
            padding: 5px 0;
        }

        #navigation ul li {
            position: relative;
            float: left;
            margin: 0;
            padding: 0
        }

            #navigation ul li ul {
                opacity: 0;
                visibility: hidden;
                position: absolute;
                top: 100%;
                left: 9px;
                padding: 0;
                z-index: 99999;
            }

        #navigation ul ul li {
            float: none;
        }

        #navigation ul ul ul {
            top: 0;
            left: 94%;
            margin: 0 0 0 15px;
        }

        #navigation ul ul {
            margin: 0;
        }

            #navigation ul ul ul {
                pointer-events: none;
            }

            #navigation ul ul li:hover > ul {
                pointer-events: all;
            }


            #navigation ul ul:before {
                content: "";
                position: absolute;
                left: 0;
                top: -10px;
                background: rgba(255,255,255,0);
                width: 100%;
                height: 10px;
            }

            #navigation ul ul ul:after {
                content: "";
                position: absolute;
                width: 15px;
                height: 100%;
                left: -15px;
                top: 0;
                opacity: 0;
            }

        #navigation ul li:hover > ul {
            opacity: 1;
            visibility: visible;
            pointer-events: all;
        }


        #navigation ul ul.dropdown-nav ul.dropdown-nav li:hover a:after,
        #navigation ul ul.dropdown-nav li:hover a:after,
        #navigation ul li:hover a:after {
            color: #66676b;
            background: rgba(102,103,107,0.13);
            opacity: 0.8;
        }

        #navigation ul ul.dropdown-nav ul.dropdown-nav li a:after {
            background-color: var(--gray-light-color);
            color: var(--gray-dark-color);
            opacity: 1;
        }


        #navigation ul ul.dropdown-nav ul.dropdown-nav li:hover a:after,
        #navigation ul ul.dropdown-nav li:hover a:after {
            color: #fff !important;
            background-color: #66676b;
            opacity: 1;
        }

        #navigation ul ul.dropdown-nav ul.dropdown-nav li a:after,
        #navigation ul ul.dropdown-nav li a:after {
            content: '\e917';
            position: absolute;
            left: auto;
            right: 20px;
            top: 6px;
            background-color: rgba(255,255,255,0.1);
            color: #bbb;
            opacity: 1;
            font-family: "Material-Icons";
        }


        /* Indicator Arrow */
        #navigation ul li a:after,
        #navigation ul ul li a:after {
            font-family: "Material-Icons";
            content: '\e914';
            opacity: 1;
            font-size: 16px;
            transition: 0.2s;
            opacity: 1;
            line-height: 17px;
            width: 17px;
            height: 17px;
            background-color: #f0f0f0;
            color: #a8a8a8;
            display: inline-block;
            border-radius: 3px;
            margin-left: 7px;
            text-indent: 0;
            top: 1px;
            position: relative;
        }


        #navigation ul ul.dropdown-nav ul.dropdown-nav li:hover a:after,
        #navigation ul ul.dropdown-nav li:hover a:after,
        #navigation ul li:hover a:after {
            color: #66676b;
            background: rgba(102,103,107,0.13);
            opacity: 0.8;
        }

        #navigation ul ul.dropdown-nav ul.dropdown-nav li a:after {
            color: #a8a8a8;
            opacity: 1;
        }

        /* Current Indicator */
        #navigation ul li a.current {
            color: #66676b;
        }

            #navigation ul li a.current:after {
                color: #66676b;
                background: rgba(102,103,107,0.13);
                opacity: 0.8;
            }

        #navigation ul li a:only-child:after,
        #navigation ul ul li a:only-child:after {
            content: '';
            display: none;
        }

        #navigation ul ul li:hover a:after {
            opacity: 1;
            transform: translateX(0);
        }

        #navigation ul li {
            transition: all 0.25s;
            border-radius: 4px;
        }

            #navigation ul li a,
            #navigation ul ul li a {
                color: #666;
                cursor: pointer;
            }

        #navigation ul a {
            line-height: 23px;
            padding: 3px 9px !important;
            border-right: 4px;
        }

        #navigation ul li:hover a {
            color: #66676b;
        }


        /* Dropdown Styles
------------------------------------- */
        #navigation ul ul {
            background-color: #303030;
            box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
            border-radius: 4px;
        }

            #navigation ul ul li {
                border-radius: 4px;
            }

                #navigation ul ul li:last-child {
                    border-bottom: none;
                }

            #navigation ul li:hover ul a,
            #navigation ul ul a {
                line-height: 22px !important;
            }


            #navigation ul ul:after {
                content: "";
                position: absolute;
                left: 25px;
                top: -5px;
                width: 0;
                height: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-bottom: 5px solid #303030;
            }

body #navigation ul ul {
    padding: 14px 0;
    box-sizing: border-box;
    margin-top: 12px;
}

    body #navigation ul ul ul {
        margin-top: 0;
    }

#navigation ul ul:before {
    content: ".";
    position: absolute;
    width: 100%;
    height: 12px;
    top: -12px;
    opacity: 0;
    opacity: 0;
}

#navigation ul ul ul:before {
    width: calc(100% + 15px);
    left: -15px;
}

#navigation ul ul li {
    width: 215px;
}

    #navigation ul ul li:hover {
        border-radius: 0;
    }

    #navigation ul ul li:first-child {
        border-radius: 4px 4px 0 0;
    }

    #navigation ul ul li:last-child {
        border-radius: 0 0 4px 4px;
    }

#navigation ul ul {
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
    transform: translate3d(0,15px,0);
}

    #navigation ul ul ul {
        transform: translate3d(15px,0,0);
    }

#navigation ul li ul {
    z-index: 10;
}

#navigation ul li:hover ul {
    z-index: 20;
}

#navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
}

#navigation ul ul li {
    margin: 0;
    padding: 0 6px;
    border-radius: 0;
    font-size: 15.7px;
}

#navigation ul ul.dropdown-nav ul.dropdown-nav ul.dropdown-nav li a,
#navigation ul ul.dropdown-nav ul.dropdown-nav li a,
#navigation ul ul.dropdown-nav li a {
    transition: 0.3s;
    color: #aaa;
}

#navigation ul ul.dropdown-nav ul.dropdown-nav ul.dropdown-nav li:hover a,
#navigation ul ul.dropdown-nav ul.dropdown-nav li:hover a,
#navigation ul ul.dropdown-nav li:hover a {
    color: #fff;
}


/* ---------------------------------- */
/* Mega Menu
------------------------------------- */
.mega-menu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
    position: absolute;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
    border-radius: 4px;
    font-size: 15px;
    display: flex;
    top: 100%;
    left: 0;
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: -10px;
    background-color: #fff;
    width: 200px;
    z-index: 99;
    transform: translate3d(-42%,24px,0);
}

    .mega-menu:before {
        content: "";
        position: absolute;
        top: -12px;
        left: 0;
        display: block;
        width: 100%;
        height: 12px;
        opacity: 0;
    }

#navigation ul li .mega-menu ul {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0,0,0);
    position: relative;
    display: inline-block;
    flex: 1;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    top: auto;
    left: auto;
    background-color: transparent;
}

#navigation ul li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(-42%,12px,0);
}

    #navigation ul li:hover .mega-menu ul {
        opacity: 1;
        visibility: visible;
    }


#navigation .mega-menu ul,
#navigation .mega-menu ul li {
    width: 100%;
}

.mega-menu.two-columns {
    width: 429px;
}

.mega-menu.three-columns {
    width: 643px;
}

.mega-menu.four-columns {
    width: 857px;
}

#navigation ul .mega-menu ul a {
    color: #bbb;
    padding: 0 !important;
    display: block;
    margin-left: 0;
    -wekkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#navigation ul li:hover .mega-menu ul a,
#navigation ul .mega-menu ul a {
    padding: 6px 0 !important;
    line-height: 22px !important;
    transform: translate3d(0,0,0) !important;
}

#navigation .mega-menu ul li {
    padding: 0 30px;
}

#navigation ul li a i {
    font-size: 14px;
    position: relative;
    top: 0;
    padding: 1px 4px 0px 4px;
}

.mega-menu-section {
    display: inline-block;
    float: left;
    width: 214px;
    padding: 0;
    border-right: 1px solid #e9e9e9;
}

.mega-menu .mega-menu-section:last-child {
    border: none;
}

.mega-menu-headline {
    color: #222;
    opacity: 1 !important;
    font-weight: 600;
    display: block;
    padding: 8px 30px !important;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 21px;
}

/* Some mega menu styles for mobile nav */
.mobile-styles .mm-listview {
    margin: 0px -20px !important;
}

    .mobile-styles .mm-listview .mega-menu-headline {
        color: #fff;
        padding: 15px 20px !important;
        background: #222 !important;
    }

    .mobile-styles .mm-listview li a i {
        padding-right: 5px;
    }

.mobile-styles.mm-panel:before {
    height: 10px !important;
}



/* ---------------------------------- */
/* Sticky Header
------------------------------------- */
#header-container {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#wrapper.wrapper-with-transparent-header #header .right-side {
    background-color: transparent;
}

#header {
    transition: background 0.3s;
}

#wrapper {
    padding-top: 82px;
}

    #wrapper.wrapper-with-transparent-header {
        padding-top: 0 !important;
    }

@media (max-width: 1099px) {
    #wrapper {
        padding-top: 0 !important;
    }

    #header-container {
        position: relative;
    }

        #header-container.transparent-header {
            position: absolute;
        }
}


/* ---------------------------------- */
/* State-Hold Screen Design
------------------------------------- */
.textArea-width {
    width: 100%;
}

/*fieldset {
        border: 1px solid #000;
    }*/

legend {
    display: block;
    width: auto;
    max-width: 100%;
    padding: 0;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: inherit;
    position: relative;
}


/*Ali hassan Work start*/
.legendss {
    background: #5AB9C1;
    color: #000 !important;
}

    .legendss:before {
        content: '';
        position: absolute;
        top: 5px;
        left: 103px;
        border-left: 22px solid white;
        border-left: 10px solid #5AB9C1;
        border-right: 10px solid transparent;
        border-top: 10px solid transparent;
        border-bottom: 10px solid #5AB9C1;
        transform: rotate(225deg);
    }

    .legendss:after {
        content: '';
        position: absolute;
        top: 5px;
        left: -10px;
        border-left: 22px solid white;
        border-left: 10px solid #fff;
        border-right: 10px solid transparent;
        border-top: 10px solid transparent;
        border-bottom: 10px solid #fff;
        transform: rotate(225deg);
    }

.note3 {
    width: 100%;
    background: #5AB9C1;
    position: relative;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.8));
    transform: rotate(0deg) translateX(-50%);
    left: 50%;
    top: 5px;
    border-radius: 5px 5px 0px 0px;
}

    .note3:before {
        content: "";
        position: absolute;
        right: 2em;
        bottom: -2em;
        left: 0;
        border: 1em solid #5AB9C1;
        z-index: -1;
        border-bottom-left-radius: 5px;
    }

    .note3:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -2em;
        border-width: 2em 2em 0 0;
        border-style: solid;
        border-color: #5AB9C1 transparent;
        filter: drop-shadow(-4px 5px 9px rgba(0, 0, 0, 0.5));
    }

    .note3 textarea {
        background: transparent;
        width: 88%;
        margin: -2rem 1rem -2rem 1rem;
        border: 0;
        resize: none;
        height: 9rem;
        z-index: 2;
        position: inherit;
        overflow:auto!important;
    }

.noteExpandable3 {
    width: 100%;
    background: #5AB9C1;
    position: relative;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.8));
    transform: rotate(0deg) translateX(-50%);
    left: 50%;
    top: 5px;
    border-radius: 5px 5px 0px 0px;
    position: fixed;
    z-index: 9000;
    top: 34%;
    width: 80%;
}

    .noteExpandable3:before {
        content: "";
        position: absolute;
        right: 2em;
        bottom: -2em;
        left: 0;
        border: 1em solid #5AB9C1;
        z-index: -1;
        border-bottom-left-radius: 5px;
    }

    .noteExpandable3:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -2em;
        border-width: 2em 2em 0 0;
        border-style: solid;
        border-color: #5AB9C1 transparent;
        filter: drop-shadow(-4px 5px 9px rgba(0, 0, 0, 0.5));
    }

    .noteExpandable3 textarea {
        background: transparent;
        width: 95%;
        margin: 1.5rem;
        border: 0;
        resize: none;
        overflow:auto!important;
    }
.notenavigator1 {
    width: 100%;
    background: #5AB9C1;
    position: relative;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.8));
    transform: rotate(0deg) translateX(-50%);
    left: 50%;
    top: 5px;
    border-radius: 5px 5px 0px 0px;
    position: fixed;
    z-index: 9000;
    top: 34%;
    width: 80%;
}

    .notenavigator1:before {
        content: "";
        position: absolute;
        right: 2em;
        bottom: -2em;
        left: 0;
        border: 1em solid #5AB9C1;
        z-index: -1;
        border-bottom-left-radius: 5px;
    }

    .notenavigator1:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -2em;
        border-width: 2em 2em 0 0;
        border-style: solid;
        border-color: #5AB9C1 transparent;
        filter: drop-shadow(-4px 5px 9px rgba(0, 0, 0, 0.5));
    }

    .notenavigator1 textarea {
        background: transparent;
        width: 95%;
        margin: 1.5rem;
        border: 0;
        resize: none;
        overflow:auto!important;
    }
.notenavigator2 {
    width: 100%;
    background: #FFFF87;
    position: relative;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.8));
    transform: rotate(0deg) translateX(-50%);
    left: 50%;
    top: 5px;
    border-radius: 5px 5px 0px 0px;
    position: fixed;
    z-index: 9000;
    top: 34%;
    width: 80%;
}

        .notenavigator2:before {
            content: "";
            position: absolute;
            right: 2em;
            bottom: -2em;
            left: 0;
            border: 1em solid #FFFF87;
            z-index: -1;
            border-bottom-left-radius: 5px;
        }

        .notenavigator2:after {
            content: "";
            position: absolute;
            right: 0;
            bottom: -2em;
            border-width: 2em 2em 0 0;
            border-style: solid;
            border-color: #FFFF87 transparent;
            filter: drop-shadow(-4px 5px 9px rgba(0, 0, 0, 0.5));
        }

    .notenavigator2 textarea {
        background: transparent;
        width: 95%;
        margin: 1.5rem;
        border: 0;
        resize: none;
        overflow:auto!important;
    }
.notenavigator3 {
    width: 100%;
    background: #38B653;
    position: relative;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.8));
    transform: rotate(0deg) translateX(-50%);
    left: 50%;
    top: 5px;
    border-radius: 5px 5px 0px 0px;
    position: fixed;
    z-index: 9000;
    top: 34%;
    width: 80%;
}

        .notenavigator3:before {
            content: "";
            position: absolute;
            right: 2em;
            bottom: -2em;
            left: 0;
            border: 1em solid #38B653;
            z-index: -1;
            border-bottom-left-radius: 5px;
        }

        .notenavigator3:after {
            content: "";
            position: absolute;
            right: 0;
            bottom: -2em;
            border-width: 2em 2em 0 0;
            border-style: solid;
            border-color: #38B653 transparent;
            filter: drop-shadow(-4px 5px 9px rgba(0, 0, 0, 0.5));
        }

    .notenavigator3 textarea {
        background: transparent;
        width: 95%;
        margin: 1.5rem;
        border: 0;
        resize: none;
        overflow:auto!important;
    }
.notenavigatorrounding {
    width: 100%;
    background: #5AB9C1;
    position: relative;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.8));
    transform: rotate(0deg) translateX(-50%);
    left: 50%;
    top: 5px;
    border-radius: 5px 5px 0px 0px;
    position: fixed;
    z-index: 9000;
    top: 34%;
    width: 80%;
}

    .notenavigatorrounding:before {
        content: "";
        position: absolute;
        right: 2em;
        bottom: -2em;
        left: 0;
        border: 1em solid #5AB9C1;
        z-index: -1;
        border-bottom-left-radius: 5px;
    }

    .notenavigatorrounding:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -2em;
        border-width: 2em 2em 0 0;
        border-style: solid;
        border-color: #5AB9C1 transparent;
        filter: drop-shadow(-4px 5px 9px rgba(0, 0, 0, 0.5));
    }

    .notenavigatorrounding textarea {
        background: transparent;
        width: 95%;
        margin: 1.5rem;
        border: 0;
        resize: none;
    }


.legend {
    background: #FFFF87;
    color: #000 !important;
}

    .legend:before {
        content: '';
        position: absolute;
        top: 5px;
        left: 103px;
        border-left: 22px solid white;
        border-left: 10px solid #FFFF87;
        border-right: 10px solid transparent;
        border-top: 10px solid transparent;
        border-bottom: 10px solid #FFFF87;
        transform: rotate(225deg);
    }

    .legend:after {
        content: '';
        position: absolute;
        top: 5px;
        left: -10px;
        border-left: 22px solid white;
        border-left: 10px solid #fff;
        border-right: 10px solid transparent;
        border-top: 10px solid transparent;
        border-bottom: 10px solid #fff;
        transform: rotate(225deg);
    }

.legends:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 103px;
    border-left: 22px solid white;
    border-left: 10px solid #38B653;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #38B653;
    transform: rotate(225deg);
}

.legends {
    background: #38B653;
    color: #000 !important;
}

    .legends:after {
        content: '';
        position: absolute;
        top: 5px;
        left: -10px;
        border-left: 22px solid white;
        border-left: 10px solid #fff;
        border-right: 10px solid transparent;
        border-top: 10px solid transparent;
        border-bottom: 10px solid #fff;
        transform: rotate(225deg);
    }

.legend-call {
    background: #4D64B5;
}

    .legend-call:after {
        content: '';
        position: absolute;
        top: 5px;
        left: -10px;
        border-left: 22px solid white;
        border-left: 10px solid #fff;
        border-right: 10px solid transparent;
        border-top: 10px solid transparent;
        border-bottom: 10px solid #fff;
        transform: rotate(225deg);
    }

    .legend-call:before {
        content: '';
        position: absolute;
        top: 5px;
        left: 175px;
        border-left: 22px solid white;
        border-left: 10px solid #4D64B5;
        border-right: 10px solid transparent;
        border-top: 10px solid transparent;
        border-bottom: 10px solid #4D64B5;
        transform: rotate(225deg);
    }

.legendcallback-patientready {
    background: #4D64B5;
}

    .legendcallback-patientready:after {
        content: '';
        position: absolute;
        top: 5px;
        left: -10px;
        border-left: 22px solid white;
        border-left: 10px solid #fff;
        border-right: 10px solid transparent;
        border-top: 10px solid transparent;
        border-bottom: 10px solid #fff;
        transform: rotate(225deg);
    }

    .legendcallback-patientready:before {
        content: '';
        position: absolute;
        top: 5px;
        left: 15.7rem;
        border-left: 22px solid white;
        border-left: 10px solid #4D64B5;
        border-right: 10px solid transparent;
        border-top: 10px solid transparent;
        border-bottom: 10px solid #4D64B5;
        transform: rotate(225deg);
    }

/*Ali hassan Work End*/
.note1 {
    width: 100%;
    background: #FFFF87;
    position: relative;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.8));
    transform: rotate(0deg) translateX(-50%);
    left: 50%;
    top: 5px;
    border-radius: 5px 5px 0px 0px;
}

    .note1:before {
        content: "";
        position: absolute;
        right: 2em;
        bottom: -2em;
        left: 0;
        border: 1em solid #FFFF87;
        z-index: -1;
        border-bottom-left-radius: 5px;
    }

    .note1:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -2em;
        border-width: 2em 2em 0 0;
        border-style: solid;
        border-color: #FFFF87 transparent;
        filter: drop-shadow(-4px 5px 9px rgba(0, 0, 0, 0.5));
    }

    .note1 textarea {
        background: transparent;
        width: 88%;
        margin: -2rem 1rem -2rem 1rem;
        border: 0;
        resize: none;
        height: 9rem;
        z-index: 2;
        position: inherit;
        overflow:auto!important;
    }

.note1 {
    width: 100%;
    background: #FFFF87;
    position: relative;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.8));
    transform: rotate(0deg) translateX(-50%);
    left: 50%;
    top: 5px;
    border-radius: 5px 5px 0px 0px;
}

    .note1:before {
        content: "";
        position: absolute;
        right: 2em;
        bottom: -2em;
        left: 0;
        border: 1em solid #FFFF87;
        z-index: -1;
        border-bottom-left-radius: 5px;
    }

    .note1:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -2em;
        border-width: 2em 2em 0 0;
        border-style: solid;
        border-color: #FFFF87 transparent;
        filter: drop-shadow(-4px 5px 9px rgba(0, 0, 0, 0.5));
    }

    .note1 textarea {
        background: transparent;
        width: 88%;
        margin: -2rem 1rem -2rem 1rem;
        border: 0;
        resize: none;
        height: 9rem;
        z-index: 2;
        position: inherit;
        overflow:auto!important;
    }

.noteExpandable {
    width: 100%;
    background: #FFFF87;
    position: relative;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.8));
    transform: rotate(0deg) translateX(-50%);
    left: 50%;
    top: 5px;
    border-radius: 5px 5px 0px 0px;
    position: fixed;
    z-index: 9000;
    top: 34%;
    width: 80%;
}

    .noteExpandable:before {
        content: "";
        position: absolute;
        right: 2em;
        bottom: -2em;
        left: 0;
        border: 1em solid #FFFF87;
        z-index: -1;
        border-bottom-left-radius: 5px;
    }

    .noteExpandable:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -2em;
        border-width: 2em 2em 0 0;
        border-style: solid;
        border-color: #FFFF87 transparent;
        filter: drop-shadow(-4px 5px 9px rgba(0, 0, 0, 0.5));
    }

    .noteExpandable textarea {
        background: transparent;
        width: 95%;
        margin: 1.5rem;
        border: 0;
        resize: none;
        overflow:auto!important;
    }

.noteExpandable2 {
    width: 100%;
    background: #38b653;
    position: relative;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.8));
    transform: rotate(0deg) translateX(-50%);
    left: 50%;
    top: 5px;
    border-radius: 5px 5px 0px 0px;
    position: fixed;
    z-index: 9000;
    top: 34%;
    width: 80%;
}

    .noteExpandable2:before {
        content: "";
        position: absolute;
        right: 2em;
        bottom: -2em;
        left: 0;
        border: 1em solid #38b653;
        z-index: -1;
        border-bottom-left-radius: 5px;
    }

    .noteExpandable2:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -2em;
        border-width: 2em 2em 0 0;
        border-style: solid;
        border-color: #38b653 transparent;
        filter: drop-shadow(-4px 5px 9px rgba(0, 0, 0, 0.5));
    }

    .noteExpandable2 textarea {
        background: transparent;
        width: 95%;
        margin: 1.5rem;
        border: 0;
        resize: none;
        overflow:auto!important;
    }

.note2 {
    width: 100%;
    background: #38b653;
    position: relative;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.8));
    transform: rotate(0deg) translateX(-50%);
    left: 50%;
    top: 5px;
    border-radius: 5px 5px 0px 0px;
}

    .note2:before {
        content: "";
        position: absolute;
        right: 2em;
        bottom: -2em;
        left: 0;
        border: 1em solid #38b653;
        z-index: -1;
        border-bottom-left-radius: 5px;
    }

    .note2:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -2em;
        border-width: 2em 2em 0 0;
        border-style: solid;
        border-color: #38b653 transparent;
        filter: drop-shadow(-4px 5px 9px rgba(0, 0, 0, 0.5));
    }

    .note2 textarea {
        background: transparent;
        width: 88%;
        margin: 0rem -1rem -2rem 1rem;
        border: 0;
        resize: none;
        height: 9rem;
        z-index: 2;
        position: inherit;
        overflow:auto!important;
    }

fieldset {
    border-radius: 10px;
    margin-top: -2rem;
    margin-bottom: 2.5rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

legend {
    padding: 2px 23px;
    background: #4189C2;
    font-size: 1.05rem;
    color: #fff;
    margin-left: 1rem;
}


.svg-statscreen {
    text-align: center;
}

    .svg-statscreen ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        margin-bottom: -2rem;
        margin-top: 2px;
    }

        .svg-statscreen ul li img {
            width: 30%;
            background: white;
            border-radius: 10px;
            margin: 0.5rem 0 2.5rem 0;
            cursor: pointer;
        }

            .svg-statscreen ul li img:hover {
                -webkit-transform: scale(1.07);
                transform: scale(1.07);
            }

.stat-card-btn {
    margin: 5px;
    margin-left: -2px;
    border-radius: 10px;
    border: none;
    padding: 3px 5px 3px 5px;
    text-align: center;
    font-size: 14px;
    background: #fff;
}

.stat-card-button {
    display: flex;
    justify-content: space-around;
}

    .stat-card-button img {
        width: 3rem;
    }

        .stat-card-button img:hover {
            -webkit-transform: scale(1.07);
            transform: scale(1.07);
        }

.stat-card {
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    background-color: #D2E2EE;
    margin-bottom: 5px;
}

.svg-card {
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    background-color: #D2E2EE;
    margin: 48px 20px 0px 20px;
}

.stat-facility {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none !important;
    padding-top: 15px;
}

.owl-carousel {
    padding: 2rem;
    border-radius: 10px;
    position: relative;
    margin-top: -2rem;
}

.owl-prev, .owl-next {
    position: absolute;
    margin-top: -4rem;
    background: #004987;
    border: none;
    z-index: 100;
    width: 30px !important;
    height: 30px !important;
    line-height: 25px !important;
    border-radius: 50%;
    font-size: 20px;
    border: 1px solid #ddd;
    margin-right: -1rem;
    margin-left: -1rem;
}

.owl-nav span {
    font-size: 2.5rem;
    color: #fff !important;
}

#statHoldPendingList .owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-dots {
    display: none;
}

.expandNote3, .expandNote2, .expandNote1 {
    float: right;
    margin: 9px;
    cursor: pointer;
}

.expandTelepsychNotes {
    float: right;
    margin: 9px;
    cursor: pointer;
}

.noteExpandableParent2, .noteExpandableParent3, .noteExpandableParent1 {
    display: none;
}

.noteExpandableParent_div1, .noteExpandableParent_div2, .noteExpandableParent_div3 {
    display: none;
}

.navigatornotes, .navigatornotes2, .navigatornotes3 {
    display: none;
}
.navigatornotesrounding{
    display:none;
}
.CaseHistoryStickyNotes{
    display:none;
}

.CaseHistoryStickyNotes_yellow {
    background: #FFFF87;
    position: relative;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.8));
    transform: rotate(0deg) translateX(-50%);
    left: 50%;
    border-radius: 5px 5px 0px 0px;
    position: fixed;
    z-index: 9000;
    top: 34%;
    width: 45%;
}

    .CaseHistoryStickyNotes_yellow textarea {
        background: transparent;
        width: 95%;
        margin: 2.5rem;
        border: 0;
        resize: none;
    }

    .CaseHistoryStickyNotes_yellow:before {
        content: "";
        position: absolute;
        right: 2em;
        bottom: -2em;
        left: 0;
        border: 1em solid #FFFF87;
        z-index: -1;
        border-bottom-left-radius: 5px;
    }

    .CaseHistoryStickyNotes_yellow:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -2em;
        border-width: 2em 2em 0 0;
        border-style: solid;
        border-color: #FB8D8E transparent;
        filter: drop-shadow(-4px 5px 9px rgba(0, 0, 0, 0.5));
    }


.P2card {
    margin-right: 14px;
    background: white;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    color: #434343;
    border-radius: 10px;
}
/*
.PSuspendCase {
    margin-right: 14px;
    background: white;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    color: #434343;
    border-radius: 10px;
}

.PAccepted {
    margin-right: 14px;
    background: white;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    color: #434343;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}*/

.for-pendingPhysician .card__container, .for_acceptedCases .card__container, .for_suspendedCases .card__container, .for-RoutineCase .card__container, .for-pendinghospital .card__container {
    height: 305.5px !important;
}

.card__container .label {
    padding-left: 10px !important;
}

.P2card .card__container {
    padding: 2rem;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 1rem;
    position: relative;
    padding-left: 11px;
    padding-top: 24px;
}

/*.PSuspendCase .card__container {
    padding: 2rem;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 1rem;
    position: relative;
    padding-left: 11px;
    padding-top: 24px;
}*/

.P2card .card__header {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

/*.PSuspendCase .card__header {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.PAccepted .card__container {
    padding: 2rem;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 1rem;
    position: relative;
}

.PAccepted .card__header {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}
*/
.P3card {
    margin-right: 14px;
    background: white;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    color: #434343;
    border-radius: 10px;
}

    .P3card .card__container {
        padding: 2rem;
        width: 100%;
        height: 100%;
        background: white;
        border-radius: 1rem;
        position: relative;
        padding-left: 11px;
        padding-top: 24px;
        margin-bottom: 20px;
    }

    .P3card .card__header {
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 10px;
    }


.P2card::before {
    position: absolute;
    top: 2.3rem;
    right: -0.5rem;
    content: "";
    background: #084987;
    height: 28px;
    width: 28px;
    transform: rotate(45deg);
}

/*.PSuspendCase::before {
    position: absolute;
    top: 2.3rem;
    right: -0.5rem;
    content: "";
    background: #084987;
    height: 28px;
    width: 28px;
    transform: rotate(45deg);
}

.PAccepted::before {
    position: absolute;
    top: -2px;
    right: -7px;
    content: "";
    background: #084987;
    height: 28px;
    width: 28px;
    transform: rotate(45deg);
}

.PAccepted::after {
    position: absolute;
    content: attr(data-label);
    top: -15px;
    right: -14px;
    padding: 3px;
    height: 27px;
    width: 10rem;
    background: #084987;
    color: white;
    text-align: center;
    box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
    border-radius: 15px 0px 0px 15px;
}*/

.cart-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 55%;
}

.P2cardRed::before {
    background: #ff464a !important;
}

.P2cardRed::after {
    background: #ff464a !important;
}

.P2cardRed .caseNoRed {
    color: #ff464a;
}

.owl-carousel a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-statscreen {
    height: auto;
    width: auto;
    text-align: center;
    background-image: linear-gradient( #A9A9A9, #ffffff);
    border-radius: 10px;
    box-shadow: 0 6px 12px -3px rgb(0 0 0 / 30%);
    color: #000;
    padding: 5px;
    margin-bottom: 1rem;
}

    .card-statscreen a {
        color: #000 !important;
    }

.stat-title {
    margin-top: -1rem;
}

#statHoldPriority2 .owl-nav, #statHoldPriority3 .owl-nav, #statHoldPriority1 .owl-nav {
    position: relative;
}

#statHoldPriority2 .owl-prev, #statHoldPriority3 .owl-prev, #statHoldPriority1 .owl-prev {
    left: -17px;
    top: -8rem;
}

#statHoldPriority2 .owl-next, #statHoldPriority3 .owl-next, #statHoldPriority1 .owl-next {
    right: -20px;
    bottom: 10rem;
}

.card-timedate {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: -12px;
}

    .card-timedate span {
        text-decoration: none;
        cursor: pointer;
    }

textarea:focus, input:focus {
    outline: none;
}

.priorityButtons {
    display: flex;
    list-style: none;
    justify-content: space-around;
}

    .priorityButtons .icon {
        position: relative;
        background: #ffffff;
        border-radius: 50%;
        padding: 10px;
        margin: 10px;
        width: 50px;
        height: 50px;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

.priorityButtons-stat-hold .icon {
    position: relative;
    background: #ffffff;
    border-radius: 50%;
    padding: 3px;
    margin: 4px;
    width: 35px;
    height: 35px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.priorityButtons-stat-hold .pri {
    width: 85%;
}

.priorityButtons .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    width: max-content;
}

    .priorityButtons .tooltip::before {
        position: absolute;
        content: "";
        height: 8px;
        width: 8px;
        background: #ffffff;
        bottom: -3px;
        left: 50%;
        transform: translate(-50%) rotate(45deg);
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

.priorityButtons .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.priorityButtons .icon:hover span,
.priorityButtons .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.priorityButtons .facebook:hover,
.priorityButtons .facebook:hover .tooltip,
.priorityButtons .facebook:hover .tooltip::before {
    background: #1877F2;
    color: #ffffff;
}

.priorityButtons .twitter:hover,
.priorityButtons .twitter:hover .tooltip,
.priorityButtons .twitter:hover .tooltip::before {
    background: #1DA1F2;
    color: #ffffff;
}

.priorityButtons .instagram:hover,
.priorityButtons .instagram:hover .tooltip,
.priorityButtons .instagram:hover .tooltip::before {
    background: #E4405F;
    color: #ffffff;
}

.pointerEvent {
    pointer-events: none;
}

.img-top, .img-top1 {
    width: 100%;
}

.ed-buttons .img-top {
    display: none !important;
}

.ed-buttons:hover .img-top {
    display: block !important;
}

.ed-buttons:hover .img-top1 {
    display: none;
}

.priorityButtons .wrapper-twitter {
    cursor: not-allowed !important;
}

.callback-card {
    box-shadow: 4px 4px 15px rgb(0 0 0 / 15%);
    position: relative;
    color: #434343;
    border-radius: 10px;
    margin-right: 14px;
}

#statHoldCallBack {
    overflow: unset !important;
    overflow-y: unset !important
}

    #statHoldCallBack .owl-prev {
        left: 19px;
        bottom: 6rem;
    }

    #statHoldCallBack .owl-next {
        right: 12px;
        bottom: 6rem;
    }

button.owl-prev {
    background: #004987;
}

#statHoldCallBack .owl-prev, .owl-next {
    position: absolute;
    /* margin-top: -9rem;*/
    background: #004987;
    border: none;
    z-index: 100;
    width: 30px !important;
    height: 30px !important;
    line-height: 25px !important;
    border-radius: 50%;
    font-size: 20px;
    border: 1px solid #ddd;
    margin-right: 0rem;
    margin-left: -1rem;
}

.stathold-facility {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 78%;
}

.CallbackGreenButton {
    background: #7ABC7A !important;
}
/*rib*/
.ribon {
    position: absolute;
    right: var(--right, 10px);
    top: var(--top, -3px);
    filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.5));
    z-index: 1 !important;
    cursor: pointer;
}

    .ribon > .content {
        color: white;
        font-size: 1.25rem;
        height: 3rem;
        text-align: center;
        font-weight: 400;
        background-color: #B13A22;
        padding: 8px 2px 4px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
        width: var(--width, 32px);
        min-height: var(--height, 36px);
        transition: clip-path 1s, padding 1s, background 1s;
        z-index: 9 !important;
    }

        .ribon > .content:hover {
            height: 3.5rem;
        }

        .ribon > .content span {
            color: #000;
        }

    .ribon.up > .content {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 8px), 0 100%);
    }

.yellow-ribon > .content {
    color: white;
    font-size: 1.25rem;
    height: 3rem;
    text-align: center;
    font-weight: 400;
    background-color: #FFFF87;
    padding: 8px 2px 4px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
    width: var(--width, 32px);
    min-height: var(--height, 36px);
    transition: clip-path 1s, padding 1s, background 1s;
}

.green-ribon > .content {
    color: white;
    font-size: 1.25rem;
    height: 3rem;
    text-align: center;
    font-weight: 400;
    background-color: #38b653;
    padding: 8px 2px 4px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
    width: var(--width, 32px);
    min-height: var(--height, 36px);
    transition: clip-path 1s, padding 1s, background 1s;
}

.p1-ribon > .content {
    color: white;
    font-size: 1.25rem;
    height: 3rem;
    text-align: center;
    font-weight: 400;
    background-color: #5AB9C1;
    padding: 8px 2px 4px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
    width: var(--width, 32px);
    min-height: var(--height, 36px);
    transition: clip-path 1s, padding 1s, background 1s;
}
/*rib*/
/*ribbon*/
.ribbon {
    position: absolute;
    right: var(--right, 10px);
    top: var(--top, -3px);
    filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.5));
}

    .ribbon > .content2 {
        color: #fff;
        cursor: pointer;
        font-size: 1.25rem;
        text-align: center;
        font-weight: 400;
        background: var(--color, #2ca7d8) linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.25) 100%);
        padding: 8px 2px 4px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
        width: var(--width, 32px);
        min-height: var(--height, 36px);
        transition: clip-path 1s, padding 1s, background 1s;
    }

    .ribbon.up > .content2 {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 8px), 0 100%);
    }

/* ---------------------------------- */
/* End Stat Hold Screen Design
------------------------------------- */

#divstatholdCasesgrid {
    position: absolute;
    right: 0;
    bottom: 0rem;
    display: none !important;
}

.case-dropright {
    margin-right: -1rem !important;
    margin-top: -1.3rem;
}
/* ---------------------------------- */
/* Transparent Header
------------------------------------- */
#header-container.transparent-header {
    position: absolute;
    width: 100%;
}

.transparent-header-spacer {
    height: 82px;
}

.transparent-header #header {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

    .transparent-header #header .right-side {
        background-color: transparent;
    }

        .transparent-header #logo,
        .transparent-header #header .right-side .header-widget {
            border-color: rgba(255,255,255,0.2);
        }

            .transparent-header #header .right-side .header-widget:first-of-type {
                border-right-color: transparent;
            }

            .transparent-header #header .right-side .header-widget:last-of-type {
                border-color: rgba(255,255,255,0.2);
            }

body .transparent-header #navigation > ul li a,
.transparent-header .header-notifications-trigger,
.transparent-header .header-notifications-trigger a {
    color: #fff;
}

body .transparent-header #navigation > ul ul li a {
    color: #aaa;
}

.transparent-header .header-notifications-dropdown:before {
    border-bottom-color: #fff;
}

.transparent-header .mmenu-trigger {
    background-color: #fff;
}

.transparent-header #navigation > ul li a:after {
    background-color: rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.8);
    opacity: 1;
    transition: 0.3s;
}

.transparent-header #navigation > ul li:hover ul li:hover a:after,
.transparent-header #navigation > ul li:hover a:after,
.transparent-header #navigation > ul li a.current:after {
    color: #fff;
    background: #66676b;
}

.transparent-header #navigation > ul li:hover ul a:after,
.transparent-header #navigation > ul ul li a:after {
    background-color: rgba(255,255,255,0.1);
    color: #bbb;
}

/* ---------------------------------- */
/* mmenu.js - mobile menu
------------------------------------- */
.mm-hidden {
    display: none !important
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    box-sizing: border-box;
    background: inherit;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-panels,
.mm-panels > .mm-panel {
    background: inherit;
    border-color: inherit;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

    .mm-panel.mm-opened {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .mm-panel.mm-subopened {
        -webkit-transform: translate(-30%, 0);
        -ms-transform: translate(-30%, 0);
        transform: translate(-30%, 0);
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }

    .mm-panel.mm-highest {
        z-index: 1
    }

    .mm-panel.mm-noanimation {
        -webkit-transition: none !important;
        transition: none !important
    }

        .mm-panel.mm-noanimation.mm-subopened {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

.mm-panels > .mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

    .mm-panels > .mm-panel.mm-hasnavbar {
        padding-top: 40px
    }

    .mm-panels > .mm-panel:not(.mm-hidden) {
        display: block
    }

    .mm-panels > .mm-panel:after,
    .mm-panels > .mm-panel:before {
        content: '';
        display: block;
        height: 20px
    }

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

    .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
    .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
        border-color: transparent
    }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
    display: block
}

.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
    box-sizing: border-box;
    height: 40px;
    bottom: auto
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}

.priority_stickyExpandable {
    position: fixed;
    top: 68px;
    left: 0px;
    z-index: 9000;
}

.mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 50px;
    position: absolute;
    top: 0;
    z-index: 1
}

.title-bdr {
    position: relative;
    width: 150px;
    margin-bottom: 15px;
}

.text-center .title-bdr {
    margin-left: auto;
    margin-right: auto;
}

.left-bdr,
.right-bdr {
    height: 6px;
    width: 60px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));
    background-image: linear-gradient(to right, #ff416c, #ff4b2b);
    border-radius: 10px;
    position: absolute;
}

.left-bdr {
    left: 0px;
    -webkit-animation: left 2s infinite;
    animation: left 2s infinite;
}

.right-bdr {
    right: 0px;
    -webkit-animation: right 2s infinite;
    animation: right 2s infinite;
}

@-webkit-keyframes left {
    0%, 50%, 100% {
        width: 60px;
    }

    25% {
        width: 120px;
    }

    75% {
        width: 10px;
    }
}

@keyframes left {
    0%, 50%, 100% {
        width: 60px;
    }

    25% {
        width: 120px;
    }

    75% {
        width: 10px;
    }
}

@-webkit-keyframes right {
    0%, 50%, 100% {
        width: 60px;
    }

    25% {
        width: 10px;
    }

    75% {
        width: 120px;
    }
}

@keyframes right {
    0%, 50%, 100% {
        width: 60px;
    }

    25% {
        width: 10px;
    }

    75% {
        width: 120px;
    }
}


.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-clear:after,
.mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

.mm-next:after,
.mm-prev:before {
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0
}

.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 30px;
    height: 50px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

    .mm-navbar > * {
        display: block;
        padding: 10px 0;
    }

    .mm-navbar a,
    .mm-navbar a:hover {
        text-decoration: none
    }

    .mm-navbar .mm-title {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .mm-navbar .mm-btn:first-child {
        left: 0
    }

    .mm-navbar .mm-btn:last-child {
        text-align: right;
        right: 0
    }

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
    background-color: #262626;
}

.mm-listview,
.mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

    .mm-listview a,
    .mm-listview a:hover {
        text-decoration: none
    }

    .mm-listview > li {
        position: relative
    }

        .mm-listview > li,
        .mm-listview > li .mm-next,
        .mm-listview > li .mm-next:before,
        .mm-listview > li:after {
            border-color: inherit
        }

    .mm-listview > li {
        border-bottom: 1px solid #404040;
    }

        .mm-listview > li > a,
        .mm-listview > li > span {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            color: inherit;
            display: block;
            padding: 14px 10px 14px 20px;
            margin: 0;
        }

        .mm-listview > li:not(.mm-divider):after {
            content: '';
            border-bottom-width: 1px;
            border-bottom-style: solid;
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            display: none;
        }

        .mm-listview > li:not(.mm-divider):after {
            left: 20px
        }

    .mm-listview .mm-next {
        background: rgba(3, 2, 1, 0);
        width: 50px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2
    }

        .mm-listview .mm-next:before {
            content: '';
            border-left-width: 1px;
            border-left-style: solid;
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0
        }

        .mm-listview .mm-next + a,
        .mm-listview .mm-next + span {
            margin-right: 50px
        }

        .mm-listview .mm-next.mm-fullsubopen {
            width: 100%
        }

            .mm-listview .mm-next.mm-fullsubopen:before {
                border-left: none
            }

            .mm-listview .mm-next.mm-fullsubopen + a,
            .mm-listview .mm-next.mm-fullsubopen + span {
                padding-right: 50px;
                margin-right: 0
            }

.mm-panels > .mm-panel > .mm-listview {
    margin: 20px -20px
}

    .mm-panels > .mm-panel > .mm-listview:first-child,
    .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
        margin-top: -10px;
    }

.mm-menu {
    background: #2a2a2a;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}

    .mm-menu .mm-navbar a,
    .mm-menu .mm-navbar > * {
        color: #fff;
        font-weight: 600;
        font-size: 16px;
    }

    .mm-menu .mm-btn:after,
    .mm-menu .mm-btn:before {
        border-color: rgba(255,255,255,0.8);
    }

    .mm-menu .mm-listview {
        border-color: #2a2a2a
    }

        .mm-menu .mm-listview > li .mm-next:after {
            border-color: rgba(255,255,255,0.8);
        }

        .mm-menu .mm-listview > li a:not(.mm-next) {
            -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
            tap-highlight-color: rgba(255, 255, 255, .5)
        }

        .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
        .mm-menu .mm-listview > li.mm-selected > span {
            background: rgba(255, 255, 255, .05)
        }

        .mm-menu .mm-listview > li {
            transition: 0.2s;
        }

            .mm-menu .mm-listview > li:hover {
                background: rgba(255, 255, 255, .03)
            }

            .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
            .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
            .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
            .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
                background: rgba(0, 0, 0, .05)
            }

    .mm-menu .mm-divider {
        background: rgba(0, 0, 0, .05)
    }

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking {
    overflow: hidden
}

    html.mm-blocking body {
        overflow: hidden
    }

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}

    .mm-menu.mm-offcanvas.mm-opened {
        display: block
    }

    .mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
        z-index: 10
    }

.mm-menu.mm-offcanvas {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    z-index: 9999;
}

html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%
}

    em.mm-counter + a.mm-next {
        width: 90px
    }

        em.mm-counter + a.mm-next + a,
        em.mm-counter + a.mm-next + span {
            margin-right: 90px
        }

    em.mm-counter + a.mm-fullsubopen {
        padding-left: 0
    }

        em.mm-counter + a.mm-fullsubopen + a,
        em.mm-counter + a.mm-fullsubopen + span {
            padding-right: 90px
        }

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a,
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span {
    padding-right: 90px;
}

.mm-vertical > .mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-vertical.mm-spacer > .mm-counter {
    margin-top: 40px
}

.mm-nosubresults > .mm-counter {
    display: none
}

.mm-menu em.mm-counter {
    background-color: rgba(0,0,0,0.3);
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 21px;
    font-size: 10px;
    font-weight: 600;
}

.mm-menu em.mm-counter {
    background-color: #66676b;
}

/* Trigger Styles */
.mmenu-trigger {
    height: 46px;
    width: 46px;
    display: none;
    position: relative;
    margin: 0;
    border-radius: 4px;
    cursor: pointer;
}

/* Hamburger Icon */
.hamburger {
    padding: 0;
    top: 16px;
    left: 12px;
    transform: scale(0.67);
    -moz-transform: scale(0.70) translateY(4px);
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger-box {
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 33px;
        height: 4px;
        background-color: #555;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

        .hamburger-inner::before, .hamburger-inner::after {
            content: "";
            display: block;
        }

        .hamburger-inner::before {
            top: -10px;
        }

        .hamburger-inner::after {
            bottom: -10px;
        }

/* Animation */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--collapse .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    }

    .hamburger--collapse .hamburger-inner::before {
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    }

    .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

.mmenu-trigger {
    display: none;
}


/* Media Queries Menu */
@media (max-width: 1099px) {

    /* Header Responsive Styles */
    #responsive {
        display: none;
    }

    .mmenu-trigger {
        display: inline-block !important;
    }

    .for_cases {
        padding-left: 19px !important;
    }

    #header {
        height: 76px;
    }

    #logo {
        border: none;
    }

        #logo img {
            border: none;
            max-width: 100px;
            height: auto;
        }

    header.fullwidth .container {
        padding: 0 20px;
    }

    .header-widget {
        float: left;
    }

        .fullwidth .header-widget:last-of-type,
        .header-widget:last-of-type {
            padding-right: 25px;
            float: left;
        }

    #header .right-side {
        position: absolute;
        width: auto;
        text-align: left;
    }

    .mmenu-trigger {
        float: right;
        position: relative;
        font-size: 38px;
        top: -16px;
        left: -6px;
    }

    #header .right-side .header-widget {
        border-right: 1px solid #e0e0e0;
        margin-right: -1px;
    }

    .header-widget {
        padding: 0 25px;
    }

    .header-notifications:first-child {
        margin-right: -5px;
    }

    #header-container.cloned {
        display: none;
    }
}

@media (max-width: 768px) {
    .header-notifications {
        position: initial;
    }

    .header-notifications-dropdown:before {
        display: none;
    }

    .user-menu .header-notifications-dropdown,
    .header-notifications-dropdown {
        width: calc(100vw - 45px);
        right: -10px;
        top: calc(100% + 15px)
    }
}

@media (max-width: 480px) {
    .hide-on-mobile {
        display: none;
    }
}

/*END NAVBAR NEW DESIGN*/

/*Bilal Style*/
.received_withd_msg_autoSender {
    max-width: 40%;
}
#divModelPopUpDeficiencytracker .modal-lg {
    max-width: 1460px;
}
.suggestion-area {
    width: 91%;
    background-color: white;
}

    .suggestion-area li {
        cursor: pointer;
        list-style: none;
        padding: 10px 0px 10px 10px;
    }

        .suggestion-area li:hover {
            background-color: #e2e2e2;
        }
.alreadyCalled {
    position: absolute;
    top: 125%;
    left: 29%;
}
.downloadFile {
    position: absolute;
    bottom: 5px;
    right: 12px;
    font-size: 27px !important;
    color: var(--black-color);
}

.for-ctap .divcta_casesgrid {
    height: 90px;
    overflow: hidden;
    background: white;
}

.queueing-dots {
    border-radius: 50%;
    width: 16px;
    aspect-ratio: 1/1;
    background-color: var(--white-color);
    position: relative;
    margin: auto;
    box-shadow: -32px 0px 0px 0px var(--white-color), 0px 0px 0px 0px var(--white-color), 32px 0px 0px 0px var(--white-color);
    animation: queueing-dots 1s ease-in-out infinite;
}

.blue-nabr-dts {
    margin-right: 15px;
    width: 100px;
}

@keyframes queueing-dots {
    0% {
        box-shadow: -32px 0px 0px 0px #00ff94, 32px 0px 0px 0px var(--white-color);
        transform: translateX(0);
    }

    20% {
        box-shadow: -32px -16px 0px 0px #00ff94, 32px 0px 0px 0px var(--white-color);
    }

    50% {
        transform: translateX(-32px);
    }

    60% {
        box-shadow: 64px -16px 0px 0px #00ff94, 32px 0px 0px 0px var(--white-color);
    }

    80% {
        box-shadow: 64px 0px 0px 0px #00ff94, 32px 0px 0px 0px var(--white-color);
    }

    100% {
        box-shadow: 64px 0px 0px 0px var(--white-color), 32px 0px 0px 0px var(--white-color);
        transform: translateX(-32px);
    }
}

.images-details {
    padding: 0px;
    margin: 0px;
    list-style: none
}

    .images-details img {
        margin-bottom: 5px;
        width: 25px !important;
    }

.removeusericon {
    width: 17%;
    margin: -4px 0px 0px 4px;
}

.removeusericon1 {
    width: 12%;
    margin: -4px 0px 0px 4px;
}

.MessageCountRed {
    background-color: red !important;
    color: white !important;
    border: none !important;
}

.clr-status-default {
    height: 10px;
    width: 75px;
    border-radius: 10px;
    float: right;
    margin-top: 4px;
}

.UnseenMessage-clr-status {
    background-color: #fe2725;
    margin-left: 5px;
    margin-right: 0px;
}
.SeenMessage-clr-status {
    background-color: #003cc4;
    margin-left: 55px;
    margin-right: 0px;
}
.ReplyMessage-clr-status {
    background-color: #4aad69;
    margin-left: 23px;
    margin-right: 0px;
}

.EEG-clr-status {
    background-color: #9D4AAA;
    margin-left: 116px;
}

.ROUTINE-clr-status {
    background-color: #FDBF2E;
    margin-left: 85px;
}

.STAT-clr-status {
    background-color: #8e4311;
    margin-left: 107px;
}

.STROKE-clr-status {
    background-color: #d26317;
    margin-left: 89px;
}

.Tier-clr-status {
    background-color: #00B1EE;
    margin-left: 72px;
}

.PSYCH-clr-status {
    background-color: #6E5ABB;
    margin-left: 96px;
}

.matric-colors .dropdown-menu {
    min-width: 15rem !important;
}

.modal-xxl {
    max-width: 1800px;
}

.grpName {
    padding: 6px;
    border-radius: 20px;
    margin-left: 7px;
    color: white;
}

.LTM-EEG-grpName {
    background-color: #CF6326;
}

.Tier-Blast-grpName {
    background-color: #00B1EE;
}

.EEG-grpName {
    background-color: #9D4AAA;
}

.ROUTINE-grpName {
    background-color: #FDBF2E;
}

.STAT-grpName {
    background-color: #8e4311;
}

.STROKE-grpName {
    background-color: #d26317;
}

.PSYCH-grpName {
    background-color: #6E5ABB;
}

.message-wrapper .btnRequestPhy, .message-wrapper .btnRequestPhys, .messaging .btnRequestPhys {
    display: flex;
    align-items: center;
    padding: 12px 16px 10px;
    z-index: 4;
}

.statchat {
    font-weight: normal;
    background-image: url('images/group-inactive.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    position: relative;
    width: 33px;
    height: 43px;
    border: none;
}

.messaging .active_chat_group {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    width: 33px;
    height: 43px;
    color: white;
}

.messaging .LTM-EEG-border.active_chat_group {
    background-image: url('images/LTM-EEG.svg');
    color: white !important;
}

.messaging .EEG-border.active_chat_group {
    background-image: url('images/EEG.svg');
    color: white !important;
}

.messaging .ROUTINE-border.active_chat_group {
    background-image: url('images/ROUTINE.svg');
    color: white !important;
}

.messaging .STAT-border.active_chat_group {
    background-image: url('images/STAT.svg');
    color: white !important;
}

.messaging .STROKE-border.active_chat_group {
    background-image: url('images/STROKE.svg');
    color: white !important;
}

.messaging .Tier-Blast-border.active_chat_group {
    background-image: url('images/tier2Group.svg');
    color: white !important;
}

.messaging .PSYCH-border.active_chat_group {
    background-image: url('images/pshyc.svg');
    color: white !important;
}

.messaging .message-count {
    background-image: url('images/redcountshadow.svg');
    color: white !important;
}

.messageCount {
    position: absolute !important;
    top: -10px !important;
    right: -17px !important;
    border-radius: 50% !important;
    width: 21px;
    height: 21px;
    padding: 6px 4px !important;
}

.messageCountNavigator, .priorMessageCountNavigator {
    position: absolute !important;
    top: -1px !important;
    right: -2px !important;
    border-radius: 50% !important;
    width: 15px;
    height: 15px;
}

.badge-online, .badge-ofline {
    border-radius: 50% !important;
    width: 15px;
    height: 15px;
}
.badge-online {
    background: green;
}
    .badge-ofline {
        background: red;
    }

.needHelpIcon {
    background-color: #dc3545;
    color: white;
    border: none;
    min-height: 40px;
    max-height: 80px;
    height: 50px !important;
    align-items: center;
    border-radius: 10px;
    padding: 13px;
    cursor: pointer;
}
    .needHelpIcon:hover {
        background-color: #c82333;
    }

    .w-37 {
        width: 37%;
    }

.width-20 {
    width: 32%;
}

.width-80 {
    width: 68%;
}

.text-danger-light {
    color: #ff0000;
}

.error-message, .alert-success {
    position: fixed !important;
    top: 15px;
    right: 15px;
    width: 30%;
    z-index: 99999999999999;
    font-size: 1.2rem;
}

#EdProvidercallback {
    cursor: pointer;
}

.btn-danger-image, .btn-dark-image, .btn-purple-image {
    color: white;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.btn-purple-image {
    background-image: url('images/purrple-02.svg');
}

.btn-danger-image {
    background-image: url('images/facilty-navigator-red.svg');
}

.btn-dark-image {
    background-image: url('images/facilty-navigator-blue.svg');
}

.circle-navigator-primary.small {
    border: 8px solid #004987;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 86;
}

.circle-navigator-primary.filled {
    background-color: #666666;
}

.circle-navigator.small {
    border: 8px solid #ea5455;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 86;
}

.earnings-card .card-title {
    font-size: 19px;
}

.circle-navigator.filled {
    background-color: #666666;
}

.circle-navigator-blue.small {
    border: 8px solid #004987;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 86;
}

.circle-navigator-blue.filled {
    background-color: #666666;
}

.btn-danger-navigator {
    border-color: #ea5455 !important;
    background-color: #ea5455 !important;
    box-shadow: none;
    color: white;
}

    .btn-danger-navigator:hover {
        color: white;
        box-shadow: 0 8px 25px -8px #ea5455 !important;
    }

.btn-primary-navigator {
    border-color: #004987 !important;
    background-color: #004987 !important;
    box-shadow: none;
    color: white;
}

    .btn-primary-navigator:hover {
        color: white;
        box-shadow: 0 8px 25px -8px #004987 !important;
    }


.bg-dark-blue {
    background-color: var(--primary-color);
    box-shadow: 0 10px 15px rgb(0 0 0 / 30%);
    color: white;
    padding: 15px;
    border-radius: 10px;
}

.bg-burgundy {
    box-shadow: 0 10px 15px rgb(0 0 0 / 30%);
    background-color: var(--burgundy-color);
    color: white;
    padding: 15px;
    border-radius: 10px;
}

.field-highlight {
    background-color: rgb(54, 189, 120);
    padding: 10px;
    border-radius: 10px;
    align-items: baseline;
    padding-right: 0;
    margin-right: 0;
    color: #004987;
}

input[type="button"]:disabled, button:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.back-to-top-modal {
    position: fixed;
    bottom: 71px;
    right: 26px;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--primary-color)
}

.modal-header-updated .close {
    color: var(--white-color) !important;
}

.k-primary {
    color: var(--white-color);
    border-color: var(--primary-color) !important;
    background-color: var(--primary-color) !important;
}

.k-grid-add {
    color: var(--white-color) !important;
    border-color: forestgreen !important;
    background-color: forestgreen !important;
}

.modal-header-updated {
    background-color: #3a3535;
    color: white;
}

.fixed-header {
    position: fixed;
    top: 121px;
    left: 60px;
    width: 100%;
    z-index: 99;
}

.fixed-header-popup {
    position: fixed;
    top: 69px;
    left: 17px;
    width: 100%;
    z-index: 99;
}

.fixed-header-popup1 {
    position: fixed;
    top: 61px;
    left: 17px;
    width: 100%;
    z-index: 99;
}

#divWorkFlowFilter .ms-options, #divTpaFilter .ms-options, #diveAlertFilter .ms-options, #divuserTypeFilter .ms-options {
    min-height: 109px !important;
    max-height: 280px !important;
}

#ms-list-12 .ms-options {
    min-height: 215px !important;
    max-height: 280px !important;
}

.purpleButton {
    border-radius: 5px;
}

.k-grid-header {
    padding-right: 0px !important;
}

.ui-state-default {
    border: none !important;
    color: white !important;
}

.k-textbox {
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
}

.states-checkbox {
    display: flex;
    flex-wrap: wrap;
}
/*Bilal Style*/
.btn-green {
    background-color: #006a4e !important;
    border-color: #006a4e !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 12px rgb(102 103 107 / 15%);
    margin-right: -2px;
}
.roundingDatepicker .k-i-warning {
    display: none !important;
}

.button-icons {
    float: right;
    display: flex;
    align-items: center;
}

.margin-right-normal {
    margin-right: 0.7rem !important;
}

.textarea-margin {
    margin-top: -20px;
}

.ui-sortable-handle a {
    color: white !important;
}

.modal-footer a {
    color: var(--white-color) !important;
}

.card-wrap .align-items-baseline {
    padding: 13px 0px 6px 12px;
    margin-bottom: 15px;
    background: linear-gradient( 90deg, rgba(0,73,135,1) 0%, rgba(65,137,194,1) 35%, rgba(248,249,250,1) 100%);
    color: white;
    border-radius: 4px;
}

.createOnboarded .modal-body,
#hospitalprotocolmodal .modal-body,
#graphmodalTelepsych .modal-body,
#hospitalprotocolmodaltelepsych .modal-body {
    height: 50vh;
    overflow: auto;
}

/*#graphmodal .modal-body {*/
/* margin-top: 3rem; */
/*margin: auto;
    margin-top: 6rem;
    height: 59%;
}*/

.facility-text-area {
    height: auto !important;
    text-align: justify !important;
    word-break: keep-all;
    max-height: 500px;
    overflow-y: auto;
    margin-bottom: 15px;
}

.facility-image-area {
    width: 110px;
    height: auto !important;
    max-height: 500px;
    overflow-y: auto
}

/*.file-icon {
    background-image: url('my-icons/document.svg');
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
}*/

.previewParent img:after {
    content: url('/Content/my-icons/document1.svg');
    /*content: "\f1c5" " " attr(alt);*/
    font-size: 16px;
    font-family: FontAwesome;
    color: rgb(100, 100, 100);
    display: block;
    position: absolute;
    z-index: 2;
    top: -4px;
    left: 5px;
    width: 110%;
    background-color: #fff;
    padding: 10px;
}



.previewParentPDF img:after {
    content: url('/Content/my-icons/pdf.svg');
    /*content: "\f1c5" " " attr(alt);*/
    font-size: 16px;
    font-family: FontAwesome;
    color: rgb(100, 100, 100);
    display: block;
    position: absolute;
    z-index: 2;
    top: -4px;
    left: 5px;
    width: 110%;
    background-color: #fff;
    padding: 10px;
}

.previewParentEXCEL img:after {
    content: url('/Content/my-icons/excel.svg');
    /*content: "\f1c5" " " attr(alt);*/
    font-size: 16px;
    font-family: FontAwesome;
    color: rgb(100, 100, 100);
    display: block;
    position: absolute;
    z-index: 2;
    top: -4px;
    left: 5px;
    width: 110%;
    background-color: #fff;
    padding: 10px;
}

.previewParentPPT img:after {
    content: url('/Content/my-icons/powerpoint.svg');
    /*content: "\f1c5" " " attr(alt);*/
    font-size: 16px;
    font-family: FontAwesome;
    color: rgb(100, 100, 100);
    display: block;
    position: absolute;
    z-index: 2;
    top: -4px;
    left: 5px;
    width: 110%;
    background-color: #fff;
    padding: 10px;
}

.previewParentWORD img:after {
    content: url('/Content/my-icons/word.svg');
    /*content: "\f1c5" " " attr(alt);*/
    font-size: 16px;
    font-family: FontAwesome;
    color: rgb(100, 100, 100);
    display: block;
    position: absolute;
    z-index: 2;
    top: -4px;
    left: 5px;
    width: 110%;
    background-color: #fff;
    padding: 10px;
}

.preview {
    border-radius: 3px;
    width: 455px;
    height: 117px;
    overflow-y: scroll;
    overflow: auto;
    border-color: black;
    border: solid 1px #ccc;
}

.previewTelepsych {
    border-radius: 3px;
    width: 455px;
    height: 117px;
    overflow-y: scroll;
    overflow: auto;
    border-color: black;
    /*border: solid 1px #ccc;*/
}

.edit-onbaorded-preview, .edit_preview_protocolTelepsych {
    width: 470px;
    height: 117px;
    border-radius: 5px;
    overflow-y: scroll;
    resize: none;
    overflow: auto;
    border: solid 1px #ccc;
}

#divimages2_edit_protocol_telepsych img {
    margin: 5px 0 5px 5px;
    border: solid 1px #ccc;
    border-radius: 4px;
    height: 105px;
    width: 107px;
}

.edit-onboarded-preview_telepsych {
    width: 470px;
    height: 117px;
    border-radius: 5px;
    overflow-y: scroll;
    resize: none;
    overflow: auto;
    border: solid 1px #ccc;
}

#divimages_edit_onboarded, #divimages_edit_teluni, #divimages_edit_onboarded_telepsych, #divimages_edit_protocol_telepsych {
    background-image: url('/Content/images/red-recycle-bin.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
}

.preview-modals .modal-body {
    overflow: scroll;
}

.box-item {
    margin: 5px 0 5px 5px;
    border: solid 1px #ccc;
    border-radius: 4px;
    height: 105px;
    width: 107px;
    vertical-align: unset;
}

#ParameterName_ImageTelepsych, #ParameterName_Image, #Onboarded_ParameterName_Image_Edit_telepsych {
    border: none;
}

.ribbon-title--b {
    /* Calc */
    /* Props */
    background-color: #3498b3;
    color: #fff;
    display: block;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
    font-size: 25px;
    line-height: 1.02;
    margin: 20px auto;
    max-width: 70%;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 785px;
    transition: all 300ms;
    text-transform: uppercase;
}

    .ribbon-title--b::before, .ribbon-title--b::after {
        content: "";
        position: absolute;
        top: 0;
        border: 22.5px solid #3498b3;
        z-index: -1;
    }

    .ribbon-title--b::before {
        left: -30px;
        border-left: 30px solid transparent;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .ribbon-title--b::after {
        right: -30px;
        border-right: 30px solid transparent;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.w-45 {
    width: 45%;
}

.hedding-h2 {
    color: #343434;
    font-size: 22px;
    line-height: 40px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Orienta', sans-serif;
    letter-spacing: 1px;
    font-style: italic;
    margin-bottom: 0;
}

.navigator-icons {
    width: 6%;
    margin-right: 15px;
}

.facility-navigator-dashbord {
    /*background-color: #e6f2ff;
    background-image: url('../../Content/images/upper-side-01.svg');
    background-size: 37%;
    background-repeat: no-repeat;*/
    background: #989CA5;
}

@media only screen and (max-width: 1024px) {
    .k-scheduler-toolbar > ul.k-scheduler-views {
        position: absolute;
        right: 70px !important;
        top: 40px !important;
        z-index: 1 !important;
    }
}

/* -------------------------------------------------------------- */
/*  Terms and Privacy
----------------------------------------------------------------- */

.Terms-data {
    margin-top: 50px;
    font-family: monospace;
}

    .Terms-data h1 {
        font-size: 35px;
        line-height: 1.22;
        margin: 0;
        margin-bottom: 20px;
        color: var(--primary-color);
    }

    .Terms-data h2 {
        font-size: 30px;
        margin: 0;
        margin-bottom: 20px;
        line-height: 1.27;
        color: var(--primary-color);
    }

    .Terms-data p {
        font-size: 18px;
        margin: 0;
        margin-bottom: 40px;
    }

    .Terms-data h4 {
        color: var(--primary-color);
        margin: 0;
        margin-bottom: 40px;
    }

    .Terms-data li {
        position: relative;
        padding-left: 15px;
        margin-top: 10px;
        font-size: 18px;
        font-family: monospace;
    }

/* -------------------------------------------------------------- */
/*  Report page sidebar
----------------------------------------------------------------- */
.dashboard-container a {
    text-decoration: none;
}
/* Dashboard Basis */
.dashboard-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.dashboard-sidebar .dashboard-sidebar-inner::-webkit-scrollbar {
    display: none;
}

.dashboard-sidebar {
    flex: 0 0 280px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 100;
    margin-top: 21px;
    border-radius: 10px;
    height: auto !important;
}

    .dashboard-sidebar .dashboard-sidebar-inner {
        overflow: auto;
        height: 100%;
    }

.dashboard-content-container {
    flex: 1;
    background-color: #fafafa;
    padding: 20px;
    overflow: auto;
    position: relative;
}

.dashboard-content-inner {
    padding: 50px;
    padding-bottom: 0;
    position: relative;
}


/* ---------------------------------- */
/* Dashboard Navigation
------------------------------------- */
.dashboard-nav {
    display: block;
    z-index: 11;
    padding-bottom: 30px;
}

a.dashboard-responsive-nav-trigger {
    display: none;
}

.dashboard-nav ul {
    list-style: none;
    padding: 0;
    margin: 25px 0 0 0;
}

    .dashboard-nav ul:first-child {
        margin: 30px 0 0 0;
    }

    .dashboard-nav ul:before {
        content: attr(data-submenu-title);
        padding: 0 35px;
        margin-bottom: 5px;
        display: block;
        color: #66676b;
        font-weight: 600;
        font-size: 14px;
    }

    /* 1st Level */
    .dashboard-nav ul li {
        display: block;
        border-left: 3px solid transparent;
        transition: 0.3s;
        line-height: 25px;
        font-size: 15px;
    }

        .dashboard-nav ul li a {
            color: #707070;
            display: block;
            padding: 11px 32px;
            transition: 0.3s;
            cursor: pointer;
            position: relative;
        }

            .dashboard-nav ul li a img {
                width: 25px;
                margin-right: 8px;
            }


        /* Hover State */
        .dashboard-nav ul li ul li:hover a {
            padding-left: 4px;
        }


        .dashboard-nav ul li.active-submenu a i,
        .dashboard-nav ul li.active a i,
        .dashboard-nav ul li:hover a i {
            color: #66676b;
        }

        .dashboard-nav ul li.active-submenu,
        .dashboard-nav ul li.active,
        .dashboard-nav ul li:hover {
            border-color: #66676b;
            background-color: rgba(102,103,107,0.04);
        }

            .dashboard-nav ul li.active-submenu a,
            .dashboard-nav ul li:hover a,
            .dashboard-nav ul li.active a {
                color: #66676b;
            }


        /* Nav Tag */
        .dashboard-nav ul li span.nav-tag {
            display: inline-block;
            font-weight: 700;
            height: 19px;
            width: 19px;
            line-height: 19px;
            text-align: center;
            color: #fff;
            font-size: 11px;
            background-color: #66676b;
            border-radius: 50%;
            position: relative;
            margin: 0 0 0 4px;
            top: -2px;
        }

        /* Dropdown Styles */
        .dashboard-nav ul li ul {
            padding: 0;
            margin: 0;
            visibility: hidden;
            max-height: 0;
            opacity: 0;
            line-height: 0;
            transition: 0.3s;
            pointer-events: none;
        }

        .dashboard-nav ul li.active-submenu ul {
            visibility: visible;
            padding: 0 0 18px 0;
            line-height: 24px;
            opacity: 1;
            max-height: 790px;
            pointer-events: all;
        }

        .dashboard-nav ul li ul li {
            background-color: transparent;
            border: none;
            padding-left: 63px;
            position: relative;
            margin: 0;
        }

            .dashboard-nav ul li ul li a {
                padding: 5px 0;
            }

            .dashboard-nav ul li ul li:hover {
                border: none;
                background-color: transparent;
            }

        /* Indicator Arrow */
        .dashboard-nav ul li a:after {
            font-family: "Material-Icons";
            content: '\e914';
            opacity: 1;
            font-size: 16px;
            transition: 0.3s;
            opacity: 1;
            line-height: 17px;
            width: 17px;
            height: 17px;
            background-color: #f0f0f0;
            color: #a8a8a8;
            display: inline-block;
            border-radius: 3px;
            margin-left: 7px;
            text-indent: 0;
            top: 1px;
            position: absolute;
            right: 35px;
            top: 15px;
        }

        .dashboard-nav ul li.active-submenu a:after,
        .dashboard-nav ul li.active a:after,
        .dashboard-nav ul li:hover a:after {
            color: #66676b;
            background: rgba(102,103,107,0.13);
            opacity: 0.8;
        }

        .dashboard-nav ul li ul:before,
        .dashboard-nav ul li a:only-child:after {
            content: '';
            display: none;
        }


.overlay .btn-close {
    position: fixed;
    top: 140px;
    right: 50px;
}

.btn-closeTelepsych {
    position: fixed;
    top: 140px;
    right: 50px;
}

.bp-pulse-blood {
    display: flex;
    align-items: center;
}

.active-idc10 {
    background-color: var(--primary-color) !important;
}

.diagnosis-code-background {
    background-color: var(--primary-color) !important;
}

.case-card {
    border: 2px solid var(--primary-color)!important;
    border-radius: 7px;
    padding: 0px 1rem;
    position: relative;
    cursor: default;
    margin-top: 25px;
    color: var(--primary-color);
    height: 86%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition: 0.3s;
    background-color: #f8f8f8;
    position: relative;
}
.stickyheaderrow .case-card {
   border: none!important;
    border-radius: 7px;
    padding: 0px 1rem;
    position: relative;
    cursor: default;
    margin-top:0px!important;
    color: var(--primary-color);
    height: 86%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition: 0.3s;
   background-color: none!important;
    position: relative;
}

.facility-card-detail {
    position: absolute !important;
    bottom: 12px;
    right: 9px;
}
.forcardtelepsychold .fortelepsychholdcard-detail {
    position: absolute !important;
    bottom: 3px !important;
    right: 7px !important;
    left:auto;
}

.rounding_infoTip .facility-card-detail_create {
    position: absolute !important;
    top: 5px !important;
    right: 15px !important;
    text-align: end !important;
}

.facility-card-detail_create {
    position: absolute !important;
    top: -95px !important;
    right: 32px !important;
    text-align: end !important;
}

.facility-card-detail-inner {
    padding: 0px 6px 5px 9px;
    background-color: rgb(0, 73, 135);
    border-radius: 7px;
    max-height: 200px;
    overflow: auto;
    min-height: auto;
    max-width: 365px;
    min-width: 190px;
}

    .facility-card-detail-inner.cartNotes {
        max-width: 365px !important;
        min-width: 365px !important;
    }

    .facility-card-detail-inner a {
        text-decoration: none;
        color: white !important;
    }

.dropdown-item1 {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border: 0;
}

.show-underline:hover {
    text-decoration: underline;
    background-color: none !important;
}

.case-card > * {
    position: relative;
    z-index: 1;
}

.stickyheaderrow .case-card-body {
    padding: 4px!important;
    overflow: auto;
    margin-bottom: 8px;
}
.case-card-body {
    padding:15px 4px;
    overflow: auto;
    margin-bottom: 8px;
}
.cardIndex .case-card-body {
    overflow: visible !important;
}
    .case-card-body::-webkit-scrollbar {
        display: none;
    }

/*.case-card:hover {
    -ms-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}*/

.facility-card-detail-dropdown .dropdown-menu {
    top: -58px !important;
    left: 44px !important;
}

.text-info-case {
    color: #6c757d;
}

.case-card:hover .text-info-case {
    color: black !important;
}
.case-card .text-info-case {
    color: black !important;
}


.case-card:hover::before {
    border-radius: 0;
    width: 100%;
}

  .stickyheaderrow .case-card p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        min-width: 150px;
        margin-bottom:3px;
    }
.stickyheaderrow .case-card #cartlink a {
    white-space: normal;
}
.case-card .case-card-icon {
    font-size: 2.5rem;
    margin-bottom: 0.3em;
}
.stickyheaderrow .case-card .case-card-icon {
    font-size: 2.5rem;
    margin-bottom: 0.3em;
    width: 3%!important;
    height: 100px!important;
    margin: auto;
}
.starDiv {
    position: relative;
    top: -15px;
    left: 5px;
    font-size: 14px;
    color: red;
    display: inline-block;
    height: 16px;
    width: 15px;
    cursor: pointer;
    text-align: center;
    z-index: 2;
}

  /*  .case-edit-card strong, .case-edit-card span, .case-edit-card label {
        font-size: 14px !important;
    }*/
.case-card-icon .wrap {
    background: #fff;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    border-radius: 50%!important;
    margin-top: 10px;
    position: absolute;
    margin-top: -1em;
    color: var(--primary-color);
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}
.stickyheaderrow .case-card-icon .wrap {
    background: #fff;
    width: 50px!important;
    height: 50px!important;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
    position: relative!important;
    margin-top: 0px!important;
    color: var(--primary-color);
    top: 0;
    left: 0;
    right: 0;
    /*  margin-left: auto;
    margin-right: auto;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

    .stickyheaderrow .case-card-icon .wrap i {
        font-size: 30px;
        margin-top: 0px!important;
    }
/*.case-card .case-card-icon .wrap i {
    margin-top: 0.3em;
}*/
    .case-button {
    display: flex;
    justify-content: space-around;
}

.case-btn {
    margin-right: 10px;
    background: var(--primary-color);
    width: 100px;
    margin: 5px;
    margin-left: -2px;
    border-radius: 3px;
    border: none;
    color: white;
    padding: 3px 5px 3px 5px;
    text-align: center;
    font-size: 14px;
}
.stickyheaderrow .case-btn {
    margin-right: 10px;
    background: var(--primary-color);
    width: 100px;
    margin: 8px 0px;
    margin-left: -2px;
    border-radius: 3px;
    border: none;
    color: white;
    padding: 5px 5px 5px 5px !important;
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stickyheaderrow .case-edit-card .case-btn {
    margin-right: 10px;
    background: var(--primary-color);
    width: 170px;
    margin: 5px 0px;
    margin-left: -2px;
    border-radius: 3px;
    border: none;
    color: white;
    padding: 5px 10px 5px 10px !important;
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .stickyheaderrow .case-edit-card .case-btn:hover {
        color: white;
        padding: 5px 10px 5px 10px !important;
        text-decoration: none;
    }
 .case-btn:hover {
    color: white;
    padding: 3px 5px 3px 5px;
    text-decoration: none;
}

    .case-btn a {
        font-size: 12px;
    }

.case-edit-card {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.case-btn-ctahold {
    margin-right: 10px;
    background: var(--primary-color);
    width: 100px;
    margin: 5px;
    margin-left: -2px;
    border-radius: 3px;
    border: none;
    color: white;
    padding: 3px 5px 3px 5px;
    text-align: center;
    font-size: 22px;
}

    .case-btn-ctahold:hover {
        color: white;
        padding: 3px 5px 3px 5px;
        text-decoration: none;
    }

    .case-btn-ctahold a {
        font-size: 12px;
    }

#divContentArea {
    display: block;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
    margin-top: 30px;
    position: relative;
    padding: 20px 30px;
    
}
#facilitycartlist .whiteColor {
    color: #000 !important;
    background-color: transparent !important;
    cursor:pointer;
}
#facilitycartlist .clickOnCartOfPatientList:hover {
    background: #004987 !important;
    color: white !important;
    border-radius:10px;
}
    #divMedICHNoTpa label {
        word-break: break-all;
    }

#ctabtn {
    margin: 0px 0px 15px 0px;
}

#nihScoreLabel, #tsNoTPALabel, .stATPALabel {
    background-color: var(--primary-color);
    color: var(--white-color);
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    font-size: 21px;
    font-weight: bold;
}

#fa_bell {
    cursor: pointer;
}

.bottom-nav-list {
    display: flex;
    align-items: center;
    flex-direction: row;
}

#ddlNIHSS {
    margin-bottom: 12px;
}

#SelectRole {
    width: 200px;
}

.firebase-image {
    height: 18px;
    width: 16px;
}

#lblFirebase {
    color: white;
    font-size: 19px;
    margin-left: 3px;
}

.close-button {
    float: right;
    margin-top: 8px;
    color: black;
    cursor: pointer;
}

.topnav2 {
    background-color: var(--table-heading-background) !important;
}

/*Modals Animation*/
.opacity-animate3 {
    animation: opt-animation3 1s;
    -moz-animation-fill-mode: forwards -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-moz-keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-o-keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


.ui-sortable-handle a {
    background-color: var(--table-heading-background) !important;
}

    .ui-sortable-handle a:hover {
        background-color: #99C4DF !important;
    }

    .ui-sortable-handle a.active {
        background-color: #99C4DF !important;
    }

.parent-wrap .MarkMenu {
    right: -5px !important;
    top: -48px !important;
}

.parent-wrap .text-uppercase {
    margin-left: 20px;
}

.btn-dark {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 12px rgb(102 103 107 / 15%);
    margin-right: -2px;
}

.dynamic-check-area {
    height: 285px;
    overflow: auto;
}

.ms-options-wrap > .ms-options > ul label {
    padding: 4px 4px 4px 4px !important;
}

#mainContentArea {
    padding-top: 15px;
    background: #fff;
}

.table th {
    background-color: var(--table-heading-background) !important;
    color: var(--white-color);
}

.k-grid td {
    line-height: 1.3em !important;
}

.ms-options input[type="checkbox"] {
    margin: -5px 11px 4px 0px !important;
}

input[type="checkbox"] {
    position: relative !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0px 10px -3px 0px;
    cursor: pointer;
    box-sizing: content-box;
    overflow: hidden;
}

    input[type="checkbox"]:before {
        content: '';
        display: block;
        box-sizing: content-box;
        width: 16px;
        height: 16px;
        border: 2px solid var(--primary-color);
        transition: 0.2s border-color ease;
    }

    input[type="checkbox"]:checked:before {
        border-color: var(--primary-color);
        transition: 0.5s border-color ease;
    }

#chk_cas_metric_wakeup_stroke:checked:before {
    border-color: var(--white-color) !important;
    transition: 0.5s border-color ease;
}

#chk_cas_is_audio_consult:checked:before {
    border-color: var(--white-color) !important;
    transition: 0.5s border-color ease;
}

.btn-is-audio-consult {
    background-color: #22af95 !important;
}

.icon-cog {
    color: #4189c2;
}

#cas_nihss_cannot_completed:checked:before {
    border-color: var(--white-color) !important;
    transition: 0.5s border-color ease;
}

#cas_nihss_cannot_completed:before {
    border-color: var(--white-color) !important;
}

#cas_nihss_default_score_zero:checked:before {
    border-color: var(--white-color) !important;
    transition: 0.5s border-color ease;
}

#cas_nihss_default_score_zero:before {
    border-color: var(--white-color) !important;
}

input[type="checkbox"]:disabled:before {
    border-color: #ccc;
    background-color: #ccc;
}

input[type="checkbox"]:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: content-box;
    top: 50%;
    left: 50%;
    transform-origin: 50% 50%;
    background-color: #12CBC4;
    width: 16px;
    height: 16px;
    border-radius: 100vh;
    transform: translate(-50%, -50%) scale(0);
}

input[type="checkbox"]:before {
    border-radius: 4px;
}

input[type="checkbox"]:after {
    width: 9.6px;
    height: 16px;
    border-radius: 0;
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
    background-color: transparent;
    box-shadow: 4px 4px 0px 0px var(--primary-color);
}

input[type="checkbox"]:checked:after {
    -webkit-animation: toggleOnCheckbox 0.2s ease forwards;
    animation: toggleOnCheckbox 0.2s ease forwards;
}

input[type="checkbox"].filled:before {
    border-radius: 4px;
    transition: 0.2s border-color ease, 0.2s background-color ease;
}

input[type="checkbox"].filled:checked:not(:disabled):before {
    background-color: #12CBC4;
}

input[type="checkbox"].filled:not(:disabled):after {
    box-shadow: 4px 4px 0px 0px var(--white-color);
}

@-webkit-keyframes toggleOnCheckbox {
    0% {
        opacity: 0;
        transform: translate(-50%, -85%) scale(0) rotate(45deg);
    }

    70% {
        opacity: 1;
        transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
    }

    100% {
        transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
    }
}

@keyframes toggleOnCheckbox {
    0% {
        opacity: 0;
        transform: translate(-50%, -85%) scale(0) rotate(45deg);
    }

    70% {
        opacity: 1;
        transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
    }

    100% {
        transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
    }
}

@-webkit-keyframes toggleOnRadio {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }

    70% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.9);
    }

    100% {
        transform: translate(-50%, -50%) scale(0.8);
    }
}

@keyframes toggleOnRadio {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }

    70% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.9);
    }

    100% {
        transform: translate(-50%, -50%) scale(0.8);
    }
}



input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 4px;
    cursor: pointer;
    outline: 0;
    overflow: hidden;
    border: 2px solid var(--primary-color);
    position: relative !important;
    margin-right: 4px !important;
    padding: 9px;
}

    input[type="radio"]:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        border-radius: 50%;
        transition: all .1s;
        border: 5px solid var(--primary-color);
        transform: translate3d(50%, 50%, 0);
    }

.bg-dark-blue input[type="radio"] {
    border: 2px solid var(--white-color) !important;
}

    .bg-dark-blue input[type="radio"]:after {
        border: 5px solid var(--white-color) !important;
    }

input .form-check-input:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transition: all .1s;
    border: 5px solid var(--primary-color);
    transform: translate3d(50%, 50%, 0);
}

input[type="radio"]:checked:after {
    transform: translate3d(-50%, -50%, 0);
}

#divSAH input[type="radio"] {
    display: inline-table !important;
}


.recommendations-template-menu {
    background-color: #4384c1;
    padding: 10px;
    border-radius: 5px;
    color: var(--white-color);
    box-shadow: 0px 4px 8px -3px grey;
}

.btn-light {
    background-color: var(--primary-color);
    border: none;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    border-radius: 40px !important;
    float: right;
    text-align: center !important;
    font-weight: 500;
    min-width: 110px;
    font-size: 14px;
    padding: 5px 12px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
}

.case-info {
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    color: black !important;
}

.btn-light:hover {
    background-color: #0e65af;
    color: #fff;
    box-shadow: none;
    background-position: right center;
}

.nav-pills .nav-link.active {
    background-color: var(--table-heading-background) !important;
    color: #fff !important;
    box-shadow: none;
    background-position: right center;
}

td {
    font-size: 13px;
}

th {
    font-size: 17px;
}

.ms-options {
    height: 280% !important;
    width: auto !important;
}

#telepsychrapidlinkmodal .k-grid-content {
    max-height: 500px;
}

.dropIcon {
    position: absolute;
    right: 2.5%;
    top: 3%;
}

.dropIconS_icon {
    position: absolute;
    right: 3%;
    top: -19%;
}

#FacilitiesStatusId + div .ms-options {
    white-space: nowrap;
    width: 0px !important;
    overflow: auto;
    text-overflow: ellipsis !important;
}

.dash-widget-icon {
    border-radius: 100%;
    display: inline-block;
    float: left;
    font-size: 30px;
    height: 59px;
    line-height: 60px;
    margin-right: 10px;
    text-align: center;
    width: 60px;
}

.dash-widget-info {
    text-align: right;
}

.info-count {
    font-size: 26px;
    margin-bottom: 2px;
}


.info-text {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: bold;
}

.dash-widget-info > h3 {
    font-size: 30px;
    font-weight: 600;
}

.dash-widget-info > span {
    font-size: 16px;
}

.dash-widget {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #fff;
    box-shadow: 0 2px 6px rgb(0 0 0 / 8%);
    border-radius: 4px;
    padding: 5px 10px 5px 10px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1 1 calc(25% - 30px);
    height: auto;
    cursor: default;
    transition: 0.3s;
}

.performance-cards-top {
    background-color: #fafafa;
    padding: 24px 0px 24px 0px;
    border-radius: 5px;
}

.dash-widget:hover {
    -ms-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}

.nav-tabs-fills {
    border-bottom: 2px solid #DDD !important;
}

    .nav-tabs-fills > .nav-item > a {
        color: var(--white-color) !important;
    }

    .nav-tabs-fills > .nav-item {
        margin-right: 5px;
    }

#caseListTabs .nav-link.active {
    color: var(--primary-color) !important;
}

#settingtablist .nav-link.active {
    color: var(--primary-color) !important;
}

#facilityrate .nav-link.active {
    color: var(--primary-color) !important;
}

#physician-rates .nav-link.active {
    color: var(--primary-color) !important;
}

#menuTabs .nav-link.active {
    color: var(--primary-color) !important;
}

.nav-tabs-fill > li.active > a,
.nav-tabs-fill > li.active > a:focus,
.nav-tabs-fill > li.active > a:hover {
    border-width: 0;
}

.nav-tabs-fill > li > a {
    border: none;
    color: var(--white-color) !important;
    background-color: var(--primary-color);
}

    .nav-tabs-fill > li.active > a,
    .nav-tabs-fill > li > a:hover {
        color: var(--primary-color) !important;
        background: #f3f1f1;
    }

        .nav-tabs-fill > li.active > a::after,
        .nav-tabs-fill > li:hover > a::after {
            transform: scale(1);
        }

.nav-tabs-link {
    padding: 0.7em 1em !important;
}


.tab-pane {
    padding: 15px 0;
}

.nav-tabs-fill > li {
    text-align: center;
    margin-right: 3px;
    color: var(--white-color) !important;
    border-bottom: 1px solid #3690C1;
}

#myTab .nav-link.active {
    color: var(--primary-color) !important;
}

#edituser .nav-link.active {
    color: var(--black-color) !important;
}

#settingtablist .font-size {
    font-size: 14px !important;
}

.font-size {
    font-size: 15px !important;
}

.report-sidebar {
    height: auto;
    max-height: 680px;
    overflow: auto;
}

#panelBarMenu .k-header {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    padding: 8px 0px 6px 5px;
}

.medical-director-review-completed {
    margin: 0px 0px 9px 16px !important;
}

button, select {
    cursor: pointer;
}

    button:focus {
        outline: none;
    }

@media all and (max-width:950px) {
    .report-sidebar {
        height: auto;
        max-height: 650px;
        overflow: auto;
    }


    #settingtablist .font-size {
        font-size: 10px !important;
    }

    #myTab .font-size {
        font-size: 10px !important;
    }
}

@media all and (max-width:724px) {

    .nav-tabs-fill > li > a {
        display: none;
    }

    #settingtablist .font-size {
        font-size: 8px !important;
    }

    .nav-tabs-fill > li > a {
        padding: 5px 5px;
    }


    .font-size {
        font-size: 8px !important;
        font-weight: 500;
    }

    .modal-xl {
        width: 375px !important;
        margin: 1.75rem auto;
    }

    #divContentArea {
        padding: 13px 9px;
        margin-top: 0px;
    }

    #mainContentArea {
        padding-top: 60px;
    }

    .dash-widget {
        margin-right: 0px;
        padding: 0px;
    }

    .info-count {
        font-size: 19px;
    }
}

#contactdatatable .k-i-clock {
    left: 0;
}

#MDreviewdatatable .k-i-clock {
    left: 0;
}

.row-disabled > td {
    background-color: #dcdada;
    color: #a1a1a1;
}

#MDreviewdatatable .k-widget {
    width: 100%;
}

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #5f32a3;
}

    .btn-toggle:focus,
    .btn-toggle.focus,
    .btn-toggle:focus.active,
    .btn-toggle.focus.active {
        outline: none;
    }

    .btn-toggle:before,
    .btn-toggle:after {
        line-height: 1.5rem;
        width: 4rem;
        text-align: center;
        font-weight: 600;
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: absolute;
        bottom: 0;
        transition: opacity 0.25s;
    }

    .btn-toggle:before {
        /*Content on the checkbox*/
        content: '35-40 Mins';
        left: -7rem;
    }

    .btn-toggle:after {
        /*Content on the checkbox*/
        content: '>45 Mins';
        right: -5rem;
        opacity: 0.5;
    }

    .btn-toggle > .handle {
        position: absolute;
        top: 0.1875rem;
        left: 0.1875rem;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 1.125rem;
        background: #fff;
        transition: left 0.25s;
    }

    .btn-toggle.active {
        transition: background-color 0.25s;
    }

        .btn-toggle.active > .handle {
            left: 1.6875rem;
            transition: left 0.25s;
        }

        .btn-toggle.active:before {
            opacity: 0.5;
        }

        .btn-toggle.active:after {
            opacity: 1;
        }

    .btn-toggle:before,
    .btn-toggle:after {
        color: #6b7381;
    }

    .btn-toggle.active {
        background-color: #069682;
    }

.k-i-clock {
    left: 10px;
}

.k-i-filter {
    display: none !important;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    margin-top: -20px;
    color: var(--white-color);
    background-color: var(--primary-color);
    padding: 5px 11px 5px 11px;
    border-radius: 50%;
    transform: rotate( 0deg );
    transition: .3s all;
}

.accordion .card-header {
    cursor: pointer;
}

.accordion .btn-link {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    white-space: inherit;
}

.text-danger {
    color: var(--burgundy-color) !important;
}

.carousel-button {
    margin-bottom: -27px;
    padding: 0px 0px 14px 0px;
    var(--white-color)-space: inherit;
    text-align: inherit;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
    color: var(--white-color);
    background-color: var(--primary-color);
    padding: 5px 11px 5px 11px;
    border-radius: 50%;
    transform: rotate( -180deg );
}

.modal-xl {
    max-width: 1200px !important;
    margin: 1.75rem auto;
}
/* ---------------------------------- */
/* Tables
------------------------------------- */
.k-grid {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none !important;
    margin-bottom: 15px;
}

    .k-grid th {
        background-color: var(--table-heading-background) !important;
        text-align: left;
        color: #fff !important;
        vertical-align: top;
        font-weight: 500;
    }

        .k-grid th a {
            color: #fff !important;
            background-color: none !important;
        }

        .k-grid th .font-weight-bold:first-child {
            text-align: center !important;
            display: block !important;
        }

        .k-grid th:first-child {
            border-bottom: 1px solid #ffffff !important;
        }

        .k-grid th:last-child {
            border-radius: 0 4px 4px 0;
        }


    .k-grid th,
    .k-grid td {
        padding: 17px 10px !important;
        border: none !important;
    }

    .k-grid td {
        border: none !important;
        padding: 17px 10px !important;
    }

    .k-grid td {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

        .k-grid td:hover {
            -ms-transform: scale(1.02);
            -moz-transform: scale(1.02);
            -webkit-transform: scale(1.02);
            -o-transform: scale(1.02);
            transform: scale(1.02);
        }

.k-grid {
    margin-bottom: 0;
}


/*End Bilal Style*/
.filled span{
    color: black !important;
}
.P2card::after {
    position: absolute;
    content: attr(data-label);
    top: 11px;
    right: -14px;
    padding: 0.5rem;
    width: 12rem;
    background: #084987;
    color: white;
    text-align: center;
    box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
    border-radius: 10px 0px 0px 10px;
}

.timer-container {
    display: grid;
    display: -ms-grid;
    display: -moz-grid;
    grid-template-columns: 90% auto;
    -ms-grid-columns: 90% auto;
    -moz-columns: 90% auto;
}

.stork-score {
    background-color: var(--primary-color);
    color: var(--white-color);
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    font-size: 21px;
    font-weight: bold;
    margin-top: 15px;
}

#btnadvanceimagingtemplate {
    margin-top: -10px;
}

#cas_nihss_cannot_completed {
    margin-bottom: 10px;
    display: inline-table;
}

#cas_nihss_default_score_zero {
    margin-bottom: 10px;
    display: inline-table;
}

.est-container {
    position: relative;
    -ms-grid-column: 2;
}

    .est-container > span {
        position: absolute;
        bottom: 0;
        margin-bottom: 3px;
        margin-left: 2px;
    }

.w-101 {
    width: 101% !important;
}

.w-90 {
    width: 90% !important;
}

.rapids-inbox {
    padding-right: 5px;
}

#rapids .k-timepicker .k-icon.k-i-clock {
    left: auto;
}

#rapids .fa-eye,
#rapids .fa-eye-slash {
    padding: 0;
    color: black;
}

#telepsychRapids .fa-eye,
#telepsychRapids .fa-eye-slash {
    padding: 0;
    color: black;
}

#rapids .a-fa-overlap {
    position: relative;
    top: -34px;
    right: 5px;
}

#telepsychRapids .a-fa-overlap {
    position: relative;
    top: -34px;
    right: 5px;
}

.rapids-unread, .telepsychRapids-unread {
    font-weight: bold;
}

#thrombectomyChecks .form-check-inline {
    align-items: center !important;
    display: table-cell;
    padding-top: 10px;
}

.form-check {
    padding-left: 0px;
    display: flex;
    align-items: center;
}

.form-check-label {
    flex: 1;
}

.BLAST {
    font: 800 1em/1.8 "Oswald", sans-serif;
    letter-spacing: 0;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
    /* Clip Background Image */
    background: url(https://i.ibb.co/RDTnNrT/animated-text-fill.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    /* Animate Background Image */
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 30s linear infinite;
    /* Activate hardware acceleration for smoother animations */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
.STATBLAST {
    font: 800 1em/1.8 "Oswald", sans-serif;
    letter-spacing: 0;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
    /* Clip Background Image */
    background: url(https://i.ibb.co/RDTnNrT/animated-text-fill.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    /* Animate Background Image */
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 30s linear infinite;
    /* Activate hardware acceleration for smoother animations */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
/* Animate Background Image */
@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.form-check-inline {
    align-items: center !important;
}

#listView {
    border-width: 0;
    height: 400px;
    overflow: auto;
}

.note-btn-cancel, .note-btn-edit {
    margin-right: 35px !important;
}

.note-area {
    min-height: 100px;
}

.note-mode-edit {
    background-color: rgba(103, 133, 158, 0.17);
}

.note-separator {
    border-bottom: 1px solid rgba(204, 201, 201, 0.85);
    margin-bottom: 3px;
}

#form2 > form > .validation-summary-errors {
    margin-left: -14px;
}

    #form2 > form > .validation-summary-errors > ul {
        display: inline;
        list-style-type: none;
    }

/* Axim Works Starts 06-03-2020 */
.player {
    position: relative;
    top: 10px;
    width: 230px;
    overflow: hidden;
    direction: ltl;
    border-top-right-radius: 0.5em 0.5em;
    border-bottom-right-radius: 1em 0.7em;
}

.audiostyle {
    width: 318px;
}
/* Axim Works End 06-03-2020 */
/*.k-grid-content {
    max-height: 500px;
}*/

#basic #grid tr textarea:disabled, #basic #grid tr textarea:disabled:hover {
    background-color: #ebebeb;
}

.pactemplate-padding {
    padding: 0px;
}

#case_edit_header_col5 .btn {
    font-size: 11px;
    min-width: 93px;
}

.edMainHeaderLink {
    font-size: 15px !important;
}

.headerDiv {
    background: #D2D0CF; /*#1abc9c;*/
    color: black;
}

.margin-temp {
    margin-top: 5px;
}

.reduce-margin-left {
    margin-left: -10px;
}

.add-margin-left {
    margin-left: 6px;
    padding-left: 0px;
}

.hideimagediv {
    display: none;
}

/*Added by Ahmad*/
/*
.five-9-phoneBar, #Credentials-Expiring-container, #Credentials-Expiring-container table {
    width: 100%;
}

    #Credentials-Expiring-container .tb-container {
        border: 1px solid rgba(0, 0, 0, 0.125);
        padding: 4px;
    }

    #Credentials-Expiring-container .tb-wrapper {
        max-height: 280px;
        overflow-x: auto;
        max-width: 100%;
        overflow-y: auto;
    }

    #Credentials-Expiring-container .list-item {
        font-size: 12px;
        overflow: hidden;
        line-height: 1.6em;
        vertical-align: middle;
        text-overflow: ellipsis;
        border: 1px solid #ccc;
    }

        #Credentials-Expiring-container .list-item .case-start-time {
            min-width: 75px;
        }

@media (min-width: 991px) and (max-width: 1440px) {
    #Credentials-Expiring-container h5 {
        font-size: 16px !important;
    }

    .queue-listing {
        width: 100% !important;
    }
}

@media only screen and (max-width: 991px) {
    .five-9-phoneBar, #Credentials-Expiring-container .card {
        max-height: 288px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        overflow-y: auto;
    }

    #Credentials-Expiring-container h5 {
        padding: 10px !important;
    }

    #Credentials-Expiring-container .list-item {
        font-size: 14px !important;
        margin: 0px 0px 0.5rem 0px;
    }

    .queue-listing {
        width: 100% !important;
    }
}
*/

.five-9-phoneBar, #cases-pending-review-container, #cases-pending-review-container table {
    width: 100%;
}

    #cases-pending-review-container .tb-container {
        border: 1px solid rgba(0, 0, 0, 0.125);
        padding: 4px;
    }

    #cases-pending-review-container .tb-wrapper {
        max-height: 280px;
        overflow-x: auto;
        max-width: 100%;
        overflow-y: auto;
    }

    #cases-pending-review-container .list-item {
        font-size: 12px;
        overflow: hidden;
        line-height: 1.6em;
        vertical-align: middle;
        text-overflow: ellipsis;
        border: 1px solid #ccc;
    }

        #cases-pending-review-container .list-item .case-start-time {
            min-width: 75px;
        }
/*#cases-pending-review-container table {
    background-color: #f5f5f5;
}*/

@media (min-width: 991px) and (max-width: 1440px) {
    #cases-pending-review-container h5 {
        font-size: 16px !important;
    }

    .queue-listing {
        width: 100% !important;
    }
}

@media only screen and (max-width: 991px) {
    .five-9-phoneBar, #cases-pending-review-container .card {
        max-height: 288px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        overflow-y: auto;
    }

    #cases-pending-review-container h5 {
        padding: 10px !important;
    }

    #cases-pending-review-container .list-item {
        font-size: 14px !important;
        margin: 0px 0px 0.5rem 0px;
    }

    .queue-listing {
        width: 100% !important;
    }
}

.five-9-phoneBar, #cases-complete-review-container, #cases-complete-review-container table {
    width: 100%;
}

    #cases-complete-review-container .tb-container {
        border: 1px solid rgba(0, 0, 0, 0.125);
        padding: 4px;
    }

    #cases-complete-review-container .tb-wrapper {
        max-height: 280px;
        overflow-x: auto;
        max-width: 100%;
        overflow-y: auto;
    }

    #cases-complete-review-container .list-item {
        font-size: 12px;
        overflow: hidden;
        line-height: 1.6em;
        vertical-align: middle;
        text-overflow: ellipsis;
        border: 1px solid #ccc;
    }

        #cases-complete-review-container .list-item .case-start-time {
            min-width: 75px;
        }

@media (min-width: 991px) and (max-width: 1440px) {
    #cases-complete-review-container h5 {
        font-size: 16px !important;
    }

    .queue-listing {
        width: 100% !important;
    }
}

@media only screen and (max-width: 991px) {
    .five-9-phoneBar, #cases-complete-review-container .card {
        max-height: 288px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        overflow-y: auto;
    }

    #cases-complete-review-container h5 {
        padding: 10px !important;
    }

    #cases-complete-review-container .list-item {
        font-size: 14px !important;
        margin: 0px 0px 0.5rem 0px;
    }

    .queue-listing {
        width: 100% !important;
    }
}

@media only screen and (max-width: 320px) {
    .five-9-phoneBar, #cases-complete-review-container .card {
        max-height: 473px !important;
    }
}

@media only screen and (max-width: 411px) {
    .five-9-phoneBar, #cases-complete-review-container .card {
        max-height: 420px !important;
    }
}

@media only screen and (max-width: 768px) {
    .five-9-phoneBar, #cases-complete-review-container .card {
        padding-top: 73px;
        max-height: 547px !important;
    }
}


/*End added by ahmad*/

/***********************************************************************************
*****************************Dispatch Listing Grid *************************************
************************************************************************************/
/* Donot change it without testing, It will effect the appearence of grid*/
@media only screen and (max-width: 2560px) {
    #dispatchWaitingToAcceptGrid, #dispatchAcceptedGrid, tbodyForPhysician {
        font-size: 11px;
    }
}


/***********************************************************************************
*****************************Telepsych Dispatch Listing Grid *************************************
************************************************************************************/
/* Donot change it without testing, It will effect the appearence of grid*/
@media only screen and (max-width: 2560px) {
    #telepsychdispatchWaitingToAcceptGrid, #telepsychdispatchAcceptedGrid, telepsychtbodyForPhysician {
        font-size: 11px;
    }
}

.cases-form-wrapper .form-check-inline {
    margin-bottom: 0.5rem;
}

.cases-form-wrapper .form-check-inline {
    margin-bottom: 0.5rem;
}
/***********************************************************************************
*****************************Telepsych Dispatch Listing Grid *************************************
************************************************************************************/
/* Donot change it without testing, It will effect the appearence of grid*/
@media only screen and (max-width: 2560px) {
    #telepsychdispatchWaitingToAcceptGrid, #telepsychdispatchAcceptedGrid, telepsychtbodyForPhysician {
        font-size: 11px;
    }
}

.cases-form-wrapper .form-check-inline {
    margin-bottom: 0.5rem;
}

    .cases-form-wrapper .form-check-inline label {
        margin-bottom: 0;
        margin-left: 2px;
        margin-right: 7px;
        margin-bottom: 4px;
    }

/*End added by ahmad*/

.timepicker.timepicker-custom .k-select {
    text-align: initial !important;
}

.nav-custom-menu {
    margin-top: -5px;
}




ul#navbar {
    list-style-type: none;
    padding: 0;
    background-color: transparent;
    border: none;
}

    ul#navbar .dropdown-menu {
        background-color: transparent;
        border: none;
    }

    ul#navbar .dropdown-toggle::after {
        margin-left: -20px;
        display: none;
    }

    ul#navbar li {
        display: block;
        width: 230px;
        background: #3A3A3C;
        border: 1px solid #4B4B4B;
        border-left: 4px solid #808000;
    }

        ul#navbar li a {
            display: block;
            color: #ffffff;
            font-size: 16px;
            padding: 10px 0 10px 20px;
            text-decoration: none;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

            ul#navbar li a:hover {
                padding-left: 30px;
                background: #008080;
            }

    ul#navbar > li > ul {
        top: -150px;
    }

    ul#navbar > li:nth-child(2):hover > ul {
        position: absolute;
        display: block;
        left: 242px;
        top: 71px;
    }

    ul#navbar > li:nth-child(2) > ul > li {
        margin-left: -50px;
        background: #D50000;
        border: 1px solid #4B4B4B;
        border-left: 2px solid #002B55;
    }

        ul#navbar > li:nth-child(2) > ul > li > a:hover {
            padding-left: 50px;
            background: #800055;
            border-left: 4px solid #808000;
        }


    ul#navbar > li:nth-child(3):hover > ul {
        position: absolute;
        display: block;
        left: 242px;
        top: 122px;
    }

        ul#navbar > li:nth-child(3):hover > ul > li {
            margin-left: -50px;
            background: #D50000;
            border: 1px solid #4B4B4B;
            border-left: 2px solid #002B55;
        }

            ul#navbar > li:nth-child(3):hover > ul > li > a:hover {
                padding-left: 45px;
                background: #00AAFF;
                border-left: 4px solid #808000;
            }

    ul#navbar > li:nth-child(3) > ul > li:first-child > a:hover {
        background: #00AAFF;
    }

    ul#navbar > li:nth-child(3) > ul > li:nth-child(2) > a:hover {
        background: #002AD5;
    }

    ul#navbar > li:nth-child(3) > ul > li:nth-child(3) > a:hover {
        background: #F74D22;
    }

    ul#navbar > li:nth-child(3) > ul > li:last-child > a:hover {
        background: #2222F7;
    }


    ul#navbar > li > ul > li:first-child:hover > ul {
        position: absolute;
        display: block;
        left: 182px;
        top: 0px;
    }

    ul#navbar > li > ul > li:first-child > ul > li {
        margin-left: -50px;
        background: #00AA80;
        border: 1px solid #4B4B4B;
        border-left: 2px solid #002B55;
    }

    ul#navbar > li > ul > li:nth-child(2):hover > ul {
        position: absolute;
        display: block;
        left: calc(100% + 51px);
        top: 0;
    }

    ul#navbar > li > ul > li:nth-child(2) > ul > li {
        margin-left: -50px;
        border-left: 4px solid #002B55;
    }

    ul#navbar > li > ul > li:nth-child(3):hover > ul {
        position: absolute;
        display: block;
        left: calc(100% + 50px);
        top: 15px;
        padding: 0;
    }

    ul#navbar > li > ul > li:nth-child(3) > ul > li {
        margin-left: -50px;
        border: 1px solid #4B4B4B;
        border-left: 2px solid #002B55;
    }

    ul#navbar > li > ul > li > ul > li > a:hover {
        padding-left: 30px;
        background: #17a2b8;
        border-left: 4px solid #52585e;
    }

    ul#navbar > li > ul > li > ul > li:last-child:hover > a:hover {
        padding-left: 30px;
    }

    ul#navbar > li > ul > li > ul > li:last-child:hover > ul {
        position: absolute;
        display: block;
        left: calc(100% + 51px);
        top: 0;
    }

    ul#navbar > li > ul > li > ul > li > ul {
        left: calc(100% + 51px);
    }


        ul#navbar > li > ul > li > ul > li > ul > li {
            margin-left: -50px;
            border: 1px solid #4B4B4B;
            border-left: 4px solid #002B55;
            width: 300px;
        }

    ul#navbar > li > ul > li > ul > li:last-child:hover > ul > li > a:hover {
        padding-left: 30px;
        background: #17a2b8;
        border-left: 4px solid #52585e;
    }

#arrow {
    font-size: 1em;
    animation: arrow 2s infinite ease;
    -webkit-animation: arrow 2s infinite ease;
    -moz-animation: arrow 2s infinite ease;
    -o-animation: arrow 2s infinite ease;
}

@keyframes arrow {
    0% {
        margin-left: 20px;
    }

    50% {
        margin-left: 10px;
    }

    100% {
        margin-left: 20px;
    }
}

@-webkit-keyframes arrow {
    0% {
        margin-left: 20px;
    }

    50% {
        margin-left: 10px;
    }

    100% {
        margin-left: 20px;
    }
}

@-moz-keyframes arrow {
    0% {
        margin-left: 20px;
    }

    50% {
        margin-left: 10px;
    }

    100% {
        margin-left: 20px;
    }
}

@-o-keyframes arrow {
    0% {
        margin-left: 20px;
    }

    50% {
        margin-left: 10px;
    }

    100% {
        margin-left: 20px;
    }
}

/*Ended By Mutti*/

div.sticky {
    position: fixed;
    text-align: end;
    font-size: 35px;
    color: var(--white-color);
    float: right;
    cursor: pointer;
    right: 2px;
    z-index: 9999;
    bottom: 30px;
    padding: 1px 10px;
    background-color: #60a4de;
    border-radius: 10px;
}
.helpDeskStickyChat {
    position: fixed;
    font-size: 35px;
    color: var(--white-color);
    cursor: pointer;
    left: 25px;
    z-index: 9999;
    bottom: 1%;
    padding: 1px 10px;
    background-color: #60a4de;
    border-radius: 12px;
    cursor: pointer;
}
.helpDeskChatbtnCover {
    height: 5%;
    width: 3%;
    position: fixed !important;
    left: 25px;
    z-index: 9999;
    bottom: 2%;
}
.helpDeskChatList {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eaecec;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    padding: 10px 2px 0px 10px;
    width: 230px;
    min-height: 65px;
    max-height: 220px;
    overflow: scroll;
    cursor: pointer;
}
.helpDeskChatList li {
    list-style: none;
    font-size: 16px;
    padding: 6px;
    color: #000;
    margin-bottom: 2px;
}
.helpDeskChatList li:hover {
    background: #ccc;
    border-radius: 4px;
}

.hd_type_msg {
    padding: 0 15px 0 0;
}
div.sticky .Stickybadge, .hd_Stickybadge {
    position: absolute;
    top: -24px;
    left: 1px;
    padding: 3px 10px;
    border-radius: 50%;
    background-color: red;
    color: var(--white-color);
    display: none;
    font-size: 17px;
}

div.stickyFirebase {
    position: fixed;
    bottom: 0;
    width: 1050px;
    border: thin;
    right: 24px;
    z-index: 1002;
}
div.stickyFirebase .Stickybadge, .hd_Stickybadge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 4px 10px;
    border-radius: 50%;
    background-color: red;
    color: var(--white-color);
    display: none;
}
.hd_Stickybadge {
    top: -21px !important;
    height: 30px;
    width: 30px;
    padding: 4px;
    text-align: -webkit-center;
    text-align: center;
    display:none;
}
    div.headerStickyFirebase {
        background-color: var(--primary-color);
        padding: 10px;
        font-size: 16px;
        color: var(--white-color);
        -webkit-border-top-right-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
    }

div.bodyStickyFirebase {
    background-color: var(--white-color);
    padding: 0px;
    left: 15px;
}

div.contentChat {
    margin-left: 15px;
    margin-right: 15px;
}


.btn-info.change-role-btn {
    margin-left: 10px;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    background-image: linear-gradient(to right, #62279F 0%, #3E91C5 51%, #84B8D9 100%);
    border: none;
    padding: 1px 20px;
}

    .btn-info.change-role-btn:focus, .btn-info.change-role-btn.focus {
        box-shadow: none;
    }

    .btn-info.change-role-btn:hover {
        background-position: right center;
    }


/*Switch CheckBox*/
.check-list-wrap {
    display: flex;
}

    .check-list-wrap .form-check-inline {
        display: flex;
        position: relative;
        align-items: baseline;
        margin-right: 35px;
    }

        .check-list-wrap .form-check-inline label {
            margin-left: 5px;
        }

            .check-list-wrap .form-check-inline label .SahIchGrey {
                position: absolute;
                color: darkgray;
                font-weight: 500;
                left: 20px;
                top: 23px;
                font-size: 14px;
            }


.StatIchGrey {
    position: relative;
    color: darkgray;
    font-weight: 500;
    left: -4px;
    top: 4px;
    font-size: 14px;
}
    .check-list-wrap.check-list-SAH .form-check-inline {
        margin-bottom: 8px;
    }

        .check-list-wrap.check-list-SAH .form-check-inline label .SahIchGrey {
            position: initial;
        }

.main-radio-list-wrap .form-check-inline {
    align-items: baseline;
}

    .main-radio-list-wrap .form-check-inline label {
        margin: 0 5px;
        color: #fff;
    }

.main-radio-list-wrap.jumbotron {
    padding: 0.6rem;
    background: linear-gradient( 180deg, rgba(37, 99, 157, 1) 0%, rgb(45 127 204) 42%, rgb(195 191 191) 100%);
}


.line-wrapper {
    display: flex;
}

.mesgs {
    background-color: #ffffff;
}

.type_msg {
    display: none;
}

.thumbnail_doc {
    padding: 0.25rem;
    background-color: #ebebeb;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
}

.received_withd_msg > a > img {
    padding: 0.25rem;
    background-color: #ebebeb;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
}


.chat-group-modal {
    background-color: rgba(0,0,0,0.5);
}

.check-privacy-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    justify-content: space-evenly;
}

    .check-privacy-wrap label {
        display: flex;
        cursor: pointer;
        font-weight: 500;
        position: relative;
        overflow: hidden;
        margin-bottom: 0.375em;
    }

        .check-privacy-wrap label input {
            position: absolute;
            left: -9999px;
        }

            .check-privacy-wrap label input:checked + span {
                background-color: #d6d6e5;
            }

                .check-privacy-wrap label input:checked + span:before {
                    box-shadow: inset 0 0 0 0.4375em #00005c;
                }

        .check-privacy-wrap label span {
            display: flex;
            align-items: center;
            padding: 0.375em 0.75em 0.375em 0.375em;
            border-radius: 99em;
            transition: 0.25s ease;
        }

            .check-privacy-wrap label span:hover {
                background-color: #d6d6e5;
            }

            .check-privacy-wrap label span:before {
                display: flex;
                flex-shrink: 0;
                content: "";
                background-color: #fff;
                width: 1.5em;
                height: 1.5em;
                border-radius: 50%;
                margin-right: 0.375em;
                transition: 0.25s ease;
                box-shadow: inset 0 0 0 0.125em #00005c;
            }

.user-list-wrapper .srch_bar input {
    color: #495057;
}

    .user-list-wrapper .srch_bar input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #495057;
    }

    .user-list-wrapper .srch_bar input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #495057;
        opacity: 1;
    }

    .user-list-wrapper .srch_bar input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #495057;
        opacity: 1;
    }

    .user-list-wrapper .srch_bar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #495057;
    }

    .user-list-wrapper .srch_bar input::-ms-input-placeholder { /* Microsoft Edge */
        color: #495057;
    }

    .user-list-wrapper .srch_bar input::placeholder { /* Most modern browsers support this now. */
        color: #495057;
    }

.user-list-wrapper ul, .Issue-list-wrapper ul {
    padding-left: 0;
    overflow-y: auto;
    max-height: 320px;
    padding: 0 12px;
    margin-top: 15px;
}

    .user-list-wrapper ul .users-block, .Issue-list-wrapper ul .users-block {
        display: flex;
        justify-content: space-between;
        padding: 8px 10px;
        margin-top: 0px;
        -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        background-color: #d6d6e56e;
    }

        .user-list-wrapper ul .users-block:hover {
            /*-webkit-transform: translate(0, -4px);
            -moz-transform: translate(0, -4px);
            -ms-transform: translate(0, -4px);
            -o-transform: translate(0, -4px);
            transform: translate(0, -4px);*/
            background: #fff;
        }

.modal-backdrop {
    display: none !important;
}

.modal-open .modal {
    background-color: rgba(0,0,0,0.5) !important;
}


.info-icon-link .user_img_info {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-left: 1em;
}

.users-block .text-decoration-none {
    display: flex;
    align-items: flex-end;
    text-decoration: none !important;
    color: #000000;
    cursor: auto;
}




    .users-block .text-decoration-none .chat_userList {
        height: 26px;
        width: 26px;
        object-fit: cover;
        border-radius: 50%;
        margin-right: 8px;
    }

    .users-block .text-decoration-none span {
        font-size: 14px;
    }


.group-users-wrap {
    display: none;
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: 9;
}

    .group-users-wrap .user-list-wrapper {
        padding: 10px 10px;
    }

        .group-users-wrap .user-list-wrapper #showGroupUsersClick {
            margin-bottom: 0;
            margin-top: 4px;
        }

            .group-users-wrap .user-list-wrapper #showGroupUsersClick li .users-block, .group-users-wrap .user-list-wrapper #nav_showGroupUsersClick li .users-block {
                padding: 2px 0px 2px 0px;
            }

            .group-users-wrap .user-list-wrapper #showGroupUsersClick li .checkbox.checkbox-success {
                display: none;
            }

.input_msg_write .firebaseChat-insert {
    z-index: 2;
    color: var(--white-color);
    background-color: #05728f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-decoration: none;
    margin-top: 2px;
}

    .input_msg_write .firebaseChat-insert:hover {
        background-color: #000000;
    }

.person-wrapper .info-icon-link {
    position: absolute;
    right: 30px;
    cursor: pointer;
}

#divInternalExternal, #notrespondingphy, #telepsychQueuedCase, #StatPriorityPopups {
    display: flex;
    flex-wrap: wrap;
}

    #divInternalExternal a {
        color: var(--white-color);
    }
    #StatPriorityPopups a {
        color: var(--white-color);
        text-decoration: none !important;
    }
.sticky {
    display: block;
}

.ChatfullScreen {
    display: none !important;
}


.srch_bar {
    width: 80%;
}

    .srch_bar .stylish-input-group {
        padding: 0 12px;
        text-align: left;
    }



/* FOR Group users after selection */

.group-users-wrap .user-list-wrapper ul .users-block {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 0.75rem 1.25rem 0.75rem 0.75rem;
    margin-top: 10px;
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 2.5rem;
    box-shadow: 0px 0px 0px #e1e1e1, -1px -1px 4px #fff;
    background-color: #fff;
}

    .group-users-wrap .user-list-wrapper ul .users-block a {
        cursor: default;
    }

    .group-users-wrap .user-list-wrapper ul .users-block:hover {
        /*  -webkit-transform: translate(0, -4px);
        -moz-transform: translate(0, -4px);
        -ms-transform: translate(0, -4px);
        -o-transform: translate(0, -4px);
        transform: translate(0, -4px);
        background: linear-gradient(to left, #add, #f6f8fd);*/
        border-radius: 26px;
    }


.group-users-wrap .user-list-wrapper {
    border-radius: 5px;
    padding: 0 0 12px 0px;
    box-shadow: 4px 4px 16px #e1e1e1;
    background: #303030 !important;
}

.centerAlignSeen {
    display: flex;
    justify-content: end;
    position: relative;
    padding: 0px 50px;
}

    .centerAlignSeen span.seenMsgNames {
        background-color: wheat;
        color: black;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        padding: 4px 10px;
    }

#msgDetail .noSeenUser {
    position: absolute;
    top: 0;
    bottom: 0;
}

#divCaseAssignPopup h4 {
    color: green;
}

#divCaseAssignPopup #newcasePopupAlert h4 {
    color: black;
}

#divCaseAssignPopupForPhysician #newcasePopupAlertForPhysicianEdit #divCaseAssignPopupForTelepsychPhysician h4 {
    color: black;
}

#divCaseAssignPopup .modal-body > div {
    font-size: 18px;
}


#divCaseAssignPopup #navigatorCasePopupAlert h3 {
    color: darkred;
}

.logo {
    left: 30%;
    top: 10%;
    position: absolute;
}

.broadCastImg {
    width: 16px;
    height: 16px;
    object-fit: cover;
    margin-right: 2px;
}

.cust-badge.badge {
    display: inline-block;
    background-color: #ff6666;
    border-radius: 50%;
    color: #fff;
    padding: 3px 6px;
    position: relative;
}

.pulsate::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: pulse 1s ease infinite;
    border-radius: 50%;
    border: 4px double #ff6666;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    60% {
        transform: scale(1.3);
        opacity: 0.4;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

#lblBroadCasting {
    cursor: pointer;
}

.emojibtn.emojibtn-sm {
    background-color: #05728f;
    color: var(--white-color);
    border: none;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    margin-top: 2px;
}

    .emojibtn.emojibtn-sm:hover {
        background-color: #000000;
    }

.received_withd_msg > a > img {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 100%;
    width: 100px !important;
    height: 100px !important;
}

.sent_msg > a > img {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 100%;
    width: 100px !important;
    height: 100px !important;
}

.broadcast-modal-textarea.form-control {
    height: 254px;
    resize: none;
}

#broadcastmodal .modal-content .modal-body {
    background-color: #9e9e9e2b;
}

.header-notifications-cst .mute-msg {
    position: absolute;
    top: 20px;
    left: -65px;
    z-index: 2;
}

.header-notifications-dropdown.header-notifications-dropdown-aaoc {
    width: 240px;
}
.header-notifications-dropdown.header-notifications-dropdown-cust {
    width: 240px;
}

.header-notifications-headline-cust h4 {
    font-size: 16px;
    color: #333;
}

.dropdown-notify-content-cust {
    height: auto !important;
}

    .dropdown-notify-content-cust > ul > li > a {
        padding: 16px;
        text-decoration: none;
    }

.header-notifications-dropdown.header-notifications-dropdown-blasts {
    width: 250px;
}

.blast-notification-dropdown .header-notifications-scroll {
    max-height: 250px;
    overflow-y: auto;
}

.header-notifications-content.blast-notification-dropdown ul > li > a {
    padding: 15px 0px;
}

    .header-notifications-content.blast-notification-dropdown ul > li > a .notification-text {
        display: flex;
        align-items: center;
    }

        .header-notifications-content.blast-notification-dropdown ul > li > a .notification-text.blast-EXTERNAL .notification-icon::after {
            content: "EB";
            color: var(--burgundy-color);
        }

        .header-notifications-content.blast-notification-dropdown ul > li > a .notification-text.blast-INTERNAL .notification-icon::after {
            content: "IB";
            color: #ffc107;
        }

    .header-notifications-content.blast-notification-dropdown ul > li > a .notification-icon {
        height: 26px;
        width: 26px;
        margin-right: 10px;
        font-size: 15px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 26px;
    }

#blastCounter {
    display: none;
}

#blastNotifyLink .badge.badge-pill.badge-danger {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
    width: 50px;
    height: 24px;
    top: -5px;
    background-color: #dc3545;
    font-size: 12px;
}
.badge.badge-danger, .badge.badge-priority {
    background: green;
}

.fg-emoji-picker {
    z-index: 10003 !important;
}

.ekko-lightbox-item .iframeImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.word-break-emr-wrap {
    word-wrap: break-word;
}

#v-pills-home, #v-pills-profile, #v-pills-messages, #v-pills-settings, #v-pills-new {
    padding: 17px 20px 17px 20px;
}

#ms-list-1 {
    overflow: auto;
}

#divLocalFilters label {
    font-weight: bold;
}

#frmSearch .btn-dark {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    border-radius: 4px !important;
    display: inline-block;
}

#userContractsListErrorMsg {
    position: absolute !important;
}
/*Talha*/

/* Color Variables */
/* Social Icon Mixin */
/* Social Icons */
.social-icons {
    display: flex;
    /*background: url("/Content/images/road2.jpg") no-repeat 33% 27%;*/
    width: 100%;
}

.social-road1:before {
    content: url("/Content/images/road2.jpg");
    position: absolute;
    top: 2rem;
    left: 6rem;
}

.social-road2:before {
    content: url("/Content/images/road3.jpg");
    position: absolute;
    top: 2rem;
    left: 6rem;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 84px;
    height: 84px;
    margin-right: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 2.5rem;
    text-decoration: none;
    transition: all 0.15s ease;
}

.icons-border {
    border: 2px solid red;
    box-shadow: inset 0px 0px 0px 3px white;
}

.social-icons p {
    font-size: 12px;
    margin-right: 30px;
    text-align: center;
    font-weight: 700;
}

.redColorapply {
    font-size: 12px;
    margin-right: 30px;
    text-align: center;
    font-weight: 700;
    color: red;
}
/*.social-icons span {
    position: absolute;
    top: -33px;
    right: 1px;
    background-color: #004987;
    padding: 7px 12px 7px 12px;
    border-radius: 10px;
    color: white;
}*/
.social-icon:hover {
    color: #fff;
}

.social-icon:active {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}

.social-icon--linkedin {
    background: #006599;
    color: #fff;
}

.social-icon--twitter {
    background: #2b97f1;
    color: #fff;
}

.social-icon--codepen {
    background: #000;
    color: #fff;
}

.social-icon--facebook {
    background: #3b5a9b;
    color: #fff;
}

.social-icon--instagram {
    background: #527fa6;
    color: #fff;
}

.social-icon--dribbble {
    background: #ef5a92;
    color: #fff;
}

.social-icon--github {
    background: #004987;
    color: #fff;
}

    .social-icon--github .tooltip {
        background: #004987;
        color: white;
    }

        .social-icon--github .tooltip:after {
            border-top-color: #004987;
        }

.social-icon i {
    position: relative;
    top: 1px;
}

.social-icons img {
    width: 50%;
}

.video-link-design, .img-link-design {
    width: 15rem;
    height: 181px;
    border: 1px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

    .video-link-design img {
        width: 26%;
    }

.facility-form {
    padding: 10px 0px 120px 0px;
    margin-top: -15px;
    background: rgb(0,73,135);
    background: linear-gradient( 90deg, rgba(0,73,135,1) 0%, rgba(57,138,207,1) 50%, rgba(108,169,221,1) 100%);
    border-radius: 10px;
}

#btnSearchPhysicianGrid {
    margin-top: 50%;
}

.case-statustext {
    color: #fd7e14;
}
/*Divider Design With Title*/
.divider-title {
    display: block;
    margin: 50px 0 -15px;
    width: 100%;
    height: 1px;
    border: 0;
    background-color: #004987;
}

    .divider-title + h2 {
        display: inline-block;
        position: relative;
        left: 50%;
        margin: 0;
        padding: 5px 10px;
        border: 1px solid #004987;
        transform: translateX(-50%);
        color: #004987;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.2em;
        text-align: center;
        text-transform: uppercase;
        background-color: #fff;
    }

        .divider-title + h2::first-letter {
            margin-left: 0.32em;
        }

    .divider-title + h2 {
        border-width: 1px 0;
    }

        .divider-title + h2::before, .divider-title + h2::after {
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            width: 1px;
            background: #453986;
            content: "";
        }

        .divider-title + h2::before {
            left: 0;
        }

        .divider-title + h2::after {
            right: 0;
        }

#fpi {
    padding-left: 0px;
}

.chatPopupForSingleUser .modal-title a, .facility-card-detail-inner.cartNotes a {
    pointer-events: none;
}

#header-top .inter-exter-blast {
    width: 70%;
}

#header-top .collapsing {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

footer span {
    color: #004987;
    font-size: 13px;
}

.tooltipBox {
    margin: 0px 11px;
    font-size: 14px;
}

.case-edit-card {
    margin-top: 31px;
}
.stickyheaderrow .case-edit-card {
    margin-top: 20px !important;
}
.note-paoc {
    margin-bottom: 80px;
}

#gt-test {
    margin-top: 3px !important;
}

.consultTypeTitle {
    width: 25%;
}
/*.dropleft {
    margin-left: -2rem;
}*/
.for-dropdown-menu-tooltip {
    position: absolute;
    transform: translate3d(-7px, 21px, 0px);
    top: -22px !important;
    left: -50px;
    will-change: transform;
}
/*End Divier Design with Title*/
/*button styles*/
#teleCasebtnSearch {
    margin: 15px;
}
#grpChatFlashSingle li{
    margin-bottom: 0px !important;
    list-style:none !important;
    text-decoration:none !important;
}
.unseeenGroups{
    z-index:1!important;
}
.zIndex5 {
    z-index: 5!important;
}
#grpfacChatFlashSingle li {
    margin-bottom: 0px !important;
    list-style: none !important;
    text-decoration: none !important;
}
@media(max-width:1820px) and (min-width:1780px){
    #navigation ul ul ul {
        left: -108%;
    }
}
@media only screen and (max-width: 1750px) {
    .unseeenGroups {
        right: 10.5% !important;
    }
        .unseeenGroups  .unreadModalDashboard {
            font-size: 11px !important;
        }
}

@media only screen and (max-width: 1688px) {
    #navigation ul a {
        font-size: 12px;
    }
    .unseeenGroups {
        right: 12% !important;
    }
}

/*Media queries added BY Bilal*/
@media only screen and (max-width: 1615px) {
    .unreadModalDashboard {
        font-size: 13px !important;
    }
    .unseeenGroups .unreadModalDashboard {
        font-size: 10px !important;
    }
    .unseeenGroups {
        right: 25%;
    }
    .for-ctap .divcta_casesgrid {
        height: 90px;
    }

    #navigation {
        width: 67%;
        margin-top: 16px;
    }

    .note-paoc1 {
        width: 143%;
        left: 18%;
    }

    .message-wrapper .btnRequestPhy {
        padding: 6px 11px 5px !important;
    }

    .modal-xxl {
        max-width: 1435px !important;
    }

    .w-37 {
        width: 39%;
    }

    .width-20 {
        width: 8%;
    }

    .width-80 {
        width: 92%;
    }

    .past-medical-history label {
        display: block;
    }

    .facility-navigator-dashbord .dashboard-indicators button {
        font-size: 18px;
    }

    .consultTypeTitle {
        width: 30%;
    }

    .ribbon-title--b {
        font-size: 16px;
        padding: 14px 0;
    }

    .lowerImage {
        right: -246px !important;
    }

    #navigation ul a {
        font-size: 13px;
    }

    /*#navigation ul ul ul {
        left: -108%;
    }*/

    .pull-right {
        float: none !important;
    }

    .case-card {
        height: 88%;
    }

    .edit-templatebtn {
        margin-bottom: 0.5rem;
    }

    .ss-contact {
        margin-left: 14px !important;
        margin-top: 0px !important;
    }

    .social-icon {
        width: 65px;
        height: 65px;
    }

    .social-icons {
        display: flex;
    }

        .social-icons:before {
            position: absolute;
            top: 1.5rem;
            left: 3rem;
        }

    #btnSearchPhysicianGrid {
        margin-top: 37%;
    }

    #RCAFishBoneJSTreeforActivation {
        width: 20rem !important;
    }

    #RCAFishBoneJSTreeforAssessment {
        width: 20rem !important;
    }

    #RCAFishBoneJSTreeforTD {
        width: 20rem !important;
    }

    #RCAFishBoneJSTreeforTA {
        width: 20rem !important;
    }

    .content-wrap {
        margin: 0rem 0rem 0rem 4rem !important;
    }

    .k-event-template {
        padding: 0.3em 0em 0.3em 0em !important;
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 1410px) {
    .facility-card-detail-inner.cartNotes {
        min-width: 300px !important;
    }
}
    @media only screen and (max-width: 1300px) {
        .facility-card-detail-inner.cartNotes {
            min-width: 260px !important;
        }
        .unseeenGroups {
            right: 10% !important;
        }
    }

    @media only screen and (max-width: 1024px) {
        .km-pane-wrapper .k-scheduler-views {
            width: 8em !important;
        }
        div.stickyFirebase {
            width:950px;
        }
        .unseeenGroups {
            right: 10% !important;
        }
    }

    @media only screen and (max-width: 1460px) {
        #navigation ul li:not(:first-child) a {
            padding-left: 7px;
        }

        #navigation ul a {
            line-height: 17px !important;
            padding: 0px 9px;
            border-right: 4px;
            font-size:16px;
        }
        #navigation.superAdminclass {
            width: 100%;
            max-width: 54% !important;
            margin-top: -2px !important;
        }
    }

    @media only screen and (max-width: 1420px) {
        #navigation ul li:not(:first-child) a {
            padding-left: 7px;
        }
    }

    @media only screen and (max-width: 1380px) {
        #navigation ul li a:after,
        #navigation ul ul li a:after {
            font-size: 12px;
            line-height: 13px;
            width: 12px;
            height: 12px;
            margin-left: 1px;
        }

        #navigation {
            width: 55%;
        }
    }

    /*Media queries added by Hassam*/
    @media only screen and (max-width: 1330px) {
        .padding_right {
            padding-right: 65px !important;
        }
    }

    @media only screen and (max-width: 1180px) {
        .case-edit-card .case-btn,
        .case-edit-card p a {
            font-size: 13px !important;
        }
    }

    @media only screen and (max-width: 1242px) {
        .km-pane-wrapper .k-scheduler-views {
            width: 8em !important;
        }
    }

    @media only screen and (max-width: 1000px) {
        .case-edit-card .case-button {
            flex-direction: row;
        }

        .flex_direction_change {
            flex-direction: column;
        }

            .flex_direction_change .col-md-3,
            .flex_direction_change .col-md-2 {
                max-width: 100%;
            }

        .case-edit-card {
            margin-top: 4rem;
        }
    }

    @media only screen and (max-width: 768px) {
        .padding_right {
            padding-right: 0px !important;
        }

        .width-20 {
            width: 0%;
        }

        .width-80 {
            width: 95%;
        }

        #btnCaseCanelled {
            margin-top: 6px;
        }

        .ribbon-title--b {
            font-size: 12px !important;
            padding: 16px 0 !important;
        }

        .consultTypeTitle {
            width: 50% !important;
        }

        #divInternalExternal,#StatPriorityPopups {
            margin-top: 6px;
        }

        .BLAST, .STATBLAST {
            margin-bottom: 5px;
        }

        #btnDownloadTemplate {
            margin-top: 5px;
        }

        .dashboard-sidebar {
            flex: none;
        }

        .Terms-data h1 {
            font-size: 25px;
        }

        .Terms-data h2 {
            font-size: 20px;
        }

        .Terms-data p {
            font-size: 16px;
        }

        .Terms-data h4 {
            font-size: 20px;
        }

        .Terms-data li {
            font-size: 16px;
        }

        div.stickyFirebase {
            width: 725px;
        }


        .dashboard-sidebar {
            width: 100%;
        }

        .dashboard-content-container {
            height: auto !important;
        }

        .case-card {
            height: 88%;
        }

        .advance-imaging {
            display: block;
        }

        #scheduler-container {
            margin-top: 30px;
        }

        #btnadvanceimagingtemplate {
            margin-top: 0;
        }

        .btn-copy-popup {
            margin: auto;
        }

        #mainContentArea {
            padding-left: 0px;
            padding-right: 0px;
        }

        .ctt_GlasGowComaScore .SahIchGrey {
            top: 42px !important;
        }

        #cas_response_MD_review_check {
            display: inline-table;
        }

        .anticoagulant-use {
            display: block;
        }

        label {
            white-space: unset !important;
        }

        .nav-pills .btn-light {
            min-width: 185px !important;
        }

        .pull-right {
            float: none !important;
            margin-left: 55px;
        }

        .contract-tab {
            display: contents !important;
        }

        .con-slec {
            margin-bottom: 10px !important;
        }

        .ss-contact {
            margin-top: 15px !important;
            margin-left: 15px !important;
            text-align: left !important;
        }

        #header-top .inter-exter-blast {
            width: 100%;
        }

        .social-icons {
            display: grid;
        }

        .social-road1:before {
            top: 14.5rem;
            left: -66%;
            transform: rotate( 90deg);
        }

        .social-road2:before {
            top: 11.5rem;
            left: -45%;
            transform: rotate( 90deg);
        }

        .social-icons p {
            font-size: 12px;
            text-align: -webkit-right;
            font-weight: 700;
        }
    }


    @media only screen and (max-width: 540px) {
        .button-class1, .button-class2, #ms-list-5 {
            margin-top: 10px;
        }

        #ms-list-5 {
            margin-bottom: 8px;
        }

        div.stickyFirebase {
            width: 334px;
        }

        .chat_img {
            display: none;
        }

        .ctt_GlasGowComaScore .SahIchGrey {
            top: 42px !important;
        }

        #scheduler-container {
            margin-top: 60px;
        }

        label {
            white-space: unset !important;
        }

        #frmSearch .emergent-consultsfilters {
            margin: auto;
            display: block;
            text-align: center;
        }

        .c-p {
            text-align: center !important;
            margin-bottom: 5px !important;
        }

        .s-c-c {
            text-align: center !important;
        }

        #btnReleaseall {
            margin-top: 5px !important;
        }
    }

    @media only screen and (max-width: 430px) {

        .k-scheduler-toolbar > ul.k-scheduler-views {
            top: 46px !important;
        }

        label {
            white-space: unset !important;
        }
        /*Media queries added BY Talha*/
        .nav-pills .btn-light {
            min-width: 155px !important;
        }

        .accordion .btn-link {
            font-size: 15px !important;
        }

        #fpi {
            padding-left: 14px !important;
        }
    }

    @media only screen and (max-width: 415px) {
        .button-class1, .button-class2, #ms-list-5 {
            margin-top: 10px;
        }

        #ms-list-5 {
            margin-bottom: 8px;
        }

        .ctt_GlasGowComaScore .SahIchGrey {
            top: 42px !important;
        }

        label {
            white-space: unset !important;
        }
    }

    @media only screen and (max-width: 375px) {
        .ctt_GlasGowComaScore .SahIchGrey {
            top: 42px !important;
        }

        #scheduler-container {
            margin-top: 80px;
        }

        .text-white {
            font-size: 14px;
        }

        .btn-info.change-role-btn {
            padding: 1px 14px;
        }

        .k-scheduler-toolbar > ul.k-scheduler-views {
            right: 21px !important;
            top: 51px !important;
            z-index: 1 !important;
        }

        .nav-tabs-fill > li {
            margin-top: 5px;
        }

        label {
            white-space: unset !important;
        }

        .card-header h5 {
            width: 90% !important;
        }

        #physicianStatusGrid th {
            font-size: 11px;
        }

        .social-road1:before {
            top: 14.5rem;
            left: -44%;
            transform: rotate( 90deg);
        }

        .social-road2:before {
            top: 11.5rem;
            left: -30%;
            transform: rotate( 90deg);
        }
    }

    @media only screen and (max-width: 320px) {
        .bottom-nav-list {
            justify-content: center;
        }

        .nav-item-login {
            justify-content: center !important;
            margin-top: 2px;
        }

        .firebase-image {
            height: 23px;
            width: 16px;
        }

        .k-scheduler-toolbar > ul.k-scheduler-views {
            right: 8px !important;
            top: 44px !important;
            z-index: 1 !important;
        }

        .nav-tabs-fill > li {
            margin-top: 5px;
        }

        label {
            white-space: unset !important;
        }

        #OnBoardedMain .btn-dark {
            margin-top: 2px !important;
        }

        #frmSearch .btn-dark {
            display: flow-root;
        }

        .card-header h5 {
            width: 90% !important;
        }

        footer span {
            color: #004987;
            font-size: 11px;
        }

        #physicianStatusGrid th {
            font-size: 12px;
        }

        .s-c-c #btnSaveClose {
            margin-top: 5px !important;
        }
    }

.btnresumeplayrounding {
    padding: 6px 10px;
    border-radius: 40px;
    font-size: 15px;
}

    .rounding-times-box {
        background-color: #004987;
        color: white;
        border: solid;
        border-radius: 10px;
        line-height: 1.5rem !important;
        padding: 10px;
    }

    .cancelnotificationicon::before {
        content: "✖";
        font-weight: 700;
        font-family: Arial, sans-serif;
        margin-right: 4px;
    }

    .info-icon-template {
        border-radius: 50% !important;
        width: 33px;
        height: 33px;
        font-weight: 800;
        font-size: 22px;
        padding: 0px 10px 0px 10px;
        margin-top: -11px;
        margin-left: 8px;
    }

    .d-click {
        display: none;
    }

    .for-height {
        height: 0px;
        transition: 0.4s;
        opacity: 0;
    }

    /*Ali on Leadership*/
    .bg-light-blued {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .for-accordian-back {
        background: #4189C2;
    }

    .inner-part-accordian {
        padding: 3px 20px;
    }

    .for-accordian .datepickerleader {
        width: 95% !important;
    }

    .for-accordian .k-picker-wrap.k-state-default {
        border-color: #ccc;
        height: calc(100% + 0px) !important;
    }

    .for-accordian-back .for-lebal-accordian {
        font-weight: 400;
        padding: 0px 10px;
        color: white;
        font-size: 14px;
        letter-spacing: 0.9px;
    }

    .for-accordian-back input[type="text"] {
        padding: 4px;
    }

    .for-accordian-back input[type="date"] {
        padding: 7px 7px 6px 7px;
    }

    .for-accordian-back input[type="radio"] {
        border: 2px solid white !important;
    }

    .callbackIconBlink {
        -webkit-animation: callbackBlink 1s infinite;
        animation: callbackBlink 1s infinite;
    }

    .readonly label {
        color: white !important;
    }

    .case-reviewers .ms-options {
        min-width: 80% !important;
    }

    .case-reviewer .ms-options {
        min-width: 91% !important;
    }

    @-webkit-keyframes callbackBlink {
        0% {
            background-color: #1877F2;
        }

        50.0% {
            background-color: #ff464a;
        }

        100.0% {
            background-color: #1877F2;
        }
    }

    @keyframes callbackBlink {
        0% {
            background-color: #1877F2;
        }

        50.0% {
            background-color: #ff464a;
        }

        100.0% {
            background-color: #1877F2;
        }
    }

    .circle ul li > pre {
        white-space: pre-wrap;
        word-wrap: break-word;
        margin-top: -27px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500;
    }

    .for-pre-text pre {
        white-space: pre-wrap;
        word-wrap: break-word;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500;
        font-size: 18px;
    }

    .for-mendel-font pre {
        font-family: 'Roboto', sans-serif !important;
        white-space: pre-wrap;
        word-wrap: break-word;
        font-weight: 500;
    }

    .for-blast-footer {
        margin-bottom: 88px;
    }

    .for-tele-alert-popup {
        font-size: 18px;
        font-weight: 500;
    }

    .for-btn-radius {
        border-radius: 100px;
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .for-btn-radius i {
            font-size: 30px;
        }

        .for-btn-radius .cancell-cal {
            transform: rotate(135deg);
        }

    #divCasePopupPhysicanNotResponding .modal-dialog {
        max-width: 605px !important;
    }

    #broadcastkendoDataGrid pre {
        font-family: 'Roboto', sans-serif !important;
        white-space: pre-wrap;
        word-wrap: break-word;
        font-weight: 500;
    }

    .bi-box-arrow-in-down-left, .bi-box-arrow-in-up-right {
        cursor: pointer;
    }

    .bi-box-arrow-in-up-rights {
        margin-left: 50px;
    }

    #newcasePopupAlertBlast .modal-footer {
        font-weight: 600;
        padding-left: 35px !important;
        border-color: red;
    }

    #popupHeadingCaseType .modal-footer {
        font-size: 18px;
        padding-left: 35px !important;
        font-weight: 600;
        border-color: red;
    }
    /*for blinking border alert*/
    * {
        box-sizing: border-box;
    }

    .content-for-stroke-popup {
        background: #e5e5e5;
        font-family: georgia;
        line-height: 1.4em;
        margin: 50px auto;
        padding: 100px 20px 20px;
        position: relative;
        max-width: 600px;
        box-shadow: 0 2px 10px #666;
    }

    .my-header {
        background: red;
        color: white;
        padding: 20px 50px;
        text-align: center;
        box-shadow: 0 1px 1px #666;
        position: absolute;
        top: 0;
        left: -20px;
        width: calc(100% + 40px);
        margin-top: 20px;
        font-size: 22px;
    }

        .my-header:before,
        .my-header:after {
            content: "";
            display: block;
            position: absolute;
            border: 10px solid darkred;
        }

        .my-header:before {
            border-left-color: transparent;
            border-bottom-color: transparent;
            left: 0;
            bottom: -20px;
        }

        .my-header:after {
            border-right-color: transparent;
            border-bottom-color: transparent;
            right: 0;
            bottom: -20px;
        }

    /*for Accept*/
    .my-headers {
        background: #237BA8;
        color: white;
        padding: 20px 50px;
        text-align: center;
        box-shadow: 0 1px 1px #666;
        position: absolute;
        top: 0;
        left: -20px;
        width: calc(100% + 40px);
        margin-top: 20px;
        box-shadow: 1px 2px 10px 2px #237ba8;
        font-size: 22px;
    }

        .my-headers:before,
        .my-headers:after {
            content: "";
            display: block;
            position: absolute;
            border: 10px solid #237BA8;
        }

        .my-headers:before {
            border-left-color: transparent;
            border-bottom-color: transparent;
            left: 0;
            bottom: -20px;
        }

        .my-headers:after {
            border-right-color: transparent;
            border-bottom-color: transparent;
            right: 0;
            bottom: -20px;
        }
    /*End of Accept*/

    /*** Media Queries ***/
    @media screen and (max-width: 660px) {
        .content-for-stroke-popup {
            margin-right: 30px;
            margin-left: 30px;
        }
    }

    @media screen and (max-width: 480px) {
        .content-for-stroke-popup {
            margin-right: 20px;
            margin-left: 20px;
            padding: 0;
        }

        .my-header {
            border-bottom: 1px solid darkred;
            padding: 20px;
            text-align: center;
            box-shadow: none;
            position: static;
            top: auto;
            left: auto;
            width: auto;
        }

            .my-header:before,
            .my-header:after {
                display: none;
            }
    }

    .for-elart-popup pre {
        font-size: 18px !important;
        font-weight: 500;
        font-family: 'Roboto';
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    .for-pre-text, .for-elart-popup {
        height: 250px;
        overflow: auto;
        margin-right: 10px;
    }

    #newEAlertPopup .modal-footer {
        font-size: 18px;
        font-weight: 500;
        border-color: red;
    }

    .for-pre-text::-webkit-scrollbar, #newcasePopupAlert::-webkit-scrollbar, .for-elart-popup::-webkit-scrollbar {
        width: 4px;
        height: 8px;
    }

    .for-pre-text::-webkit-scrollbar-thumb, #newcasePopupAlert::-webkit-scrollbar-thumb, .for-elart-popup::-webkit-scrollbar-thumb {
        background: red;
        border-radius: 30px;
    }

    .for-pre-text::-webkit-scrollbar-track, #newcasePopupAlert::-webkit-scrollbar-track, .for-elart-popup::-webkit-scrollbar-thumb {
        /* background: blue; */
        border: 1px solid red;
    }

    #newcasePopupAlert .modal-body {
        font-size: 18px;
        overflow: auto;
        font-weight: 500;
    }

    #newcasePopupAlert .modal-footer {
        font-size: 18px;
        font-weight: 500;
        border-color: red;
    }

    /*for Broad Cast*/
    .content-for-broad {
        background: #e6e2c8;
        width: 100%;
        max-width: 960px;
        min-height: 3.750em;
        margin: 2em auto;
        padding: 1.250em;
        border-radius: 0.313em;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
        line-height: 1.5em;
        color: #292929;
    }

    .ribbon-headeing {
        position: relative;
        padding: 0 0.5em;
        font-size: 2.000em;
        margin: 0 0 0 -0.625em;
        line-height: 1.875em;
        color: #e6e2c8;
        border-radius: 0 0.156em 0.156em 0;
        background: rgb(123, 159, 199);
        box-shadow: -1px 2px 3px rgba(0,0,0,0.5);
    }

        .ribbon-headeing:before, .ribbon-headeing:after {
            position: absolute;
            content: '';
            display: block;
        }

        .ribbon-headeing:before {
            width: 0.469em;
            height: 111%;
            padding: 0 0 0.438em;
            top: 0;
            left: -0.469em;
            background: inherit;
            border-radius: 0.313em 0 0 0.313em;
        }

        .ribbon-headeing:after {
            width: 0.313em;
            height: 0.313em;
            background: rgba(0,0,0,0.35);
            bottom: -0.313em;
            left: -0.313em;
            border-radius: 0.313em 0 0 0.313em;
            box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
        }

    @media (max-width: 600px) {

        body {
            font-size: 0.875em;
        }

        .ribbon-headeing {
            line-height: 1.143em;
            padding: 0.5em;
        }

            .ribbon-headeing:before, .ribbon-headeing:after {
                font-size: 0.714em;
            }
    }

    .for-daily-purpose label {
        font-weight: bold;
        padding: 0px !important;
    }
    /*End of broad cast*/
    .for-drop-tooltip {
        position: relative;
        top: 55px;
        left: -20px;
    }

    .stat-hold-drop-tooltip {
        position: absolute;
        top: 28px;
        right: 23px;
    }
    /*for facility Reports*/
    .for-facility-credential {
        margin-top: -1px;
    }

    .search-icon {
        margin-top: -4px;
    }

    .for-tele-quality-metrix-field .control-label {
        margin-top: 10px;
    }

    .for-case-status-option .ms-options {
        min-width: 94.7% !important;
    }

    .for-case-billing-option .ms-options {
        min-width: 76.7% !important;
        max-width: 95.5%;
    }

    .clear-search {
        margin-top: 26px;
    }

    .for-month-mar {
        margin-top: -10px;
    }

    .for-physician-option .ms-options {
        min-width: 91.2% !important;
    }

    .for-rrc-manager .control-label {
        padding-right: 10px;
    }

    .for_alert_notes .control-label {
        padding-right: 18px;
    }

    .for_navigator_notes .control-label {
        padding-right: 10px;
    }

    .rrc .ms-options {
        min-width: 91% !important;
        max-width: 90% !important;
        width: 100% !important;
    }

    .rrcs .timer-container {
        grid-template-columns: 100% auto !important;
        margin-top: 10px;
    }

    .type_integer {
        margin-top: 5px;
    }

    .line-head {
        margin-bottom: 1rem;
        border: 0;
        border-top: 2px solid;
        width: 100%;
        max-width: 225px;
        margin-top: -4px;
    }

    .metric_mil {
        font-size: 27px;
    }

    .for-handleing-border {
        margin-top: 0px;
        margin-bottom: -6px;
    }

    .for-metrix-bg {
        background: #004986;
        color: white;
        padding: 1px 0px;
        border-radius: 10px;
    }

    #qa_AdvanceSearch .modal-lg {
        width: 100%;
        max-width: 930px !important;
    }

    #qa_AdvanceSearch .modal-header {
        background: #004986;
        color: white;
    }
    /*for end of Faciltiy Reports*/
    /*for case advence Search*/
    .for-facility-selector .form-control {
        font-size: 15px;
    }

    #caseAdvanceSearch .modal-lg {
        max-width: 840px;
    }

    .for-advance-modal-header {
        background-color: #004987;
        color: white;
        text-align: center;
    }

        .for-advance-modal-header hr {
            margin-top: -7px;
            margin-bottom: 13px;
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 176px;
            border: 1px solid;
        }

    .modal-advance-title {
        width: 100%;
        display: flex;
        margin: 0px auto;
    }

    .for-text-advance {
        padding-top: 5px;
    }

    .for-thermo-options .ms-options {
        min-height: 111px !important;
        max-height: 248px !important;
    }
    /*for case advence Search end*/
    /*for Popup Button*/
    .btn-target {
        border: 2px solid #EB3941;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
        transition: .3s;
        z-index: 1;
        font-family: inherit;
        color: #EB3941;
    }

        .btn-target::before {
            content: '';
            width: 0;
            height: 300%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(45deg);
            background: #EB3941;
            transition: .5s ease;
            display: block;
            z-index: -1;
        }

        .btn-target:hover::before {
            width: 105%;
        }

        .btn-target:hover {
            color: white;
        }

    .btn-target-save {
        border: 2px solid #004987;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
        transition: .3s;
        z-index: 1;
        font-family: inherit;
        color: #004987;
    }

        .btn-target-save::before {
            content: '';
            width: 0;
            height: 300%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(45deg);
            background: #004987;
            transition: .5s ease;
            display: block;
            z-index: -1;
        }

        .btn-target-save:hover::before {
            width: 105%;
        }

        .btn-target-save:hover {
            color: white;
        }
    /*for End popup Button*/


    /*case screen text show blink start*/
    .animate-charcter {
        text-transform: uppercase;
        background-image: linear-gradient( -225deg, #231557 0%, #44107a 29%, #FF0505 67%, #D26317 100% );
        background-size: 200% auto;
        color: #fff;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textclip 2s linear infinite;
        display: inline-block;
        font-size: 13px;
        margin-top: 9px;
        cursor: pointer;
        padding: 0px 15px 0px 15px;
    }

    .ani-charcter {
        display: flex;
        margin-top: -25px;
        margin-right: 30px;
    }

    .ani-card {
        border: 1px solid #FF0505;
        border-radius: 7px;
        position: relative;
        cursor: default;
        margin-top: 0px;
        color: var(--primary-color);
        height: 100%;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        transition: 0.3s;
        background-color: #f8f8f8;
        box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    }

    .emr-copy {
        margin-top: -8px;
    }

    @keyframes textclip {
        to {
            background-position: 200% center;
        }
    }
    /*case screen text show blink end*/
    .dash-calender {
        margin-top: -9px !important;
    }
    /*RHPI Signal start*/
    .ani-RHPI {
        display: flex;
        margin-top: 0px;
        margin-right: 4.5rem;
        height: 31px;
    }

    .ani-divtyping {
        display: flex;
        margin: 0px 15px 0px 15px;
    }

    /*RHPI Signal end*/


    /*dashboard calendar */
    .dash-calender span.k-datepicker {
        width: 125% !important;
    }


    /*Ali hassan on Dashboard Facility Navigator work start*/

    .heading-consult {
        width: 100%;
        max-width: 600px;
        padding: 10px;
        border-bottom-right-radius: 30px;
        border-top-left-radius: 30px;
        margin: 0px auto;
        background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,135,122,0.7707457983193278) 35%, rgba(0,73,135,1) 95%);
        color: white;
        font-size: 25px;
    }

    /*Ali hassan on Dashboard Facility Navigator Work End*/












    .additional-time-box {
        position: absolute;
        left: 43%;
        top: 52%;
        display: none;
        box-shadow: rgb(189 189 189) 1px 2px 10px 3px;
        overflow: hidden;
    }



    .additional-time-box-span-disabled {
        background: #818181 !important;
        color: #ffffff !important;
        text-shadow: 1px 1px 2px #4a4a4a;
        border: 5px solid #5a89b1 !important;
    }





    .additional-time-box > input[type=button] {
        padding: 2px 8px 2px 7px;
        font-size: 12px;
        line-height: 26px;
        border: 1px solid #d7d7d7;
        border: 0px 0px 0px 0px solid;
        border-radius: 0px;
        border-right: 0px;
        background: #004987;
        border-bottom: 0px;
        border-top: 0px;
        border-right: 1px !important;
        color: white;
        border-left: 0px
    }

    .additional-time-box > span {
        background: #ffffff;
        color: black;
        font-size: 14px;
        line-height: 31px;
        border: 5px solid #004987;
        width: 139px;
        padding: 5px;
        font-weight: bolder;
        padding-top: 3px;
        padding-bottom: 3px;
    }



    .additional-time-box :nth-child(3) {
        border-left: 1px solid !important;
    }

    .add-additianl-time {
        margin-right: 34px;
        margin-top: -2px;
        border-right: 1px solid #9d9d9d;
        padding-right: 9px;
        width: 32px;
        position: absolute;
        right: 30px;
        border-top: 0px;
        cursor: pointer;
    }

        .add-additianl-time > img {
            width: 24px;
            height: 24px;
            object-fit: contain;
        }

    .case_reject_chat {
        margin-right: 34px;
        margin-top: -2px;
        border-right: 1px solid #9d9d9d;
        padding-right: 9px;
        /*    width: 32px;
    position: absolute;
    right: 30px;*/
        border-top: 0px;
        cursor: pointer;
    }

        .case_reject_chat > img {
            width: 24px;
            height: 24px;
            object-fit: contain;
        }

.additial-Time-error-box {
    color: black;
    background: red;
    position: absolute;
    color: white;
    width: 41.5%;
    right: 15.4%;
    top: 52%;
    height: 47px;
    line-height: 48px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    display: none;
    z-index: 2;
}

    .notfiy-fa {
        margin-bottom: -20px;
        font-size: 46px !important;
        border: 3px solid;
        padding: 5px 22px 5px 22px;
        border-radius: 46px !important;
        color: #ffffff;
        box-shadow: 0px 0px 0px 3px #92dfff;
        background: #92dfff;
    }

    .notfiy-b1 {
        background-color: #2b84be;
        box-shadow: 0px 4px #337095;
        font-size: 17px;
    }

    .notfiy-r3 {
        color: #c1c1c1;
        font-weight: 500;
    }

    notfiy-a, notfiy-a:hover {
        text-decoration: none;
    }

    .notfiy-model-close-btn {
        float: right;
        margin-top: -50px;
        margin-right: -7.9px;
        font-size: 12px !important;
        padding: 4px;
        cursor: pointer;
        color: white;
        background: red;
        border-radius: 30px;
    }

    .notfiy-modal-content {
        padding: 0px !important;
        padding-top: 43px !important;
    }

    #ReminderModelText {
        margin-top: 15px;
        margin-bottom: -20px;
        border: 3px solid rgb(137 220 255);
        border-bottom: 0px;
        border-left: 0px;
        border-right: 0px;
    }

    #CredHideUnhidecommentHistoryModel .k-grid-content {
        max-height: 400px;
        overflow-x: hidden;
        background: white;
    }

    #CredHideUnhidecommentHistoryModel .k-pager-wrap {
        position: absolute;
        font-size: 13px;
        margin-left: 2px;
        margin-top: 28px;
        background: white;
        border: 0px;
        background: whitesmoke;
    }

    #CredHideUnhidecommentHistoryModel .k-pager-info.k-label {
        margin-top: 2px;
        margin-left: -17px;
    }

    #CredHideUnhidecommentHistoryModel .k-pager-refresh.k-link {
        margin-left: -8px;
        margin-top: 3px;
    }

    /*#modal-popup-for-chat {
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.4));
    background-color: #004987;
    background-position: center;
    background-size: cover;
    color: white;
    position: absolute;
    z-index: 9;
    border-radius:20px;
}*/

    /*#modal-popup-for-chat p {
        margin-top: 3px;
        margin-bottom: 1rem;
        background: #5D5AF7;
        padding: 10px 20px;
        border-radius: 10px 0px 10px 0px;
        margin-left: 10px;
    }*/

    #modal-popup-for-chat h4 {
        font-size: 11px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    #modal-popup-for-chat h5 {
        font-size: 11px;
        margin-top: 5px;
    }

    #modal-popup-for-chat .btn-close {
        text-align: right;
    }

        #modal-popup-for-chat .btn-close button {
            position: relative;
        }

    /*.TelepsychBlast {
    background: url(https://i.ibb.co/xLHCnr0/1animated-text-fill.png) repeat-y !important;
}*/


    .chatshortcut-icon {
        width: 2%;
        margin-right: 10px;
    }

    .chatshortcut-badge {
        border-radius: 50% !important;
        position: absolute !important;
        top: -92% !important;
        right: 0;
    }

    .--dark-theme {
        --chat-background: rgba(10, 14, 14, 0.95);
        --chat-panel-background: #131719;
        --chat-bubble-background: #14181a;
        --chat-bubble-active-background: #171a1b;
        --chat-add-button-background: #212324;
        --chat-send-button-background: #8147fc;
        --chat-text-color: #a3a3a3;
        --chat-options-svg: #a3a3a3;
    }

    .chatPopupForSingleUser {
        box-sizing: border-box;
        padding: 1em;
        border-radius: 12px;
        overflow: hidden;
    }

#grpChatFlash, #grpfacChatFlash {
    list-style: none;
    padding-left: 0;
}

.unseeenGroups {
    position: absolute;
    z-index: 4;
    right: 10%;
    top: 111%;
    padding: 5px;
    max-height: 20rem;
    overflow: auto;
    overflow-x: hidden;
    width: 18vw;
}
#UnavailablePhysicians {
    margin-right:5px;
}
#collapse_unavailablePhy .card-body {
    position: absolute;
    z-index: 4;
    right: 0;
    top: 42px;
    padding: 5px;
    max-height: 20rem;
    overflow: auto;
    overflow-x: hidden;
    width: 14vw;
}
ul#unavailablePhyNameList {
    padding: 7px;
    text-align: left;
    margin: 0;
    background: #fff;
}
ul#unavailablePhyNameList li {
    color: #fff;
    padding: 2px 5px;
    font-size: 16px;
    background: #135f97;
    margin-bottom: 5px;
    border-radius:5px;
}
#UnavailablePhysicians li, #unavailablePhyNameList li {
    list-style: none;
    font-size:14px; 
    white-space:nowrap;
}
.showShortText {
    display: inline-block;
    width: 8vw;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.unseenfacGroups {
    position: absolute;
    z-index: 4;
    right: 0;
    top: 33px;
    padding: 5px;
    max-height: 20rem;
    overflow: visible;
    width: 19vw;
    overflow-y:auto;
    overflow-x:hidden;
}

.grpFacChatFlashBtn img {
    max-width: 100% !important;
}
   /* .unseen-dropdown-button img {
        width: 100%;
    }*/
#unseenfacMessageDiv .unreadModalDashboard {
    background: #ff0000 !important;
}

.unreadModalDashboard {
    background-color: #eb4d4b;
    border: 0;
    cursor: pointer;
    padding: 2px 5px;
    font-size: 13px;
    border-radius: 3px;
    cursor: pointer;
    color: white !important;
    position: relative;
    display: inline-block;
    width: auto;
    text-align: justify;
    display: flex;
    justify-content: space-between;
    white-space:nowrap;
}
.unreadModalDashboardyellow {
    background-color: #FFCA28;
    border: 0;
    cursor: pointer;
    padding: 2px 5px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    color: black;
    position: relative;
    display: inline-block;
    width: auto;
    text-align: justify;
    display: flex;
    justify-content: space-between;
}
.shortMessageBtn {
    margin-right: 4.7rem;
    height: 30px;
    margin-top: auto;
}
.shortMessageBtnTelechat {
    margin-right: 6.7rem!important;
    height: 30px;
    margin-top: auto;
}
.shortMessageBtn button {
    background-color: transparent;
    border: 2px solid #004d85;
    margin-right: 10px;
    border-radius: 5px;
    color: #004d85;
    font-weight: 500;
    padding: 0px 10px;
    font-size:14px;
    white-space:nowrap;
    font-size:13px;
}
    .shortMessageBtn button:hover {
        background-color: #004d850a;
    }
.shortMessageBtnTelechat button {
    background-color: transparent;
    border: 2px solid #004d85;
    margin-right: 10px;
    border-radius: 5px;
    color: #004d85;
    font-weight: 500;
    padding: 0px 10px;
    font-size: 14px;
    white-space:nowrap;
}
    .shortMessageBtnTelechat button:hover {
        background-color: #004d850a;
    }
    .unreadModalDashboard:hover {
        text-decoration: none;
        color: white;
    }
.unreadModalDashboardyellow:hover {
    text-decoration: none;
    color: black;
}

        .unreadModalDashboard:after {
            background-color: #eb4d4b;
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 3px;
            -webkit-animation-name: blink;
            animation-name: unreadBlink;
            -webkit-animation-duration: 1.3s;
            animation-duration: 1.3s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse;
            -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        }

    @-webkit-keyframes unreadBlink {
        0% {
            transform: scale3d(1, 1, 1);
            opacity: 0.8;
        }

        100% {
            transform: scale3d(1.1, 1.3, 1.1);
            opacity: 0;
        }
    }

    @keyframes unreadBlink {
        0% {
            transform: scale3d(1, 1, 1);
            opacity: 0.8;
        }

        100% {
            transform: scale3d(1.1, 1.3, 1.1);
            opacity: 0;
        }
    }


.unreadModalDashboardyellow:after {
    background-color: #FFCA28;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    -webkit-animation-name: blink;
    animation-name: unreadBlinkyellow;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@-webkit-keyframes unreadBlinkyellow {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0.8;
    }

    100% {
        transform: scale3d(1.1, 1.3, 1.1);
        opacity: 0;
    }
}

@keyframes unreadBlinkyellow {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0.8;
    }

    100% {
        transform: scale3d(1.1, 1.3, 1.1);
        opacity: 0;
    }
}

    .chatPopupForSingleUser .chat-popup-close {
        position: absolute;
        bottom: -9%;
        right: -1%;
        background-color: var(--primary-color);
        border: 0;
        border-radius: 50%;
        box-shadow: 0 2px 10px 1px rgb(0 0 0 / 10%);
        height: 60px;
        width: 60px;
        cursor: pointer;
    }

    .chatPopupForSingleUser .modal-body {
        background-color: transparent;
        background-image: url('images/chat-background.png');
        background-size: auto;
    }

    .chatPopupForSingleUser::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .chatPopupForSingleUser .btn-icon {
        position: relative;
        cursor: pointer;
    }

        .chatPopupForSingleUser .btn-icon svg {
            stroke: #FFF;
            fill: #FFF;
            width: 50%;
            height: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .chatPopupForSingleUser .chat__conversation-board {
        padding: 1em 0 2em;
        height: calc(100vh - 209px - 2em - 25px * 2 - .5em - 3em);
        overflow: auto;
    }

    .chatPopupForSingleUser .chat__conversation-board__message-container.reversed {
        flex-direction: row-reverse;
    }

        .chatPopupForSingleUser .chat__conversation-board__message-container.reversed .chat__conversation-board__message__bubble {
            position: relative;
            text-align:right;
        }

            .chatPopupForSingleUser .chat__conversation-board__message-container.reversed .chat__conversation-board__message__bubble span:not(:last-child) {
                margin: 0 0 2em 0;
            }

        .chatPopupForSingleUser .chat__conversation-board__message-container.reversed .chat__conversation-board__message__person {
            margin: 0 0 0 1.2em;
        }

        .chatPopupForSingleUser .chat__conversation-board__message-container.reversed h4, .chatPopupForSingleUser .chat__conversation-board__message-container.reversed h5 {
            text-align: end;
            margin-right: 10px;
        }

    .chatPopupForSingleUser .chat__conversation-board__message-container {
        position: relative;
        flex-direction: row;
        display: flex;
    }

        .chatPopupForSingleUser .chat__conversation-board__message-container:hover .option-item:not(:last-child) {
            margin: 0 0.5em 0 0;
        }

        .chatPopupForSingleUser .chat__conversation-board__message-container:not(:last-child) {
            margin: 0 0 2em 0;
        }

    .chatPopupForSingleUser .chat__conversation-board__message__person {
        text-align: center;
        margin: 0 1.2em 0 0;
    }

    .chatPopupForSingleUser .chat__conversation-board__message__person__avatar {
        height: 35px;
        width: 35px;
        overflow: hidden;
        border-radius: 50%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        ms-user-select: none;
        position: relative;
    }

        .chatPopupForSingleUser .chat__conversation-board__message__person__avatar::before {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
        }

        .chatPopupForSingleUser .chat__conversation-board__message__person__avatar img {
            height: 100%;
            width: auto;
        }

    .chatPopupForSingleUser .chat__conversation-board__message__person__nickname {
        font-size: 9px;
        color: #484848;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: none;
    }

    .chatPopupForSingleUser .chat__conversation-board__message__context {
        max-width: 55%;
        align-self: flex-end;
    }

.chatPopupForSingleUser .chat__conversation-board__message__bubble span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    word-wrap: break-word;
    background: #05728f none repeat scroll 0 0;
    font-size: 13px;
    color: white;
    line-height: 1.5;
    border-radius: 6px;
    word-break: break-all;
    padding: 10px;
}
.chatPopupForSingleUser .chat__conversation-board__message__bubble .for_nirChat_p {
    display: block;
}
.chatPopupForSingleUser .reversed .chat__conversation-board__message__bubble .for_nirChat_p {
    background: #636262 !important;
}
.chatPopupForSingleUser .chat__conversation-board__message-container.reversed .replyMsgCover span {
    background-color: transparent;
}

.chatPopupForSingleUser .chat__conversation-board__message-container.autoSender span {
    background-color: #FDBF2E !important; 
    color: black;
}

    .chatPopupForSingleUser .chat__conversation-board__message__bubble:not(:last-child) {
        margin: 0 0 0.3em;
    }

    .chatPopupForSingleUser .chat__conversation-board__message__bubble:active {
        background: var(--chat-bubble-active-background);
    }

    /*.chatPopupForSingleUser .chat__conversation-panel {
        background: var(--chat-panel-background);
        border-radius: 12px;
        padding: 0 1em;
        height: 55px;
        margin: 0.5em 0 0;
    }*/

.chatPopupForSingleUser .chat__conversation-panel__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: var(--chat-panel-background);
    border-radius: 12px;
    padding: 0 1em;
    height: 55px;
    margin: 0.5em 0 0;
}

        .chatPopupForSingleUser .chat__conversation-panel__container .panel-item:not(:last-child) {
            margin: 0 1em 0 0;
        }

    .chatPopupForSingleUser .chat__conversation-panel__button {
        background: grey;
        height: 20px;
        width: 30px;
        border: 0;
        padding: 0;
        outline: none;
        cursor: pointer;
    }

    .chatPopupForSingleUser .chat__conversation-panel .add-file-button {
        height: 23px;
        min-width: 23px;
        width: 23px;
        background: var(--chat-add-button-background);
        border-radius: 50%;
    }

        .chatPopupForSingleUser .chat__conversation-panel .add-file-button svg {
            width: 70%;
            stroke: #54575c;
        }

    .chatPopupForSingleUser .chat__conversation-panel .emoji-button {
        min-width: 23px;
        width: 23px;
        height: 23px;
        background: transparent;
        border-radius: 50%;
    }

        .chatPopupForSingleUser .chat__conversation-panel .emoji-button svg {
            width: 100%;
            fill: transparent;
            stroke: #54575c;
        }

    .chatPopupForSingleUser .chat__conversation-panel .send-message-button {
        background: var(--chat-send-button-background);
        height: 30px;
        min-width: 30px;
        border-radius: 50%;
        transition: 0.3s ease;
    }

        .chatPopupForSingleUser .chat__conversation-panel .send-message-button:active {
            transform: scale(0.97);
        }

        .chatPopupForSingleUser .chat__conversation-panel .send-message-button svg {
            margin: 1px -1px;
        }

    .chatPopupForSingleUser .chat__conversation-panel__input {
        width: 100%;
        height: 100%;
        outline: none;
        position: relative;
        color: var(--chat-text-color);
        font-size: 13px;
        background: transparent;
        border: 0;
        font-family: "Lato", sans-serif;
        resize: none;
    }

    @media only screen and (max-width: 600px) {
        .chatPopupForSingleUser {
            margin: 0;
            border-radius: 0;
        }

            .chatPopupForSingleUser .chat__conversation-board {
                height: calc(100vh - 263px - 2em - .5em - 3em);
            }
    }

    /*.For_select_down select {
    background-image: linear-gradient(45deg, transparent 50%, #333333 60%), linear-gradient(135deg, #333333 40%, transparent 50%) !important;
    background-position: calc(100% - 19px) 15px, calc(100% - 12px) 15px, 100% 0;
    background-size: 5px 4px, 7px 5px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.for_general_tab_select_icon select {
    background-image: linear-gradient(45deg, transparent 50%, #333333 60%), linear-gradient(135deg, #333333 40%, transparent 50%) !important;
    background-position: calc(100% - 19px) 15px, calc(100% - 12px) 15px, 100% 0;
    background-size: 5px 4px, 7px 5px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.for_review-by select {
    background-image: linear-gradient(45deg, transparent 50%, #333333 60%), linear-gradient(135deg, #333333 40%, transparent 50%) !important;
    background-position: calc(100% - 19px) 15px, calc(100% - 12px) 15px, 100% 0;
    background-size: 5px 4px, 7px 5px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}*/

    .For_select_down .ms-options-wrap > button:after {
        content: ' ';
        height: 0;
        position: absolute;
        top: 50%;
        right: 10px !important;
        width: 0;
        border: 5px solid rgba(0, 0, 0, 0) !important;
        border-top-color: #333333 !important;
        margin-top: -3px;
    }

    .for_general_tab_select_icon .ms-options-wrap > button:after {
        content: ' ';
        height: 0;
        position: absolute;
        top: 50%;
        right: 10px !important;
        width: 0;
        border: 5px solid rgba(0, 0, 0, 0) !important;
        border-top-color: #333333 !important;
        margin-top: -3px;
    }

    @media only screen and (max-width: 1460px) {
        .mm-panel .for_cases {
            padding-left: 19px !important;
        }
    }

    @media only screen and (max-width:1099px) {
        .fa-caret-down {
            display: block !important;
        }

        .fa-caret-right {
            display: block !important;
        }
    }

    @media only screen and (max-width:1366px) {
        #navigation ul a {
            padding: 3px 5px !important;
        }
    }


    .patient_video_record {
        padding: 0px 0px 0px 30px;
    }

    .for_cta_complete .form-check-inline {
        margin-right: 19px !important;
    }



    /*Ali hasan styling*/



    .for_additional_reccomend {
        padding-top: 10px;
    }

    .for_label_additional_recommend {
        position: relative;
        top: -5px;
        padding-top: 10px;
    }

    .for_imge_simptom {
        padding-top: 10px;
    }

    .for_trhombolatic_given {
        padding-bottom: 5px;
    }

    #cas_metric_radiologist_callback_for_review_of_advance_imaging, #cas_metric_physician_notified_of_thrombolytics {
        top: -4px;
    }

    .for_review_period_space {
        padding-bottom: 10px;
    }

    .aligment-for_all_lebal {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    /*.for-input_box {
    max-width: 100%;
}*/
    /*for all the screen*/
    /*@media only screen and (max-width:1920px) {
    .for-input_box {
        max-width:74%;
    }
}*/


    #ContactRadiologist, #btnContactRadiologist, #ContactRadiologist {
        font-size: 14px;
        padding: 4px 10px;
    }

    #ctabtn1 {
        padding: 4px 10px;
    }

    .for_radio_stroke {
        padding: 0px 23px 0px 2px;
        margin-bottom: -2px;
    }

    .medical-director-review-completed-operator td {
        padding: 10px !important;
    }
    /*for five nine open  Ali hassan*/


    #divStartTime {
        border: 2px solid #ff0000;
        padding: 11px 15px 15px 0px;
    }

    .five9Open #divStartTime {
        border: 2px solid #ff0000;
        padding: 11px 0px 15px 0px
    }
    /*#divdispatchtime {
    padding: 0px 15px 0px 0px;
    margin-bottom: 17px;
}
.five9Open #divdispatchtime {
    padding: 0px 0px 0px 0px !important;
    margin-bottom: 17px;
}*/
    .dispatchtimeaccepte {
        border: 1px solid green;
        border-radius: 8px;
        background: #004987;
        color: white;
        padding: 10px 21px 10px 0px;
    }

        .dispatchtimeaccepte label {
            position: relative;
            top: 2px;
        }

    .clock-icon-accepted {
        padding-right: 40px;
    }

    #dispatch_time_accecpted_time_difference {
        position: relative;
        left: -6px
    }

    .five9Open .dispatchtimeaccepte {
        border: 1px solid green;
        border-radius: 8px;
        background: #004987;
        color: white;
        padding: 10px 10px 10px 0px;
    }

    #case_accepted_time {
        margin-top: -5px;
    }

    .five9Open #case_accepted_time {
        margin-top: -5px;
    }

    #poac_callBack_time {
        margin-top: -4px;
        margin-bottom: 12px;
    }

    .five9Open #poac_callBack_time {
        margin-top: -4px;
        margin-bottom: 12px;
    }

    .timefirstlogin {
        margin-bottom: 11px;
    }

    .five9Open .timefirstlogin {
        margin-bottom: 11px;
    }

    .timefirstlogindelay {
        margin-bottom: 11px;
    }

    .five9Open .timefirstlogindelay {
        margin-bottom: 11px;
    }

    .timefirstlogindelaynotes {
        margin-bottom: 10px;
    }

    .five9Open .timefirstlogindelaynotes {
        margin-bottom: 10px;
    }

    #divLastknownWell {
        border: 2px solid #ff0000;
        margin-top: -7px;
        padding: 10px 13px 10px 0px;
    }

    .five9Open #divLastknownWell {
        padding: 10px 0px 10px 0px;
        border: 2px solid #ff0000;
        margin-top: -7px;
    }

    .metric_door_time_container {
        border: 2px solid #ff0000;
        padding: 10px 13px 15px 0px;
    }

    .five9Open .metric_door_time_container {
        padding: 10px 0px 15px 0px;
        border: 2px solid #ff0000;
    }

    #divAssessmentTime {
        border: 2px solid #ff0000;
        padding: 10px 80px 16px 0px;
    }

    .five9Open #divAssessmentTime {
        padding: 10px 42px 16px 0px;
        border: 2px solid #ff0000;
    }

    #symptoms_physicianmetric {
        margin-bottom: -7px !important;
        padding: 0px 37px 0px 0px;
    }

    .five9Open #symptoms_physicianmetric {
        padding: 0px 37px 0px 0px;
        margin-bottom: -7px !important;
    }

    #hpi_phys_metric {
        padding: 0px 37px 0px 0px;
        margin-bottom: -16px;
    }

    .five9Open #hpi_phys_metric {
        padding: 0px 37px 0px 0px;
        margin-bottom: -16px;
    }

    .for_row_according_pre {
        margin-bottom: -15px;
    }

    .for_htn_accdn {
        padding: 5px 15px;
    }

    .for-dm_accrdn {
        padding: 5px 12px;
    }

    .column_dm {
        position: relative;
        left: 21px;
    }

    .column_dms {
        position: relative;
        left: 21px;
    }

    .for_htn_accdn {
        margin-bottom: -15px;
    }

    .seizure {
        padding-left: 10px;
        margin-top: 3px;
    }

    .migraine_headaches {
        padding: 0px;
        margin-bottom: -5px;
    }

    .other_pmh {
        margin-bottom: 10px;
    }

    .five9Open .other_pmh {
        margin-bottom: 10px;
    }

    .other_pmh .aligment-for_all_lebal {
        padding-left: 17px !important
    }

    .past_hospitalizations {
        margin-bottom: 10px;
    }

    .five9Open .past_hospitalizations {
        margin-bottom: 10px;
    }

    .covid_19 {
        margin-bottom: -10px;
        padding: 0px;
    }

    .cad_case_ap {
        margin-bottom: -12px;
    }

    .other_pmh label {
        padding-left: 14px !important;
    }

    .past_hospitalizations label {
        padding-left: 17px !important;
    }

    .unable_obtain_due label {
        padding-left: 17px !important;
    }

    .unable_obtain_due {
        margin-bottom: 10px;
    }

    .five9Open .unable_obtain_due {
        margin-bottom: 10px;
    }

    .medications_row {
        margin-bottom: -1px;
    }

    .Anticoagulant_row {
        margin-bottom: 3px;
    }

    .ReviewedEMRfor {
        margin-bottom: -3px;
    }

    .five9Open .ReviewedEMRfor_checkbox {
        padding: 0px;
        position: relative;
        left: 16px;
    }

    .ReviewedEMRfor_lebal {
        position: absolute;
        left: 33px;
    }

    .other_medication_patient {
        margin-bottom: 5px;
    }

    #antiplateletusediv .input-group {
        padding-right: 20px;
    }

    .five9Open .other_medication_patient {
        margin-bottom: 5px;
    }
    /*.divAllergies_checkbox {
    position: relative;
    left: -4px;
}
.five9Open .divAllergies_checkbox {
    position: relative;
    left: -36px;
}*/
    .Allergies_row {
        margin-bottom: 0px !important;
    }

    .allergies_description {
        margin-bottom: -6px;
    }

    .five9Open .allergies_description {
        margin-bottom: -6px;
    }

    #Unable_To_Obtain {
        margin-bottom: 0px;
    }

    .five9Open #Unable_To_Obtain {
        margin-bottom: 0px;
    }

    .faility_time_lebal {
        padding-left: 3px;
    }

    .facility_time_row {
        margin-top: 10px;
        margin-bottom: 5px;
        padding: 0px 0px;
    }

    .physician_metric_colume {
        padding-right: 15px !important;
    }

    .lkw_current_time_row {
        margin-bottom: 9px;
        padding: 0px 0px;
    }

    .alteplasemedicalTime {
        padding-left: 3px;
    }

    .History_recent_stroke {
        margin-top: -10px;
    }

    #alteplasemedicalTime {
        border: 2px solid #ff0000;
        margin-bottom: 12px;
        margin-top: -17px;
    }

    .five9Open #alteplasemedicalTime {
        border: 2px solid #ff0000;
        margin-bottom: 12px;
    }

    .Thrombolytic_Candidate {
        padding: 0px 0px 0px 17px;
        margin-bottom: 0px;
    }

    .Thrombolytic_Used {
        padding: 0px 0px 0px 16px;
        margin-bottom: -10px;
    }

    .needle_times_phy {
        border: 2px solid #ff0000;
    }

    .five9Open .needle_times_phy {
        border: 2px solid #ff0000;
    }

    .five9Open .needle_timer_count {
        padding-right: 0px;
    }

    .elapsed_time_fromArrival {
        border: 2px solid #ff0000 !important;
        border-radius: 8px;
        padding: 11px 20px 11px 10px;
    }

    #divmedicineweigtage {
        display: none;
        padding: 15px 16px;
        margin-bottom: 12px !important;
    }

    .div_mdicweightage {
        margin-bottom: -8px !important;
    }

        .div_mdicweightage label {
            font-size: 12px !important;
            padding: 10px 16px;
        }

    .total_dose {
        margin-bottom: 0px !important;
    }

    #cas_metrics_dose_container label, #cas_metrics_dose_container_ml label {
        font-size: 12px !important;
        padding: 0px 0px 10px 0px;
    }

    #div_bolus label, #div_bolus_ml label, #div_infussion label, #div_infussion_ml label, #discard label {
        font-size: 12px !important;
        padding: 0px 0px 10px 0px;
    }

    .tpa_resun_key {
        padding: 0px 26px 0px 3px;
    }

    .five9Open .tpa_resun_key {
        padding: 0px 20px 0px 0px;
    }

    .tpa_resun_key_row {
        margin-left: 10px;
    }

    #attestation {
        padding: 10px 20px 15px 18px !important;
    }

        #attestation label {
            font-size: 16px !important;
        }

    #divtPAorderedPersonally_Main {
        margin-bottom: -10px !important;
    }

    #divtPAordered_review {
        margin-bottom: 10px;
        padding: 0px;
        margin-top: 10px;
    }

    #divtPAorderedPersonally {
        margin-bottom: 0px !important;
    }

    #divVizappReview_Main {
        margin-top: -6px;
    }

        #divVizappReview_Main label {
            padding: 0px;
        }

    .for_radio_button_for_morbid {
        padding: 0px;
    }

    .morbidSymptoms {
        padding: 5px 30px 0px 20px;
    }

    .five9Open .morbidSymptoms {
        padding: 5px 30px 0px 20px;
    }

    .for_pre_morbid_rankin {
        margin-left: 10px;
        margin-top: 05px;
    }

    .five9Open .for_pre_morbid_rankin {
        margin-left: 0px;
        margin-top: 05px;
        padding-left: 10px;
    }
.five9Open .forinputpremorbid{
    margin-left:10px!important;
}
.five9Open .formorbidsystemoption {
    padding-bottom: 50px!important;
}
.for_premodbid_row {
    margin-top: -10px;
}

    .for_smoking_field {
        margin-bottom: -1px !important;
        margin-top: 15px;
    }

    #cas_patient_is span {
        font-size: 12px !important;
    }

    .for_alcohol_use, .for_drugUse, .for_current_employee_field {
        margin-bottom: -1px !important;
    }

    .optain_patientStatus {
        margin-bottom: 0px !important;
    }

    .for-historyFamily {
        margin-top: -10px;
    }

    .threFamilyHistoryOf {
        margin-bottom: 10px;
    }

    .premature_cerebrovascular {
        margin-bottom: 0px !important;
    }

    .ros14pointsqa {
        margin-bottom: 8px;
    }

    .chekBook {
        padding: 0px;
    }

    .for_clmn_14PointRos {
        padding: 0px;
        position: absolute;
        left: 50px;
        top: 17px;
    }

    .form-group_point {
        padding: 0px !important;
    }

    #div_cas_review_of_symptems {
        margin-bottom: 9px;
    }

    .Field_pstHstryCnnot {
        margin-bottom: 9px;
    }

    .pst-obtn-history {
        margin-top: 15px;
        /*margin-bottom: 0px;*/
    }

    .pst-obtn-histor label {
        position: absolute;
        left: 30px;
    }

    #SurgicalHistory-Of {
        margin-bottom: 0px !important;
    }

    .five9Open #SurgicalHistory-Of {
        margin-bottom: 0px !important;
        margin-top: 10px;
    }

    #respons_history {
        position: absolute;
        left: 30px;
    }

    .facility-accordance {
        margin-top: 10px;
    }

    .ctaprotocol_field {
        margin-top: 5px;
    }

    .for-trhomoticaly {
        padding: 15px 15px;
    }

    .for_tromobolaticKnownWell {
        margin-bottom: 9px;
    }

    .CTHeadShowingHorrhage {
        margin-bottom: 9px;
    }

    .Intra-axial {
        margin-bottom: 0px !important;
    }

    #ctheadAtleastOne {
        padding: 10px 15px;
        margin-top: -19px;
    }

        #ctheadAtleastOne label {
            padding-bottom: 5px;
        }

    #getctvalues {
        padding: 0px 5px;
    }

    #chek_radiologistCtHeadshow {
        align-items: baseline;
        border-bottom: 1px solid #2a94ec;
    }

        #chek_radiologistCtHeadshow label {
            position: relative;
            left: 1px;
            top: -6px;
        }

    #image_unavailable {
        align-items: baseline;
    }

        #image_unavailable label {
            position: relative;
            left: 1px;
            top: -6px;
        }

    #Vitals_Display_TPA {
        display: none;
        padding: 0px 14px;
        margin-top: -13px;
        margin-bottom: -4px;
    }

    .bp-pulse-blood {
        padding: 0px 1px 0px 15px;
    }

    .NIHSSmaynot {
        padding: 5px 20px;
    }

    .strong_bold {
        position: relative;
        top: 0px;
    }

    .cketbox_cereborvascular {
        margin-top: 3px;
    }

    @media only screen and (max-width:1366px) {
        .five9Open #divCalTime {
            padding: 12px 2px 17px 2px;
        }

        .five9Open .timepicker {
            font-size: 14px;
            border: none !important;
            background: white !important;
            padding-top: 8px;
        }

        .five9Open .est-container > span {
            position: absolute;
            bottom: 3px;
            margin-bottom: 3px;
            left: 2px;
            margin-left: 2px;
            font-size: 13px;
        }

        .five9Open .carousel-button span {
        }

        .five9Open .card-header {
            padding: 10px;
        }

        .five9Open .accordion .card-header:after {
            font-family: 'FontAwesome';
            content: "\f068";
            float: right;
            margin-top: -12px;
            color: var(--white-color);
            background-color: var(--primary-color);
            padding: 4px 8px 4px 8px;
            border-radius: 50%;
            transform: rotate( 0deg );
            transition: .3s all;
        }

        .five9Open .accordion .card-header.collapsed:after {
            content: "\f067";
            color: var(--white-color);
            background-color: var(--primary-color);
            padding: 3px 8px 3px 8px;
            border-radius: 50%;
            transform: rotate( -180deg );
        }

        .five9Open input[type="radio"] {
            appearance: none;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            vertical-align: middle;
            margin-bottom: 4px;
            cursor: pointer;
            outline: 0;
            overflow: hidden;
            border: 2px solid var(--primary-color);
            position: relative !important;
            margin-right: 0px !important;
            padding: 6px;
        }

        .five9Open .for-dm_accrdn {
            padding: 5px 3px;
        }

        .five9Open .other_medication_patient {
            margin-bottom: 5px;
            margin-top: 15px;
        }

        .five9Open #tpa_resun_key_col {
            padding-right: 0px;
            padding-left: 20px;
        }

        .five9Open .cketbox_cereborvascular {
            margin-top: -7px;
            position: relative;
            left: -16px;
            padding: 0px;
            top: -25px;
        }

        .five9Open .pst-obtn-history .form-group {
            position: relative;
            left: 20px;
            padding: 0px;
        }

        .five9Open .carousel-button span {
            font-size: 14px;
        }

        #alteplasemedicalTime {
            border: 2px solid #ff0000;
            padding: 12px 37px 17px 0px;
            margin-bottom: 12px;
        }

        .for_video_end_time {
            padding: 0px 20px 0px 16px;
        }

        .tpa_resun_key {
            padding: 0px 34px 0px 3px;
        }

        .pst-obtn-history .form-group {
            padding: 0px;
            position: relative;
            left: 20px;
        }

        #SurgicalHistory-Of {
            margin-top: 15px;
        }

        #poac_callBack_time {
            padding: 0px 45px 0px 1px;
            margin-top: -4px;
            margin-bottom: 12px;
        }

        .timefirstlogin {
            margin-bottom: 11px;
        }

        .timefirstlogindelay {
            margin-bottom: 11px;
        }

        .timefirstlogindelaynotes {
            margin-bottom: 10px;
        }

        #divAssessmentTime {
            border: 2px solid #ff0000;
            padding: 10px 50px 16px 0px;
        }

        #symptoms_physicianmetric {
            margin-bottom: -7px !important;
            padding: 0px 60px 0px 0px;
        }

        #hpi_phys_metric {
            padding: 0px 60px 0px 0px;
            margin-bottom: -16px;
        }

        .other_pmh {
            margin-bottom: 10px;
        }

        .past_hospitalizations {
            margin-bottom: 10px;
        }

        .unable_obtain_due {
            margin-bottom: 10px;
        }

        .other_medication_patient {
            margin-bottom: 5px;
        }

        .allergies_description {
            margin-bottom: -6px;
        }

        #Unable_To_Obtain {
            margin-bottom: 0px;
        }

        .ReviewedEMRfor_checkbox .input-group {
            padding: 0px;
            position: relative;
            left: 16px;
        }
        /* input[type="radio"] {
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        vertical-align: middle;
        margin-bottom: 4px;
        cursor: pointer;
        outline: 0;
        overflow: hidden;
        border: 2px solid var(--primary-color);
        position: relative !important;
        margin-right: 0px !important;
        padding: 6px;
    }*/
    }

    .needle_times_phy {
        border: 2px solid #ff0000;
        padding: 12px 0px 17px 0px !important;
    }

    .est-container > span {
        position: absolute;
        bottom: 2px;
        margin-bottom: 3px;
        left: 2px;
        margin-left: 2px;
    }
.grpFacChatFlashBtn{
    z-index:12;
}
@media(max-width:1546px) {
    .five9Open .other_medication_patient {
            margin-bottom: 5px;
            margin-top: 15px;
        }

        .ReviewedEMRfor_checkbox {
            padding: 0px;
            position: relative;
            left: 14px;
        }

        .other_medication_patient {
            margin-bottom: 5px;
            margin-top: 15px;
        }

        .cketbox_cereborvascular {
            margin-top: -7px;
            padding: 0px;
            left: 20px;
            position: relative;
            top: -10px;
        }

        .morbidSymptoms {
            padding: 5px 30px 0px 30px;
        }

        /*  input[type="radio"] {
        appearance: none;
        width: 19px;
        height: 20px;
        border-radius: 50%;
        vertical-align: middle;
        margin-bottom: 4px;
        cursor: pointer;
        outline: 0;
        overflow: hidden;
        border: 2px solid var(--primary-color);
        position: relative !important;
        margin-right: 0px !important;
        padding: 6px;
    }*/

        input[type="radio"], input[type="checkbox"] {
            box-sizing: border-box;
            padding: 0;
        }

        .for_pre_morbid_rankin {
            margin-left: 0px;
            margin-top: 5px;
        }

        .pst-obtn-history .form-group {
            position: relative;
            padding: 0px;
            left: 16px;
        }

        #SurgicalHistory-Of {
            margin-bottom: 0px !important;
            margin-top: 10px;
        }
        .grpFacChatFlashBtn img {
           width: 25px !important;
        }
        .grpFacChatFlashBtn img {
            max-width: 25px !important;
        }
    }

    @media(max-width:1500px) {
        .five9Open .other_medication_patient {
            margin-bottom: 5px;
            margin-top: 15px;
        }

        .five9Openinput[type="checkbox"] {
            margin: 0px 0px -3px 0px;
        }

        .five9Open #chek_radiologistCtHeadshow label {
            position: relative;
            left: 8px;
            top: -6px;
        }

        .five9Open #image_unavailable label {
            position: relative;
            left: 8px;
            top: -6px;
        }

        .five9Open .cketbox_cereborvascular {
            margin-top: -7px;
            padding: 0px;
            position: relative;
            left: 20px;
            top: -10px;
        }

        .five9Open .pst-obtn-history .form-group {
            padding: 0px;
            position: relative;
            left: 17px;
        }

        /*  .five9Open #SurgicalHistory-Of {
        padding: 0px;
        position: relative;
        left: 17px;
    }*/

        .five9Open .ReviewedEMRfor_checkbox {
            padding: 0px;
            position: relative;
            left: 13px;
        }

        .five9Open .other_medication_patient {
            margin-bottom: 5px;
            margin-top: 15px;
        }

        .five9Open #alteplasemedicalTime {
            border: 2px solid #ff0000;
            padding: 12px 40px 17px 0px;
            margin-bottom: 12px;
        }

        .five9Open input[type="radio"] {
            appearance: none;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            vertical-align: middle;
            margin-bottom: 4px;
            cursor: pointer;
            outline: 0;
            overflow: hidden;
            border: 2px solid var(--primary-color);
            position: relative !important;
            margin-right: 0 !important;
            padding: 7px;
        }

        .five9Open .for-trhomoticaly input[type="radio"] {
            appearance: none;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            vertical-align: middle;
            margin-bottom: 4px;
            cursor: pointer;
            outline: 0;
            overflow: hidden;
            border: 2px solid var(--primary-color);
            position: relative !important;
            margin-right: 0.9rem !important;
            padding: 7px;
        }

        .five9Open .NIHSSmaynot label {
            position: relative;
            left: 11px;
        }

        .ReviewedEMRfor_checkbox {
            padding: 0px;
            position: relative;
            left: 14px;
        }

        .other_medication_patient {
            margin-bottom: 5px;
            padding: 0px 24px 0px 0px;
            margin-top: 15px;
        }

        .cketbox_cereborvascular {
            margin-top: -7px;
            padding: 0px;
            left: 20px;
            position: relative;
            top: -10px;
        }

        .morbidSymptoms {
            padding: 5px 30px 0px 30px;
        }

        /*  input[type="radio"] {
        appearance: none;
        width: 19px;
        height: 20px;
        border-radius: 50%;
        vertical-align: middle;
        margin-bottom: 4px;
        cursor: pointer;
        outline: 0;
        overflow: hidden;
        border: 2px solid var(--primary-color);
        position: relative !important;
        margin-right: 0px !important;
        padding: 6px;
    }*/

        input[type="radio"], input[type="checkbox"] {
            box-sizing: border-box;
            padding: 0;
        }

        .for_pre_morbid_rankin {
            margin-left: 0px;
            margin-top: 5px;
        }

        .pst-obtn-history .form-group {
            position: relative;
            padding: 0px;
            left: 16px;
        }

        #SurgicalHistory-Of {
            margin-bottom: 0px !important;
            margin-top: 10px;
        }
    }

    @media(max-width:1470px) {
        .five9Open #SurgicalHistory-Of {
            padding: 0px;
            position: relative;
            left: 0px;
        }

        #navigation {
            width: 64%;
            margin-top: 16px;
        }

        .ReviewedEMRfor_checkbox {
            padding: 0px;
            position: relative;
            left: 14px;
        }

        .other_medication_patient {
            margin-bottom: 5px;
            padding: 0px 24px 0px 0px;
            margin-top: 15px;
        }

        .cketbox_cereborvascular {
            margin-top: -7px;
            padding: 0px;
            left: 20px;
            position: relative;
            top: -10px;
        }

        .morbidSymptoms {
            padding: 5px 30px 0px 30px;
        }
        /*
    input[type="radio"] {
        appearance: none;
        width: 19px;
        height: 20px;
        border-radius: 50%;
        vertical-align: middle;
        margin-bottom: 4px;
        cursor: pointer;
        outline: 0;
        overflow: hidden;
        border: 2px solid var(--primary-color);
        position: relative !important;
        margin-right: 0px !important;
        padding: 6px;
    }*/

        input[type="radio"], input[type="checkbox"] {
            box-sizing: border-box;
            padding: 0;
        }

        .for_pre_morbid_rankin {
            margin-left: 0px;
            margin-top: 5px;
        }

        .pst-obtn-history .form-group {
            position: relative;
            padding: 0px;
            left: 16px;
        }

        #SurgicalHistory-Of {
            margin-bottom: 0px !important;
            margin-top: 10px;
        }
    }

    @media(max-width:1400px) {
        .five9Open #SurgicalHistory-Of {
            padding: 0px;
            position: relative;
            left: 0px;
        }

        .pst-obtn-history .form-group {
            position: relative;
            padding: 0px;
            left: 16px;
        }

        #SurgicalHistory-Of {
            margin-bottom: 0px !important;
            margin-top: 10px;
        }

        .five9Open #navigation {
            width: 62%;
            margin-top: 16px;
        }

        .five9Open #header {
            position: relative;
            z-index: 999;
            padding: 0;
            box-shadow: 0 0 18px 0 rgb(0 0 0 / 12%);
            font-size: 14px;
            height: 104px;
        }

        .ReviewedEMRfor_checkbox {
            padding: 0px;
            position: relative;
            left: 14px;
        }

        .other_medication_patient {
            margin-bottom: 5px;
            padding: 0px 24px 0px 0px;
            margin-top: 15px;
        }

        .cketbox_cereborvascular {
            margin-top: -7px;
            padding: 0px;
            left: 20px;
            position: relative;
            top: -10px;
        }

        .morbidSymptoms {
            padding: 5px 30px 0px 30px;
        }
        /*
    input[type="radio"] {
        appearance: none;
        width: 19px;
        height: 20px;
        border-radius: 50%;
        vertical-align: middle;
        margin-bottom: 4px;
        cursor: pointer;
        outline: 0;
        overflow: hidden;
        border: 2px solid var(--primary-color);
        position: relative !important;
        margin-right: 0px !important;
        padding: 6px;
    }*/

        input[type="radio"], input[type="checkbox"] {
            box-sizing: border-box;
            padding: 0;
        }

        .for_pre_morbid_rankin {
            margin-left: 0px;
            margin-top: 5px;
        }
    }

    @media(max-width:1360px) {
        .five9Open #navigation {
            width: 53%;
            margin-top: 14px;
        }

        .five9Open #header {
            position: relative;
            z-index: 999;
            padding: 0;
            box-shadow: 0 0 18px 0 rgb(0 0 0 / 12%);
            font-size: 14px;
            height: 90px;
        }

        .ReviewedEMRfor_checkbox {
            padding: 0px;
        }

        .other_medication_patient {
            margin-bottom: 5px;
            padding: 0px 24px 0px 0px;
            margin-top: 15px;
        }

        .cketbox_cereborvascular {
            margin-top: -7px;
            padding: 0px;
            left: 20px;
            position: relative;
            top: -10px;
        }

        .morbidSymptoms {
            padding: 5px 30px 0px 30px;
        }

        /*  input[type="radio"] {
        appearance: none;
        width: 19px;
        height: 20px;
        border-radius: 50%;
        vertical-align: middle;
        margin-bottom: 4px;
        cursor: pointer;
        outline: 0;
        overflow: hidden;
        border: 2px solid var(--primary-color);
        position: relative !important;
        margin-right: 0px !important;
        padding: 6px;
    }*/

        input[type="radio"], input[type="checkbox"] {
            box-sizing: border-box;
            padding: 0;
        }

        .for_pre_morbid_rankin {
            margin-left: 0px;
            margin-top: 5px;
        }
    }

    @media(max-width:1366px) {

        .five9Open .ReviewedEMRfor_checkbox {
            margin-top: 15px;
            padding: 0px;
            position: relative;
            left: -2px;
            top: -14px;
        }

        .five9Open #navigation {
            width: 53%;
            margin-top: 14px;
        }

        .five9Open #header {
            position: relative;
            z-index: 999;
            padding: 0;
            box-shadow: 0 0 18px 0 rgb(0 0 0 / 12%);
            font-size: 14px;
            height: 90px;
        }

        .five9Open .accordion .btn-link {
            text-decoration: none;
            color: var(--primary-color);
            font-size: 14px !important;
            font-weight: 600;
            white-space: inherit;
            padding-right: 30px;
        }

        .five9Open .est-container > span {
            position: absolute;
            bottom: 3px;
            margin-bottom: 3px;
            left: 2px;
            margin-left: 2px;
            font-size: 13px;
        }

        five9Open .carousel-button span {
            font-size: 14px;
            padding-right: 20px;
        }

        .five9Open #alteplasemedicalTime {
            border: 2px solid #ff0000;
            padding: 12px 30px 17px 0px;
            margin-bottom: 12px;
        }

        .five9Open .needle_times_phy {
            border: 2px solid #ff0000;
            padding: 12px 20px 17px 0px;
        }

        .five9Open label {
            font-size: 13px !important;
        }

        .five9Open #attestation label {
            font-size: 14px !important;
        }

        .five9Open .metric_door_time_container a {
            font-size: 14px;
        }

        .five9Open strong {
            font-size: 14px !important;
        }

        .ReviewedEMRfor_checkbox {
            padding: 0px;
            position: relative;
            left: 0px !important;
        }

        .other_medication_patient {
            margin-bottom: 5px;
            padding: 0px 24px 0px 0px;
            margin-top: 15px;
        }

        .cketbox_cereborvascular {
            margin-top: -7px;
            padding: 0px;
            left: 20px;
            position: relative;
            top: -10px;
        }

        .morbidSymptoms {
            padding: 5px 30px 0px 30px;
        }
        /*
    input[type="radio"] {
        appearance: none;
        width: 19px;
        height: 20px;
        border-radius: 50%;
        vertical-align: middle;
        margin-bottom: 4px;
        cursor: pointer;
        outline: 0;
        overflow: hidden;
        border: 2px solid var(--primary-color);
        position: relative !important;
        margin-right: 0px !important;
        padding: 6px;
    }*/

        input[type="radio"], input[type="checkbox"] {
            box-sizing: border-box;
            padding: 0;
        }

        .for_pre_morbid_rankin {
            margin-left: 0px;
            margin-top: 5px;
        }
    }

    @media(max-width:1350px) {
        .five9Open .ReviewedEMRfor_checkbox {
            margin-top: 15px;
            padding: 0px;
            position: relative;
            left: -2px;
            top: -14px;
        }

        .five9Open .accordion .btn-link {
            text-decoration: none;
            color: var(--primary-color);
            font-size: 14px !important;
            font-weight: 600;
            white-space: inherit;
            padding-right: 30px;
        }

        .five9Open .est-container > span {
            position: absolute;
            bottom: 3px;
            margin-bottom: 3px;
            left: 2px;
            margin-left: 2px;
            font-size: 13px;
        }

        five9Open .carousel-button span {
            font-size: 14px;
            padding-right: 20px;
        }

        .five9Open #alteplasemedicalTime {
            border: 2px solid #ff0000;
            padding: 12px 30px 17px 0px;
            margin-bottom: 12px;
        }

        .five9Open .needle_times_phy {
            border: 2px solid #ff0000;
            padding: 12px 20px 17px 0px;
        }

        .five9Open label {
            font-size: 13px !important;
        }

        .five9Open #attestation label {
            font-size: 14px !important;
        }

        .five9Open .metric_door_time_container a {
            font-size: 14px;
        }

        .five9Open strong {
            font-size: 14px !important;
        }

        .five9Open #navigation {
            width: 60%;
            margin-top: 14px;
        }

        .five9Open #header {
            position: relative;
            z-index: 999;
            padding: 0;
            box-shadow: 0 0 18px 0 rgb(0 0 0 / 12%);
            font-size: 14px;
            height: 90px;
        }

        .ReviewedEMRfor_checkbox {
            padding: 0px;
        }

        .other_medication_patient {
            margin-bottom: 5px;
            padding: 0px 24px 0px 0px;
            margin-top: 15px;
        }

        .cketbox_cereborvascular {
            margin-top: -7px;
            padding: 0px;
            left: 20px;
            position: relative;
            top: -10px;
        }

        .morbidSymptoms {
            padding: 5px 30px 0px 30px;
        }

        /*  input[type="radio"] {
        appearance: none;
        width: 19px;
        height: 20px;
        border-radius: 50%;
        vertical-align: middle;
        margin-bottom: 4px;
        cursor: pointer;
        outline: 0;
        overflow: hidden;
        border: 2px solid var(--primary-color);
        position: relative !important;
        margin-right: 0px !important;
        padding: 6px;
    }*/

        input[type="radio"], input[type="checkbox"] {
            box-sizing: border-box;
            padding: 0;
        }

        .for_pre_morbid_rankin {
            margin-left: 0px;
            margin-top: 5px;
        }
    }

    @media(max-width:1300px) {
        .five9Open .seizure {
            padding-left: 3px;
            margin-top: 3px;
        }

        .five9Open .accordion .btn-link {
            text-decoration: none;
            color: var(--primary-color);
            font-size: 14px !important;
            font-weight: 600;
            white-space: inherit;
            padding-right: 30px;
        }

        .five9Open .est-container > span {
            position: absolute;
            bottom: 3px;
            margin-bottom: 3px;
            left: 2px;
            margin-left: 2px;
            font-size: 13px;
        }

        .five9Open .carousel-button span {
            font-size: 14px;
            padding-right: 20px;
        }

        .five9Open #alteplasemedicalTime {
            border: 2px solid #ff0000;
            padding: 12px 30px 17px 0px;
            margin-bottom: 12px;
        }

        .five9Open .needle_times_phy {
            border: 2px solid #ff0000;
            padding: 12px 20px 17px 0px;
        }

        .five9Open label {
            font-size: 13px !important;
        }

        .five9Open #attestation label {
            font-size: 14px !important;
        }

        .five9Open .metric_door_time_container a {
            font-size: 14px;
        }

        .five9Open strong {
            font-size: 14px !important;
        }

        .ReviewedEMRfor_checkbox {
            padding: 0px;
        }

        .other_medication_patient {
            margin-bottom: 5px;
            padding: 0px 24px 0px 0px;
            margin-top: 15px;
        }

        .cketbox_cereborvascular {
            margin-top: -7px;
            padding: 0px;
            left: 20px;
            position: relative;
            top: -10px;
        }

        .morbidSymptoms {
            padding: 5px 30px 0px 30px;
        }

        /*    input[type="radio"] {
        appearance: none;
        width: 19px;
        height: 20px;
        border-radius: 50%;
        vertical-align: middle;
        margin-bottom: 4px;
        cursor: pointer;
        outline: 0;
        overflow: hidden;
        border: 2px solid var(--primary-color);
        position: relative !important;
        margin-right: 0px !important;
        padding: 6px;
    }*/

        input[type="radio"], input[type="checkbox"] {
            box-sizing: border-box;
            padding: 0;
        }

        .for_pre_morbid_rankin {
            margin-left: 0px;
            margin-top: 5px;
        }
    }

    @media(max-width:1240px) {
        .five9Open .ReviewedEMRfor_checkbox {
            padding: 0px;
            position: relative;
            left: -3px;
        }

        .five9Open #collapseThree .bg-light-blued {
            padding: 13px 20px 6px 10px;
        }

        .five9Open .accordion .btn-link {
            text-decoration: none;
            color: var(--primary-color);
            font-size: 14px !important;
            font-weight: 600;
            white-space: inherit;
            padding-right: 30px;
        }

        .five9Open .est-container > span {
            position: absolute;
            bottom: 3px;
            margin-bottom: 3px;
            left: 2px;
            margin-left: 2px;
            font-size: 13px;
        }

        five9Open .carousel-button span {
            font-size: 14px;
            padding-right: 20px;
        }

        .five9Open #alteplasemedicalTime {
            border: 2px solid #ff0000;
            padding: 12px 30px 17px 0px;
            margin-bottom: 12px;
        }

        .five9Open .needle_times_phy {
            border: 2px solid #ff0000;
            padding: 12px 20px 17px 0px;
        }

        .five9Open label {
            font-size: 13px !important;
        }

        .five9Open #attestation label {
            font-size: 14px !important;
        }

        .five9Open .metric_door_time_container a {
            font-size: 14px;
        }

        .five9Open strong {
            font-size: 14px !important;
        }

        .ReviewedEMRfor_checkbox {
            padding: 0px;
        }

        .other_medication_patient {
            margin-bottom: 5px;
            padding: 0px 24px 0px 0px;
            margin-top: 15px;
        }

        .cketbox_cereborvascular {
            margin-top: -7px;
            padding: 0px;
            left: 20px;
            position: relative;
            top: -10px;
        }

        .morbidSymptoms {
            padding: 5px 30px 0px 30px;
        }

        /*   input[type="radio"] {
        appearance: none;
        width: 19px;
        height: 20px;
        border-radius: 50%;
        vertical-align: middle;
        margin-bottom: 4px;
        cursor: pointer;
        outline: 0;
        overflow: hidden;
        border: 2px solid var(--primary-color);
        position: relative !important;
        margin-right: 0px !important;
        padding: 6px;
    }*/

        input[type="radio"], input[type="checkbox"] {
            box-sizing: border-box;
            padding: 0;
        }

        .for_pre_morbid_rankin {
            margin-left: 0px;
            margin-top: 5px;
        }
    }

    @media(max-width:1270px) {

        .five9Open #navigation {
            width: 53%;
            margin-top: 14px;
        }

        .five9Open #header {
            position: relative;
            z-index: 999;
            padding: 0;
            box-shadow: 0 0 18px 0 rgb(0 0 0 / 12%);
            font-size: 14px;
            height: 119px;
        }

        .five9Open .accordion .btn-link {
            text-decoration: none;
            color: var(--primary-color);
            font-size: 14px !important;
            font-weight: 600;
            white-space: inherit;
            padding-right: 30px;
        }

        .five9Open .est-container > span {
            position: absolute;
            bottom: 3px;
            margin-bottom: 3px;
            left: 2px;
            margin-left: 2px;
            font-size: 13px;
        }

        five9Open .carousel-button span {
            font-size: 14px;
            padding-right: 20px;
        }

        .five9Open #alteplasemedicalTime {
            border: 2px solid #ff0000;
            padding: 12px 30px 17px 0px;
            margin-bottom: 12px;
        }

        .five9Open .needle_times_phy {
            border: 2px solid #ff0000;
            padding: 12px 20px 17px 0px;
        }

        .five9Open label {
            font-size: 13px !important;
        }

        .five9Open #attestation label {
            font-size: 14px !important;
        }

        .five9Open .metric_door_time_container a {
            font-size: 14px;
        }

        .five9Open strong {
            font-size: 14px !important;
        }

        .ReviewedEMRfor_checkbox {
            padding: 0px;
        }

        .other_medication_patient {
            margin-bottom: 5px;
            padding: 0px 24px 0px 0px;
            margin-top: 15px;
        }

        .cketbox_cereborvascular {
            margin-top: -7px;
            padding: 0px;
            left: 20px;
            position: relative;
            top: -10px;
        }

        .morbidSymptoms {
            padding: 5px 30px 0px 30px;
        }

        /*    input[type="radio"] {
        appearance: none;
        width: 19px;
        height: 20px;
        border-radius: 50%;
        vertical-align: middle;
        margin-bottom: 4px;
        cursor: pointer;
        outline: 0;
        overflow: hidden;
        border: 2px solid var(--primary-color);
        position: relative !important;
        margin-right: 0px !important;
        padding: 6px;
    }*/

        input[type="radio"], input[type="checkbox"] {
            box-sizing: border-box;
            padding: 0;
        }

        .for_pre_morbid_rankin {
            margin-left: 0px;
            margin-top: 5px;
        }
    }

    @media(max-width:1230px) {
        .five9Open .other_pmh {
            margin-bottom: 10px;
        }

        .five9Open .past_hospitalizations {
            padding: 0px 0px 0px 0px;
            margin-bottom: 10px;
        }

        .five9Open .allergies_description {
            margin-bottom: -6px;
        }

        .five9Open #Unable_To_Obtain {
            padding: 0px 15px 0px 0px;
            margin-bottom: 0px;
        }

        .five9Open .accordion .btn-link {
            text-decoration: none;
            color: var(--primary-color);
            font-size: 14px !important;
            font-weight: 600;
            white-space: inherit;
            padding-right: 30px;
        }

        .five9Open .est-container > span {
            position: absolute;
            bottom: 3px;
            margin-bottom: 3px;
            left: 2px;
            margin-left: 2px;
            font-size: 13px;
        }

        five9Open .carousel-button span {
            font-size: 14px;
            padding-right: 20px;
        }

        .five9Open #alteplasemedicalTime {
            border: 2px solid #ff0000;
            padding: 12px 30px 17px 0px;
            margin-bottom: 12px;
        }

        .five9Open .needle_times_phy {
            border: 2px solid #ff0000;
            padding: 12px 20px 17px 0px;
        }

        .five9Open label {
            font-size: 13px !important;
        }

        .five9Open #attestation label {
            font-size: 14px !important;
        }

        .five9Open .metric_door_time_container a {
            font-size: 14px;
        }

        .five9Open strong {
            font-size: 14px !important;
        }

        .ReviewedEMRfor_checkbox {
            padding: 0px;
        }

        .other_medication_patient {
            margin-bottom: 5px;
            padding: 0px 24px 0px 0px;
            margin-top: 15px;
        }

        .cketbox_cereborvascular {
            margin-top: -7px;
            padding: 0px;
            left: 20px;
            position: relative;
            top: -10px;
        }

        .morbidSymptoms {
            padding: 5px 30px 0px 30px;
        }

        /*    input[type="radio"] {
        appearance: none;
        width: 19px;
        height: 20px;
        border-radius: 50%;
        vertical-align: middle;
        margin-bottom: 4px;
        cursor: pointer;
        outline: 0;
        overflow: hidden;
        border: 2px solid var(--primary-color);
        position: relative !important;
        margin-right: 0px !important;
        padding: 6px;
    }*/

        input[type="radio"], input[type="checkbox"] {
            box-sizing: border-box;
            padding: 0;
        }

        .for_pre_morbid_rankin {
            margin-left: 0px;
            margin-top: 5px;
        }
    }

    @media(max-width:1200px) {
        .five9Open #collapseThree .bg-light-blued {
            padding: 13px 20px 6px 10px;
        }

        .five9Open .accordion .btn-link {
            text-decoration: none;
            color: var(--primary-color);
            font-size: 14px !important;
            font-weight: 600;
            white-space: inherit;
            padding-right: 30px;
        }

        .five9Open .est-container > span {
            position: absolute;
            bottom: 3px;
            margin-bottom: 3px;
            left: 2px;
            margin-left: 2px;
            font-size: 13px;
        }

        five9Open .carousel-button span {
            font-size: 14px;
            padding-right: 20px;
        }

        .five9Open #alteplasemedicalTime {
            border: 2px solid #ff0000;
            padding: 12px 30px 17px 0px;
            margin-bottom: 12px;
        }

        .five9Open .needle_times_phy {
            border: 2px solid #ff0000;
            padding: 12px 20px 17px 0px;
        }

        .five9Open label {
            font-size: 13px !important;
        }

        .five9Open #attestation label {
            font-size: 14px !important;
        }

        .five9Open .metric_door_time_container a {
            font-size: 14px;
        }

        .five9Open strong {
            font-size: 14px !important;
        }

        .ReviewedEMRfor_checkbox {
            padding: 0px;
        }

        .other_medication_patient {
            margin-bottom: 5px;
            padding: 0px 24px 0px 0px;
            margin-top: 15px;
        }

        .cketbox_cereborvascular {
            margin-top: -7px;
            padding: 0px;
            left: 20px;
            position: relative;
            top: -10px;
        }

        .morbidSymptoms {
            padding: 5px 30px 0px 30px;
        }
        /*
    input[type="radio"] {
        appearance: none;
        width: 19px;
        height: 20px;
        border-radius: 50%;
        vertical-align: middle;
        margin-bottom: 4px;
        cursor: pointer;
        outline: 0;
        overflow: hidden;
        border: 2px solid var(--primary-color);
        position: relative !important;
        margin-right: 0px !important;
        padding: 6px;
    }*/

        input[type="radio"], input[type="checkbox"] {
            box-sizing: border-box;
            padding: 0;
        }

        .for_pre_morbid_rankin {
            margin-left: 0px;
            margin-top: 5px;
        }
    }

    @media(max-width:1170px) {
        .five9Open #navigation {
            width: 53% !important;
            margin-top: 14px;
        }

        .five9Open #cas_ros_negative_except_in_hpi {
            padding-right: 10px;
        }

        .five9Open .RosCannot {
            margin-top: 20px;
        }

        .five9Open #header {
            position: relative;
            z-index: 999;
            padding: 0;
            box-shadow: 0 0 18px 0 rgb(0 0 0 / 12%);
            font-size: 14px;
            height: 119px;
        }

        .five9Open #collapseThree label {
            font-size: 12px !important;
        }

        .five9Open .seizure {
            padding-left: 4px;
            margin-top: 3px;
        }

        .five9Open .unable_obtain_due {
            padding: 0px 0px 0px 0px;
            margin-bottom: 10px;
        }

        .five9Open .accordion .btn-link {
            text-decoration: none;
            color: var(--primary-color);
            font-size: 14px !important;
            font-weight: 600;
            white-space: inherit;
            padding-right: 30px;
        }

        .five9Open .est-container > span {
            position: absolute;
            bottom: 3px;
            margin-bottom: 3px;
            left: 2px;
            margin-left: 2px;
            font-size: 13px;
        }

        five9Open .carousel-button span {
            font-size: 14px;
            padding-right: 20px;
        }

        .five9Open #alteplasemedicalTime {
            border: 2px solid #ff0000;
            padding: 12px 30px 17px 0px;
            margin-bottom: 12px;
        }

        .five9Open .needle_times_phy {
            border: 2px solid #ff0000;
            padding: 12px 20px 17px 0px;
        }

        .five9Open label {
            font-size: 13px !important;
        }

        .five9Open #attestation label {
            font-size: 14px !important;
        }

        .five9Open .metric_door_time_container a {
            font-size: 14px;
        }

        .five9Open strong {
            font-size: 14px !important;
        }

        .ReviewedEMRfor_checkbox {
            padding: 0px;
        }

        .other_medication_patient {
            margin-bottom: 5px;
            padding: 0px 24px 0px 0px;
            margin-top: 15px;
        }

        .cketbox_cereborvascular {
            margin-top: -7px;
            padding: 0px;
            left: 20px;
            position: relative;
            top: -10px;
        }

        .morbidSymptoms {
            padding: 5px 30px 0px 30px;
        }

        /*   input[type="radio"] {
        appearance: none;
        width: 19px;
        height: 20px;
        border-radius: 50%;
        vertical-align: middle;
        margin-bottom: 4px;
        cursor: pointer;
        outline: 0;
        overflow: hidden;
        border: 2px solid var(--primary-color);
        position: relative !important;
        margin-right: 0px !important;
        padding: 6px;
    }*/

        input[type="radio"], input[type="checkbox"] {
            box-sizing: border-box;
            padding: 0;
        }

        .for_pre_morbid_rankin {
            margin-left: 0px;
            margin-top: 5px;
        }
    }

    @media(max-width:1167px) {

        .five9Open #navigation {
            width: 53% !important;
            margin-top: 11px;
        }



        .five9Open #header {
            position: relative;
            z-index: 999;
            padding: 0;
            box-shadow: 0 0 18px 0 rgb(0 0 0 / 12%);
            font-size: 14px;
            height: 119px;
        }

        .five9Open #collapseThree label {
            font-size: 12px !important;
        }

        .five9Open .seizure {
            padding-left: 4px;
            margin-top: 3px;
        }

        .five9Open .unable_obtain_due {
            padding: 0px 0px 0px 0px;
            margin-bottom: 10px;
        }

        .five9Open .accordion .btn-link {
            text-decoration: none;
            color: var(--primary-color);
            font-size: 14px !important;
            font-weight: 600;
            white-space: inherit;
            padding-right: 30px;
        }

        .five9Open .est-container > span {
            position: absolute;
            bottom: 3px;
            margin-bottom: 3px;
            left: 2px;
            margin-left: 2px;
            font-size: 13px;
        }

        five9Open .carousel-button span {
            font-size: 14px;
            padding-right: 20px;
        }

        .five9Open #alteplasemedicalTime {
            border: 2px solid #ff0000;
            padding: 12px 30px 17px 0px;
            margin-bottom: 12px;
        }

        .five9Open .needle_times_phy {
            border: 2px solid #ff0000;
            padding: 12px 20px 17px 0px;
        }

        .five9Open label {
            font-size: 13px !important;
        }

        .five9Open #attestation label {
            font-size: 14px !important;
        }

        .five9Open .metric_door_time_container a {
            font-size: 14px;
        }

        .five9Open strong {
            font-size: 14px !important;
        }

        .ReviewedEMRfor_checkbox {
            padding: 0px;
        }

        .other_medication_patient {
            margin-bottom: 5px;
            padding: 0px 24px 0px 0px;
            margin-top: 15px;
        }

        .cketbox_cereborvascular {
            margin-top: -7px;
            padding: 0px;
            left: 20px;
            position: relative;
            top: -10px;
        }

        .morbidSymptoms {
            padding: 5px 30px 0px 30px;
        }

        /* input[type="radio"] {
        appearance: none;
        width: 19px;
        height: 20px;
        border-radius: 50%;
        vertical-align: middle;
        margin-bottom: 4px;
        cursor: pointer;
        outline: 0;
        overflow: hidden;
        border: 2px solid var(--primary-color);
        position: relative !important;
        margin-right: 0px !important;
        padding: 6px;
    }*/

        input[type="radio"], input[type="checkbox"] {
            box-sizing: border-box;
            padding: 0;
        }

        .for_pre_morbid_rankin {
            margin-left: 0px;
            margin-top: 5px;
        }
    }

    @media(max-width:1120px) {
        .five9Open .metric_door_time_container a {
            font-size: 14px;
        }

        .five9Open #navigation {
            width: 53% !important;
            margin-top: 11px;
        }

        .cketbox_cereborvascular {
            margin-top: -7px;
            padding: 0px;
            left: 20px;
            position: relative;
            top: -10px;
        }

        .ReviewedEMRfor_checkbox {
            padding: 0px;
        }

        .other_medication_patient {
            margin-bottom: 5px;
            padding: 0px 24px 0px 0px;
            margin-top: 15px;
        }

        .five9Open #header {
            position: relative;
            z-index: 999;
            padding: 0;
            box-shadow: 0 0 18px 0 rgb(0 0 0 / 12%);
            font-size: 14px;
            height: 119px;
        }

        .five9Open .accordion .btn-link {
            text-decoration: none;
            color: var(--primary-color);
            font-size: 14px !important;
            font-weight: 600;
            white-space: inherit;
            padding-right: 30px;
        }

        .five9Open .est-container > span {
            position: absolute;
            bottom: 3px;
            margin-bottom: 3px;
            left: 2px;
            margin-left: 2px;
            font-size: 13px;
        }

        five9Open .carousel-button span {
            font-size: 14px;
            padding-right: 20px;
        }

        .five9Open #alteplasemedicalTime {
            border: 2px solid #ff0000;
            padding: 12px 30px 17px 0px;
            margin-bottom: 12px;
        }

        .five9Open .needle_times_phy {
            border: 2px solid #ff0000;
            padding: 12px 20px 17px 0px;
        }

        .five9Open label {
            font-size: 13px !important;
        }

        .five9Open #attestation label {
            font-size: 14px !important;
        }

        .five9Open .metric_door_time_container a {
            font-size: 14px;
        }

        .five9Open strong {
            font-size: 14px !important;
        }

        .morbidSymptoms {
            padding: 5px 30px 0px 30px;
        }

        /*input[type="radio"] {
        appearance: none;
        width: 19px;
        height: 20px;
        border-radius: 50%;
        vertical-align: middle;
        margin-bottom: 4px;
        cursor: pointer;
        outline: 0;
        overflow: hidden;
        border: 2px solid var(--primary-color);
        position: relative !important;
        margin-right: 0px !important;
        padding: 6px;
    }*/

        input[type="radio"], input[type="checkbox"] {
            box-sizing: border-box;
            padding: 0;
        }

        .for_pre_morbid_rankin {
            margin-left: 0px;
            margin-top: 5px;
        }
    }

    @media(max-width:1050px) {
        .five9Open #collapseThree label {
            font-size: 11px !important;
        }
    }

    @media(max-width:1050px) {
        .five9Open .cases-form-wrapper .form-check-inline label {
            margin-left: 2px;
            margin-right: 4px;
            margin-bottom: 4px;
        }

        .accordion .btn-link {
            text-decoration: none;
            color: var(--primary-color);
            font-size: 14px !important;
            font-weight: 600;
            white-space: inherit;
            padding-right: 30px;
        }

        .five9Open .accordion .btn-link {
            text-decoration: none;
            color: var(--primary-color);
            font-size: 14px !important;
            font-weight: 600;
            white-space: inherit;
            padding-right: 30px;
        }

        .five9Open .est-container > span {
            position: absolute;
            bottom: 3px;
            margin-bottom: 3px;
            left: 2px;
            margin-left: 2px;
            font-size: 13px;
        }

        five9Open .carousel-button span {
            font-size: 14px;
            padding-right: 20px;
        }

        .five9Open #alteplasemedicalTime {
            border: 2px solid #ff0000;
            padding: 12px 30px 17px 0px;
            margin-bottom: 12px;
        }

        .five9Open .needle_times_phy {
            border: 2px solid #ff0000;
            padding: 12px 20px 17px 0px;
        }

        .five9Open label {
            font-size: 13px !important;
        }

        .five9Open #attestation label {
            font-size: 14px !important;
        }

        .five9Open .metric_door_time_container a {
            font-size: 14px;
        }

        .five9Open strong {
            font-size: 14px !important;
        }

        .morbidSymptoms {
            padding: 5px 30px 0px 30px;
        }

        /*input[type="radio"] {
        appearance: none;
        width: 19px;
        height: 20px;
        border-radius: 50%;
        vertical-align: middle;
        margin-bottom: 4px;
        cursor: pointer;
        outline: 0;
        overflow: hidden;
        border: 2px solid var(--primary-color);
        position: relative !important;
        margin-right: 0px !important;
        padding: 6px;
    }
*/
        input[type="radio"], input[type="checkbox"] {
            box-sizing: border-box;
            padding: 0;
        }

        .for_pre_morbid_rankin {
            margin-left: 0px;
            margin-top: 5px;
        }
    }

    @media(max-width:1040px) {
        .five9Open .cases-form-wrapper .form-check-inline label {
            margin-left: 2px;
            margin-right: 4px;
            margin-bottom: 4px;
        }

        .cketbox_cereborvascular {
            margin-top: -7px;
            padding: 0px;
            position: relative;
            left: 10px;
            top: -10px;
        }

        .ReviewedEMRfor_checkbox {
            padding: 0px;
        }

        .other_medication_patient {
            margin-bottom: 5px;
            padding: 0px 24px 0px 0px;
            margin-top: 15px;
        }

        .accordion .btn-link {
            text-decoration: none;
            color: var(--primary-color);
            font-size: 14px;
            font-weight: 600;
            white-space: inherit;
            padding-right: 30px;
        }

        .five9Open .est-container > span {
            position: absolute;
            bottom: 3px;
            margin-bottom: 3px;
            left: 2px;
            margin-left: 2px;
            font-size: 13px;
        }

        .five9Open #alteplasemedicalTime {
            border: 2px solid #ff0000;
            padding: 12px 30px 17px 0px;
            margin-bottom: 12px;
        }

        .five9Open .needle_times_phy {
            border: 2px solid #ff0000;
            padding: 12px 20px 17px 0px;
        }

        .five9Open label {
            font-size: 10px !important;
        }
        .includefacility label, .includefacility h6 {
            font-size: 11px !important;
        }
        .includefacility input[type="checkbox"]:before {
            content: '';
            display: block;
            box-sizing: content-box;
            width: 11px;
            height: 11px;
            border: 2px solid var(--primary-color);
            transition: 0.2s border-color ease;
        }

        .includefacility input[type="checkbox"]:after {
            width: 7.6px;
            height: 13px;
            border-radius: 0;
            transform: translate(-50%, -85%) scale(0) rotate(45deg);
            background-color: transparent;
            box-shadow: 4px 4px 0px 0px var(--primary-color);
        }
        .five9Open #attestation label {
            font-size: 13px !important;
        }

        .five9Open .metric_door_time_container a {
            font-size: 13px;
        }

        .five9Open strong {
            font-size: 13px !important;
        }

        .five9Open input[type="radio"]:after {
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            border-radius: 50%;
            transition: all .1s;
            border: 4px solid var(--primary-color);
            transform: translate3d(50%, 50%, 0);
        }

        .five9Open input[type="radio"] {
            appearance: none;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            vertical-align: middle;
            margin-bottom: 4px;
            cursor: pointer;
            outline: 0;
            overflow: hidden;
            border: 2px solid var(--primary-color);
            position: relative !important;
            margin-right: 0 !important;
            padding: 5px;
        }

        .five9Open .accordion .btn-link {
            text-decoration: none;
            color: var(--primary-color);
            font-size: 13px !important;
            font-weight: 600;
            white-space: inherit;
            padding-right: 21px;
            position: relative;
            top: 9px;
        }

        .morbidSymptoms {
            padding: 5px 30px 0px 30px;
        }

        /*    input[type="radio"] {
        appearance: none;
        width: 19px;
        height: 20px;
        border-radius: 50%;
        vertical-align: middle;
        margin-bottom: 4px;
        cursor: pointer;
        outline: 0;
        overflow: hidden;
        border: 2px solid var(--primary-color);
        position: relative !important;
        margin-right: 0px !important;
        padding: 6px;
    }*/

        input[type="radio"], input[type="checkbox"] {
            box-sizing: border-box;
            padding: 0;
        }

        .for_pre_morbid_rankin {
            margin-left: 0px;
            margin-top: 5px;
        }
    }

    @media(max-width:1020px) {
        .five9Open #SurgicalHistory-Of {
            padding: 0px;
            position: relative;
            left: 0px;
            margin-top: 30px;
        }

        .five9Open input[type="radio"]:after {
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            border-radius: 50%;
            transition: all .1s;
            border: 4px solid var(--primary-color);
            transform: translate3d(50%, 50%, 0);
        }

        .for_pre_morbid_rankin {
            margin-left: 0px;
            margin-top: 5px;
        }

        .five9Open input[type="radio"] {
            appearance: none;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            vertical-align: middle;
            margin-bottom: 4px;
            cursor: pointer;
            outline: 0;
            overflow: hidden;
            border: 2px solid var(--primary-color);
            position: relative !important;
            margin-right: 0 !important;
            padding: 5px;
        }

        .five9Open label {
            font-size: 12px !important;
        }

        .five9Open #attestation label {
            font-size: 12px !important;
        }

        .five9Open .metric_door_time_container a {
            font-size: 12px;
        }

        .five9Open .for_clmn_14PointRos label {
            padding-right: 10px;
        }

        .five9Open .est-container > span {
            position: absolute;
            bottom: 3px;
            margin-bottom: 3px;
            left: 2px;
            margin-left: 2px;
            font-size: 13px;
        }

        .five9Open #divAssessmentTime {
            padding: 10px 21px 16px 0px;
            border: 2px solid #ff0000;
        }

        .five9Open .needle_times_phy {
            border: 2px solid #ff0000;
            padding: 12px 10px 17px 0px;
        }

        .five9Open #alteplasemedicalTime {
            border: 2px solid #ff0000;
            padding: 12px 19px 17px 0px;
            margin-bottom: 12px;
        }

        .five9Open .accordion .btn-link {
            text-decoration: none;
            color: var(--primary-color);
            font-size: 16px;
            font-weight: 600;
            white-space: inherit;
            padding-right: 21px;
            position: relative;
            top: 9px;
        }

        .cketbox_cereborvascular {
            margin-top: -7px;
            padding: 0px;
            position: relative;
            top: -20px;
        }

        #SurgicalHistory-Of {
            padding: 0px;
            position: relative;
            left: 6px;
            margin-top: 30px;
        }

        input[type="radio"]:after {
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            border-radius: 50%;
            transition: all .1s;
            border: 4px solid var(--primary-color);
            transform: translate3d(50%, 50%, 0);
        }

        /*    input[type="radio"] {
        appearance: none;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        vertical-align: middle;
        margin-bottom: 4px;
        cursor: pointer;
        outline: 0;
        overflow: hidden;
        border: 2px solid var(--primary-color);
        position: relative !important;
        margin-right: 0 !important;
        padding: 5px;
    }*/

        label {
            font-size: 12px !important;
        }

        #attestation label {
            font-size: 12px !important;
        }

        #metric_door_time_container a {
            font-size: 12px;
        }

        .for_clmn_14PointRos label {
            padding-right: 10px;
        }

        .est-container > span {
            position: absolute;
            bottom: 3px;
            margin-bottom: 3px;
            left: 2px;
            margin-left: 2px;
            font-size: 13px;
        }

        #divAssessmentTime {
            padding: 10px 21px 16px 0px;
            border: 2px solid #ff0000;
        }

        .needle_times_phy {
            border: 2px solid #ff0000;
            padding: 12px 10px 17px 0px;
        }

        #alteplasemedicalTime {
            border: 2px solid #ff0000;
            padding: 12px 19px 17px 0px;
            margin-bottom: 12px;
        }

        .accordion .btn-link {
            text-decoration: none;
            color: var(--primary-color);
            font-size: 16px;
            font-weight: 600;
            white-space: inherit;
            padding-right: 21px;
            position: relative;
            top: 9px;
        }
    }

    /*For Date time select box -----*/
    .k-calendar-container {
        width: 277.978px;
        height: 309.185px;
        overflow: hidden;
        top: 0px !important;
        z-index: 10002;
        left: 0px !important;
        box-sizing: content-box;
        display: none;
        position: relative !important;
    }

    .for_radio_migraine {
        padding: 0px;
    }

    .for_padding_col_case {
        padding-right: 30px;
    }

    .for_padding_col_case_slect {
        padding-right: 40px;
    }

    .for_padding_col_case_slect_box {
        padding-right: 62px;
    }

    #divtPAorderedPersonally_Main label {
        font-weight: 400 !important;
    }

    .for_facility_padd {
        padding-right: 10px;
    }

    .fcAccord {
        padding: 0px 10px;
    }

    .five9Open .k-list-container {
        position: relative;
        font-size: 16px;
        font-family: Roboto, sans-serif;
        font-stretch: 100%;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 141.359px;
        min-width: 141.359px;
        white-space: nowrap;
        height: auto;
        display: block;
        left: -58px !important;
        transform: translateY(0px);
    }

    .other_medication_patient {
        padding-right: 0px;
    }

    #date_of_birth_accept {
        margin-top: -5px;
        margin-bottom: 8px;
        padding-right: 53px
    }
    /*.QueuedCaseAlert a{
    background: #FF464A;
    padding: 4px 20px;
    border-radius: 7px;
    font-size: 14px;
}*/
    @media(min-width:3830px) {
        .background-color {
            
            background-repeat: no-repeat;
            background-size: cover !important;
            width: 100%;
        }
    }

    @media(max-width:1590px) {


        .iconcontentdiv {
            width: 86px !important;
        }

        .five9Open .iconcontentdiv {
            width: 72px !important;
        }
    }

    @media(max-width:1507px) {


        .iconcontentdiv {
            width: 88px !important;
        }

        .five9Open .iconcontentdiv {
            width: 58px !important;
        }
    }

    @media(max-width:1356px) {
        .callbackcontent {
            width: 150px !important;
        }

        .five9Open .callbackcontent {
            width: 130px !important;
        }

        .iconcontentdiv {
            width: 69px !important;
        }

        .five9Open .iconcontentdiv {
            width: 53px !important;
        }
    }

    @media(max-width:1232px) {
        .callbackcontent {
            width: 150px !important;
        }

        .five9Open .callbackcontent {
            width: 130px !important;
        }

        .iconcontentdiv {
            width: 85px;
        }

        .five9Open .iconcontentdiv {
            width: 65px;
        }
    }

    .QueuedCaseAlert a {
        border-radius: 20px;
    }

    .QueuedCaseAlert a {
        --border-size: 3px;
        --border-angle: 0turn;
        padding: 4px 14px;
        border-radius: 10px;
        background-image: conic-gradient(from var(--border-angle), #ff7700, #E6206F 50%, red), conic-gradient(from var(--border-angle), transparent 20%, #08f, white);
        background-size: calc(100% - (var(--border-size) * 2)) calc(100% - (var(--border-size) * 2)), cover;
        background-position: center center;
        background-repeat: no-repeat;
        animation: bg-spin 3s linear infinite;
    }

    @keyframes bg-spin {
        to {
            --border-angle: 1turn;
        }
    }

    .QueuedCaseAlert:hover {
        animation-play-state: paused;
    }

    @property --border-angle {
        syntax: "<angle>";
        inherits: true;
        initial-value: 0turn;
    }
    /*.QueuedCaseAlert {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, white 80%, transparent 50%), linear-gradient(90deg, white 80%, transparent 50%), linear-gradient(0deg, white 80%, transparent 50%), linear-gradient(0deg, white 80%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 16px 4px, 16px 4px, 4px 16px, 4px 16px;
    background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0px;
    padding: 4px 5px;
    border-radius: 39px;
    animation: dash 5s linear infinite;
}

@keyframes dash {
    to {
        background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
    }
}*/
    .background-color {
       /* background-image: url('../../content/images/fotor_2023-3-20_20_26_31.png');*/
        background-repeat: no-repeat;
        background-size: cover !important;
        width: 100%;
        background-position: center 4px;
    }
#navigation.NavigatorClass {
    margin-top: 20px !important;
}
#navigation.Vitalscribe {
    margin-top: 20px !important;
}
#navigation.AdministratorClass {
    margin-top: 20px !important;
}
#navigation.AdvancedAOCclass {
    margin-top: 20px !important;
}
.five9Open#navigation.AdvancedAOCclass {
    margin-top: 20px !important;
}
#navigation.AOCclass {
    margin-top: 20px !important;
}

.five9Open#navigation.AOCclass {
    margin-top: 20px !important;
}
#navigation.FullAppAccessClass {
    margin-top: 20px !important;
}

.five9Open#navigation.FullAppAccessClass {
    margin-top: 20px !important;
}
#navigation.CapacityResearcherclass {
    margin-top: 20px !important;
}

.five9Open#navigation.CapacityResearcherclass {
    margin-top: 20px !important;
}
@media(min-width:2600px) {
    .physicianstatusChange#navigation {
        margin-top: 20px !important;
    }

    .five9Open.physicianstatusChange#navigation {
        margin-top: 20px !important;
    }
    .five9Open.NavigatorClass#navigation {
        margin-top: 20px !important;
    }
    #navigation.superAdminclass {
        width: 78%;
        margin-top: 21px !important;
    }
    .five9Open#navigation.superAdminclass {
        width: 73%;
        margin-top: 6px !important;
    }
    #navigation.NavigatorClass {
        margin-top: 20px !important;
    }
    .five9Open#navigation.Vitalscribe {
        margin-top: 20px !important;
    }
    #navigation.AdministratorClass {
        margin-top: 20px !important;
    }
    .five9Open#navigation.AdvancedAOCclass {
        margin-top: 20px !important;
    }
    #navigation.CapacityResearcherclass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.CapacityResearcherclass {
        margin-top: 20px !important;
    }
}
@media(max-width:2400px) and (min-width:2400px){
    .physicianstatusChange#navigation {
        margin-top: 20px !important;
    }

    .five9Open.physicianstatusChange#navigation {
        margin-top: 20px !important;
    }

    .five9Open#navigation.superAdminclass {
        width: 71%;
        margin-top: 6px !important;
    }

    #navigation.superAdminclass {
        width: 71%;
        margin-top: 21px !important;
    }

    #navigation.NavigatorClass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.Vitalscribe {
        margin-top: 20px !important;
    }

    #navigation.AdministratorClass {
        margin-top: 20px !important;
    }

    #navigation.AdvancedAOCclass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.AdvancedAOCclass {
        margin-top: 20px !important;
    }

    #navigation.AOCclass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.AOCclass {
        margin-top: 20px !important;
    }

    #navigation.CapacityResearcherclass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.CapacityResearcherclass {
        margin-top: 20px !important;
    }
}

@media(min-width:1980px) and (max-width:2290px) {
    .physicianstatusChange#navigation {
        width: 100%;
        max-width: 65% !important;
        margin-top: 20px !important;
    }

    .five9Open.physicianstatusChange#navigation {
        width: 100%;
        max-width: 55% !important;
        margin-top: 6px !important;
    }

    .NavigatorClass#navigation {
        width: 71%;
        margin-top: 20px !important;
    }

    #navigation.superAdminclass {
        width: 72%;
        margin-top: 7px !important;
    }

    .five9Open#navigation.Vitalscribe {
        margin-top: 20px !important;
    }

    #navigation.AdministratorClass {
        margin-top: 20px !important;
    }

    #navigation.AdvancedAOCclass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.AdvancedAOCclass {
        margin-top: 20px !important;
    }

    #navigation.AOCclass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.AOCclass {
        margin-top: 20px !important;
    }

    #navigation.CapacityResearcherclass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.CapacityResearcherclass {
        margin-top: 20px !important;
    }
}
@media(max-width:1920px){
    .physicianstatusChange#navigation {
        width: 100%;
        max-width: 65% !important;
        margin-top: 20px !important;
    }
    .five9Open.physicianstatusChange#navigation {
        width: 100%;
        max-width: 55% !important;
        margin-top: 6px !important;
    }
    .NavigatorClass#navigation {
        margin-top: 20px !important;
    }
    #navigation.superAdminclass {
        margin-top: 6px !important;
        width: 65%;
    }
    .five9Open#navigation.superAdminclass {
        width: 65%;
        margin-top: -2px !important;
    }
        .five9Open#navigation ul a {
            padding: 0px 5px !important;
        }
        .five9Open#navigation.Vitalscribe {
            margin-top: 20px !important;
        }
    #navigation.AdministratorClass {
        margin-top: 20px !important;
    }
    #navigation.AdvancedAOCclass {
        margin-top: 20px !important;
    }
    .five9Open#navigation.AdvancedAOCclass {
        margin-top: 20px !important;
    }
    #navigation.AOCclass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.AOCclass {
        margin-top: 20px !important;
    }
    #navigation.FullAppAccessClass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.FullAppAccessClass {
        margin-top: 20px !important;
    }
    #navigation.CapacityResearcherclass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.CapacityResearcherclass {
        margin-top: 20px !important;
    }
}
@media(max-width:1790px) {
    .physicianstatusChange#navigation {
        width: 100%;
        max-width: 65% !important;
        margin-top: 6px !important;
    }
    .five9Open.physicianstatusChange#navigation {
        width: 100%;
        max-width: 50% !important;
        margin-top: 6px !important;
    }

        .five9Open.physicianstatusChange#navigation ul a {
            padding: 0px 5px !important;
        }
    #navigation.superAdminclass {
        width: 100%;
        max-width: 64% !important;
        margin-top: 6px !important;
    }
    .five9Open#navigation.superAdminclass {
        width: 100%;
        max-width: 60% !important;
        margin-top: -4px !important;
    }

        .five9Open#navigation ul a {
            padding: 0px 5px !important;
        }
        .five9Open#navigation.Vitalscribe {
            margin-top: 20px !important;
        }
    #navigation.AdministratorClass {
        margin-top: 6px !important;
    }
    #navigation.AdvancedAOCclass {
        margin-top: 20px !important;
    }
    .five9Open#navigation.AdvancedAOCclass {
        margin-top: 20px !important;
    }
    #navigation.AOCclass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.AOCclass {
        margin-top: 20px !important;
    }
    #navigation.FullAppAccessClass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.FullAppAccessClass {
        margin-top: 20px !important;
    }
    #navigation.CapacityResearcherclass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.CapacityResearcherclass {
        margin-top: 20px !important;
    }
}
@media(max-width:1780px){
    .physicianstatusChange#navigation {
        width: 100%;
        max-width: 62% !important;
        margin-top: 6px !important;
    }
    #navigation.superAdminclass {
        width: 100%;
        max-width: 63% !important;
        margin-top: 6px !important;
    }
    .five9Open.physicianstatusChange#navigation {
        width: 100%;
        max-width: 47% !important;
        margin-top: 6px !important;
    }
    .five9Open#navigation.Vitalscribe {
        margin-top: 20px !important;
    }
    #navigation.AdministratorClass {
        margin-top: 6px !important;
    }
    #navigation.AdvancedAOCclass {
        margin-top: 20px !important;
    }
    .five9Open#navigation.AdvancedAOCclass {
        margin-top: 20px !important;
    }
    #navigation.AOCclass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.AOCclass {
        margin-top: 20px !important;
    }
    #navigation.FullAppAccessClass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.FullAppAccessClass {
        margin-top: 20px !important;
    }
    #navigation.CapacityResearcherclass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.CapacityResearcherclass {
        margin-top: 20px !important;
    }
}
@media(max-width:1660px) {
    .physicianstatusChange#navigation {
        width: 100%;
        max-width: 55% !important;
        margin-top: 6px !important;
    }
    .five9Open.physicianstatusChange#navigation {
        width: 100%;
        max-width: 44% !important;
        margin-top: 5px !important;
    }

        .five9Open.physicianstatusChange#navigation ul a {
            padding: 0px 5px !important;
        }
    .NavigatorClass#navigation {
        margin-top: 20px !important;
    }
    #navigation.superAdminclass {
        width: 100%;
        max-width: 56% !important;
        margin-top: 6px !important;
    }
    .five9Open#navigation.superAdminclass {
        width: 100%;
        max-width: 54% !important;
        margin-top: -3px !important;
    }

        .five9Open#navigation ul a {
            padding: 0px 5px !important;
        }
        .five9Open#navigation.Vitalscribe {
            margin-top: 20px !important;
        }
    #navigation.AdministratorClass {
        margin-top: 20px !important;
    }
    #navigation.AdvancedAOCclass {
        margin-top: 20px !important;
    }
    .five9Open#navigation.AdvancedAOCclass {
        margin-top: 20px !important;
    }
    #navigation.AOCclass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.AOCclass {
        margin-top: 20px !important;
    }
    #navigation.FullAppAccessClass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.FullAppAccessClass {
        margin-top: 20px !important;
    }
    #navigation.CapacityResearcherclass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.CapacityResearcherclass {
        margin-top: 20px !important;
    }
}
@media(max-width:1526px){
    #navigation.AdministratorClass {
        margin-top: 6px !important;
    }
}
@media(max-width:1466px) {
    .physicianstatusChange#navigation {
        width: 100%;
        max-width: 55% !important;
        margin-top: 6px !important;
    }
    .five9Open.physicianstatusChange#navigation {
        width: 100%;
        max-width: 40% !important;
        margin-top: -6px !important;
    }

        .five9Open.physicianstatusChange#navigation ul a {
            padding: 0px 5px !important;
        }
    .NavigatorClass#navigation {
        margin-top: 20px !important;
    }
    #navigation.superAdminclass {
        width: 100%;
        max-width: 54% !important;
        margin-top: 2px !important;
    }
    .five9Open#navigation.superAdminclass {
        width: 100%;
        max-width: 55% !important;
        margin-top: -6px !important;
    }

        .five9Open#navigation ul a {
            padding: 0px 5px !important;
        }
        .five9Open#navigation.Vitalscribe {
            margin-top: 20px !important;
        }
    #navigation.AdministratorClass {
        width:62%;
        margin-top: 6px !important;
    }
    #navigation.AdvancedAOCclass {
        margin-top: 20px !important;
    }
    .five9Open#navigation.AdvancedAOCclass {
        margin-top: 20px !important;
    }
    #navigation.AOCclass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.AOCclass {
        width:53%;
        margin-top: 20px !important;
    }
    #navigation.FullAppAccessClass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.FullAppAccessClass {
        width: 53%;
        margin-top: 20px !important;
    }
    #navigation.CapacityResearcherclass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.CapacityResearcherclass {
        margin-top: 20px !important;
    }
}
@media(max-width:1366px) {

    .physicianstatusChange#navigation {
        width: 100%;
        max-width: 47% !important;
        margin-top: 6px !important;
    }
    .five9Open.physicianstatusChange#navigation ul li a {
        font-size: 10px !important;
    }
    .five9Open.physicianstatusChange#navigation {
        width: 100%;
        max-width: 33% !important;
        margin-top: -6px !important;
    }
        .five9Open.physicianstatusChange#navigation ul a {
            padding: 0px 5px !important;
        }
    .NavigatorClass#navigation {
        margin-top: 20px !important;
    }
    .five9Open.NavigatorClass#navigation {
        margin-top: 10px !important;
    }
    #navigation.superAdminclass {
        width: 100%;
        max-width: 47% !important;
        margin-top: 2px !important;
    }
    #navigation ul a {
        line-height: 22px !important;
        padding: 0px 9px;
        border-right: 4px;
        font-size: 13px;
    }
            #navigation ul a {
                padding: 0px 5px !important;
            }
    .five9Open#navigation.superAdminclass {
        width: 100%;
        max-width: 47% !important;
        margin-top: -6px !important;
    }
        .five9Open#navigation ul a {
            padding: 0px 5px !important;
        }
        .five9Open#navigation.Vitalscribe {
            margin-top: 20px !important;
        }

    #navigation.AdministratorClass {
        width: 60%;
        margin-top: 6px !important;
    }
    #navigation.AdvancedAOCclass {
        margin-top: 20px !important;
    }
    .five9Open#navigation.AdvancedAOCclass {
        margin-top: 20px !important;
    }
    #navigation.AOCclass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.AOCclass {
        margin-top: 6px !important;
    }
    #navigation.FullAppAccessClass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.FullAppAccessClass {
        margin-top: 20px !important;
    }
    #navigation.CapacityResearcherclass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.CapacityResearcherclass {
        margin-top: 20px !important;
    }
}
@media(max-width:1200px) {
    .physicianstatusChange#navigation {
        width: 100%;
        max-width: 37% !important;
        margin-top:-4px!important;
        line-height: 10px;
    }
    .five9Open.physicianstatusChange#navigation {
        width: 100%;
        max-width: 26% !important;
        line-height: 10px;
    }
    .five9Open.physicianstatusChange#navigation ul li a {
        font-size: 10px !important;
    }
    .five9Open.physicianstatusChange#navigation ul a {
        padding: 0px 3px !important;
    }
    .NavigatorClass#navigation {
        margin-top: 20px !important;
    }
    #navigation.superAdminclass {
        width: 100%;
        max-width: 52% !important;
        margin-top: -5px !important;
        line-height: 10px;
    }
    .five9Open#navigation ul a {
        padding: 0px 3px !important;
    }
    .five9Open#navigation ul li a {
        font-size: 9px !important;
    }
    .five9Open#navigation {
        width: 100%;
        max-width: 42% !important;
        margin-top: -5px !important;
        line-height: 10px;
    }
        .five9Open#navigation.Vitalscribe {
            margin-top: 20px !important;
        }
    #navigation.AdministratorClass {
        width: 50%;
        margin-top: 6px !important;
    }
    #navigation.AdvancedAOCclass {
        margin-top: 20px !important;
    }
    .five9Open#navigation.AdvancedAOCclass {
        margin-top: 20px !important;
    }
    #navigation.AOCclass {
        margin-top: 20px !important;
    }
    .five9Open#navigation.AOCclass {
        margin-top: 20px !important;
    }
    #navigation.FullAppAccessClass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.FullAppAccessClass {
        margin-top: 20px !important;
    }
    #navigation.CapacityResearcherclass {
        margin-top: 20px !important;
    }

    .five9Open#navigation.CapacityResearcherclass {
        margin-top: 20px !important;
    }
        }


/************Add Provider*/
input#otherISPName, #otherEPName, #otherEPNameUsers, #otherISPNameUsers {
    margin-top: 10px;
    margin-right: 10px;
    width: 100%;
    padding: 5px;
    box-shadow: none;
    border: 2px solid #d9dbdb;
}

/************Ali hassan css code start*/
.case-card-bodytext {
    position: relative;
}
.case-card-bodytext i{
    position: absolute;
    top:4px;
    font-size:13px;
}
    .case-card-bodytext strong {
        position: relative;
        left: 5px;
        margin-left:15px;
        margin-right:5px;
      
    }
.elapsedfacilitydiv strong, .elapsedfacilitydiv span {
    font-size: 14px;
}
.edittabscase .nav-tabs-fill > li > a {
    background: #FAFAFA !important;
    color: #333333!important;
    
}
.edittabscase .nav.nav-tabs .nav-link.active {
    color: #0F4C83;
    background: #F0F0F0 !important;
    border-bottom: 2px solid #0F4C83;
}
.edittabscase .nav-tabs-fill > li{
    border-bottom:0px!important;
}
.forrowstickofedittab {
    position: sticky;
    top: 334px;
    z-index: 22;
    background: white;
    padding: 10px 0px;
   
}
.case-card p, .case-card-bodytext strong {
    font-size: 14px !important;
}
.rrcnotesicon {
    font-size: 21px;
    margin-top: -51px;
    margin-right: 11px;
}
.paocnoteicon {
    font-size: 21px;
}
.activehospitalissueicon {
    font-size: 21px;
}
.cartsnotesicon {
    font-size: 21px;
}
.emrportalnoteicon {
    font-size: 21px;
    position: absolute;
    top: 5px;
    left: -5px;
}
.stickyheaderrow {
    background: #F8F8F8;
    position: sticky;
    top: 120px;
    z-index: 22;
    border-bottom: 1px solid #EDEDED;
    /*max-height: 215px;*/
    min-height: 215px;
    height: 100%
}
.formarginright {
    margin-right: 0.5rem;
    z-index:12;
}
@media(max-width:1740px) {
    .stickyheaderrow .case-btn{
        width:150px!important;
    }
    .elapsedfacilitydiv strong, .elapsedfacilitydiv span, .elapsedfacilitydiv label {
        font-size: 13px;
    }
}
@media(max-width:1560px){
    .stickyheaderrow .case-btn {
        width: 130px !important;
    }
    .elapsedfacilitydiv strong, .elapsedfacilitydiv span, .elapsedfacilitydiv label {
        font-size: 12px;
    }
    .case-card p, .case-card-bodytext strong {
        font-size: 14px !important;
    }
    .forrowstickofedittab {
        position: sticky;
        top: 338px;
        z-index: 22;
        background: white;
        padding: 10px 0px;
    }
    .stickyheaderrow, .forrowstickofedittab {
        position: relative !important;
        top:0px!important;
    }
    .formarginright {
        margin-right: 0.5rem;
    }
}
@media(max-width:1440px) {
    .case-btn {
        width: 110px !important;
        margin-top:5px!important;
        margin-bottom:5px!important;
    }
    .elapsedfacilitydiv strong, .elapsedfacilitydiv span, .elapsedfacilitydiv label {
        font-size: 9px!important;
    }
    .case-card p, .case-card-bodytext strong {
        font-size: 12px !important;
    }
    .elapsedfacilitydiv{
        line-height:18px;
    }
    .forrowstickofedittab {
        position: sticky;
        top: 320px;
        z-index: 22;
        background: white;
        padding: 10px 0px;
    }
    .stickyheaderrow {
        position: relative !important;
    }
}
@media(max-width:3000px) and (min-width:1980px){
    #collapse_unavailablePhy .card-body{
        width:270px;
    }
}
@media(max-width:1280px) {
    .case-btn {
        width: 100px !important;
    }
    .stickyheaderrow .case-btn {
        width: 100px !important;
    }
    /*.unseen-dropdown-button{
        position:absolute;
    }*/
    .unreadModalDashboard, #UnavailablePhysicians li, #unavailablePhyNameList li {
        font-size: 10px !important;
    }
    .formarginright {
        margin-right: 0rem;
        position: relative;
        left: -5px;
    }
}
@media(max-width:1200px) {
    .case-btn {
        width: 110px !important;
        font-size: 10px;
    }
    .emrportalnoteicon {
        font-size: 15px;
        position: absolute;
        top: 5px;
        left: 10px;
    }
    .cartsnotesicon {
        font-size: 15px;
        position: relative;
        top: 4px;
    }
}
@media(max-width:1180px) {
    .case-btn {
        width: 90px !important;
        font-size:10px;
    }
    .stickyheaderrow .case-edit-card .case-btn{
        margin-left:10px;
    }
    .case-edit-card .case-btn, .case-edit-card p a {
        font-size: 9px!important;
    }
    .emrportalnoteicon {
        font-size: 15px;
        position: absolute;
        top: 5px;
        left: 10px;
    }
}

.aaoc-grd-text {
    --bg-size: 400%;
    font-size: 0.9rem;
    background: linear-gradient( 90deg, #f1f4f6, var(--danger-color), #f1f4f6 ) 0 0 / var(--bg-size) 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    animation: aaocmove-bg 8s infinite linear;
}

@keyframes aaocmove-bg {
    to {
        background-position: var(--bg-size) 0;
    }
}

/**********Ali hassan*/

#divLocalFilters .reginal .k-dropdown-wrap {
    padding: 1.5px 0px 0px !important;
}
#divLocalFilters .system .k-dropdown-wrap {
    padding: 1px 0px 0px !important;
}
#divLocalFilters .ms-options-wrap > button:focus, .ms-options-wrap > button {
    padding: 6px 20px 5px 5px!important;
}
.divlocalfilters#divLocalFilters .ms-options-wrap > button:focus, .ms-options-wrap > button {
    padding: 5px 20px 5px 5px !important;
}




.pendingTaskButtonsInChat {
    background-color: transparent;
    border: 2px solid #004d85;
    margin-right: 10px;
    border-radius: 5px;
    color: #004d85;
    font-weight: 500;
    padding: 0px 20px;
    font-size: 14px;
}
/*.k-event-template {
    width: 87%;
    position: relative;
    z-index: 1;
    padding: .3em 1.4em .3em 1em!important;
}
    .k-event-template span.bciandcci {
        display: inline-block;
        height: 12px;
        overflow: auto;
        min-width: 77px;
        margin-left: 5px;
    }*/
.k-event.activeblock::-webkit-scrollbar {
    width: 0px !important;
    height: 3px;
}
.k-event.activeblock {
    overflow: auto !important;
}
.activeblockflag{
    position:relative;
    left:10px;
}
.widthcheck {
    height: 15px;
    overflow: auto;
    z-index: 1111;
    position: relative;
}
.bciandcci{
    position:relative;
    z-index:1;
}
#currentStatus{
    display:inline-block!important;
}

textarea {

    overflow-y: hidden !important;
    box-sizing: border-box;
}
    textarea.sticky_notes_value {
        min-height: 50px !important;
        overflow-y: auto !important;
        box-sizing: border-box;
    }
.modalContentRadius{
    border-radius:10px!important;
    overflow:hidden;
}
.modalheaderBg {
    background: #094B85;
    border-radius: 10px 10px 0px 0px!important;
    color:white;
}
.for_radioBtn_staff {
    position: relative;
    left: 0px;
    transition: 0.5s ease;
    opacity: 1;
}
.for_radioBtn_staff.active {
        position: absolute;
        left: 500px;
        transition: 0.5s ease;
        opacity: 0;
    }

#FacilityCallingDiv {
    position: absolute;
    left: -500px;
    transition: 0.5s ease;
    padding-right:30px;
}
#FacilityCallingDiv.active {
    position: relative;
    left: 0px;
    transition: 0.5s ease;
}
#FacilityCallingDiv.unactive {
        position: absolute;
        left: 500px;
        transition: 0.5s ease;
    }
#CaseNeworExist {
    position: absolute;
    left: -500px;
    transition: 0.5s ease;
}
#CaseNeworExist.active {
    position: relative;
    left: 0px;
    transition: 0.5s ease;
}
.closeIncomingCall {
    background-color: transparent !important;
    border: none;
    outline: none;
    font-size: 24px;
    color: white;
}
.inboundCallCasesList{
    height: 100%;
    max-height: 500px;
    overflow: auto;
}
.Searchfeildforincomingcall {
    border-radius: 10px;
    margin-bottom: 10px;
    margin-left:auto;
}

.note-paoc_create_rounding {
    width: 570px !important;
    min-height: 0rem;
    background: #f8de59;
    position: absolute !important;
    /* filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.4)); */
    transform: rotate(0deg) translateX(-50%);
    top: 6.4rem !important;
    left: -5px !important;
    margin: 0 auto;
    border-radius: 7px;
    height: 178px;
    overflow-y: scroll;
    overflow-x: scroll;
}
.counterdivtimer {
    position: relative;
}

    .counterdivtimer .forlinkcunter span {
        background: red;
        width: 24px;
        height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        position: absolute;
        top: -5px;
        border-radius: 20px;
        left: -21px;
        font-size: 12px;
    }
    .counterdivtimer .forreadcounter span {
        background: red;
        width: 24px;
        height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        position: absolute;
        top: -5px;
        border-radius: 20px;
        left: 27px;
        font-size: 12px;
    }

.openChat i {
    font-size:24px;
    cursor:pointer;
}
.nirImage {
    width: 25px;
    position: relative;
    top: 16px;
    left: 2px;
    margin-right: 16px;
}
    .nirImage.active {
        width: 25px;
        position: relative;
        top: 2px;
        left: 4px;
        margin-right: 16px;
    }
.blink-nir {
    border-radius: 50%;
    color: white;
    width: 30px;
    height: 30px;
    animation: blink1 3s infinite;
    display: inline-flex;
    top: 40px !important;
    margin-top:-5px!important;
    margin-right:3px!important
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.InterNalNotesDiv{
    display:none;
}
.ActiveNotes textarea{
    height:200px!important;
    overflow-y:auto!important;
}

#btnNeuroVisionReferralCase{
   /* display:none!important;*/

}
.issue-category {
    color: #004987 !important;
    font-weight: bold !important;
    pointer-events: none !important;
    cursor: default !important;
    background-color: white;
    border-radius: 5px;
    margin: 7px;
}
.issue-category-chat {
    color: #febf2a !important;
    font-weight: bold !important;
    pointer-events: none !important;
    cursor: default !important;
}
.helpdexDropdown{
    cursor:pointer;
}


#lvoAckModalAaocAssign .progress {
    height: 2.5rem;
    border-radius: 5px;
    background-color: #e9ecef;
    width: 100%;
    position: relative;
}

#lvoAckModalAaocAssign .progress-bar {
    transition: width 1s linear;
    background-color: #dc3545;
}

#lvoAckModalAaocAssign .progress .timer-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 0.9rem;
    color: #ffffff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: center;
    z-index: 1;
}