@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

body {
    font-family: 'Roboto' !important;
    font-size: 13px;
    background-color: #ffffff;
    overflow-x: hidden;
}

.container {
    max-width: 1640px !important;
    padding-right: 30px;
    padding-left: 30px;
}

.ScrollHidden {
    overflow: hidden !important;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

p {
    margin-bottom: 0 !important;
}

label {
    cursor: pointer;
}

/* Position Classes Start */
.pos_rel {
    position: relative;
}

.sticky_bottom {
    bottom: 0;
}

/* Position Classes End */

/* Text Styling Classes Start */
.text_lightGrey {
    color: #9a9a9a;
}

.text_grey {
    color: #606060;
}

.text_darkGrey {
    color: #808080;
}

.text_red {
    color: #db3848 !important;
}

.text_yellow {
    color: #fff200;
}

.text_lightGreen {
    color: #67c060;
}

.text_green {
    color: #38bb15;
}

.text_green-2 {
    color: #1aa825;
}

.text_darkGreen {
    color: #118851;
}

.text_skyBlue {
    color: #11aff1;
}

.text_royalBlue {
    color: #0a57c6;
}

.text_blue {
    color: #104fa8;
}

.text_darkBlue {
    color: #1f34ac;
}

.one_line-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.capital_txt {
    text-transform: uppercase;
}

/* Text Styling Classes Start */

/* Border Styling Classes Start */
.no_border {
    border: none !important;
}

.borderCustom {
    border: 1px solid #e4e4e4 !important;
}

.border_left {
    border-left: 1px solid #bcbcbc;
}

.border_right {
    border-right: 1px solid #e4e4e4;
}

.border_right-2 {
    border-right: 1px solid #c0c0c0;
}

.border_bottom {
    border-bottom: 2px solid #f1f1f1;
}

.border_bottom-2 {
    border-bottom: 1px solid #f1f1f1;
}

.borderBottom_dashed {
    border-bottom: 1px dashed #000000;
}

.border_black {
    border-color: #000000 !important;
}

.border_grey {
    border-color: #c4c4c4;
}

.border_grey-2 {
    border-color: #d8d8d8;
}

.border_round {
    border-radius: 8px;
}

.border_width {
    border-width: 1px;
}
/* Border Styling Classes End */

.page-wrapper {
    position: relative;
    height: 100vh;
}

.pointer {
    cursor: pointer;
}

.row-gap {
    row-gap: 8px;
}

.col-gap {
    column-gap: 8px;
}

/* Background Color Styling Start */
.sec_color {
    background-color: #ffffff;
}

.lightGrey_sec {
    background-color: #fbfbfb;
}

.lightGrey_sec-2 {
    background-color: #fcfcfc;
}

.lightGrey_sec-3 {
    background-color: #f8f8f8;
}

.darkGrey_sec {
    background-color: #f7f6f6;
}

.darkGrey_sec-2 {
    background-color: #e0e0e0;
}

.lightBlue_sec {
    background-color: #ebf0f7;
}

.lightBlue_sec-2 {
    background-color: #f1f6ff;
}

.skyBlue_sec {
    background-color: #f3f5fb !important;
}

.skyBlue_sec-2 {
    background-color: #f3f6fc;
}

.skyBlue_sec-3 {
    background-color: #eff7ff !important;
}

.lightYellow_sec {
    background-color: #f3fbf5;
}

.lightYellowSec_2 {
    background-color: #f6fbf6;
}

/* Background Color Styling End */

/* Custom Width Classes Styling Start */
.full_width {
    max-width: 100% !important;
}

.auto_width {
    width: auto !important;
}

.w_15 {
    width: 15px;
}

.w_150 {
    width: 150px;
}

.w-200 {
    width: 200px;
}

/* Custom Width Classes Styling End */

.line_height {
    line-height: 1.2;
}

/* Fonts Sizes & Weights */
.font-8 {
    font-size: 8px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px;
}

.f-5 {
    font-weight: 500 !important;
}

.f-7 {
    font-weight: 700 !important;
}

.font_bold {
    font-weight: bold;
}

/* Margin Classes Start */
.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}
/* Margin Classes End */

/* Padding Classes Start */
.pt-30 {
    padding-top: 30px;
}

.py-2_custom {
    padding: .44rem 0;
}

.p_10_30 {
    padding: 10px 30px !important;
}

.p_7_1 {
    padding: 7px 1px !important;
}
/* Padding Classes End */

.primary_color {
    color: #21205f;
}

.hide {
    display: none !important;
}


/* Dropdown Menu Animation */
.dropdown-menu {
    min-width: auto;
    width: fit-content;
    font-size: 13px;
    -webkit-animation: dropdownAnimate .5s;
    animation: dropdownAnimate .5s;
}

@-webkit-keyframes dropdownAnimate {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes dropdownAnimate {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Input, Select, textarea and Input Group Styling Start */
.Input_Field {
    position: relative;
    padding: 1px 0;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

    .Input_Field.disabled {
        border-color: #f6f6f6;
        background-color: #f6f6f6;
        cursor: not-allowed;
    }

    .Input_Field:hover {
        border-color: #cccccc;
    }

    .Input_Field:focus-within {
        border-color: #7195a7;
        box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
    }

    .Input_Field.active {
        border-color: #bfbfbf;
    }

.input_width {
    width: 300px;
}

.input_width-2 {
    width: 200px;
}

.input_space {
    padding: 7px 0;
}

.ui-autocomplete {
    z-index: 30000 !important;
}

.Input_Field input,
.Input_Field textarea {
    color: #474747;
    font-size: 13px;
    font-family: 'Roboto' !important;
    font-weight: 400;
    padding: 0 8px;
    border: none;
    outline: none;
    resize: none;
}

    .Input_Field input[readonly],
    .Input_Field textarea[readonly] {
        background-color: #ffffff;
    }

.textarea_height {
    height: 56px !important;
}

.textarea_height-2 {
    height: 57px !important;
}

.Input_Field select {
    width: 100%;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    padding: 0 8px !important;
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    background-image: url(../Imgs/ArrowDown.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    padding-right: 0;
    background-size: 14px;
    background-color: transparent;
    cursor: pointer;
}
/* Select Box Height */
select.form-control:not([size]):not([multiple]) {
    height: calc(1.5em + 0.75rem + 2px) !important;
}

/* Custom Select Dropdown Styling Start */
.chosen-container {
    padding: 2px 0 !important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0 !important;
}

.chosen-container-single .chosen-single,
.chosen-container-active .chosen-single {
    border: 0 !important;
    box-shadow: none !important;
}

.chosen-container-single .chosen-default {
    color: #333333;
}

.chosen-container .chosen-drop {
    border: 0 !important;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1) !important;
}
/* Custom Select Dropdown Styling End */

.Input_Field input:focus,
.Input_Field textarea:focus,
.Input_Field select:focus {
    box-shadow: none !important;
}

.Input_Field input:disabled,
.Input_Field textarea:disabled,
.Input_Field select:disabled {
    background-color: #f6f6f6;
    cursor: not-allowed;
}
/* input history color Styling Start */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #333333 !important;
}
/* input history color Styling Start */

/* Multiple Input Styling Start */
.multi_input {
    width: 55%;
}

    .multi_input input {
        width: 33%;
        margin-right: 5px;
    }
/* Multiple Input Styling End */

/* Small Input Styling Start */
.small_input {
    width: 35%;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    color: #000000;
    outline: 0;
    padding-left: 5px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    transition: .15s ease-in-out;
}

    .small_input::-webkit-input-placeholder {
        font-weight: 500;
        color: #000000;
    }

    .small_input:focus {
        border-color: #7195a7;
        box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
    }
/* Small Input Styling End */

.Input_Field .input-group-text {
    background: transparent;
    border: none;
    color: #707070;
    font-size: 12px;
    text-align: left;
    line-height: normal;
    width: 110px;
    padding: 0 8px !important;
    position: relative;
    font-family: inherit;
    font-weight: 400;
    white-space: normal;
}

    .Input_Field .input-group-text::before {
        content: "";
        border-right: 1px solid #e4e4e4;
        height: 25px;
        position: absolute;
        right: 1px;
    }

.advance_drp .input-group-text {
    width: 80px;
}

.autoAdjust_field .input-group-text {
    width: auto;
    padding: 0 15px !important;
}

.autoAdjust_field select {
    padding: 0 25px 0 8px !important;
}

/* Select group styling start */
.Relation select {
    font-size: 12px;
    line-height: normal;
    color: #707070;
    padding: 0 !important;
    white-space: normal;
    background-size: 12px;
}
/* Select group styling end */

/* Calendar and Search Icon Styling Start */
.Calender_Icon,
.srch_icon {
    position: absolute;
    top: 45%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #000;
    z-index: 9;
}

.calendar_icon,
.srch_icon {
    width: 19px;
    height: 19px;
}

.srch_icon {
    top: 50%;
}

/* Calendar and Search Icon Styling End */

/* Input, Select, Textarea and Input Group Styling End */

/* Input Error Styling Start */
.Info_Alert {
    border: 1px solid #ff9f9f !important;
    background: #fff7f7 !important;
}

    .Info_Alert .input-group-text {
        background: #fff7f7 !important;
        color: #ff0000 !important;
    }

    .Info_Alert input, .Info_Alert select {
        background: #fff7f7 !important;
        color: #ff0000 !important;
    }

        .Info_Alert input::placeholder {
            color: #ff0000 !important;
        }

    .Info_Alert .input-group-text::before {
        border-right: 1px solid #ff0000;
    }

/* Error Tooltip Start */
.tooltip {
    display: none;
    position: absolute;
    top: -28px;
    right: 0;
    padding: 5px 5px 7px;
    border-radius: 3px;
    background-color: #ff0000;
    z-index: 999;
}

    .tooltip .top h3 {
        font-size: 13px;
        font-weight: normal;
        color: #ffffff;
        margin: 0;
    }

    .tooltip .top i {
        position: absolute;
        top: 100%;
        right: 10%;
    }

        .tooltip .top i::after {
            content: '';
            position: absolute;
            width: 8px;
            height: 8px;
            -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
            background-color: #ff0000;
        }

.Info_Alert .tooltip {
    display: block;
    opacity: 1;
}
/* Error Tooltip End */

/* Input Error Styling End */

/* Custom checkbox and redio input Start */
.form_control {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1em auto;
    grid-template-columns: 1em auto;
    gap: .6rem;
    cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
    width: 21px;
    height: 21px;
    display: -ms-grid;
    display: grid;
    place-content: center;
    font: inherit;
    color: currentColor;
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    cursor: pointer;
    transition: .15s ease-in-out;
}

    input[type="checkbox"]:focus {
        border-color: #7195a7;
        box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
    }

    input[type="radio"]:focus {
        border-color: #cccccc;
        box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
    }

.checkbox_width {
    width: 75%;
}

/* Custom Checkbox Input */
input[type="checkbox"]::before {
    content: '';
    margin-top: -5px;
    width: 6px;
    height: 15px;
    border: solid #333333;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    -webkit-transition: 200ms transform ease-in-out;
    -o-transition: 200ms transform ease-in-out;
    transition: 200ms transform ease-in-out;
}

input[type="checkbox"]:checked::before {
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}

input[type="checkbox"]:disabled {
    border-color: #dddddd !important;
    background-color: #dddddd;
}

input.checkbox_fill::before {
    width: 17px !important;
    height: 17px !important;
    margin: 0 !important;
    border: none !important;
    background-color: #0a57c6;
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}
/* Custom Radio Input */
input[type="radio"] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border-color: #d8d8d8;
}

    input[type="radio"]::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #6a75ea;
        border-radius: 50%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        transition: 200ms transform ease-in-out;
        -webkit-transition: 200ms transform ease-in-out;
        -o-transition: 200ms transform ease-in-out;
    }

    input[type="radio"]:checked::before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
/* Custom checkbox and redio input End */

/* Buttons Styling Start */
button.SaveBtn, button.CancelBtn {
    width: 120px;
    color: #fff !important;
    border: none;
    border-radius: 4px !important;
    padding: 6px 20px !important;
    background: #0073ea;
}

.btn_auto-width {
    width: auto !important;
}

.btn_width {
    width: 130px !important;
}

.btn_width-lg {
    width: 170px !important;
}

button.btn_sm {
    width: auto;
    font-size: 14px;
    padding: 3px 15px !important;
}

.btn:focus,
.btn:active {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.15) !important;
}

button.SaveBtn:hover {
    background-color: #2783e6;
}

button.SaveBtn:active,
button.SaveBtn:focus {
    background-color: #0166d3 !important;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25) !important;
}

button.SavePrint {
    background-color: #15144c;
}

    button.SavePrint:hover {
        background-color: #100f33;
    }

    button.SavePrint:active,
    button.SavePrint:focus {
        background-color: #15144c;
    }

button.CancelBtn {
    background-color: #b8b8b8;
}

    button.CancelBtn:hover {
        background-color: #afafaf !important;
    }

    button.CancelBtn:active,
    button.CancelBtn:focus {
        background-color: #a5a5a5 !important;
    }

button.add_btn {
    background-color: #00c775 !important;
}

    button.add_btn:hover {
        background-color: #00d47c !important;
    }

    button.add_btn:active,
    button.add_btn:focus {
        background-color: #00ad65 !important;
        box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.15) !important;
    }

/* Disabled Button Start */
.btn_loader {
    position: relative;
    height: 32px;
    opacity: .5;
    cursor: not-allowed !important;
}

    .btn_loader::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
        background-image: url(../Imgs/loaderImg.gif);
        background-position: center center;
        background-size: 30px;
    }

    .btn_loader:focus {
        background-color: transparent !important;
    }

    .btn_loader span {
        display: none;
    }

/* Disabled Button End */

/* Buttons Styling End */

/* Tooltip Styling Start */
.tooltip_box {
    visibility: hidden;
    position: absolute;
    top: 50px;
    width: 100%;
    padding: 5px 8px;
    border: 1px solid #dae2ee;
    border-radius: 3px;
    background-color: #f5f7fc;
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

    .tooltip_box.active {
        visibility: visible;
        opacity: 1;
    }

    .tooltip_box::before,
    .tooltip_box::after {
        content: '';
        position: absolute;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        bottom: 100%;
        left: 28%;
    }

    .tooltip_box::before {
        border-bottom: 10px solid #dae2ee;
    }

    .tooltip_box::after {
        border-bottom: 10px solid #f5f7fc;
        margin-bottom: -.13rem;
        z-index: 1;
    }
/* Tooltip Styling End */

/* Loader Styling Start */
.loader {
    width: 18px;
    height: 18px;
    border: 2px solid #333333;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-radius: 100%;
    vertical-align: middle;
    -webkit-animation: spin .75s linear infinite;
    animation: spin .75s linear infinite;
}

    .loader.active {
        display: block;
    }

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Loader Styling End */

/* Tabs Styling Start */
.tab-content {
    margin-top: 10px !important;
}

    .tab-content .pos_rel {
        z-index: 0;
    }

        .tab-content .pos_rel > .tbl_fixed {
            border-bottom: 1px solid #e9e9e9;
        }
/* Tabs Styling End */

/* Scrollbar Styling Start */
.tbl_fixed {
    margin-bottom: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #e9e9e9 #ffffff;
    scrollbar-width: thin;
}

    .tbl_fixed::-webkit-scrollbar {
        width: 13px;
        z-index: 9;
    }

    .tbl_fixed::-webkit-scrollbar-track {
        background-color: #ffffff;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        z-index: 9;
    }

    .tbl_fixed::-webkit-scrollbar-thumb {
        border: 2px solid #ffffff;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #e9e9e9;
        z-index: 9;
    }
/* Scrollbar Styling End */

/* All Heights Start */

/* Default Table Height */
.tab-content .pos_rel > .tbl_height {
    height: calc(100vh - 200px);
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
}

    .tab-content .pos_rel > .tbl_height.filters {
        height: calc(100vh - 240px);
    }

/* delete in future */
.pathotableheight {
    height: calc(100vh - 200px);
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
}

    .pathotableheight.filters {
        height: calc(100vh - 240px);
    }

/* Favourite Bar Table Height */
.tab-content .pos_rel > .tbl_fav-height {
    height: calc(100vh - 240px);
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
}

    .tab-content .pos_rel > .tbl_fav-height.filters {
        height: calc(100vh - 290px);
    }

/* Double Row Table Height */
.double_row-height {
    height: calc(100vh - 240px);
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
}

    .double_row-height.filters {
        height: calc(100vh - 335px);
    }

/* Invoice Table Height */
.invoiceTblHeight {
    height: calc(100vh - 470px);
}

/* Test Discount Table Height */
.testDiscountHeight {
    height: calc(100vh - 320px);
}

    .testDiscountHeight.filters {
        height: calc(100vh - 320px);
    }

/* table right panel height */
.tblheight_right {
    height: calc(100vh - 210px);
}

/* popup header heights */
.popupInfo_header {
    height: calc(100vh - 270px);
}

.popupFields_header {
    height: calc(100vh - 200px);
}

.takePayment_height {
    height: calc(100vh - 300px);
}

.paymentservices_height {
    height: calc(100vh - 360px);
}

/* Appointment Table Height */
.appointmenTbl_height {
    height: calc(100vh - 555px);
}

/* Assessment Table Height */
.AssesmentTbl_height {
    height: calc(100vh - 550px);
}

/* All Heights End */

/* Table Styling Start */
table.tblBlueHeader {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
}

    table.tblBlueHeader thead,
    .sticky_account {
        position: sticky;
        top: 0;
        z-index: 1;
    }


/* Black Table Styling Start */
table.dark_head > thead > tr {
    background-color: #343a40 !important;
}

table.dark_head tr:nth-child(even) {
    background-color: #ffffff !important;
}

table.dark_head tr td {
    border-color: #e7e7e7 !important;
}

table.dark_head input[type="checkbox"] {
    margin: 0 auto;
}

/* Black Table Styling End */

.acc_color {
    background-color: #f8feff;
}

.column_width {
    width: 8.33%;
}

table.tblBlueHeader tr th {
    font-weight: 500;
    color: #ffffff;
    padding: 7px;
}

table.tblBlueHeader tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

table.tblBlueHeader tbody tr:nth-child(even) {
    background-color: #f8fbff;
}

table.tblBlueHeader tbody tr {
    transition: .1s ease-in-out;
}

    table.tblBlueHeader tbody tr:hover {
        background-color: #ffffff;
        transform: scale(1);
        box-shadow: 0 0 10px 0 #a9c5f1;
    }

.table.tblBlueHeader tr td {
    padding: 6px;
    border-bottom: 1px solid #d5e2f6;
}

table.tblBlueHeader tr th, table.tblBlueHeader tr td {
    border: none;
    vertical-align: middle;
}

table.tblBlueHeader > thead > tr {
    background-color: #60647c;
}

    table.tblBlueHeader > tbody > tr > td,
    table.tblBlueHeader > thead > tr > th {
        line-height: normal;
    }

/* Diagnostic Grid Styling Start */
.dc_table tbody tr:nth-child(odd) {
    background: #ffffff !important;
}

.dc_table tbody tr:nth-child(even) {
    background: #fffcf6 !important;
}

.dc_table tr td {
    border-color: #f5edda !important;
}

.dc_table tbody tr:hover {
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    background-color: #eee6d6 !important;
    box-shadow: none !important;
}

.dc_table thead tr,
.dc_table .tbl_fixed::-webkit-scrollbar-thumb,
.dc_table .dataTables_paginate span a.active {
    color: #ffffff !important;
    background: #debf83 !important;
}
/* Diagnostic Grid Styling End */

/* Ipd Grid Styling Start */
.ipd_grid tbody tr td:last-child {
    width: 25%;
}

.ipd_status {
    font-size: 10px;
    color: #ffffff;
    padding: 3px 5px;
    border-radius: 2px;
    background-color: #000;
}

    .ipd_status:not(:last-child) {
        margin-right: 10px;
    }

    .ipd_status.orange_status {
        background-color: #d89237;
    }

    .ipd_status.green_status {
        background-color: #37d842;
    }

    .ipd_status.grey_status {
        background-color: #606961;
    }

/* Ipd Grid Styling End */

/* Table Icons Styling Start */
.action_icon {
    margin-left: 10px;
}

.editIcon_width {
    width: 18px !important;
    -webkit-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}

    .editIcon_width:hover {
        -webkit-transform: scale(1.13);
        -ms-transform: scale(1.13);
        transform: scale(1.13);
    }
/* Table Icons Styling End */

/* Add Record Button Styling Start */
.accAdd_Record {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background-color: #83de89;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    z-index: 10;
}

    .accAdd_Record:hover {
        background-color: #72da79;
    }

    .accAdd_Record img {
        width: 20px;
        height: 20px;
        -webkit-transition: .1s ease-in-out;
        -o-transition: .1s ease-in-out;
        transition: .1s ease-in-out;
    }

    .accAdd_Record:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
/* Add Record Button Styling End */

/* Empty Grid Styling Start */
.empty_grid {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    font-size: 25px;
    font-weight: 500;
}

    .empty_grid .oops {
        font-size: 40px;
        color: #d8dadf;
    }

    .empty_grid img {
        width: 30%;
        margin-bottom: 5px;
    }
/* Empty Grid Styling End */

/* Grid Dropdown Styling Start */
.employeeDrp img {
    width: 13px;
    margin-bottom: 4px;
}

.employeeDrp .dropdown-menu {
    font-size: inherit;
    padding: 8px;
    border: 1px solid #b5cfac;
    background-color: #f8fff8;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
}

.employeeDrp .dropdown-item {
    padding: 6px 8px !important;
    border-bottom: 1px solid #c5dbbd;
}

    .employeeDrp .dropdown-item:last-child {
        border-bottom: 0;
    }

    .employeeDrp .dropdown-item:hover {
        background-color: #e4ffe4;
        color: #000000;
    }

.employee_list {
    padding-left: 0;
    margin: 0;
}

    .employee_list li {
        counter-increment: li;
    }

        .employee_list li:before {
            content: counter(li);
            color: #6cc647;
            margin-right: 6px;
        }
/* Grid Dropdown Styling End */

/* Account List Styling Start */
.account_list-sec {
    position: relative;
    border: 1px solid #75bdcf;
}

.accList_img {
    width: 24px;
}

.account_list-sec .tbl_fixed {
    margin-bottom: 0 !important;
}

    .account_list-sec .tbl_fixed::-webkit-scrollbar-thumb {
        background: #bbced3;
    }

/* Tool Tip Start */
.account_tooltip::before,
.account_tooltip::after {
    content: '';
    position: absolute;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    top: 10%;
    left: -26px;
}

.account_tooltip::before {
    border-right: 25px solid #42a4bd;
}

.account_tooltip::after {
    border-right: 25px solid #f8feff;
    margin-left: .1rem;
    z-index: 1;
}
/* Tool Tip End */

.account_list-sec .box {
    border: 1px solid #85e5ff;
}

    .account_list-sec .box .box_opt {
        color: #1babcf;
        border: 1px solid #85e6ff;
    }

    .account_list-sec .box ul li {
        position: relative;
        color: #21205f;
        padding-bottom: 5px;
        border-bottom: 1px solid #def0f5;
    }

        .account_list-sec .box ul li::marker {
            font-size: 18px;
            color: #85e6ff;
        }

.test_name {
    font-size: 14px;
    font-weight: 500;
    color: #1381a3;
}

.test_rate {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    color: #21205f;
}

    .test_rate span {
        font-size: 20px;
        color: #1381a3;
    }

.test_discount-tbl {
    font-size: 12px;
}

    .test_discount-tbl thead {
        color: #ffffff;
        background-color: #499db7;
    }

    .test_discount-tbl tbody tr {
        border-bottom: 1px solid #def0f5;
    }

        .test_discount-tbl tbody tr td:nth-child(2),
        .test_discount-tbl tbody tr td:nth-child(3) {
            color: #9f9f9f;
        }

        .test_discount-tbl tbody tr td:last-child {
            color: #1390af;
        }

    .test_discount-tbl tr th,
    .test_discount-tbl tr td {
        padding: 3px;
        border: 0;
    }

.test_discount-head {
    text-transform: uppercase;
    color: #1babcf;
    border-bottom: 0 !important;
    background-color: #e3f9ff;
}
/* Account List Styling End */

/* Price Table Styling Start */
.price_table tbody tr {
    height: 40px;
}

.change_price-sec input {
    width: 100px;
    margin-right: 5px;
    padding: 5px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    outline: 0;
    background-color: #f7fbff;
}

.change_price-sec img,
.change_discount img {
    width: 16px;
}

.change_price-sec.price_success input,
.change_discount-sec.price_success {
    border-color: #4dc529 !important;
}

.save_Price-btn {
    width: 100px;
    padding: 0;
}

.save_discount-btn {
    width: 200px;
    padding: 4px 0;
}

.cancel_discount-btn {
    padding: 4px 0;
    color: #ffffff;
    background-color: #c4c4c4;
}

.change_discount-sec {
    margin-right: 5px;
    padding: 3px 5px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background-color: #ffffff;
}

    .change_discount-sec input {
        width: 30px;
        border: 1px solid transparent;
        outline: 0;
        background-color: #ffffff;
    }

    .change_discount-sec span {
        font-size: 16px;
        color: #ababab;
    }

.change_price-hover {
    background-color: #f7fbff !important;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 8px 2px #a1c1f7;
    box-shadow: 0 0 8px 2px #a1c1f7;
}
/* Discount Popup Start */
.discount_popup {
    position: absolute;
    top: 150px;
    left: 380px;
    width: 600px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 0 14px #1311a2;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 999;
}

.discount_head {
    padding: 10px 10px 10px 25px;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
    background-color: #21d3ff;
}

.discount_sec .change_discount-sec {
    padding: 0 10px;
}

.discount_sec input {
    width: 45px;
    margin-right: 8px;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    outline: 0;
    padding: 0;
}

.discount_sec span {
    font-size: 22px;
    font-weight: normal;
}

.discount_btn {
    width: 70px;
    font-size: 14px;
    font-weight: 500;
    background-color: #0073e9 !important;
}

.discount_sec .cancel_discount {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.discount_type-sec {
    margin: 10px 15px;
    padding: 8px;
    border-radius: 5px;
    background-color: #eaf8fc;
}

.patient_type {
    color: #78828e;
    padding: 2px 5px;
    border-radius: 4px;
    background-color: #ffffff;
}

.discount_type-sec span {
    font-size: 15px;
    color: #0a57c6;
    padding: 0 30px 0 10px;
}

.discount_table {
    margin: 5px 10px 10px 0;
    padding: 0 15px 0 23px;
    height: 180px;
    scrollbar-color: #a1b7d9 #ffffff;
}

    .discount_table::-webkit-scrollbar-thumb {
        background-color: #a1b7d9;
    }

    .discount_table table {
        border-collapse: separate;
        border-spacing: 0;
    }

    .discount_table td:first-child {
        width: 35px;
    }

    .discount_table td:last-child {
        width: 20px;
    }

    .discount_table td {
        padding-left: 3px;
        border-bottom: 1px solid #d5e2f6 !important;
    }
/* Discount Popup End */

/* Price Table Styling End */

/* Payment Table Styling Start */
.payment_total {
    color: #ffffff;
    background-color: #0a57c6;
}

.payment_empty {
    color: #212529;
    background-color: transparent;
}

.payment_row-color {
    background-color: #d6e3f7 !important;
}

.payment_total span {
    width: 25%;
}

    .payment_total span:nth-child(2),
    .payment_total span:nth-child(3) {
        text-align: center;
    }

    .payment_total span:first-child {
        text-align: right;
        padding-right: 65px;
    }

    .payment_total span:nth-child(2) {
        padding-left: 25px;
    }

    .payment_total span:nth-child(3) {
        padding-right: 38px;
    }

    .payment_total span:nth-child(4) {
        padding-left: 6px;
    }

/* Payment Table Styling End */

/* Favorites Medicine Table Styling Start */
.favMedicineTable {
    height: calc(100vh - 242px);
    margin-bottom: 0;
}

.addFavMedTable {
    height: calc(100vh - 492px);
}

.favMedicineTable thead tr,
.favMedicineTable.tbl_fixed::-webkit-scrollbar-thumb {
    background: #debf83 !important;
}

.favMedicineTable tbody tr:nth-child(odd) {
    background: #ffffff !important;
}

.favMedicineTable tbody tr:nth-child(even) {
    background: #fbfbfb !important;
}

.favMedicineTable tbody tr:hover {
    background-color: #fff9ec !important;
    border-bottom: 1px solid #e8d9b3 !important;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

.favMedicineTable input {
    width: 100%;
}

/* .favMedicineTable tr th, */
.small_width {
    width: 5%;
}

.large_width {
    width: 25%;
}

.freq_duration-sec .Input_Field {
    width: 30%;
}

.frequency_info {
    position: absolute;
    top: -8px;
    right: -11px;
    width: 18px;
    cursor: pointer;
}
/* Medicine Duration Info Overlay */
.duration_overlay {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    padding: 10px;
    border-radius: 4px;
    background-color: #efe1c5;
    z-index: 999;
}

    .duration_overlay .overlay_inner {
        width: 295px;
        max-height: 218px;
        gap: 10px;
        scrollbar-color: #bfae8b transparent;
    }

        .duration_overlay .overlay_inner::-webkit-scrollbar-track {
            background-color: transparent;
        }

        .duration_overlay .overlay_inner::-webkit-scrollbar-thumb {
            border-color: #efe1c5;
            background-color: #bfae8b;
        }

        .duration_overlay .overlay_inner .med_timetable {
            padding: 8px;
        }

.favMedicineTable .Input_Field select.form-control {
    height: auto !important;
    padding: 3px !important;
}

.frequancy_setting {
    width: 100px;
    z-index: 0;
}

    .frequancy_setting .owl-nav button {
        position: absolute;
        top: 40%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 25px !important;
        color: #bdbdbd !important;
    }

    .frequancy_setting .owl-nav .owl-prev {
        left: -10px;
    }

    .frequancy_setting .owl-nav .owl-next {
        right: -10px;
    }

.freq_box {
    padding: 6px;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
}

.favMedicineTable tr td.StartDate p,
.favMedicineTable tr td.Instruction span {
    font-size: 13px;
    font-weight: 400;
    color: #292929;
    padding: 5px;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    background-color: #ffffff;
}

.favMedicineTable tr td.Instruction span {
    border: 0;
    background-color: transparent;
}

.favMedicineTable tr td.Instruction img {
    width: 22px;
}

/* Favorites Medicine Table Styling End */

/* Diagnosis Table Styling Start */
.diagnosis_table {
    height: calc(100vh - 350px) !important;
}

    .diagnosis_table::-webkit-scrollbar-thumb {
        background-color: #e9e9e9;
    }

    .diagnosis_table::-webkit-scrollbar-track {
        background-color: #ffffff;
    }

    .diagnosis_table tbody tr:nth-child(odd) {
        background-color: #fbfbfb;
    }

    .diagnosis_table tr td, .diagnosis_table tr th {
        width: auto !important;
        vertical-align: middle;
    }

    .diagnosis_table tbody tr td:nth-child(4) {
        padding-right: 30px;
    }

    .diagnosis_table tbody tr td:nth-child(5) {
        width: 25% !important;
        padding-right: 30px;
    }

    .diagnosis_table tbody tr td:nth-child(6) img {
        width: 22px;
    }

/* Diagnosis Table Styling End */

/* Pathology Table Styling Start */
.pathology_table tbody tr td:nth-child(4) {
    width: 25% !important;
    padding-right: 30px;
}

.pathology_table tbody tr td:nth-child(5) {
    width: auto !important;
    padding: 0;
}

    .pathology_table tbody tr td:nth-child(5) img {
        width: 22px;
    }

/* Pathology Table Styling End */

/* PNL Reports Table Styling Start */
.pnlreport_table tbody::after {
    content: '';
    display: block;
    height: 35px;
}

.pnlreport_table th,
.pnlreport_table td {
    padding: 7px 5px;
    border-color: #dbdbdb !important;
}

    .pnlreport_table th:first-child,
    .pnlreport_table td:first-child {
        width: 300px;
        font-weight: bold;
    }

.pnlreport_table tr:nth-child(even) {
    background-color: #fcfcfc;
}

.pnlreport_table thead th {
    border-bottom: 0 !important;
}

.pnlreport_table thead tr {
    background-color: #f3f3ff !important;
}

    .pnlreport_table thead tr th {
        color: #333333;
    }

.pnlreport_table tfoot td {
    color: #ffffff;
    border-bottom: 0 !important;
    background-color: #0a57c6;
}

    .pnlreport_table tfoot td:first-child {
        font-weight: bold;
        color: #0a57c6;
        background-color: #ffffff;
    }
/* PNL Reports Table Styling End */

/* Expense Report Table Styling Start */
.expense_report-tbl {
    height: calc(100vh - 280px);
    margin-bottom: 20px !important;
}

    .expense_report-tbl tr:nth-child(odd) {
        background-color: #fbfbfb !important;
    }

    .expense_report-tbl tr:nth-child(even) {
        background-color: #ffffff !important;
    }

    .expense_report-tbl tr td {
        border-color: #e4e4e4 !important;
    }

    .expense_report-tbl tr:first-child td {
        border-top: 1px solid #e4e4e4;
    }

    .expense_report-tbl tfoot {
        bottom: 0;
    }

        .expense_report-tbl tfoot td {
            color: #ffffff;
            border: none !important;
            background-color: #7f7f7f;
        }

            .expense_report-tbl tfoot td:first-child,
            .expense_report-tbl tfoot td:nth-child(2) {
                background-color: #ffffff;
            }

            .expense_report-tbl tfoot td:nth-child(2) {
                font-weight: bold;
                color: #000;
                text-align: right;
            }

            .expense_report-tbl tfoot td:last-child {
                font-weight: bold;
            }
/* Expense Report Table Styling End */

/* Store Table Styling Start */
.store_tbl-height {
    height: calc(100vh - 515px);
}

    .store_tbl-height tr td:nth-child(4) {
        width: 100px;
    }

.add_quantity-sec {
    width: 60px;
}

    .add_quantity-sec input {
        width: 100%;
    }
/* Store Table Styling End */

/* (IPD) Patient Treatment Styling Start */
.refresh_view p:first-child {
    font-weight: bold;
    color: #585858;
    line-height: 1;
}

.refresh_view p:nth-child(2) {
    font-size: 18px;
    color: #31bc1e;
    line-height: 1;
    background-color: #ffffff;
}

    .refresh_view p:nth-child(2) span {
        font-weight: bold;
    }

.refresh_view img {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    z-index: -1;
}

.progress_bar {
    width: 100%;
    height: 5px;
    border-radius: 30px;
    background-color: #e7e7e7;
}

    .progress_bar .bar_inner {
        width: 60%;
        height: 5px;
        border-radius: 30px;
        background-image: linear-gradient(to right, #f3982b, #82b83e 100%);
    }

.treatment_head {
    padding: 10px 0 !important;
}

    .treatment_head p {
        position: relative;
        width: 25%;
        margin: 0 auto;
        font-weight: 500;
        color: #f79729;
        text-align: center;
        padding: 5px 0;
        border: 1px solid #f79729;
        border-radius: 30px;
    }

        .treatment_head p::before,
        .treatment_head p::after {
            content: '';
            position: absolute;
            top: 50%;
            left: -60%;
            transform: translateY(-50%);
            width: 60%;
            height: 1px;
            background-image: linear-gradient(to right, rgba(221,245,255, 0), #f79729 80%);
        }

        .treatment_head p::after {
            left: auto;
            right: -60%;
            background-image: linear-gradient(to left, rgba(221,245,255, 0), #f79729 80%);
        }

.treatment_status {
    text-transform: capitalize;
}

    .treatment_status img {
        width: 18px;
    }

.treatment_check {
    border-color: #a1b7d9 !important;
}

.pending_status {
    color: #9a9a9a;
}
/* (IPD) Patient Treatment Styling End */

/* Table Styling End */

/* Login Page CSS Start */
.loginPage::after,
.loginPage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: block;
    background-image: url('../Imgs/bg1.jpg');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left center;
    animation: AppearingSlowly 2s;
    opacity: 1;
    z-index: -1;
}

.loginPage::before {
    content: '';
    background-image: url('../Imgs/bg-right.jpg');
    background-position: right center;
}

@-webkit-keyframes AppearingSlowly {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    80% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

@keyframes AppearingSlowly {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    80% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

.loginArea {
    height: 100vh;
}

    .loginArea .plusBox {
        position: absolute;
        top: 82%;
        left: 0;
        z-index: 6;
    }

.img-floating {
    -webkit-animation: 2s infinite alternate floatingLR;
    animation: 2s infinite alternate floatingLR;
}

@-webkit-keyframes floatingLR {
    to {
        transform: translateX(-10px);
    }

    from {
        transform: translateX(20px);
    }
}

@keyframes floatingLR {
    to {
        transform: translateX(-10px);
    }

    from {
        transform: translateX(20px);
    }
}

.loginArea .bloodBottles {
    position: absolute;
    top: 75%;
    right: 0;
    z-index: 6;
}

.img-floatingRL {
    -webkit-animation: 2s infinite alternate floatingRL;
    animation: 2s infinite alternate floatingRL;
}

@-webkit-keyframes floatingRL {
    to {
        transform: translateX(20px);
    }

    from {
        transform: translateX(-20px);
    }
}

@keyframes floatingRL {
    to {
        transform: translateX(20px);
    }

    from {
        transform: translateX(-20px);
    }
}

.loginBox {
    position: relative;
    width: 450px;
    height: calc(100vh - 70px);
    margin: -30px auto 0;
    padding: 30px;
    border: 20px solid #21205f;
    background-color: #fff;
    box-shadow: 0 0 10px #21205f;
    z-index: 1;
}

    .loginBox:before,
    .loginBox:after {
        content: url('../Imgs/stl.png');
        position: absolute;
        top: 5%;
        left: -60px;
        z-index: 5;
    }

    .loginBox:after {
        content: url('../Imgs/str2.png');
        left: auto;
        right: -110px;
    }

    .loginBox input[type="text"]:focus,
    .loginBox input[type="text"],
    .loginBox input[type="email"]:focus,
    .loginBox input[type="email"],
    .loginBox input[type="tel"]:focus,
    .loginBox input[type="tel"],
    .loginBox input[type="password"]:focus,
    .loginBox input[type="password"] {
        color: #4636bc;
    }

    .loginBox a.fPass {
        color: #5e54a5 !important;
        text-decoration: underline !important;
    }

    .loginBox .btn-login {
        min-width: 235px;
        font-size: 13px;
        font-weight: normal;
        padding: 8px 0;
        border-color: #5e54a5;
        background-color: #5e54a5;
    }

.loginPage .copyright {
    position: absolute;
    left: 50%;
    bottom: 15px;
    color: #a09f9f;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .loginPage .copyright:before {
        content: url('../Imgs/leftimgcopy.png');
        position: absolute;
        top: 30%;
        right: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 15px;
    }

    .loginPage .copyright:after {
        content: url('../Imgs/rightimgcopy.png');
        position: absolute;
        top: 30%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 15px;
    }
/* Login Page CSS End */

/* Menu Bar Styling CSS Start */
.Menu_Bar {
    background: #5453b4;
    min-height: 30px;
}

    .Menu_Bar .Menu_Slider {
        text-align: center;
        padding: 0 40px;
    }

        .Menu_Bar .Menu_Slider .owl-stage {
            margin: 0 auto;
        }

        .Menu_Bar .Menu_Slider .item {
            width: 120px !important;
        }

            .Menu_Bar .Menu_Slider .item a {
                padding: 5px 0;
                display: block;
                font-weight: 500;
                color: #ffffff;
                -webkit-transition: .2s ease-out;
                -o-transition: .2s ease-out;
                transition: .2s ease-out;
            }

                .Menu_Bar .Menu_Slider .item a:hover,
                .Menu_Bar .Menu_Slider .item a.active {
                    color: #fff55a;
                    background-color: #15144c;
                }

        .Menu_Bar .Menu_Slider .owl-next span, .Menu_Slider .owl-prev span {
            display: none;
        }

        .Menu_Bar .Menu_Slider .owl-dots {
            display: none;
        }

        .Menu_Bar .Menu_Slider .owl-prev {
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 22px;
            height: 22px;
            background: #6564cc !important;
            box-shadow: 0 3px 10px rgb(0, 0, 0, 0.2);
            background-image: url(../Imgs/leftIcon.png) !important;
            background-size: 50% !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
        }

        .Menu_Bar .Menu_Slider .owl-next {
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 22px;
            height: 22px;
            box-shadow: 0 3px 10px rgb(0, 0, 0, 0.2);
            background: #6564cc !important;
            background-image: url(../Imgs/rightIcon.png) !important;
            background-size: 50% !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
        }
/* Menu Bar Styling CSS End */

/* Menu Bar 2 Styling CSS Start */
.slider {
    padding: 0 40px;
}

.Menu_Slider .owl-stage-outer {
    overflow-x: clip;
    overflow-y: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.Menu_Slider .owl-stage {
    width: max-content !important;
}

.Menu_Slider .owl-item img {
    width: auto;
    height: 25px;
}

.slider .owl-next span, .slider .owl-prev span {
    display: none;
}

.slider .owl-dots {
    display: none;
}

.slider .owl-prev.disabled,
.slider .owl-next.disabled {
    opacity: 0;
}

.menu_btn {
    font-weight: 500;
    color: #333333;
    padding: 4px 8px;
    padding-right: 20px;
    border-radius: 3px;
    background-color: #fbfbfb;
    transition: .1s ease-in-out;
    cursor: pointer;
}

    .menu_btn::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 10px;
    }

    .menu_btn:hover {
        color: #4653df;
        background-color: #ffffff;
    }

.dropdown:hover .menu_btn {
    border-radius: 3px 3px 0 0;
}

    .dropdown:hover .menu_btn::after {
        background-color: #ffffff;
    }

.menu_btn .menu_img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}
/* Menu Dropdown */
.menu_list {
    padding: 10px;
    margin-top: 10px;
    border-top: 0 !important;
    border: 1px solid #dfdfdf;
    border-radius: 0 5px 5px 5px;
    box-shadow: -3px 4px 8px -4px rgba(0, 0, 0, 0.4), 3px 4px 8px -5px rgba(0, 0, 0, 0.4);
    z-index: 999;
}

.list_inner {
    position: relative;
    padding-right: 80px;
}

.menu_list img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100% !important;
    z-index: -1;
}

.menu_opt {
    padding-left: 0;
    list-style: none;
    margin: 0 15px 0 0;
}

    .menu_opt li {
        width: 250px;
        padding: 4px 8px;
        border: 1px solid #f4f4f4;
        background-color: #f9f9f9;
        transition: .2s ease-in-out;
        cursor: pointer;
    }

        .menu_opt li:hover {
            border-color: #e9eafa;
            background-color: #f1f3ff;
        }

        .menu_opt li:not(:last-child) {
            margin-bottom: 8px;
        }

        .menu_opt li a {
            display: block;
            color: #333333;
        }

.slider .owl-prev,
.slider .owl-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 34px;
    border: 1px solid #1f34ac !important;
    border-radius: 4px;
    background: #1f35ab !important;
    background-image: url(../Imgs/menuIcons/menuArrowLeft.png) !important;
    background-size: 40% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: .1s ease-in-out;
}

.slider .owl-next {
    left: auto;
    right: 0;
    background-image: url(../Imgs/menuIcons/menuArrowRight.png) !important;
}

    .slider .owl-prev:hover,
    .slider .owl-next:hover {
        border-color: #344edd !important;
    }

.Menu_Slider2 {
    padding: 0 35px;
}

    .Menu_Slider2 .owl-prev {
        box-shadow: 12px 0 12px 10px #1f35ab;
    }

    .Menu_Slider2 .owl-next {
        box-shadow: -12px 0 12px 10px #1f35ab;
    }
/* Menu Bar 2 Styling CSS End */

/* Favourites Section Styling Start */
.fav_container {
    border-radius: 20px;
    background-color: #172a9b;
}

.fav_txt {
    width: 150px;
    font-weight: 500;
    color: #324bd8;
    line-height: 1.1;
    padding: 5px 0 5px 15px;
    margin-right: 8px;
    border-radius: 30px 0 0 30px;
}

    .fav_txt span {
        text-transform: uppercase;
    }

    .fav_txt::after {
        content: '';
        width: 5px;
        height: 28px;
        border-right: 1px solid #5168e8;
    }

.fav_slider {
    position: relative;
    width: 88.5%;
}

.fav_slider-cont {
    overflow-x: hidden;
}

.favSlider {
    display: inline-flex;
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
}

    .favSlider .fav_sec {
        color: #ffffff;
        margin-right: 8px;
        border-radius: 20px;
        background-color: #263dbe;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        cursor: pointer;
    }

.fav_img {
    position: relative;
    padding: 2px 8px 2px 12px;
}

    .fav_img::after {
        content: '';
        position: absolute;
        top: .23rem;
        right: 0;
        width: 5px;
        height: 18px;
        border-right: 1px solid #4b62e6;
    }

.favSlider .fav_sec:hover .fav_img::after {
    border-color: #41d62d;
}

.fav_btn,
.fav_btn:hover {
    color: #ffffff;
    padding: 3px 12px 3px 8px;
}

.favSlider .fav_sec:hover {
    background-color: #1cab48;
}

.fav_slider .owl-prev, .fav_slider .owl-next {
    width: 28px;
    height: 28px;
    border-color: #172a9b !important;
    border-radius: 100%;
    background-color: transparent !important;
}
/* Favourites Section Styling End */

/* Grid Tabs Styling CSS Start */
.page_heading {
    position: relative;
    max-width: 8%;
    font-size: 16px;
    color: #f59829;
    margin-right: 20px;
}

    .page_heading::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -15px;
        transform: translateY(-50%);
        width: 1px;
        height: 25px;
        background-color: #d4d4d4;
    }

.Detailed_Tabs .nav-tabs {
    border-bottom: 1px solid #e4e4e4;
}

.Detailed_Tabs .nav-item {
    position: relative;
    flex: none;
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    /* margin-right: 30px; */
    margin-right: 40px;
    padding-bottom: 8px;
}

    /* .Detailed_Tabs .nav-item:not(:last-child)::before {
        content: "";
        position: absolute;
        top: -2px;
        right: -15px;
        height: 25px;
        border-right: 1px solid #e4e4e4;
    } */

    .Detailed_Tabs .nav-item img {
        height: 22px;
    }

    .Detailed_Tabs .nav-item.active {
        border-bottom: 2px solid #0073ea;
        color: #0073ea;
    }
/* Grid Tabs Styling CSS End */

/* Employee Popup Styling Start */
.optional_Sec h4 {
    display: inline-block;
    font-size: 15px;
    color: #0073ea;
    padding-bottom: 2px;
    border-bottom: 1px solid #0073ea;
    cursor: pointer;
}

.ToggleDiv {
    display: none;
}

.office_head {
    font-size: 18px;
    font-weight: 500;
    color: #0a57c6;
}

    .office_head img {
        padding-right: 5px;
    }

.OfficeInfo {
    background: #d8e8ff;
    padding: 0 30px;
}

.custom-file-upload {
    padding: 3px 15px;
    margin: 4px 0 4px 10px;
    color: #fff;
    border-radius: 3px;
    background: #1f3e75;
    cursor: pointer;
}
/* Employee Popup Styling End */

/* Patient Registration Popup Styling Start */
.ReferTo {
    background: #f1f1f1;
    padding: 0 30px;
}

.Refer {
    font-size: 18px;
    font-weight: 500;
    color: #00c875;
}

    .Refer img {
        padding-right: 5px;
    }

/* Patient Registration Popup Styling End */

/* Alert Styling Start */
.danger_alert {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    padding: 4px 0;
    background-color: #ff0000;
    z-index: 999999;
}
/* Alert Styling End */

/* Nav Header Styling Start */
header.Header {
    background: #21205f;
    padding: 2px 0;
}

header.newHeader {
    background: #1f34ac;
    padding: 5px 0 7px;
}

    header.newHeader .header_img {
        height: 46px;
    }

        header.newHeader .header_img img {
            height: 100%;
        }

header.Header .date {
    background-color: #15144c;
    border-radius: 30px;
    padding: 5px 8px;
}

header.newHeader .date {
    padding: 5px 8px;
    border-radius: 30px;
    background-color: #0e239a;
}

header.Header .date h4 {
    margin: 0px;
    color: #cbcae4;
    font-size: 10px;
}

header.newHeader .date h4 {
    font-size: 12px;
    color: #cbcae4;
    margin: 0;
}

.date h4 img {
    margin-right: 5px;
}

.Nav_Menu li {
    padding: 0 15px;
}

.notify_icon {
    margin-right: 20px;
}

.Nav_Menu li h4,
.notify_icon {
    position: relative;
    font-size: 12px;
    color: #9a99d8;
}

    .Nav_Menu li h4 .count,
    .notify_icon .count {
        position: absolute;
        top: -10px;
        right: -16px;
        width: 1.2rem;
        height: 1.2rem;
        font-size: 12px;
        color: #333333;
        line-height: 1.7;
        text-align: center;
        border-radius: 50%;
        background-color: #ffcb5a;
        z-index: 1;
    }

    .notify_icon .count {
        top: -2px;
        right: -5px;
        width: .92rem;
        height: .92rem;
        font-size: 11px;
    }

.Profile {
    position: relative;
    top: 0px;
    align-items: flex-start;
}

header.Header .Profile li {
    padding: 8px;
    margin-left: 15px;
}

header.Header .menu_icon {
    padding: 8px;
    border-radius: 100%;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
}

header.newHeader .menu_icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-content: center;
    border-radius: 100%;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
}

.menu_icon:hover {
    background-color: #0e239a;
}

/* Menu Tooltip CSS Start */
.module_tip .module_cont {
    display: none;
    position: absolute;
    top: 110%;
    right: -20px;
    width: 295px;
    color: #333333;
    padding: 5px 5px 20px 20px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

header.Header .module_tip .module_cont {
    top: 95%;
}

.module_tip .cont_box {
    width: 100%;
    max-height: 400px;
    margin-bottom: 0;
}

    .module_tip .cont_box::-webkit-scrollbar-thumb {
        background-color: #e9e9e9;
    }

    .module_tip .cont_box::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .module_tip .cont_box .inner_cont {
        row-gap: 20px;
        margin: 15px 15px 0 0;
    }

.module_tip .module_box {
    display: inline-block;
    width: 45%;
    height: 105px;
    font-size: 12px;
    color: #21205f;
    line-height: 1;
    text-align: center;
    border-radius: 5px;
    background-color: #f8f8f8;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    cursor: pointer;
}

    .module_tip .module_box:hover {
        background-color: #f1f7ff;
    }

    .module_tip .module_box.active {
        background-color: #e0ecfd;
    }

    .module_tip .module_box.disabled {
        color: #cacaca;
        background-color: #ffffff;
        cursor: not-allowed;
    }

    .module_tip .module_box .module_img {
        height: 68px;
    }

    .module_tip .module_box img {
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }

    .module_tip .module_box:hover img {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }

    .module_tip .module_box.disabled img {
        transform: scale(1);
        filter: grayscale(100%);
        opacity: 25%;
    }
/* Menu Tooltip CSS End */

header.newHeader .Profile li.User {
    color: #ffffff;
    cursor: pointer;
}

.Profile li.User img {
    background: #504fa1;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
}

header.Header .Profile li.User span {
    color: #a4a3f7;
    font-size: 13px;
}

header.newHeader .ProfileDrop {
    margin-left: 15px;
}

    header.newHeader .ProfileDrop span {
        width: 75px;
    }

.ProfileDrop .dropdown-menu {
    font-size: inherit;
}

    .ProfileDrop .dropdown-menu > div {
        border-bottom: 1px solid #e4e4e4;
        margin: 0px 10px;
        background-color: #fff;
    }

        .ProfileDrop .dropdown-menu > div:hover {
            background-color: #e6f5ff;
        }

            .ProfileDrop .dropdown-menu > div:hover a {
                color: #15144c;
            }

        .ProfileDrop .dropdown-menu > div:last-child {
            border-bottom: none;
        }

    .ProfileDrop .dropdown-menu a {
        font-size: 13px;
        color: #2463a3;
        display: block;
        padding: 5px 8px;
    }
/* Nav Header Styling End */

/* Date Range Picker Styling Start */
.daterangepicker {
    font-family: inherit;
    border: none;
    box-shadow: -.5px 1px 15px 3px rgba(0, 0, 0, 0.15);
}
/* Date Range Picker Styling End */

/* Patient Vitals Page Css */
.PatientVitalsPage {
    font-size: 12px;
    padding-bottom: 5px;
    background-color: #f6f6f6;
}

.PatientDetailSlide {
    padding: 0;
    z-index: 0;
}

    .PatientDetailSlide .Box {
        width: auto !important;
    }

        .PatientDetailSlide .Box a {
            padding: 0;
        }

    .PatientDetailSlide .Box {
        min-height: 70px;
        color: #ffffff;
    }

        .PatientDetailSlide .Box .BoxImg {
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .PatientDetailSlide .Box .BoxImg img {
                width: 25px;
            }

.patient_age {
    width: 20px !important;
}

.PatientDetailSlide .Box span {
    display: block;
    line-height: 13px;
}

.PatientDetailSlide .Box1 {
    background: #e5a389;
}

.PatientDetailSlide .Box2 {
    background: #e5c389;
}

.PatientDetailSlide .Box3 {
    background: #aab583;
}

.PatientDetailSlide .Box4 {
    background: #83b599;
}

.PatientDetailSlide .Box5 {
    background: #81a9c8;
}

.PatientDetailSlide .Box6 {
    background: #8392de;
}

.PatientDetailSlide .Box7 {
    background: #bc8ac2;
}

.PatientDetailSlide .Box8 {
    background: #d083a7;
}

.PatientDetailSlide .Box9 {
    background: #c66a95;
}

.PatientDetailSlide .Box10 {
    background: #aab583;
}

.PatientDetailSlide .Box11 {
    background: #83b599;
}

.PatientDetailSlide .Box12 {
    background: #8392de;
}

.PatientDetailSlide .Box13 {
    background: #e5a389;
}

.PatientDetailSlide .Box14 {
    background: #81a9c8;
}

.PatientDetailSlide .owl-prev,
.PatientDetailSlide .owl-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.PatientDetails {
    background: #f6fff8;
    border: 1px solid #cde7d2;
}

    .PatientDetails .DetailHead {
        padding: 6px;
        border-bottom: 1px solid #cde7d2;
    }

        .PatientDetails .DetailHead .left_img {
            width: 32px;
        }

        .PatientDetails .DetailHead p {
            font-size: 14px;
            font-weight: 500;
        }

            .PatientDetails .DetailHead p span {
                color: #ffcb5a;
            }

        .PatientDetails .DetailHead a {
            text-decoration: underline;
        }

.DetailHead a {
    text-decoration: underline;
}

button.addVital_btn {
    width: auto;
    font-size: 12px;
    padding: 0 8px !important;
    margin-left: 5px;
    border: none;
    border-radius: 2px !important;
}


.patient_info .info_box {
    padding: 10px 14px;
}

.patient_info .info_width {
    width: 21%;
}

.patient_info .info_box:not(:last-child) {
    border-right: 1px solid #cde7d2;
}

.patient_info .info_box label {
    font-size: 12px;
    font-weight: 400;
    color: #555454;
}

.patient_info .info_box .media-right {
    line-height: 16px;
}

.patient_info .info_box p {
    font-weight: 500;
    color: #1e1e1e;
}

.PatientVitals {
    background: #fff8f8;
    border: 1px solid #e8d3cc;
}

    .PatientVitals .DetailHead {
        border-bottom: 1px solid #e9d5cf;
    }

.VitalAlert {
    position: relative;
    cursor: pointer;
    color: #fff;
}

    .VitalAlert img {
        width: 70px;
    }

    .VitalAlert p {
        position: absolute;
        top: 63%;
        left: 5px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 12px !important;
        font-weight: 400 !important;
    }

    .VitalAlert span {
        position: absolute;
        top: -2px;
        right: 3px;
        font-size: 12px;
    }

.vitalAlert_popup {
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
    width: 85%;
    padding: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    transition: opacity .3s ease-in-out;
    z-index: 99;
}

    .vitalAlert_popup.active {
        visibility: visible;
        opacity: 1;
    }

    .vitalAlert_popup .vital_alert {
        width: fit-content;
        font-size: 13px !important;
        font-weight: normal !important;
        padding: 5px;
        border: 1px solid #e4e4e4;
        background-color: #f5f5f5;
    }

        .vitalAlert_popup .vital_alert:not(:last-child) {
            margin-bottom: 10px !important;
        }

button.addAlert_btn {
    width: 100% !important;
    font-size: 13px;
    margin-bottom: 8px;
    padding: 4px 0 !important;
    border-radius: 3px !important;
}

.empty_grid-md {
    font-size: 22px;
}

    .empty_grid-md img {
        width: 25%;
    }

    .empty_grid-md .oops {
        font-size: 35px;
    }

.empty_grid-sm {
    font-size: 20px;
}

    .empty_grid-sm img {
        width: 20%;
    }

    .empty_grid-sm .oops {
        font-size: 30px;
    }

.PatientVitals ul li {
    padding: 10px 12px;
}

.Examination {
    padding-bottom: 10px;
    background: #ffffff;
}

    .Examination .tbl_fixed::-webkit-scrollbar-thumb,
    .VisitHistory .tbl_fixed::-webkit-scrollbar-thumb {
        background: #e9e9e9;
    }

    .Examination .tbl_fixed::-webkit-scrollbar-track,
    .VisitHistory .tbl_fixed::-webkit-scrollbar-track {
        background-color: #ffffff;
    }

    .Examination .ExaminationHead {
        padding: 5px;
        border-radius: 4px 4px 0 0;
        background: #8392de;
    }

        .Examination .ExaminationHead .add_histry-btn {
            cursor: pointer;
        }

.History {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

    .History img {
        padding-right: 8px;
    }

.add_histry-btn {
    width: 24px;
}

button.Prescribe {
    font-size: 13px;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 3px 15px;
    background-color: #0957c5;
}

    button.Prescribe:hover {
        color: #fff;
    }

.PatientHistory {
    height: 380px;
    margin: 10px 10px 0;
    padding: 0 10px;
}

.PatientVisit {
    font-size: 14px;
    font-weight: 500;
    color: #364596;
    padding: 3px 10px;
    background: #f0f2fb;
}

    .PatientVisit span:first-child {
        margin-right: 5px;
    }

    .PatientVisit span:last-child {
        margin-left: 5px;
    }

.patientExam_box {
    background-image: url(../Imgs/virus.png);
    background-repeat: no-repeat;
    background-position: 10% 130%;
}

.examination_detail {
    padding: 10px 0;
    border-bottom: 8px solid #f6f6f6;
}

    .examination_detail:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

.PresentComplains p {
    font-size: 15px;
    font-weight: bold;
    color: #104fa8;
}

.diseases_head {
    width: 50%;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    color: #0f7ca5;
    text-transform: uppercase;
    padding: 4px 0;
    margin-bottom: 10px;
    background-image: linear-gradient(to right, rgba(221,245,255, 0), rgba(221,245,255, 1), rgba(221,245,255, 0) 105%);
}

.complains_img {
    width: 28px;
    transition: .2s ease-in-out;
}

    .complains_img:hover {
        transform: scale(.85);
    }

.disease_sec:not(:last-child) {
    margin-bottom: 10px;
}

.examinationHistory {
    padding: 0;
    z-index: 0;
}

    .examinationHistory .owl-prev,
    .examinationHistory .owl-next {
        left: -15px;
        height: 30px;
        border: none !important;
        background-color: #ffffff !important;
        background-size: 25% !important;
        background-image: url(../Imgs/leftArrow.png) !important;
        box-shadow: 8px 0 12px 8px #ffffff;
    }

    .examinationHistory .owl-next {
        left: auto !important;
        background-image: url(../Imgs/rightArrow.png) !important;
        box-shadow: -8px 0 12px 8px #ffffff;
    }
/* Examination Slider Styling End */

.DiseaseList {
    position: relative;
}

    .DiseaseList .actions_btn {
        display: block;
        visibility: hidden;
        position: absolute;
        right: 0;
        padding: 8px;
        padding-right: 0;
        background-color: #ffffff;
        box-shadow: -12px 0 10px 0 #ffffff;
        opacity: 0;
        transition: opacity .2s ease-in-out;
    }

    .DiseaseList:hover .actions_btn {
        visibility: visible;
        opacity: 1;
    }

    .DiseaseList:not(:last-child) {
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ededed;
    }

    .DiseaseList .list_label {
        width: fit-content;
        text-align: center;
        color: #ff6a30;
        padding: 5px 15px;
        border: 1px solid #f8dcd3;
    }

    .DiseaseList .item {
        width: auto;
        font-size: 12px;
        line-height: 1.3;
        padding: 0 15px;
        border-right: 1px solid #ededed !important;
    }

    .DiseaseList .owl-item:last-child .item {
        border: none !important;
    }

    .DiseaseList .item p {
        font-size: 11px;
        color: #888888;
    }

    .DiseaseList .item span {
        color: #000000;
    }

/* Visit History */
.VisitHistory {
    padding: 10px 15px;
    background: #fff;
}

.HistoryTxt {
    color: #0a57c6 !important;
}

.VisitHistoryTable {
    position: relative;
    width: 100%;
    height: 331px;
    padding: 0 20px 0 25px;
    margin-bottom: 0;
}

.table_dots {
    position: relative;
}

    .table_dots tr {
        border: 0;
    }

    .table_dots thead tr::after, .BookInvestTable thead tr::after {
        content: "";
        position: absolute;
        left: -25px;
        width: 15px;
        height: 100%;
        background: #ffffff;
    }

    .table_dots tr td:first-child::before {
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        width: 1px;
        min-height: 105%;
        background: #ff9191;
    }

    .table_dots tr td {
        position: relative;
    }

        .table_dots tr td:first-child::after {
            content: "";
            position: absolute;
            top: 50%;
            left: -27px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 15px;
            height: 15px;
            border: 3px solid #ffffff;
            background-color: #ff9191;
            border-radius: 50%;
        }

.VisitHistoryTable tr {
    border-bottom: 1px solid #e4e4e4;
    cursor: pointer;
}

.VisitHistoryTable tbody tr:hover {
    background-color: #f1f1f1;
}

.VisitHistoryTable tr td, .VisitHistoryTable tr th {
    width: 25%;
    border: none;
}

.VisitHistoryTable tr th {
    font-weight: 500;
    color: #ae7979;
    padding: 0 4px 4px;
}

.VisitHistoryTable tr td {
    padding: 4px;
}

    .VisitHistoryTable tr td.Visit p {
        font-size: 14px;
        color: #0a57c6;
    }

    .VisitHistoryTable tr td.Visit span {
        color: #a0a0a0;
    }

    .VisitHistoryTable tr td.Outcome p {
        font-size: 11px;
        color: #bbb;
    }

    .VisitHistoryTable tr td.Outcome span {
        color: #292929;
    }

    .VisitHistoryTable tr td.drname p {
        color: #8392de;
    }

.erxHead {
    background: #debf83 !important;
}

button.RePrescribe {
    background: #c09f60;
}
/* Erx */
.erx_histry {
    height: 270px !important;
}

.medication_list {
    height: calc(100vh - 290px);
    margin: 10px 0 0;
    padding-right: 10px;
}

    .medication_list .erxDetail {
        width: 93.8%;
    }

.erxVisit {
    background: #f7efe0;
    margin-bottom: 5px;
}

    .erxVisit p {
        color: #957436;
    }

.erxDetail {
    position: relative;
    padding: 6px 0 8px;
    border-bottom: 1px solid #e4e4e4;
}

    .erxDetail::before {
        content: '';
        position: absolute;
        top: 0;
        left: -20px;
        width: 1px;
        min-height: 105%;
        background: #ff9191;
    }

.medSchedule::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -27px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 3px solid #ffffff;
    background-color: #ff9191;
    border-radius: 50%;
}

.erx_cont-width {
    width: 96.5%;
    margin-left: auto;
}

.erx_number {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    color: #ffffff;
    border-radius: 100%;
    background-color: #ddbf83;
}

.medSchedule p {
    color: #6e5f42;
    margin-bottom: 5px !important;
}

.medSchedule ul li {
    display: inline;
    margin-right: 5px;
    font-size: 11px;
    color: #888888;
    padding: 2px 6px;
    border: 1px solid #f9e4bb;
    border-radius: 1px;
}

    .medSchedule ul li span {
        color: #494848;
    }

.medSchedule .dropdown-menu {
    left: 35px !important;
}

.erx_drp li {
    display: block !important;
    font-size: 12px !important;
    border-width: 0 0 1px 0 !important;
}

.Depar p {
    color: #888888;
    margin-bottom: 3px;
}

    .Depar p span {
        color: #c09f60;
        margin-left: 5px;
    }

.Depar .doc_name {
    color: #333333;
}

.erxCheck input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin-left: 20px;
    border-color: #a3a3a3;
}

    .erxCheck input[type=checkbox]::before {
        width: 4px;
        height: 14px;
        border-width: 0 1.8px 1.8px 0;
    }

.erxCheck img {
    width: 20px;
}

/* Diagnosis */
.DiagnosisHead {
    background: #de8c83 !important;
}

button.PrescribeDiagnose {
    background: #bc5b50;
}

.DiagnosVisit {
    background: #f7e2e0;
    margin-bottom: 0;
}

.DiagnosVisit p {
    color: #957436;
}

.PreviousVisit {
    position: relative;
    background: #dcdcdc;
    margin-bottom: 0;
}

    .PreviousVisit p {
        color: #747474;
    }

    .PreviousVisit spann {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 12px;
        letter-spacing: 7px;
        color: #747474;
    }

    .PreviousVisit spann {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 12px;
        letter-spacing: 7px;
        color: #747474;
    }
/* Pathology */
.pathology {
    margin: 0 10px;
}

.result_head {
    padding: 5px !important;
    border-radius: 4px 4px 0 0 !important;
}

.PathologyHead p {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.add_invest-btn {
    font-size: inherit;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 4px;
    background-color: #8dbf60;
}

    .add_invest-btn:hover {
        color: #ffffff;
        background-color: #7caf50;
    }

.PathologyTable {
    position: relative;
    height: 192px;
    margin: 10px 0 0;
    padding: 0 20px 0 30px;
}

.current_test {
    height: calc(100vh - 385px);
}

.PathologyTable tr {
    border-bottom: 1px solid #e4e4e4 !important;
}

    .PathologyTable tr th {
        font-weight: 500;
        color: #104fa8;
        padding: 0 4px 4px;
        border: none;
    }

.PathologyTable tbody tr td {
    padding: 3px 5px;
    vertical-align: middle;
    border: 0;
}

.PathologyTable tr td.Visit p {
    font-size: 14px;
    color: #0a57c6;
}

.PathologyTable tr td.Visit span {
    color: #a0a0a0;
}

.PathologyTable tr td span {
    color: #292929;
}

.PathologyTable tr td.Urgent span {
    color: #ff0000;
}

.PathologyTable tbody tr:hover {
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    background-color: #fff9ec !important;
    border-bottom: 1px solid #e8d9b3 !important;
}
/* Radiology */
.RadiologyHead {
    background: #898b90 !important;
}

button.rdiolgyPrescribe {
    background-color: #505050 !important;
}

/* Treatment Section Start */
.treatmentHead {
    background-color: #30a5ba !important;
}

    .treatmentHead button {
        background-color: #0e8196;
    }

.treatment_cont .erxDetail .medSchedule + div {
    width: 30%;
}

.treatment_cont .medSchedule p {
    color: #278a9c;
}

.treatment_cont .medSchedule ul li {
    border-color: #97d1dd;
}

.treatment_cont .Depar span {
    color: #c9c9c9;
}

.treatment_cont .Depar img {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
}

.treatment_cont .Depar .doc_name {
    color: #278a9c;
}

.status {
    width: 30%;
    font-size: 11px;
    font-style: italic;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #9a9a9a;
}

    .status img {
        width: 18px;
        margin-bottom: 4px;
    }

.done_status {
    color: #2dd04c;
}

/* Treatment Section End */

/* Procedure Section Start */
.procedureHead {
    background-color: #31b97b !important;
}

.procedure_sec:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f1f1f1;
}

.procedureVisit {
    font-size: 13px;
    font-weight: normal;
    background-color: #f2f8f5;
}

    .procedureVisit .name {
        color: #4e856c;
    }

    .procedureVisit span {
        color: #c9c9c9;
    }

    .procedureVisit p {
        color: #888888;
    }

.procedure_detail {
    column-gap: 8px;
}

    .procedure_detail .cont {
        padding: 15px;
        border: 1px solid #e4e4e4;
    }

        .procedure_detail .cont span {
            color: #c9c9c9;
        }

.reject_status {
    color: #fc3e00 !important;
}
/* Procedure Section End */

/* Medical Treatment Styling Start */
.medTreatment_histry {
    height: 182px;
}

.medTreatment_visit .name span {
    font-weight: 500;
    color: #4e856c !important;
}

    .medTreatment_visit .name span:last-child {
        color: #8c8c8c !important;
    }

.medTreatEdit {
    width: 16px;
    height: 16px;
}

.treatment_detail .cont {
    padding: 5px 5px 10px 10px;
}

    .treatment_detail .cont .head {
        padding-right: 10px;
    }

.medTreatment_cont {
    height: 55px;
    margin-top: 5px;
    padding-right: 5px;
}

    .medTreatment_cont::-webkit-scrollbar {
        width: 8px;
    }

    .medTreatment_cont .product {
        width: 60%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.treatment_box {
    position: relative;
    width: 31.2%;
    line-height: 1.3;
    padding: 0 6px !important;
    border: 1px solid #e4e4e4;
}

    .treatment_box span {
        color: #b9b9b9;
    }

    .treatment_box img {
        width: 16px;
        margin: 5px 0 2px;
    }

    .treatment_box.disabled {
        background-color: #f4f4f4;
        border: 0;
        color: #b9b9b9;
    }

    .treatment_box .edit_icon {
        position: absolute;
        top: 0;
        right: 0;
    }

.medTreatment_label {
    padding: 10px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}
/* Medical Treatment Styling End */

/* Patient Vitals Page CSS End */

/* Popups Styling Start */

/* Full Screen Modal */
.modal_fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
    padding: 20px;
}

    .modal_fullscreen .modal-content {
        height: 100%;
    }


.BookInvestigation .modal-xxl {
    max-width: 1400px;
}

.BookInvestigation .modal-xl {
    max-width: 1200px;
}

.BookInvestigation .modal-lg {
    max-width: 1000px;
}

.BookInvestigation .modal-md {
    max-width: 700px;
}

.BookInvestigation .modal-sm {
    max-width: 500px;
}

.BookInvestigation .modal-xs {
    max-width: 400px;
}

.BookInvestigation .modal-content {
    /*border: none !important;*/
}

.BookInvestigation .modal-header {
    padding: 6px 10px;
    border: none;
    background: #0a57c6;
}

    .BookInvestigation .modal-header h5 {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        margin: 0;
    }

        .BookInvestigation .modal-header h5 img {
            padding-right: 10px;
        }

.modal-header button[type="button"] {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 32px;
    font-weight: 500;
    color: #0a57c6;
    border: none;
    border-radius: 100%;
    transition: .2s ease-in-out;
    background-color: #ffffff !important;
}

    .modal-header button[type="button"]:hover {
        transform: scale(.9);
        background-color: #f0f2f5 !important;
    }

.popupHead_input .form-control {
    height: calc(1.5em + 0.4rem + 0px) !important;
}

.BookInvestigation .modal-body {
    padding: 20px 30px;
}

.BookInvestigation .modal-footer {
    justify-content: flex-start;
    border: none;
    padding: 0px;
    padding: 10px 30px;
}

.BookInvestigation .result_body {
    padding: 0;
}

.result_detail {
    padding: 10px 30px !important;
    border-right: 0 !important;
}

    .result_detail h3 {
        font-size: 16px;
    }

    .result_detail .tbl_fixed {
        margin-bottom: 0;
    }

/* Pathology Popup Styling Start */
.p-20-30 {
    padding: 20px 30px 0;
}

a.ViewFilm {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    background-color: #0073ea;
}

    a.ViewFilm img {
        width: 24px;
        margin-right: 5px;
    }

.pathology_form label {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.report_drp {
    padding: 5px 8px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    transition: .15s ease-in-out;
}

    .report_drp:hover,
    .report_drp.active {
        background-color: #f8f8f8;
    }

    .report_drp img {
        width: 20px;
        margin-right: 5px;
    }

    .report_drp.dropdown-toggle {
        color: #777777;
    }

        .report_drp.dropdown-toggle::after {
            margin-left: 8px;
            border-width: .32em .32em 0 .32em;
        }

.piForm .ck-content {
    height: calc(100vh - 412px);
}

.prForm .ck-content {
    height: calc(100vh - 268px);
}

.reportEditer .ck-content {
    height: calc(100vh - 350px);
}
/* Pathology Popup Styling End */

/* Token Popup Styling Start */
.tokenBox {
    text-align: center;
    padding: 50px;
    border-radius: 10px;
    background-color: #fcf8ee;
}

.lgreen {
    background-color: #eefcee;
}

.tokenBox h3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

    .tokenBox h3 small {
        display: block;
        font-size: 24px;
        font-weight: 400;
    }

.tokenBox .tokenNum {
    font-size: 75px;
    line-height: 100px;
}

.tokenBox .servingNow {
    font-size: 16px;
    margin-bottom: 15px;
}

.tokenBox .seperator {
    width: 100%;
    height: 2px;
    margin: 10px 0;
    background: linear-gradient(to right, #fcf8ee, #fbd475, #fcf8ee);
}

.tokenBox .totalGen {
    font-size: 16px;
    border-top: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #fcf8ee, #fbd475, #fcf8ee);
}

.tokenBox .seperator.dark {
    background: linear-gradient(to right, #fcf8ee, #d5d3ce, #fcf8ee);
}

.tokenBox .SaveBtn {
    border: none;
    background: #0073ea;
}
/* Token Popup Styling End */

/* Patient Details Section Start */
.lightbluebg {
    background-color: #f1f7ff;
    padding: 8px;
}

.uatBox {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
}

    .uatBox ul {
        margin: 0;
    }

        .uatBox ul > li {
            width: 19%;
            padding-left: 10px;
            border-left: 2px solid #ffcb5a;
        }

            .uatBox ul > li label {
                font-size: 12px;
                color: #707070;
                margin: 0;
            }
/* Patient Details Section End */

/* Result Popup Styling Start */
.results_height {
    height: calc(100vh - 375px);
}

h4.SetParameters {
    font-size: 13px;
    color: #1e51b8;
    margin-bottom: 15px;
}

.ParameterList .Info_Fields {
    margin-bottom: -1px;
    padding: 8px 5px;
    border: 1px solid #e4e4e4;
    border-left: 0px;
    border-right: 0px;
    background-color: #fbfbfb;
}

.ParameterList2 ul > li:nth-child(4n - 1) > .Info_Fields,
.ParameterList2 ul > li:nth-child(4n) > .Info_Fields {
    background-color: #fff;
}

.ParameterList .media-body h4 {
    font-size: 13px;
    font-weight: 500;
    color: #292929;
    margin-bottom: 8px;
}

    .ParameterList .media-body h4 span,
    .ParameterList .media-body p {
        color: #b96e6e;
    }

.ParameterList .Info_Fields select {
    font-size: 13px;
    color: #000;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    background-image: url(../Imgs/ArrowDown.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 12px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    cursor: pointer;
}

.ParameterList .Info_Fields input[type=text] {
    font-size: 13px;
    color: #000;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

    .ParameterList .Info_Fields input[type=text]::placeholder {
        color: #000;
    }

.ParameterList .Info_Fields select:focus,
.ParameterList .Info_Fields input:focus {
    border-color: #7195a7;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
}
/* Result Popup Styling End */

/* Popup left menu section styling start */
.user_access-drp {
    height: calc(100vh - 250px);
}

.user_accordion .card-header p::before {
    left: -7px !important;
    border-color: #b3b2e2 !important;
}

.user_accordion .card-header p[aria-expanded="true"] {
    color: #ff6130;
}

.user_accordion .aclink {
    color: #5453b4;
}

.panelBox {
    position: relative;
}

    .panelBox .panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height .2s ease-out;
    }

    .panelBox .aclink,
    .panelBox .accordion {
        position: relative;
        display: block;
        font-weight: 500;
        color: #5453b4;
        line-height: 30px;
        border-bottom: 1px solid #e3e3ea;
    }

        .panelBox .accordion:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 5px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 11px;
            height: 11px;
            background-image: url('../Imgs/icon-arrow-right.png');
            background-repeat: no-repeat;
            background-position: center;
        }

        .panelBox .accordion.active:after {
            background-image: url('../Imgs/icon-arrow-down.png');
        }

        .panelBox .accordion.active {
            border-bottom: 1px solid #fff;
        }

            .panelBox .accordion.active + .panel {
                border-bottom: 1px solid #e3e3ea;
            }

    .panelBox .panel ul {
        margin: 0;
    }

        .panelBox .panel ul > li,
        .user_accordion ul > li {
            position: relative;
            padding-left: 15px;
        }

            .panelBox .panel ul > li a,
            .user_accordion ul > li a {
                font-weight: normal;
                line-height: 30px;
                color: #5453b4;
            }

                .panelBox .panel ul > li a::before,
                .user_accordion ul > li a:before {
                    content: "\2022";
                    position: absolute;
                    top: 50%;
                    left: 0;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    font-size: 30px;
                    color: #ffc9bc;
                }

                .panelBox .panel ul > li a.active,
                .panelBox .panel ul > li a:hover,
                .user_accordion ul > li a.active,
                .user_accordion ul > li a:hover {
                    color: #ff6130;
                }

/* Popup left menu section styling End */

/* User Access Popup Styling Start */
.mxw-360px {
    max-width: 360px;
}

.user_access-icon {
    position: static;
    width: 35px;
    height: 35px;
    box-shadow: none;
}

.access_table {
    height: calc(100vh - 384px) !important;
}

.access_right {
    border-radius: 5px;
}

    .access_right h4 {
        font-size: 16px;
        color: #333333;
        padding: 13px 13px 0px;
        margin-bottom: 0;
    }

.exlRights,
.exlRights .header {
    border-radius: 10px;
    background-color: #f9f6ef;
}

.inclRights,
.inclRights .header {
    border-radius: 10px;
    background-color: #f6fbf6;
}

ul.incList > li .boxround a {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* User Access Popup Styling End */

/* Account Access Popup Styling Start */
.account_access-height {
    height: calc(100vh - 270px);
}
/* Account Access Popup Styling End */

/* Add Account Popup Start */
.tooltip_txt {
    height: 173px;
    overflow-y: scroll;
    color: #8697ad;
    margin-bottom: 0;
    scrollbar-color: #a0b6d9 #f5f7fc;
}

    .tooltip_txt::-webkit-scrollbar-track {
        background-color: #f5f7fc;
    }

    .tooltip_txt::-webkit-scrollbar-thumb {
        border-color: #f5f7fc;
        background-color: #a0b6d9;
    }
/* Add Account Popup End */

/* User transaction Popup Styling Start */
.transac_txt {
    position: absolute;
    top: -22px;
    left: 0;
    color: #2273e4;
    z-index: 1;
}

.balance_info {
    position: absolute;
    top: -26px;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 12px;
    color: #ffa200;
    z-index: 1;
}

.balance_amount {
    font-size: 15px;
    color: #2273e4;
}

.transac_sec {
    padding: 20px 30px 10px;
}

.transac_color {
    background-color: #f1f7ff;
}

/* User transaction Popup Styling End */

/* Role Access Popup Styling Start */
.roleAccess_table {
    height: calc(100vh - 330px) !important;
    padding-right: 10px;
}

    .roleAccess_table::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .roleAccess_table::-webkit-scrollbar-thumb {
        background-color: #e2e2ea;
    }

.access_header {
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}

.select_btn {
    font-size: inherit;
    color: #1473e6;
    padding: 4px 12px;
    border: 1px solid #1473e5;
    border-radius: 20px;
    background-color: #ffffff;
    margin-right: 12px;
}

    .select_btn img {
        margin: -2px 2px 0 0;
    }

    .select_btn:hover {
        border-color: #777777;
    }

.head_txt {
    font-size: 15px;
    font-weight: 500;
    color: #0a57c6;
}

.roleAccess_table label {
    cursor: pointer;
}

.rights_sec input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.card_close {
    border-bottom: 2px solid #eeeeee !important;
    border-radius: 0;
    padding-bottom: 10px;
}

.rights_sec .card-header {
    margin-top: 6px;
}

    .rights_sec .card-header p {
        font-size: 16px;
        color: #0a57c6;
    }

        .rights_sec .card-header p::before {
            border-color: #0a57c6 !important;
        }

.rights_sec .header_style p {
    font-size: 14px;
    color: #333333;
}

    .rights_sec .header_style p::before {
        border-color: #333333 !important;
    }

.rights_sec .card-header p[aria-expanded="true"] {
    font-weight: 500;
}

.rights_sec .card-body {
    padding-left: 35px !important;
    margin-top: 10px !important;
}
/* Role Access Popup Styling End */

/* Association Popup Styling Start */
.associate_table {
    height: calc(100vh - 340px);
}

.associate_list {
    padding-bottom: 10px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #f1f1f1;
}
/* Association Popup Styling End */

/* Payment Type Popup Styling Start */
.type_slct {
    padding: 10px 30px;
    background-color: #f1f7ff;
}

    .type_slct label {
        margin-bottom: 0;
    }

.payment_cont h5 {
    color: #0a57c6;
}

.fixed_input {
    padding: 0;
    border: 0;
    background-color: #f3f3f3;
}

    .fixed_input input {
        font-size: 15px;
        font-weight: 500;
        color: #333333;
        background-color: transparent;
    }

        .fixed_input input:focus {
            background-color: transparent;
        }

/* Payment Type Popup Styling End */

/* Add Product Popup Styling Start */
.vendors_list {
    border: 1px solid #a5bff4;
    background-color: #f3f5fb;
}

.vendor_res-count img {
    width: 24px;
}

.res_count p {
    line-height: 1;
}

    .res_count p:first-child {
        font-size: 15px;
    }

    .res_count p:last-child {
        font-size: 12px;
        color: #0a57c6;
    }

.vendor_checks {
    height: 80px;
    scrollbar-color: #a5bff4 #f3f5fb;
}

    .vendor_checks::-webkit-scrollbar-track {
        background-color: #f3f5fb;
    }

    .vendor_checks::-webkit-scrollbar-thumb {
        border-color: #f3f5fb;
        background-color: #a5bff4;
    }

.packs_tbl-height {
    height: 320px;
    padding-right: 5px;
    margin-bottom: 0;
    scrollbar-color: #cfcfcf #f7f6f6;
}

    .packs_tbl-height::-webkit-scrollbar-track {
        background-color: #f7f6f6;
    }

    .packs_tbl-height::-webkit-scrollbar-thumb {
        border-color: #f7f6f6;
        background-color: #cfcfcf;
    }

.prdct_packs .input-group-text {
    width: 50px;
}

.prdct_pack-tbl thead tr {
    color: #ffffff;
    background-color: #ababab;
}

.prdct_pack-tbl tr th,
.prdct_pack-tbl tr td {
    padding: 5px;
}

.prdct_pack-tbl tr th {
    border: 0;
}

.prdct_pack-tbl tr td {
    color: #7c7c7c;
    border-top: 0;
    border-bottom: 1px solid #ababab;
}

/* Add Product Popup Styling End */

/* Purchase Invoice Popup Styling Start */
.invoiceHead {
    padding: 8px 30px;
    background-color: #f0f7ff;
}

.amount_detail p {
    font-size: 12px;
    color: #ffa200;
}

.amount_detail span {
    font-size: 15px;
    font-weight: 500;
    color: #0a57c6;
    line-height: 0;
}

.srch_prct-sec .srch_prct-head {
    font-size: 15px;
    font-weight: 500;
    color: #0a57c6;
    text-transform: uppercase;
    margin-bottom: 8px !important;
}

.srch_prct-sec .input-group-text,
.total_amount-sec .input-group-text {
    width: 65px;
}

.srch_prct-sec .temp_info-sec {
    top: 10%;
}

    .srch_prct-sec .temp_info-sec img {
        width: 18px;
        height: 18px;
    }

.srch_prct-sec button {
    font-weight: 500;
    color: #ffffff;
    background-color: #55d452;
}

    .srch_prct-sec button:hover {
        color: #ffffff;
        background-color: #36cc33;
    }

    .srch_prct-sec button:focus,
    .srch_prct-sec button:active {
        background-color: #30b82e !important;
    }

.total_sec {
    margin-bottom: 10px;
    padding-bottom: 3px;
}

    .total_sec p {
        width: 100px;
    }

.amount_info {
    border-bottom: 1px solid #e4e4e4;
}

    .amount_info p {
        font-weight: 500;
    }

    .amount_info span {
        font-size: 15px;
        font-weight: 500;
        color: #1cbc62;
    }



.save_invoiceBtn {
    width: 75%;
    margin-left: auto;
}
/* Purchase Invoice Popup Styling End */

/* Alert Popup Styling Start */
.alert_logo {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #f8f8f8;
}

    .alert_logo img {
        width: 50px;
    }

.delete_alert h3 {
    margin: 10px 0 5px;
}

.delete_alert .alert_confirm {
    color: #a2a2a2;
}

/* Alert Popup Styling End */

/* Patient Register Popup Styling Start */
.patient_detail {
    padding: 20px 30px;
}

.patient_info-sec {
    position: relative;
    width: 50%;
    height: 90px;
    margin: -20px auto 0;
}

.step_box {
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #b0b0b0;
    cursor: pointer;
    z-index: 10;
}

    .step_box .step_img {
        position: relative;
        width: 35px;
        height: 35px;
        margin: 0 auto;
        border: 4px solid #ffffff;
        border-radius: 100%;
        background-color: #b8b8b8;
        -webkit-transition: 1s ease;
        -o-transition: 1s ease;
        transition: 1s ease;
    }

    .step_box p {
        color: #b0b0b0;
    }

    .step_box span {
        font-weight: 500;
        color: #706f6f;
        -webkit-transition: 1s ease;
        -o-transition: 1s ease;
        transition: 1s ease;
    }

    .step_box.active {
        border-color: #0a57c6;
    }

        .step_box.active .step_img {
            background-color: #00c6ff;
        }

        .step_box.active span {
            color: #0a57c6;
        }

.patient_info-sec .progress {
    position: absolute;
    top: 22px;
    left: 45px;
    width: 83%;
    height: 3px;
    z-index: 5;
}

    .patient_info-sec .progress::-webkit-progress-value {
        background-color: #009ccc;
        -webkit-transition: 1s ease;
        -moz-transition: 1s ease;
        -o-transition: 1s ease;
        transition: 1s ease;
    }

    .patient_info-sec .progress::-webkit-progress-bar {
        background-color: #b7b7b7;
    }

/* Patient Register Popup Styling End */

/* Doctor Price Settings Popup Styling Start */
.doctor_price-popup .modal-header {
    background-color: #dd8b83;
}

    .doctor_price-popup .modal-header button[type=button] {
        color: #dd8b83;
    }

.doctor_fee {
    border: 1px solid #e3e3e3;
    background-color: #fbfbfb;
}

    .doctor_fee p {
        font-weight: 500;
        color: #ae7979;
        margin-bottom: 3px !important;
    }
/* Doctor Price Settings Popup Styling End */

/* Patient Assessment Popup Styling Start */
.temp_info-sec {
    position: absolute;
    top: 50%;
    right: -12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

    .temp_info-sec img {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

.tooltip_cont {
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .tooltip_cont .cont_box {
        visibility: hidden;
        position: absolute;
        right: 15px;
        bottom: 30px;
        color: #ffffff;
        opacity: 0;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        z-index: 999;
    }

    .tooltip_cont:hover .cont_box {
        visibility: visible;
        opacity: 1;
    }

    .tooltip_cont .cont_box::after {
        content: "";
        position: absolute;
        top: 99%;
        right: 10px;
        border-width: 10px;
        border-style: solid;
        border-color: #f55429 transparent transparent transparent;
    }

    .tooltip_cont .prev_info:not(:last-child) {
        border-bottom: 1px solid #ffffff;
    }

    .tooltip_cont .prev_info .prev_dates {
        flex-grow: 1;
        flex-basis: 0;
        line-height: 1.25;
        padding: 5px 55px 5px 5px;
        background-color: #443e3e;
    }

        .tooltip_cont .prev_info .prev_dates p {
            font-size: 9px;
            color: #ffc681;
            white-space: nowrap;
        }

        .tooltip_cont .prev_info .prev_dates span {
            font-size: 10px;
            font-weight: 500;
        }

    .tooltip_cont .prev_info .prev_temp {
        padding: 0 12px 0 5px;
        background-color: #f55429;
    }

.pain_level {
    margin-bottom: 12px;
}

.pain_scale-txt {
    margin: 3px 0 0 9px;
    color: #707070;
}

.pain_scale-sec {
    width: 90%;
}

.scale_width {
    position: absolute;
    top: 0;
    left: 0;
}

.w0 {
    width: 0% !important;
    overflow: hidden;
    transition: .5s ease-in-out;
}

.w15 {
    width: 15% !important;
    overflow: hidden;
    transition: .5s ease-in-out;
}

.w30 {
    width: 30% !important;
    overflow: hidden;
    transition: .5s ease-in-out;
}

.w45 {
    width: 45% !important;
    overflow: hidden;
    transition: .5s ease-in-out;
}

.w60 {
    width: 60% !important;
    overflow: hidden;
    transition: .5s ease-in-out;
}

.w75 {
    width: 75% !important;
    overflow: hidden;
    transition: .5s ease-in-out;
}

.w100 {
    width: 100% !important;
    overflow: hidden;
    transition: .5s ease-in-out;
}

.pain_steps {
    position: relative;
    width: 15%;
    font-size: 12px;
    font-weight: 500;
    color: #c1b330;
    line-height: .5;
    text-align: center;
    padding-bottom: 10px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #e3e3e3;
    border-image-slice: 1;
}
    /* .pain_steps.pain_step-grey { border-color: #e3e3e3 !important; } */

    .pain_steps .step_radio {
        position: absolute;
        top: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .pain_steps .step_radio input[type = radio] {
            width: 20px;
            height: 20px;
            cursor: pointer;
        }

            .pain_steps .step_radio input[type = radio]::before {
                width: 12px;
                height: 12px;
                background-color: transparent;
            }

.pain_step-1 {
    border-image-source: linear-gradient(to right, #52eb3e, #5fe53c);
}

    .pain_step-1 .step_radio input:checked {
        border-color: #5fe53c;
    }

    .pain_step-1 .step_radio input:before {
        background-color: #5fe53c !important;
    }

.pain_step-2 {
    border-image-source: linear-gradient(to right, #62e33c, #abbe32);
}

    .pain_step-2 .step_radio input:checked {
        border-color: #abbe32;
    }

    .pain_step-2 .step_radio input::before {
        background-color: #abbe32 !important;
    }

.pain_step-3 {
    border-image-source: linear-gradient(to right, #b1bb32, #ee9c2a);
}

    .pain_step-3 .step_radio input:checked {
        border-color: #ee9c2a;
    }

    .pain_step-3 .step_radio input::before {
        background-color: #ee9c2a !important;
    }

.pain_step-4 {
    border-image-source: linear-gradient(to right, #f19a2a, #f59829);
}

    .pain_step-4 .step_radio input:checked {
        border-color: #f59829;
    }

    .pain_step-4 .step_radio input::before {
        background-color: #f59829 !important;
    }

.pain_step-5 {
    border-image-source: linear-gradient(to right, #f59829, #f86c1d);
}

    .pain_step-5 .step_radio input:checked {
        border-color: #f86c1d;
    }

    .pain_step-5 .step_radio input::before {
        background-color: #f86c1d !important;
    }

.pain_step-6 {
    border-image-source: linear-gradient(to right, #f8631b, #fe0d03);
}

    .pain_step-6 .step_radio input:checked {
        border-color: #fe0d03;
    }

    .pain_step-6 .step_radio input::before {
        background-color: #fe0d03 !important;
    }

/* Patient Assessment Popup Styling End */

/* Patient Complaints Popup Styling Start */
.SearchVital {
    margin-bottom: 15px;
}

.SearchVitalBtn {
    width: 96%;
    font-size: 14px;
    text-align: left;
    text-transform: capitalize;
    color: #898989;
    padding: 10px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    background-color: #ffffff;
    cursor: text !important;
}

.SearchVital .form-control-feedback {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.SearchVital span {
    padding-left: 2.2rem;
}

/* Search Vital Dropdown */
.srch_vital {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    z-index: 9;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

    .srch_vital .form-control {
        width: 100%;
        font-size: 14px;
        /* text-transform: capitalize; */
        color: #898989;
        padding: 20px 0 20px 2rem;
        border: 0;
        border-bottom: 1px solid #d3d3d3;
        border-radius: 0;
    }

        .srch_vital .form-control:focus {
            border-color: #aaaaaa;
            box-shadow: none !important;
        }

    .srch_vital .form-control-feedback {
        left: 0;
    }

    .srch_vital .srch_tags {
        row-gap: 6px;
        padding: 8px;
        margin-bottom: 10px;
        background-color: #eaf6e9;
    }

        .srch_vital .srch_tags .tag_box {
            display: inline-block;
            margin-right: 4px;
            padding: 3px 4px 3px 10px;
            border-radius: 20px;
            background-color: #ffffff;
        }

            .srch_vital .srch_tags .tag_box img {
                margin: -2px 0 0 5px;
            }

.vital_problems {
    height: 150px !important;
    margin-bottom: 0;
}

    .vital_problems .vitalChecks {
        margin-right: 15px;
    }

        .vital_problems .vitalChecks:not(:last-child) {
            padding: 8px 0;
            border-bottom: 1px solid #e3e3e3;
        }

        .vital_problems .vitalChecks label {
            margin-bottom: 0;
        }

        .vital_problems .vitalChecks.hide {
            display: none;
        }

.add_vital-btn {
    padding: 15px 0 5px;
}

    .add_vital-btn button {
        font-size: inherit;
        padding: 4px 20px !important;
    }

        .add_vital-btn button.CancelBtn {
            color: #a6a6a6 !important;
            background-color: #e9e9e9;
        }

            .add_vital-btn button.CancelBtn:hover {
                background-color: #dfdddd !important;
            }

        .add_vital-btn button.saveBtn {
            background-color: #0957c5;
        }

.complains_height {
    height: calc(100vh - 300px);
    margin-bottom: 0;
}

    .complains_height::-webkit-scrollbar-thumb {
        border-color: #fbfbfb;
    }

    .complains_height::-webkit-scrollbar-track {
        background-color: #fbfbfb;
    }

.complains_divider {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
    z-index: 1;
}

    .complains_divider::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #999999;
        z-index: -1;
    }

    .complains_divider span {
        padding: 0 10px;
        background-color: #fbfbfb;
    }

.selectgroup-item {
    margin-bottom: 25px;
}

.selectgroup-input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.selectgroup-button {
    font-weight: 500;
    color: #1e1e1e;
    margin-right: 4px;
    padding: 10px 20px 10px 42px;
    border: 1px solid #d9c9aa;
    border-radius: 20px;
    box-shadow: inset 1px 2px 5px #efdcb6, 4px 3px 5px 0 #f3efe9;
    background: url(../Imgs/Icons/plusicon.png) 3px 3px no-repeat;
    cursor: pointer;
}

.selectgroup-input:checked + .selectgroup-button {
    color: #53be4b;
    border: 1px solid #8bcd87;
    background-image: url(../Imgs/Icons/checkicon.png);
    box-shadow: inset 1px 4px 5px #daf0d8, 4px 3px 5px 0 #eff6ef;
}

.ComplainHead p {
    font-size: 20px;
    font-weight: 500;
}

.slctd_vital-count {
    line-height: 1;
}

    .slctd_vital-count span {
        font-size: 30px;
        font-weight: 500;
        color: #b93945;
    }

    .slctd_vital-count .vital_txt p:first-child {
        font-size: 15px;
    }

    .slctd_vital-count .vital_txt p:last-child {
        font-size: 11px;
    }

.ComplainList {
    width: 98%;
    margin: 0 auto;
    padding: 8px;
    background-color: #ffffff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
}

    .ComplainList:not(:last-child) {
        margin-bottom: 20px;
    }

.complain_head {
    margin-bottom: 8px;
}

.ComplainList .row {
    row-gap: 15px;
}

    .ComplainList .row .col-md-4:nth-child(3) {
        padding-right: 15px !important;
    }

.ComplainList h4 {
    font-size: 18px;
    font-weight: 500;
    color: #67c060;
    margin-bottom: 0;
}

.complain_head img {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
}

    .complain_head img:hover {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

.Compain_Field .input-group-text {
    width: 80px;
}

.complain_img .input-group-text::before {
    border-right: 0;
}

/* Patient Complaints Popup Styling End */

/* Medicine Popup Styling Start */
.med_fav-sec button {
    font-size: 14px;
    padding: 5px 8px 2px !important;
    border-radius: 3px !important;
    background-color: #de8c83;
}

    .med_fav-sec button img {
        width: 24px;
    }

    .med_fav-sec button:hover {
        background-color: #db8177;
    }

    .med_fav-sec button:focus {
        background-color: #e29a92 !important;
    }

.update_fav-btn {
    padding: 3px 4px;
    border-radius: 3px;
    background-color: #777575;
}

    .update_fav-btn img {
        width: 25px;
    }

.add_fav-btn {
    background-color: #42c749;
}

.prescription_txt {
    font-size: 18px;
    font-weight: 500;
}

.add_medicine {
    border-radius: 4px;
    background: #efe1c5;
}

    .add_medicine h5 {
        color: #484848;
    }

    .add_medicine .input-group-text {
        width: 75px;
    }

    .add_medicine button {
        font-size: 13px;
    }

.time_table-sec {
    position: relative;
    column-gap: 10px;
    padding: 0;
}

    .time_table-sec .owl-prev,
    .time_table-sec .owl-next {
        height: 30px;
        top: 50%;
        left: -13px;
        transform: translateY(-50%);
        border: none !important;
        border-radius: 100%;
        background-color: #ffffff !important;
        background-image: url(../Imgs/Icons/pag-leftline.png) !important;
        background-size: 25% !important;
        box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2) !important;
    }

    .time_table-sec .owl-next {
        left: auto;
        right: -13px;
        background-image: url(../Imgs/Icons/page-rightline.png) !important;
        box-shadow: -1px 2px 2px 1px rgba(0, 0, 0, 0.2) !important;
    }

        .time_table-sec .owl-prev:hover,
        .time_table-sec .owl-next:hover {
            background-color: #fbfbfb !important;
        }

.med_timetable {
    color: #a98132;
    line-height: 1;
    text-align: center;
    padding: 8px 0;
    border-radius: 6px;
    background-color: #f8ecd6;
}

    .med_timetable input[type="checkbox"] {
        width: 30px;
        height: 30px;
        margin: 0 auto 8px;
        border-radius: 4px;
    }

.PatientInstruction {
    padding: 5px 10px 10px;
    border-radius: 4px;
    background-color: #d8dadf;
}

    .PatientInstruction p {
        font-size: 15px;
        font-weight: 500;
        color: #484848;
        padding-bottom: 3px;
    }

    .PatientInstruction textarea {
        height: 65px;
        font-size: 13px;
        line-height: 1.3;
        padding: 6px;
        resize: none;
    }

        .PatientInstruction textarea:focus {
            border: 1px solid #bdbdbd;
            box-shadow: none;
        }

.edit_fav-btn {
    position: static;
    width: 34px;
    height: 34px;
    box-shadow: none;
}

.edit_med-form {
    display: none;
}
/* Medicine Popup Styling End */

/* Diagnosis Popup Styling Start */
.DiagnosisModal .modal-header {
    background: #de8c83;
}

    .DiagnosisModal .modal-header button {
        color: #de8c83;
    }

.add_diagnosis-btn {
    top: 3.5px;
    box-shadow: none;
}
/* Diagnosis Popup Styling End */

/* Expense Report Popup Styling Start */
.expense_tbl-head {
    position: relative;
    font-size: 16px;
    text-align: center;
    /* border: 1px solid #000; */
}

    .expense_tbl-head p,
    .expense_tbl-head span:first-child {
        font-weight: 500;
    }

.report_download-opt {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .report_download-opt img {
        width: 30px;
    }
/* Expense Report Popup Styling End */

/* Ladger account Popup Styling Start */
.ladger_account {
    height: calc(100vh - 245px);
    padding-right: 10px;
    scrollbar-color: #e9e9e9 transparent;
}

    .ladger_account::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .ladger_account::-webkit-scrollbar-thumb {
        background-color: #e9e9e9;
    }

    .ladger_account .account_head {
        font-weight: bold;
        padding: 6px 15px;
        margin-right: 0;
        margin-bottom: 8px;
        border: 1px solid #a4a4a4;
        border-left: 0;
        border-right: 0;
        background-color: #ffffff;
    }

.account_body .card,
.account_body .card-header,
.account_body .card-body {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
    border: none;
    background-color: transparent;
}

    .account_body .card-header p[aria-expanded="false"] {
        font-weight: normal;
    }

    .account_body .card-header p[aria-expanded="true"] {
        font-weight: 500;
    }

    .account_body .card-header p::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -11px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #000000;
        border-right: 1px solid #000000;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

.ladger_account .card-header p::before {
    left: -12px;
}

.account_body .card-header p[aria-expanded="false"]::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.account_body .card-header p[aria-expanded="true"]::before {
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}

.account_total-spacing {
    padding-left: 35px;
}

.total_account-sec {
    font-weight: 500;
    padding: 4px 0;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    background-color: #fbfbfb;
}

.sticky_footer {
    bottom: 0;
    background-color: #ffffff;
}

.account_footer {
    position: relative;
    bottom: 0;
    width: 50%;
    padding: 6px 0;
    margin-right: 0;
    color: #ffffff;
    background-color: #7f7f7f;
}

    .account_footer .total_txt {
        position: absolute;
        left: -45px;
        font-size: 15px;
        font-weight: 500;
        color: #000000;
        z-index: 9;
    }
/* Ladger account Popup Styling End */

/* Store Popup Styling Start */
.stock_count {
    position: relative;
    line-height: 1.3;
    padding: .15rem 5px 0;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

    .stock_count p {
        font-size: 12px;
    }

    .stock_count span {
        font-size: 14px;
        font-weight: 500;
    }

    .stock_count img {
        position: absolute;
        top: 3px;
        right: 3px;
    }
/* Store Popup Styling End */

/* Stock Request Popup Styling Start */
.stock_request-sec {
    line-height: 1.2;
    margin: 3px 0 15px;
    padding-bottom: 3px;
    border-bottom: 1px solid #dbdde0;
}

    .stock_request-sec p {
        font-size: 11px;
        color: #707070;
    }

    .stock_request-sec span {
        font-weight: 500;
        text-transform: uppercase;
    }

.stock_req-date {
    text-transform: capitalize !important;
}
/* Stock Request Popup Styling End */

/* Test Ranges Popup Styling Start */
.test_ranges-height {
    margin: 5px 5px 10px 0;
    height: calc(100vh - 130px);
}

.test_ranges-box {
    padding: 3px 30px 20px;
    border-bottom: 3px solid #ececec;
    margin-bottom: 5px;
}

.test_detail-head {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px !important;
}

.gender_head {
    font-size: 11px;
    font-weight: 500;
    padding: 1px 5px;
    margin-bottom: 2px !important;
}

.male_ranges .gender_head {
    color: #2936c6;
    background-color: #f5f6ff;
}

.female_ranges .gender_head {
    color: #c629a3;
    background-color: #fff4fe;
}

.male_ranges .age_ranges-sec {
    border-color: #e0e3ff;
}

    .male_ranges .age_ranges-sec p {
        color: #5d6594;
    }

.female_ranges .age_ranges-sec {
    border-color: #f8daf8;
}

    .female_ranges .age_ranges-sec p {
        color: #c28eb7;
    }

.age_ranges-sec {
    font-size: 11px;
    padding-left: 5px;
    border-bottom: 1px solid;
}

    .age_ranges-sec p {
        margin-bottom: 2px !important;
    }

.age_ranges-cont {
    padding: 1px 0 1px 5px;
}

/* Test Ranges Popup Styling End */

/* Doctor Schedule & Fee Popup Styling Start */
.time_input .input-group-text {
    width: 80px;
}

.employee_services-sec {
    padding: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #d4eed8;
}

.add_service-icon {
    position: static;
    width: 38px;
    height: 37px;
    box-shadow: none;
}

    .add_service-icon img {
        width: 22px;
        height: 22px;
    }

.employee_services-sec .services_height {
    /*height: 71px;*/
    height: 150px;
    scrollbar-color: #7ab47e #d4eed8;
}

    .employee_services-sec .services_height::-webkit-scrollbar-thumb {
        border-color: #d4eed8;
        background-color: #7ab47e;
    }

    .employee_services-sec .services_height::-webkit-scrollbar-track {
        background-color: #d4eed8;
    }

.service_input {
    padding: 0;
}

.employee_services-sec .service_input .input-group-text::before {
    height: 18px;
}

.employee_services-sec .service_input .form-control,
.employee_services-sec .service_input select.form-control:not([size]):not([multiple]) {
    height: calc(1.5em + 0.60rem + 2px) !important;
}

.add_grid-btn {
    display: flex;
    justify-content: flex-end;
    font-size: 15px;
    color: #0a57c6;
    text-decoration: underline;
    cursor: pointer;
}

.tbl_spacing {
    padding: 3px 20px;
}

.employee_services-tbl {
    border-collapse: separate;
    border-spacing: 5px;
}

.doctorPriceTbl_height {
    height: calc(100vh - 460px);
    scrollbar-color: #d5dde9 #ffffff;
}

    .doctorPriceTbl_height::-webkit-scrollbar-thumb {
        background-color: #d5dde9;
    }

.employee_services-tbl thead th {
    color: #ffffff;
    padding: 5px 7px;
    border: 0;
    border-radius: 3px;
    background-color: #61657c;
}

    .employee_services-tbl thead th:first-child,
    .employee_services-tbl tbody td:first-child {
        width: 13%;
    }

    .employee_services-tbl thead th:nth-child(2),
    .employee_services-tbl tbody td:nth-child(2) {
        width: 21%;
    }

    .employee_services-tbl thead th:last-child,
    .employee_services-tbl tbody td:last-child {
        width: 59%;
    }

.employee_services-tbl tbody td {
    padding: 3px;
    border: 1px solid #eceef1;
    border-radius: 3px;
}

    .employee_services-tbl tbody td:first-child {
        color: #0a57c6;
        border-color: #d4dff7;
        background-color: #f4fafe;
    }

    .employee_services-tbl tbody td:not(:last-child) {
        padding-top: 9px;
        padding-left: 5px;
    }

.services_sec img {
    cursor: pointer;
}

.services_sec:not(:last-child) {
    margin-bottom: 8px;
}

.service_box {
    width: 400px;
    padding-left: 8px;
    margin-right: 5px;
    border-radius: 4px;
    background-color: #f0f0f0;
}

.box_cont {
    height: 32px;
}

.service_box p {
    font-size: 9px;
}

.normal_fee, .emergency_fee {
    width: 130px;
    line-height: 1.2;
}

.normal_fee {
    background-color: #ebf5ed;
}

.emergency_fee {
    background-color: #f5efeb;
}

/* Doctor Schedule & Fee Popup Styling End */

/* Test Add/Edit Popup Styling Start */
.slctParam_height {
    height: calc(100vh - 300px);
}

.addParam_height {
    height: calc(100vh - 360px);
}

.slct_parameter {
    padding: 10px 0;
}

    .slct_parameter:not(:last-child) {
        border-bottom: 1px solid #f2f2f2;
    }

.testCont_sec {
    display: block;
}

    .testCont_sec.active {
        display: none;
        transition: .2s ease-out;
    }

.add_parameter {
    padding: 10px;
    margin-bottom: 10px !important;
    border-radius: 5px;
}

.AddParameterTbl_height {
    height: calc(100vh - 440px);
}

.AddParameter_tbl thead th:first-child,
.AddParameter_tbl tbody td:first-child {
    width: auto;
}

.AddParameter_tbl thead th:nth-child(2),
.AddParameter_tbl tbody td:nth-child(2) {
    width: auto;
}

.AddParameter_tbl thead th:last-child,
.AddParameter_tbl tbody td:last-child {
    width: 8%;
}

.AddParameter_tbl tbody td:first-child {
    color: #212529;
    border-color: #eceef1;
    background-color: #ffffff;
}

.AddParameter_tbl tbody td {
    padding: 7px !important;
}

.img_width {
    width: auto !important;
}

/* Test Add/Edit Popup Styling End */

/* Patient Appointment Popup Styling Start */
.appointment_cont {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .appointment_cont::-webkit-scrollbar {
        display: none;
    }

.total_balance {
    color: #707070;
    padding: 0 9px;
}

    .total_balance span:first-child {
        width: 130px;
    }

    .total_balance span:last-child {
        font-size: 14px;
        color: #67c060;
    }

.register_payment {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #add4ba;
}

    .register_payment span:last-child {
        font-size: 13px;
        color: #212529;
    }

.patient_remarks {
    margin-top: 17px;
}

.payment_radio input[type="radio"]::before {
    background-color: #67c060;
}

/* Style 2 */
.price_info:not(:last-child) {
    padding-bottom: 5px;
}

.price_info span:first-child {
    width: 100px;
}

.total_price span:last-child {
    font-size: 14px;
    color: #67c060;
}

.price_input {
    width: 100px;
    padding: 3px;
    font-weight: normal;
}

    .price_input::-webkit-input-placeholder {
        font-weight: normal;
    }

/* Patient Overlay Styling Start */
.patientRecord_popup {
    /* display: block !important; */
    top: 40px;
    left: 15px;
    right: auto;
    width: 895px;
    border: 1px solid #cccccc;
}

.mrn_popup {
    left: auto;
    right: 15px;
}

.patientRecord_tbl {
    height: 200px;
}

    .patientRecord_tbl thead tr {
        background-color: #ffffff !important;
    }

        .patientRecord_tbl thead tr th {
            color: #0a57c6;
            border-bottom: 1px solid #d5e2f6;
        }
/* Patient Overlay Styling End */
/* Patient Appointment Popup Styling End */

/* Add Complains Popup Styling Start */
.complain_label label {
    color: #11aff1;
}

.complain_label input,
.complain_label textarea,
.complain_label select {
    font-size: inherit;
    padding-left: 0;
    border: 0;
    border-bottom: 1px solid #11aff1;
    border-radius: 0;
    background-color: transparent;
    resize: none;
    /* box-shadow: inset -3px 2px 5px 0 rgba(0, 0, 0, 0.2); */
}

.complain_label select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    background: url(../Imgs/ArrowDown.png) 97% 50% / 14px no-repeat;
}

    .complain_label input:focus,
    .complain_label textarea:focus,
    .complain_label select:focus {
        border: 1px solid #7195a7;
        box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
    }

@keyframes SlideDown {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(50%);
    }
}

.slcType_sec {
    border-left: 1px solid #e3e3ea;
    border-right: 1px solid #e3e3ea;
}

.types_list {
    list-style-type: none;
    padding: 0;
}

    .types_list li:not(:last-child) {
        margin-bottom: 20px !important;
    }

    .types_list li span {
        font-weight: 400;
        padding: 8px 15px;
        border: 1px solid transparent;
        border-radius: 20px;
        background-color: #ffffff;
        cursor: pointer;
        transition: .2s ease-in-out;
    }

        .types_list li span:hover {
            border-color: #d9c9aa;
            box-shadow: inset 1px 2px 5px #efdcb6, 4px 3px 5px 0 #f3efe9;
        }

        .types_list li span.active {
            color: #63c35d;
            border-color: #8bcd87;
            box-shadow: inset 1px 4px 5px #daf0d8, 4px 3px 5px 0 #eff6ef;
        }

.fields_panel {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

    .fields_panel.slide_right {
        visibility: hidden;
        left: 50px;
        opacity: 0;
        transition: .5s ease-in-out;
    }

    .fields_panel.slide_left {
        visibility: visible;
        opacity: 1;
        -webkit-animation: fieldsShow .5s ease-in-out;
        animation: fieldsShow .5s ease-in-out;
    }

@-webkit-keyframes fieldsShow {
    from {
        left: -50px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

@keyframes fieldsShow {
    from {
        left: -50px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

.choices_height {
    height: 150px;
}

    .choices_height::-webkit-scrollbar-thumb {
        border-color: #fcfcfc;
    }

    .choices_height::-webkit-scrollbar-track {
        background-color: #fcfcfc;
    }

.emptyFields_sec {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 60px;
    color: #83de89;
    transition: .5s ease-in-out;
}

    .emptyFields_sec.active {
        visibility: visible;
        opacity: 1;
    }

.addPanel_btn {
    position: absolute;
    top: 270px;
    right: 0;
    text-align: right;
    text-decoration: underline;
    color: #0a57c6;
    cursor: pointer;
}

.preview_panel {
    position: relative;
    padding: 5px 2px 5px 10px;
    background-color: #ffffff;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
}

    .preview_panel .panel_height {
        height: 290px;
    }

.form_preview {
    visibility: hidden;
    opacity: 0;
    transition: .2s ease-in-out;
}

    .form_preview.active {
        visibility: visible;
        opacity: 1;
    }

.preview_item:hover {
    border-color: #11aff1 !important;
}

.preview_item.active {
    border-color: #11aff1;
}

.actions_btn {
    display: none;
}

.show_actions .preview_item {
    border-color: #11aff1;
}

.empty_preview {
    visibility: hidden;
    opacity: 0;
    transition: .2s ease-in-out;
}

    .empty_preview.active {
        visibility: visible;
        opacity: 1;
    }

    .empty_preview .empty_grid {
        top: 50%;
        left: 53%;
        font-size: 15px;
    }

    .empty_preview img {
        width: 50px;
    }

.show_actions .actions_btn {
    display: block;
}
/* Add Complains Popup Styling End */

/* Add Diagnosis Popup Styling Start */
.diagnosis_height {
    height: 120px;
}

    .diagnosis_height::-webkit-scrollbar-thumb {
        border-color: #f6fbf6;
        background-color: #b3d4a5;
    }

    .diagnosis_height::-webkit-scrollbar-track {
        background-color: transparent;
    }

.diagnosis_label {
    color: #559c4f;
    margin-bottom: 10px;
    padding: 5px 5px 4px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    background-color: #ffffff;
}

    .diagnosis_label img {
        float: right;
    }

.vital_label {
    width: fit-content;
}

    .vital_label img {
        padding-left: 25px;
    }

/* Add Diagnosis Popup Styling End */

/* Add Vital Popup Styling Start */
.addVital_height {
    height: calc(100vh - 347px);
}

.vitalView_height {
    height: calc(100vh - 252px);
}
/* Add Vital Popup Styling End */

/* Add Building and Rooms Popup Styling Start */
button.floor_btn {
    font-size: 13px;
    line-height: 1.2;
    background-color: #83de89 !important;
}

    button.floor_btn p {
        font-size: 15px;
        font-weight: 500;
    }

    button.floor_btn:hover {
        background-color: #74cc7a !important;
    }

    button.floor_btn:active,
    button.floor_btn:focus {
        background-color: #74cc7a !important;
        box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.15) !important;
    }

.floors_info {
    padding: 30px 0;
}

    .floors_info:not(:last-child) {
        border-bottom: 1px dashed #000;
    }

.floor_sec {
    position: relative;
    padding: 0 30px 25px !important;
}

    .floor_sec::before {
        content: '';
        position: absolute;
        top: 17px;
        left: 9.1%;
        width: 8%;
        height: 73px;
        border: 1px solid #e0e0e0;
        border-right: 0;
    }

.floor_number {
    font-weight: 500;
    line-height: 1.3;
    color: #0a57c6;
}

    .floor_number p {
        font-size: 16px;
    }

.area_head {
    position: absolute;
    top: -20px;
    left: 10%;
    text-align: right;
}

.area_sec::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 1px;
    min-height: 100%;
    background: #e0e0e0;
}

.area_cont::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
    border-radius: 50%;
}

.area_cont::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -.36rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background-color: #ffa800;
    border-radius: 50%;
}

button.floor_area {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #000000 !important;
    border: 1px solid #ff9898;
    padding: 4px !important;
    background-color: transparent !important;
    background-image: linear-gradient(to bottom, #fff 30%, #ffbdbd 100%);
}

    button.floor_area:hover {
        background-image: linear-gradient(to bottom, #ffbdbd -50%, #fff 100%);
    }

.floor_area img {
    display: block;
}

.floor_area span {
    text-align: left;
    margin-left: 5px;
}

.dprtmnts_label {
    height: 98px;
}

    .dprtmnts_label::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .dprtmnts_label::-webkit-scrollbar-thumb {
        border-color: #f3f5fb;
    }

    .dprtmnts_label .diagnosis_label {
        margin-bottom: 3px;
    }
/* Add Building and Rooms Popup Styling End */

/* Rooms Info Popup Styling Start */
.srch_input img {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 20px;
}

.room_drp {
    width: 100%;
    font-size: 13px;
    color: #707070;
    padding: 8px 10px;
    border-radius: 3px;
}

    .room_drp span {
        padding: 0;
    }

.room_popup {
    width: 100%;
    padding: 8px;
    border-radius: 3px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}

.building_info {
    background-color: transparent;
    box-shadow: none;
}

.empty_roomFeatures {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #e0e0e0;
}

    .empty_roomFeatures h1 {
        font-size: 100px;
        font-weight: bold;
        line-height: .8;
        text-transform: uppercase;
        margin-bottom: 0 !important;
    }

    .empty_roomFeatures p {
        font-size: 28px;
        font-weight: 500;
    }
/* Rooms Info Popup Styling End */

/* Service and Procedure Popup Styling Start */
.srcPrcdr_height {
    height: 75px;
}
/* Service and Procedure Popup Styling End */

.status_info ul > li {
    width: 30%;
}

/* Treatment Popup Styling Start */
.treatment_info ul > li {
    width: 23%;
}

.trtmntPopup_tbl {
    height: 300px;
}

    .trtmntPopup_tbl table tr td {
        border-top: 0;
        border-bottom: 1px solid #d5e2f6;
    }

        .trtmntPopup_tbl table tr td:first-child {
            padding-left: 0;
        }

        .trtmntPopup_tbl table tr td:last-child {
            padding-right: 0;
        }

.completeTreatment_cont {
    height: 300px;
}

    .completeTreatment_cont > div {
        width: 50%;
    }

/* Treatment Popup Styling End */

/* Recieve Payment Styling Start */
.paymentOpt_sec {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}

button.paymentType_btn {
    font-size: inherit;
    color: #00a70d !important;
    padding: 6px 10px !important;
    background-color: #f5fff5 !important;
}

    button.paymentType_btn:hover {
        background-color: #e6ffe6 !important;
    }

    button.paymentType_btn:focus,
    button.paymentType_btn:active {
        background-color: #ccffcc !important;
        box-shadow: none !important;
    }

.paymentType_btn:not(:last-child) {
    margin-right: 10px;
}

.paymentType_btn img {
    width: 18px;
    margin-right: 5px;
}

.paymentsView_sec {
    margin: 15px 0;
}

.payment_sec:not(:last-child) {
    margin-bottom: 10px;
}

.paymentsView_sec .col::after {
    content: '';
    position: absolute;
    top: 0;
    right: 19px;
    width: 8px;
    height: 100%;
    border: 2px solid #d2edd4;
    border-left: 0;
}

.pointing_arrow {
    position: absolute;
    top: 18px;
    right: -15px;
    z-index: 999;
}

.amountCalc_sec {
    padding: 8px 10px;
    border-radius: 8px;
    background-color: #f6fbf5;
}

.amount_sec p {
    width: 50%;
    text-align: right;
    margin-right: 10px;
    color: #707070;
}

.total_amount {
    padding-bottom: 5px;
    margin-bottom: 6px !important;
    border-bottom: 1px solid #d3edd5;
}

.payment_btns button {
    width: 48%;
    font-size: inherit;
    padding: 6px 0 !important;
}

/* Recieve Payment Styling End */

/* Logged History Popup Styling Start */
.logHstry {
    padding-right: 10px;
}

    .logHstry table {
        border-collapse: separate;
        border-spacing: 0;
    }

    .logHstry thead tr {
        position: sticky;
        top: 0;
        color: #0a57c6;
        background-color: #f0f7ff;
    }

    .logHstry tr th,
    .logHstry tr td {
        padding: 5px;
    }

    .logHstry tr th {
        font-weight: normal;
        border: 0;
    }

    .logHstry tr td {
        vertical-align: middle;
        border-top: 0;
        border-bottom: 1px solid #c5c5c5;
    }

    .logHstry p {
        font-size: 12px;
        color: #8b8b8b;
    }

    .logHstry_height tr td:first-child {
        width: 55%;
    }
/* Logged History Popup Styling End */

/* Popups Styling End */

/* Collection Page Styling Start */
.TestBack {
    background: #e4e4e4;
    padding: 10px 30px 0px;
}

.Patient_Age select {
    padding: 7.5px 0 !important;
    margin-left: 40px;
    background: none;
}

    .Patient_Age select:focus {
        outline: none;
    }

.InvestTxt {
    color: #0a57c6;
}

.Plus_Icon img {
    width: 35px;
}

.book_invest-height {
    height: calc(100vh - 430px);
}

.BookInvestTable {
    position: relative;
    width: 96%;
    margin-left: 25px;
    margin-bottom: 0px;
    border-collapse: separate;
    border-spacing: 0;
}

    .BookInvestTable tr {
        position: relative;
    }

        .BookInvestTable tr td, .BookInvestTable tr th {
            border: none;
            border-bottom: 1px solid #e4e4e4;
        }

        .BookInvestTable tr td {
            vertical-align: middle;
        }

        .BookInvestTable tr th {
            color: #ae7979;
            font-size: 13px;
        }

        .BookInvestTable tr td.sr h4 {
            margin: 0px;
            font-size: 13px;
            color: #a0a0a0;
        }

        .BookInvestTable tr td.Outcome h4 {
            color: #292929;
            font-size: 13px;
            margin: 0px;
            font-weight: 400;
        }

        .BookInvestTable tr td.remarksinput input {
            border: 1px solid #e4e4e4;
            border-radius: 5px;
            width: 80%;
        }

    .BookInvestTable tbody tr:nth-child(odd) {
        background: #fbfbfb;
    }

    .BookInvestTable tbody tr:hover {
        -webkit-transition: background-color .3s ease-out;
        -moz-transition: background-color .3s ease-out;
        -o-transition: background-color .3s ease-out;
        transition: background-color .3s ease-out;
        background-color: #fff9ec !important;
        border-bottom: 0px solid #e8d9b3 !important;
    }

    .BookInvestTable tr td.Level select {
        border: 1px solid #e4e4e4;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-progress-appearance: none;
        background-image: url(../Imgs/ArrowDown.png);
        background-repeat: no-repeat;
        background-position: 94% 52%;
        background-size: 16px;
        color: #292929;
        font-size: 13px;
        margin: 0px;
        font-weight: 400;
        width: 80%;
        padding: 3px 8px;
        border-radius: 5px;
    }

.SearcgIcon {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 20px;
    /* z-index: 9; */
}

.BasicInfo {
    padding-top: 10px;
}

ul.BasicInfo li {
    padding: 5px 0;
    border-bottom: 1px solid #e3e3e3;
}

    ul.BasicInfo li:last-child {
        border-bottom: 1px solid #e3e3e3;
    }

    ul.BasicInfo li label {
        width: 30%;
        color: #707070;
    }

    ul.BasicInfo li span {
        width: 70%;
        font-weight: 400;
        color: #000;
    }

.ReferedBy select {
    color: #000;
    padding-left: 8px;
    outline: none;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../Imgs/ArrowDown.png);
    background-repeat: no-repeat;
    background-position: 94% 52%;
    padding-right: 60px;
    min-height: 35px;
    background-size: 12px;
    margin-top: 3px;
    background-color: #fff;
    line-height: 30px;
}

.CashCount {
    padding-left: 11px;
}

    .CashCount label {
        width: 88px;
        margin: 0;
    }

.SubTotal span {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.TotalCash {
    border-top: 1px solid #e4e4e4;
}

    .TotalCash span {
        font-size: 16px;
        font-weight: 500;
        color: #1cbc62;
    }
/* Collection Page Styling End */

/* Lab Main Page Styling Start */
ul.LabMenu {
    font-size: 0;
}

    ul.LabMenu > li {
        margin-top: 5px;
    }

    ul.LabMenu li {
        display: inline-block;
        padding: 5px 10px 0 0;
    }

        ul.LabMenu li .BoxHome {
            display: inline-block;
            text-align: center;
            padding-top: 4px;
            background: #76bdcf;
        }

        ul.LabMenu li .Box {
            min-height: 50px;
            min-width: 50px;
            padding-left: 10px;
        }

            ul.LabMenu li .Box .media-left img {
                width: 30px;
            }

        ul.LabMenu li .media-body h4 {
            font-size: 11px;
            font-weight: 400;
            color: #fff;
            line-height: 15px;
            margin: 0;
        }

        ul.LabMenu li .media-body h1 {
            font-size: 13px;
            font-weight: 700;
            color: #fff;
            margin: 0;
        }

a.BoxHome img {
    max-width: 30px;
    padding-top: 5px;
}

.SelectRadialogy .Box,
.SelectPathology .Box,
.SelectReporting .Box {
    max-width: 100% !important;
}

.SelectRadialogy .Box1 {
    background: #fcf3ef !important;
    border: 1px solid #f1dcd4;
}

.SelectRadialogy .media-body h1,
.SelectRadialogy .media-body h4 {
    color: #c3785a !important;
}

.NSelectRadialogy ul,
.NSelectPathology ul,
.NSelectReporting ul {
    padding: 0 0 5px 10px;
}

    .NSelectRadialogy ul li a,
    .NSelectPathology ul li a,
    .NSelectReporting ul li a {
        display: block;
        max-width: 90px;
        border: 1px solid #e0dcda;
        background: #fef9f7;
    }

.NSelectRadialogy a h4,
.NSelectPathology a h4,
.NSelectReporting a h4 {
    font-size: 12px;
    font-weight: 400;
    color: #505050;
    margin: 0;
    padding: 5px 10px;
    overflow: hidden;
}

.NSelectRadialogy ul li a:hover,
.NSelectPathology ul li a:hover,
.NSelectReporting ul li a:hover {
    background: #898b90;
}

    .NSelectRadialogy ul li a:hover h4,
    .NSelectPathology ul li a:hover h4,
    .NSelectReporting ul li a:hover h4 {
        color: #fff;
    }

.header_effect ul li a.active {
    background: #898b90;
}

    .header_effect ul li a.active h4 {
        color: #ffffff;
    }

.SelectPathology .Box1 {
    background: #f9fbf7 !important;
    border: 1px solid #d4edd3 !important;
}

.SelectPathology .media-body h1,
.SelectPathology .media-body h4 {
    color: #92a15c !important;
}

.SelectReporting .Box1 {
    background: #f7fcff !important;
    border: 1px solid #d4dcf1 !important;
}

.SelectReporting .media-body h1,
.SelectReporting .media-body h4 {
    color: #504fa1 !important;
}

.NSelectPathology ul li a {
    background: #fcfdfb;
}

.NSelectReporting ul li a {
    background: #fbfeff;
}

.SelectReporting .Box33 {
    background: #f7fcff !important;
    border: 1px solid #d4dcf1 !important;
    padding-right: 10px !important;
}

    .SelectReporting .Box33 .mbox {
        color: #504fa1 !important;
        text-align: center;
        padding-top: 5px;
    }

    .SelectReporting .Box33 p {
        font-size: 11px;
        font-weight: 500;
        margin-top: 5px;
    }

    .SelectReporting .Box33 .mbox .img-fluid {
        max-height: 24px;
    }

/* Lab Main Page Styling End */

/* Test Report Styling Start */
.PatientReport {
    padding: 20px 0;
}

    .PatientReport > div {
        max-width: 20%;
    }

    .PatientReport .media-body h4 {
        font-size: 18px;
        color: #000;
        margin: 0;
    }

    .PatientReport .media-body p {
        font-size: 15px;
        color: #000000;
    }

    .PatientReport .PatientComparison label {
        font-size: 13px;
        color: #4f4f4f;
        margin: 0;
    }

.reportComparison label {
    color: #707070 !important;
}

.PatientReport .PatientComparison h4 {
    font-size: 15px;
    color: #000;
    margin: 0;
}

.PatientReport .PatientComparison hr {
    border-color: #000000;
    margin: 8px 0;
}

.reportComparison hr {
    border-color: #c3c3c3 !important;
}

.imgQR {
    width: 110px;
}

.Panel .PanelHeading {
    padding: 6px 2px;
    /*border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;*/
    background: #fbfbfb;
    /*background: #413f3f;*/
}

.PanelHeading h4 {
    font-size: 20px;
    color: #000000;
    /*color: #fff;*/
    margin: 0;
}

.PanelHeading p {
    font-size: 13px;
    color: #000;
}

.PanelHeading span {
    font-size: 15px;
    color: #000000;
}

.Panel .PanelTitle {
    padding: 5px 30px;
    border-bottom: 1px solid #848484;
}

.PanelTitle h3 {
    font-size: 18px;
    color: #000;
    margin: 0;
}

.InvoicePrint table.PanelBody thead {
    position: sticky;
    top: 0;
    background: #cbcbcb;
    /*#616161*/
    /*background: #fff;*/
    z-index: 1;
}

    .InvoicePrint table.PanelBody thead tr th {
        color: #000;
    }

.rinfo {
    font-size: 12px;
}

.PanelBody tr th {
    color: #000;
}

.PanelBody .c1 {
    width: 28%;
}

.PanelBody .c2 {
    width: 22%;
}

.PanelBody .c3 {
    width: 13%;
}

.PanelBody .c4 {
    width: 37%;
}

.PanelBody tr td, .PanelBody tr th {
    font-size: 19px !important;
    border: none;
    padding: 2px 30px !important;
}

.PanelBody tbody tr {
    border-bottom: 1px solid #000;
}

/*.PanelBody tr td.Visit p {
        font-size: 18px;
        color: #000000;
    }*/

.PanelBody tr td.Visit img {
    width: 12px;
    margin-left: 2px;
}

.PanelBody tr td.Visit .report_result {
    font-weight: 500;
}

.panelSpacing {
    margin-bottom: 30px;
}

.test_result {
    max-width: 60%;
    margin-left: auto;
}

.result_table {
    font-size: 18px;
    color: #000000 !important;
}

    .result_table thead tr {
        color: #ffffff;
        background-color: #cbcbcb;
    }

        .result_table thead tr th {
            border: 0;
        }

        .result_table thead tr th,
        .result_table tbody tr td {
            padding: 5px;
        }

    .result_table tbody tr td {
        border-top: 0;
        border-bottom: 1px solid #000000;
    }

    .result_table p {
        font-size: 18px;
        font-weight: 500;
        line-height: .9;
    }

.SignTxt > div {
    width: 15%;
}

.SignTxt label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 40px;
    border-top: 1px solid #000;
}

.Note p {
    font-size: 15px !important;
}

.PatientReport.modal-footer {
    border-top: 1px solid #000;
}

    /* .PatientReport.modal-footer > div {
        max-width: 25%;
    } */

    .PatientReport.modal-footer .media-left img {
        max-width: 45px;
    }

/*.page {
    height: 2551px;
}*/

/*.printFoot {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 0 30px;
}*/
/* Department Doctors Designation Section Start */
.doctors_designation {
    margin-top: 10px;
    padding: 20px 10px 0;
    border-top: 1px solid #000;
}

.designation_box {
    position: relative;
    width: 20%;
    font-size: 15px;
    padding-left: 20px;
}

    .designation_box:not(:last-child)::after {
        content: '';
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
        border-right: 1px solid #000;
    }

    .designation_box span {
        display: block;
        color: #000000;
    }

        .designation_box span:first-child {
            font-weight: bold;
            color: #595959;
        }

        .designation_box span:last-child {
            width: 80%;
        }

/* Department Doctors Designation Section End */

/* Report Verify Department Section */
.pathalogy_verify {
    width: 200px;
    font-size: 11px;
    text-align: center;
}

    .pathalogy_verify p {
        font-size: 14px;
        font-weight: 500;
        padding: 3px 0;
    }
/* .pathalogy_footer { width: 82%; } */

/* Test Report Styling End */

/* Radilogy Report Styling Start */
.panel_heading {
    text-align: center;
    margin-bottom: 20px;
}

    .panel_heading.head_left {
        text-align: left;
    }

.radiology_panel {
    font-size: 18px;
    padding: 0 30px;
}

    .radiology_panel > div {
        margin-bottom: 40px;
    }

/* Radilogy Report Styling End */

/* Advance Search Styling Start */
.listFilters {
    padding-top: 10px;
}

ul.listFilters > li {
    vertical-align: middle;
    min-width: 100px;
}

.PatientSearch .Box {
    width: 100px;
    padding: 10px 0;
    border: 1px solid #e1e5eb;
    border-radius: 3px;
    background-color: #e1e5eb;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
}

    .PatientSearch .Box:hover,
    .PatientSearch .Box.active,
    .PatientSearch .Box.Active {
        border-color: none;
        background-color: #f59729;
    }

    .PatientSearch .Box h4 {
        font-size: 12px;
        font-weight: 500;
        color: #8c97ad;
        margin: 0;
        -webkit-transition: color .3s ease-out;
        -o-transition: color .3s ease-out;
        transition: color .3s ease-out;
    }

    .PatientSearch .Box:hover h4,
    .PatientSearch .Box.active h4,
    .PatientSearch .Box.Active h4 {
        color: #fff;
    }

.diagnosis_list .filter_diagnosis,
.diagnosis_list .Input_Field {
    margin-right: .5rem;
}

.filter_diagnosis .Box {
    width: auto;
    padding: 10px 20px;
}

.PatientMRSearch {
    position: absolute;
    top: -10px;
    right: 0;
}

    .PatientMRSearch .list-inline-item {
        margin: 0;
    }

        .PatientMRSearch .list-inline-item:last-child {
            margin-left: .5rem;
        }
/* Advance Search Styling End */

/* Dashboard Page Styling Start */
.TodayRegistration {
    position: relative;
    text-align: center;
}

    .TodayRegistration::before {
        content: "";
        position: absolute;
        top: 25px;
        right: 0;
        height: 95px;
        border-right: 1px solid #a1a1a1;
    }

    .TodayRegistration p {
        line-height: 1;
        color: #333333;
    }

        .TodayRegistration p:first-child {
            font-size: 16px;
            font-weight: 500;
            color: #0960ba;
        }

        .TodayRegistration p:nth-child(2) {
            font-size: 80px;
        }

        .TodayRegistration p:nth-child(3) {
            line-height: 1.4;
        }

.dashboard_graphs {
    width: 220px;
    height: 190px;
}

    .dashboard_graphs span {
        width: 100%;
        position: absolute;
        left: 50%;
        bottom: -8px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

button.register_btn {
    font-size: 13px;
    margin-top: 5px;
    padding: 4px 15px !important;
}

.PercentTotal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pathology_graph-color {
    color: #9282a0;
}

.radiology_graph-color {
    color: #8da47e;
}

.pending_scan-color {
    color: #906666;
}

.pending_report-color {
    color: #667b7c;
}

.register_chart {
    width: 100%;
    height: 350px;
}

/* Stats Section Styling Start */
.stats_sec {
    row-gap: 8px;
}

.Department_stats {
    line-height: 1.1;
}

    .Department_stats span {
        font-size: 11px;
    }

    .Department_stats .progress {
        height: 20px;
        border-radius: 0;
    }

.ctscan_stat span {
    color: #79c9a1;
}

.ctscan_stat .progress {
    background-color: #def4e9;
}

    .ctscan_stat .progress .progress-bar {
        background-color: #79c9a1;
    }

.xray_stat span {
    color: #ffb235;
}

.xray_stat .progress {
    background-color: #ffeed5;
}

    .xray_stat .progress .progress-bar {
        background-color: #ffb135;
    }

.memograph_stat span {
    color: #ff8c5a;
}

.memograph_stat .progress {
    background-color: #ffeae2;
}

    .memograph_stat .progress .progress-bar {
        background-color: #ff8b5a;
    }

.mri_stat span {
    color: #aed888;
}

.mri_stat .progress {
    background-color: #ebf3e5;
}

    .mri_stat .progress .progress-bar {
        background-color: #add787;
    }

.ultrasound_stat span {
    color: #ffd935;
}

.ultrasound_stat .progress {
    background-color: #fff9e5;
}

    .ultrasound_stat .progress .progress-bar {
        background-color: #ffd935;
    }

.other_stat span {
    color: #999999;
}

.other_stat .progress {
    background-color: #e9e9e9;
}

    .other_stat .progress .progress-bar {
        background-color: #999999;
    }
/* Stats Section Styling End */

/* Dashboard Page Styling End */

/* Custom Pagination Styling Start */
.ShowResult {
    font-weight: 500;
    line-height: 1;
}

.pages_count {
    width: 90px;
    height: 33px;
    font-size: 12px;
    padding-left: 5px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    outline: none;
    appearance: none;
    background-image: url(../Imgs/ArrowDown.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 16px;
    cursor: pointer;
}

.dataTables_paginate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .dataTables_paginate a {
        width: 30px;
        height: 30px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        color: #000;
        margin: 0 2px;
        border: 1px solid #e4e4e4;
        border-radius: 2px;
        cursor: pointer;
    }

    .dataTables_paginate span a.active {
        color: #ffffff;
        background-color: #60647c;
    }

    .dataTables_paginate a img {
        max-width: 7px;
    }

    .dataTables_paginate a.next,
    .dataTables_paginate a.previous {
        background-color: #f7f7f7;
    }

/* Custom Pagination Styling End */

/* Print Token Styling Start */
.TokenPrint {
    max-width: 130px;
}

    .TokenPrint .Border-1 {
        border-bottom: 1px solid #000;
    }

/* Print Token Styling End */

/* Manage role page styling start */
.manageRole .exlRights .uaxCheckform,
.manageRole.incList {
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.manageRole .exlRights .header,
.manageRole .inclRights .header {
    padding: 13px;
    border: 1px solid #bfae8b;
    border-radius: 5px 5px 0 0;
    background-color: #bfae8b;
}

    .manageRole .exlRights .header > .title,
    .manageRole .inclRights .header > .title {
        font-size: 22px;
        line-height: normal;
        font-weight: bold;
        color: #fdffc2;
    }

        .manageRole .exlRights .header > .title > small,
        .manageRole .inclRights .header > .title > small {
            display: block;
            font-size: 16px;
            color: #fff;
        }

.exlRights .content,
.inclRights .content {
    padding: 10px 10px 10px 13px;
    border: 1px solid #bfae8b;
    border-radius: 0 0 5px 5px;
}

.manageRole .inclRights .header,
.manageRole .inclRights .content {
    background-color: #98b78b;
    border: 1px solid #98b78b;
}

.manageRole .inclRights .content {
    background-color: #f6fbf6;
}

.uaxCheckform {
    height: calc(100vh - 335px);
}

.favbar_form {
    height: calc(100vh - 300px);
}

.exlRights .uaxCheckform {
    scrollbar-color: #bfae8b transparent;
}

.inclRights .uaxCheckform {
    scrollbar-color: #b3d4a5 transparent;
}

    .exlRights .uaxCheckform::-webkit-scrollbar-track,
    .inclRights .uaxCheckform::-webkit-scrollbar-track {
        background-color: transparent;
    }

.exlRights .uaxCheckform::-webkit-scrollbar-thumb {
    background-color: #bfae8b;
    border-color: #f9f6ef;
}

.inclRights .uaxCheckform::-webkit-scrollbar-thumb {
    background-color: #b3d4a5;
    border-color: #f6fbf6;
}

.exlRights li {
    padding: 5px 0;
    border-bottom: 1px solid #e8dfcd;
}

.manageRole .exlRights .uaxCheckform li .title,
.manageRole .inclRights .uaxCheckform li .title {
    color: #af7d19;
}

    .manageRole .exlRights .uaxCheckform li .title small {
        display: block;
        font-size: 13px;
        color: #333333;
    }

ul.incList > li .boxround {
    position: relative;
    max-width: max-content;
    line-height: normal;
    color: #559c4f;
    padding: 5px 40px 5px 10px;
    margin-bottom: 8px;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    background: #ffffff;
}

ul.incList > li .manageBox {
    padding-right: 10px;
}
/* Manage role page styling end */
/* No Rights Page Styling Start */
.no_right-sec {
    height: 100vh;
    background-color: #b0e0e9;
}

.no_right-header {
    height: calc(100vh - 160px);
}

.no_right-sec .no_right-img {
    width: 400px;
    margin-bottom: 20px;
}

    .no_right-sec .no_right-img img {
        width: 100%;
        height: 100%;
    }

.no_right-sec p {
    font-size: 25px;
    font-weight: bold;
    color: #484848;
    margin-bottom: 10px !important;
}

.no_right-sec span {
    font-size: 16px;
}

/* No Rights Page Styling End */

/* Doctor Dashboard Styling Start */
.doc_prof-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border: 1px solid #dddddd;
    border-radius: 100%;
}

    .doc_prof-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 100%;
    }

.doc_prof-detail p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

.doc_prof-detail span {
    color: #333333;
}

.amount_calc-sec {
    width: 230px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding: 5px 0;
    border: 1px solid #e5c389;
    border-radius: 3px;
    background-color: #f8ebd5;
}

.amount_calc p {
    font-size: 10px;
}

.total_calc {
    color: #11b218;
}

.graph_box {
    padding: 8px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.05);
}

    .graph_box .patient_count-img {
        width: 60px;
        margin-right: 10px;
    }

.patient_count {
    text-align: center;
    line-height: 1.15;
}

    .patient_count span {
        font-size: 38px;
        font-weight: 500;
    }

.graph_head-txt {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
}
/* Doctor Timing Section Start */
.timeing_sec {
    height: 220px;
}

    .timeing_sec::-webkit-scrollbar-thumb {
        background-color: #e9e9e9;
    }

    .timeing_sec::-webkit-scrollbar-track {
        background-color: #ffffff;
    }

    .timeing_sec .time_box {
        width: 31%;
        height: 100px;
        font-size: 15px;
        font-weight: 500;
        color: #ffffff;
        margin: 0 10px 10px 0;
        padding: 5px;
        border-radius: 5px;
        background-color: #eac0bc;
    }

        .timeing_sec .time_box.active {
            background-color: #df8b83;
        }
/* Doctor Timing Section End */

.todoList_sec {
    width: 98%;
    margin-bottom: 2px !important;
    color: #ffffff;
    padding: 8px;
    border-radius: 5px;
    background-color: #df8b83;
}

    .todoList_sec.active {
        background-color: #88bf97;
    }

    .todoList_sec input {
        border: 2px solid #fff;
        border-radius: 4px;
        background-color: transparent;
    }

        .todoList_sec input::before {
            border-color: #ffffff;
        }

.graph_head-border {
    padding-bottom: 12px;
    border-bottom: 1px solid #cfcfcf;
}

.graph_head-spacing {
    padding-bottom: 9px;
}

.Comission_count {
    font-size: 15px;
    font-weight: 500;
}

.procedure_count {
    line-height: 1;
}

    .procedure_count p {
        display: inline-block;
        margin-right: 5px;
        text-align: right;
    }

    .procedure_count span {
        font-size: 25px;
        font-weight: 500;
    }
/* Doctor Dashboard Styling End */

/* Reports Page Styling Start */
.report_head p {
    font-size: 16px;
    font-weight: 500;
    color: #0a57c6;
}

.report_sec {
    row-gap: 10px;
}

.report_box {
    position: relative;
    padding: 6px 0;
    border: 1px solid #cacaca;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
}

.report_star:after {
    content: '\2606';
    position: absolute;
    top: 48%;
    right: 13px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    color: #9c9c9c;
}

.fav_head:after {
    right: 8px;
    font-size: 24px;
}

.report_star:hover::after,
.report_star.active::after {
    content: '\2605';
    color: #41d62d;
}

.report_box:hover {
    background-color: #f6fff5;
}

.report_box span {
    margin-left: 28px;
}

    .report_box span::before {
        content: '\2022';
        position: absolute;
        top: 55%;
        left: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 25px;
        color: #a5a5a5;
    }

.stock_reports-sec {
    width: 35%;
}

.ledger_accordion .card {
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
}

.ledger_accordion .card-header {
    position: relative;
    padding: 8px 20px;
    border: none;
    background-color: transparent;
    transition: .3s ease-in-out;
    cursor: pointer;
}

    .ledger_accordion .card-header::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        width: 14px;
        height: 14px;
        border-right: 2px solid black;
        border-top: 2px solid black;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .ledger_accordion .card-header[aria-expanded="false"]::after {
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }

    .ledger_accordion .card-header[aria-expanded="true"]::after {
        -webkit-transform: translateY(-50%) rotate(135deg);
        -ms-transform: translateY(-50%) rotate(135deg);
        transform: translateY(-50%) rotate(135deg);
    }

    .ledger_accordion .card-header button {
        font-size: 18px;
        font-weight: 500;
        color: #000;
        padding: 0;
        cursor: default !important;
    }

        .ledger_accordion .card-header button:hover {
            text-decoration: none;
        }

.ledger_accordion .card-body {
    padding: 0 20px 20px;
}

.ledger_report-sec {
    border: 1px solid #dbdbdb;
    background-color: #fcfcfc;
}

.ledger_report-box {
    padding: 8px 0;
    border: none;
    cursor: pointer;
}

    .ledger_report-box:not(:last-child) {
        border-bottom: 1px solid #a5a5a5;
    }

/* Reports Page Styling End */

/* Hospital Print Styling Start */
.patient_slip {
    font-size: 16px;
}

.hospital_head p {
    font-size: 25px;
    font-weight: bold;
}

.patient_name {
    font-size: 20px;
    font-weight: bold;
}

.slip_time {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.patient_credential {
    width: 48%;
}

    .patient_credential p {
        width: 100px;
        font-weight: bold;
    }

.manual_write-sec {
    height: 160px;
}

    .manual_write-sec span {
        display: block;
        font-weight: bold;
        border-bottom: 1px solid #c8c1c1;
    }

.doctor_detail {
    width: 130px;
    border-top: 1px solid #c8c1c1;
}

    .doctor_detail:first-child {
        margin-right: 120px;
    }

.patient_note {
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 3px dotted #000;
}

    .patient_note span {
        font-size: 24px;
        font-weight: bold;
    }

.hospital_info {
    height: 450px;
}

    .hospital_info:first-child {
        border-right: 3px dotted #000000;
    }
/* Hospital Print Styling End */

/* Discharge Slip Styling Start */
.dischargeOpt_sec {
    row-gap: 3px;
}

/* .dischargeOpt_sec .col-6:nth-child(odd) { padding-right: 5px; } */

.discharge_type {
    font-size: 13px;
    color: #ffffff;
    padding: 3px 10px;
    margin-bottom: 0;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background-color: #62646a;
    transition: .1s ease-in-out;
    cursor: pointer;
}

    .discharge_type:hover {
        background-color: #7a7d85;
    }

    .discharge_type img:nth-child(2) {
        display: none;
    }

    .discharge_type.active {
        background-color: #35c421;
    }

        .discharge_type.active img:first-child {
            display: none;
        }

        .discharge_type.active img:nth-child(2) {
            display: block;
        }

.print_visit {
    font-size: 12px;
    margin-bottom: 9px;
    border: 0;
    outline: none;
    background-color: transparent;
}

button.visit_btn {
    width: 100% !important;
    font-size: 12px;
    padding: 4.6px 20px !important;
    border-radius: 3px !important;
}

.visit_btn:not(:last-child) {
    margin-bottom: 5px;
}

.visit_head {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    padding-bottom: 3px;
    border-bottom: 2px solid #333333;
}

.slip_head {
    padding: 10px 30px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

    .slip_head p {
        color: #707070;
        margin-right: 5px;
    }

    .slip_head span {
        font-weight: bold;
        margin-right: 5px;
    }

.patient_overview {
    color: #000000;
    border-bottom: 1px solid #c0c0c0;
}

.discharge_time {
    border: 1px solid #c0c0c0;
}

.patient_overview .info_box span {
    color: #707070;
}

.patient_overview .info_box {
    padding: 8px 30px;
    border-right: 1px solid #c0c0c0;
}

    .patient_overview .info_box .time {
        font-size: 10px;
        color: #212529;
    }

.alert_list {
    padding: 0 16px;
}

    .alert_list li:not(:last-child) {
        padding-bottom: 3px;
    }

.record_list {
    padding-bottom: 10px;
    border-bottom: 1px dashed #000000;
}

.slip_info:not(:last-child) {
    border-bottom: 1px solid #c0c0c0;
}

.record_list .slip_info {
    border: 0;
}

.slip_info h6 {
    margin-bottom: 0;
}

.patient_exam {
    padding: 8px 0;
}

    .patient_exam p {
        font-weight: 500;
    }

    .patient_exam span {
        display: block;
        color: #333333;
    }

.medicine_txt {
    font-size: 28px;
    font-weight: 500;
}

.patient_chart thead th {
    font-weight: normal;
    color: #8a8a8a;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 0;
    background-color: #f0f0f0;
}

.patient_chart tbody td {
    border-top: 0;
    border-bottom: 1px solid #c0c0c0;
}

.empty_record {
    position: absolute;
    top: 45px;
    width: 100%;
    height: 130px;
    border: 1px solid #d2d2d2;
}

.deathForm_head::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    border: 1px solid #bcbcbc;
}

.deathForm_head:last-child::before {
    top: -10px;
}

.deathForm_head span {
    font-size: 14px;
}

.deathForm_head p {
    color: #585757;
}

.person_info {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}

    .person_info p {
        color: #707070;
    }

/* Discharge Slip Styling End */

/* Main Dashboard Styling Start */
.today_activity .head {
    color: #0960ba;
}

.today_activity span {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    padding: 0 6px;
    border-radius: 4px;
    background-color: #211f5f;
}

    .today_activity span:not(:last-child) {
        margin-right: 2px;
    }

.hospital_stats {
    padding: 10px;
    border-radius: 10px;
    background-color: #ebf3e5;
    overflow: hidden;
}

.department_name {
    color: #67933f;
    margin-bottom: 10px;
}

    .department_name p {
        font-size: 20px;
        font-weight: 500;
        line-height: .93;
        text-transform: uppercase;
    }

.hospital_stats .patient_count span {
    font-size: 30px;
    font-weight: 400;
}

.hospital_stats img {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.opd_stats img {
    right: -7px;
    bottom: -4px;
    width: 110px;
}

.ipd_stats {
    background-color: #dff4e9;
}

    .ipd_stats .department_name {
        color: #1f8954;
    }

.ot_stats {
    background-color: #ffefd5;
}

    .ot_stats .department_name {
        color: #b17b23;
    }

.emergency_stats {
    background-color: #ffebe2;
}

    .emergency_stats .department_name {
        color: #ff5a5a;
    }

.other_stats {
    background-color: #e9e9e9;
}

    .other_stats .department_name {
        color: #727272;
    }

        .emergency_stats .department_name p,
        .other_stats .department_name p {
            text-transform: capitalize;
        }

.graphs_head {
    border-bottom: 1px solid #e4e4e4;
}

    .graphs_head span {
        font-size: 25px;
    }

.piechart_txt {
    width: 205px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    margin-left: auto;
}
/* Main Dashboard Styling End */

/* Mobile Report Styling Start */
.report_alert {
    font-size: 24px;
}

.patient_report-head {
    padding-top: 20px;
    margin-bottom: 35px;
}

.report_hospital {
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
}

    .report_hospital img {
        width: 70px;
    }

    .report_hospital span {
        width: 150px;
    }

.patient_report-head p {
    font-size: 23px;
    line-height: 1.2;
    color: #707070;
}

.patient_report-head span {
    font-weight: 500;
}

.patient_report-head hr {
    width: 100px;
    margin: 8px 0 8px 0;
    border-width: 2px;
    border-color: #c3c3c3;
}

.test_alert-head {
    font-size: 34px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    padding: 10px 15px;
    background-color: #333333;
}

.report_alert-tbl {
    font-size: 32px;
}

    .report_alert-tbl thead th, .report_alert-tbl tbody td {
        padding: 1rem;
    }

        .report_alert-tbl thead th:first-child, .report_alert-tbl tbody td:first-child {
            padding-right: 4rem !important;
        }

        .report_alert-tbl thead th:last-child, .report_alert-tbl tbody td:last-child {
            text-align: center;
        }

    .report_alert-tbl thead th {
        border-bottom: 4px solid;
        border-top: 0;
        border-color: #000000;
    }

    .report_alert-tbl tbody tr:nth-child(even) {
        background-color: #f7f6f6;
    }

    .report_alert-tbl tbody td:last-child {
        border-right: 0;
    }

    .report_alert-tbl tbody td {
        vertical-align: middle;
        border-style: solid;
        border-width: 0 1px 1px 0;
        border-color: #000000;
    }

    .report_alert-tbl tbody tr td:last-child {
        width: 25%;
        color: #0a57c6;
    }

    .report_alert-tbl .report_btn {
        width: 160px;
        font-size: 30px;
        padding: 10px 20px !important;
        border-radius: 8px !important;
    }
/* Mobile Report Styling End */





/******Arslan*****/

.uatBox ul > li div.text {
    font-weight: normal;
    /*font-size: 16px;*/
}

.patientRoomAllocation {
}

ul.pra_location {
    margin-bottom: 10px;
}

    ul.pra_location > li {
        font-size: 14px;
        vertical-align: middle;
    }

        ul.pra_location > li.font-bold {
            font-weight: bold !important;
        }

        ul.pra_location > li a, ul.pra_location > li span {
            color: #0a57c6
        }

        ul.pra_location > li img {
            vertical-align: middle;
        }

ul.pra_nav {
    margin-bottom: 10px;
}

    ul.pra_nav > li {
        position: relative;
        margin-right: 15px !important;
    }

        ul.pra_nav > li a {
            cursor: default;
            display: inline-block;
            background-color: #f1f7ff;
            color: #87a1b0 !important;
            font-size: 14px;
            padding: 3px 10px;
            border-radius: 30px;
        }

        ul.pra_nav > li:after {
            content: "";
            width: 6px;
            height: 10px;
            background-image: url(../Imgs/icon_single_arrows.png);
            background-position: center;
            background-repeat: no-repeat;
            right: -12px;
            top: 50%;
            position: absolute;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        ul.pra_nav > li:last-child::after {
            display: none;
        }


.pra_selection {
    margin-top: 15px;
}

.pra_actions button {
    width: auto;
    margin-left: 10px;
}

.pra_bed_price small {
    font-size: 14px;
    color: #ffa201
}

.pra_bed_price sub {
    font-size: 10px;
    color: #bfbfbf;
    bottom: 0;
}

.pra_bed_price span.price {
    display: block;
    font-size: 14px;
    color: #1a6ee3;
    font-weight: bold;
}

.pra_log_shift {
    background: #fbfbfb;
    border: 1px solid #f1f1f1;
    padding: 20px;
    border-radius: 5px;
}

ul.pra_dates {
    margin-bottom: 10px;
}

    ul.pra_dates > li {
        margin-right: 20px !important;
        position: relative;
    }

        ul.pra_dates > li span {
            cursor: default;
            display: inline-block;
            background-color: #fff;
            color: #000 !important;
            font-size: 12px;
            padding: 3px 10px;
            border-radius: 30px;
            border: 1px solid #d8d8d8;
        }


        ul.pra_dates > li:after {
            content: "";
            width: 10px;
            height: 10px;
            background-image: url(../Imgs/icon_double_arrows.png );
            background-position: center;
            background-repeat: no-repeat;
            right: -17px;
            top: 50%;
            position: absolute;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        ul.pra_dates > li:last-child::after {
            display: none;
        }


ul.pra_nav_inner > li a {
    cursor: default;
    display: inline-block;
    background-color: snow;
    color: #87a1b0 !important;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 30px;
}

.pra_log_shift_scroll {
    height: calc(100vh - 500px);
}

    .pra_log_shift_scroll .block {
        padding: 15px 0px 15px 0px;
        margin-right: 15px;
        border-bottom: 1px solid #d8d8d8;
    }

.pra_comment {
    font-weight: 500;
    max-width: 55%;
}

    .pra_comment sub,
    .pra_comment sup {
        font-size: 36px;
        color: #7894a5;
        font-weight: 600;
    }

    .pra_comment sup {
        top: 0.3em;
    }

    .pra_comment sub {
        bottom: -0.6em;
    }


ul.pra_dates_side div.price {
    font-size: 18px;
    color: #0a57c6;
}

ul.pra_dates_side > li:after {
    display: none;
}

.pra_comment_side {
    width: 100%;
}

.pra_tp_r {
    padding-right: 45px;
}

.pra_tp {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}


.pra_log_shift_scroll_side {
    height: calc(100vh - 525px);
}




.notesArea {
    height: 348px !important;
}

.pra_comment_full_width {
    max-width: 100% !important;
    font-size: 11px;
    padding-bottom: 10px;
}

.VisitHistoryTable .pra_comment sup {
    top: 0.4em;
}

.VisitHistoryTable .pra_inner_date {
    color: #a0a0a0;
    font-size: 11px;
}

ul.list_patient_notes {
    padding: 0px;
    margin: 0px;
}

    ul.list_patient_notes > li {
        padding: 10px 0px;
        margin: 0 !important;
    }

.pra_inner_doct {
    color: #6c7c92;
    font-size: 11px;
}

    .pra_inner_doct img {
        vertical-align: middle;
    }

ul.list_patient_notes > li:after {
    content: "";
    width: 20%;
    display: block;
    margin-top: 20px;
    height: 4px;
    background-color: #84abe2;
}

ul.list_patient_notes > li:last-child::after {
    display: none;
}

.call_request_box {
    padding: 10px 0px;
    border-bottom: 4px solid #e9e9e9;
}

    .call_request_box .call_request_l1 {
    }

        .call_request_box .call_request_l1 .call_request_date {
            font-size: 10px;
            color: #979797;
        }

    .call_request_box .call_status_action {
    }

        .call_request_box .call_status_action span.sts {
            font-size: 10px;
            color: #979797;
        }

        .call_request_box .call_status_action span.statuses {
            font-size: 12px;
            color: #000;
            margin-right: 15px;
        }

            .call_request_box .call_status_action span.statuses:before {
                content: '';
                display: inline-block;
                width: 13px;
                height: 13px;
                border-radius: 30px;
                background-color: #000;
                vertical-align: middle;
                margin: 0px 5px;
            }

            .call_request_box .call_status_action span.statuses.pending {
                color: #5b81d1;
            }

                .call_request_box .call_status_action span.statuses.pending:before {
                    background-color: #5b81d1;
                }

            .call_request_box .call_status_action span.statuses.done {
                color: #5bd163;
            }

                .call_request_box .call_status_action span.statuses.done:before {
                    background-color: #5bd163;
                }

            .call_request_box .call_status_action span.statuses.cancel {
                color: #ef1b1b;
            }

                .call_request_box .call_status_action span.statuses.cancel:before {
                    background-color: #ef1b1b;
                }

        .call_request_box .call_status_action .action {
            background-color: #de8c83;
            color: #fff;
            font-size: 11px;
            padding: 1px 10px;
        }

.call_request_l2 .name_box {
}

.call_request_l2 .name_box {
    font-size: 13px;
    color: #de8c83;
    line-height: 14px;
    padding: 7px 10px;
    border: 1px solid #f9e4bb;
    margin: 10px 0px;
}

    .call_request_l2 .name_box span {
        display: block;
        font-size: 10px;
        color: #bbbbbb;
    }

.w-65 {
    width: 65%;
}

.w-35 {
    width: 35%;
}

.visitHistoryBox {
    background-color: #31a5ba;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
}

.VisitHistoryTable.call_request {
    height: 279px;
}

.visitHistoryBox .titleHB {
    position: relative;
    padding-left: 20px;
    font-size: 10px;
    color: #98d2dd;
}

    .visitHistoryBox .titleHB strong {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        display: block;
        line-height: 18px;
    }

    .visitHistoryBox .titleHB:before {
        position: absolute;
        top: 0px;
        left: 0px;
        content: url('../Imgs/title_white_img.png');
        vertical-align: top;
        width: 12px;
        height: 21px;
    }

.btn-hb {
    background-color: #0f8196;
    color: #fff;
}

    .btn-hb:hover {
        background-color: #fff;
        color: #0f8196;
    }

.sectionRdx {
    padding: 5px 0px 0px;
    background: #fff;
    width: 100%;
}

ul.rxListBox {
}

    ul.rxListBox > li {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        color: #707070;
        line-height: 16px;
        padding: 5px 10px;
    }

        ul.rxListBox > li span {
            display: block;
            font-size: 10px;
            color: #bbbbbb;
        }

        ul.rxListBox > li.rxhighlighted {
            color: #707070;
            background-color: #fffaf9;
        }

            ul.rxListBox > li.rxhighlighted span {
                color: #c09f60;
            }

.PatientHistory.erx_histry .erxDetail {
    padding: 12px 0px;
}

.erxHeadWhite {
    background-color: #fff !important;
    color: #de8c83 !important;
}

    .erxHeadWhite .History {
        color: #de8c83;
        font-size: 20px;
    }

    .erxHeadWhite button.PrescribeDiagnose {
        background: #de8c83;
    }

.rxhed .call_request_l1 .call_request_date:nth-child(2) {
    padding: 0 10px;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}

.rxhed .call_request_l1 .call_request_date strong {
    color: #ff7d30;
}

.tlog .title {
    color: #000;
}

.designation_box,
.PatientReport .PatientComparison label,
.slip_head p,
.slip_head span,
.patient_overview .info_box,
.patient_exam p,
.patient_exam span,
.patient_chart tbody td {
    font-size: 14px;
}



/******Print CSS*****/
.dischargeSlip {
}

    .dischargeSlip .printHead {
        position: relative;
        padding: 10px 0px;
        border-bottom: 2px solid #000000;
    }

    .dischargeSlip .printStatus {
        /*position: absolute;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);*/
    }

        .dischargeSlip .printStatus .slipName {
            font-size: 20px;
            font-weight: bold;
            background-color: #606060;
            text-transform: uppercase;
            padding: 10px 15px;
            color: #fff;
        }

    .dischargeSlip .printlogo {
    }

        .dischargeSlip .printlogo img {
            max-width: 250px;
            max-height: 50px;
        }

    .dischargeSlip .patientDetail {
        padding: 10px 0px;
    }

        .dischargeSlip .patientDetail ul {
            margin: 0px;
        }

            .dischargeSlip .patientDetail ul > li {
                margin-right: 10px;
                border-right: 1px solid #000;
                padding-right: 20px;
            }

                .dischargeSlip .patientDetail ul > li:last-child {
                    margin-right: 0px;
                    border-right: 0px solid #000;
                    padding-right: 0px;
                }

                .dischargeSlip .patientDetail ul > li .pdData {
                    font-weight: bold;
                    font-size: 13px;
                }

                    .dischargeSlip .patientDetail ul > li .pdData span {
                        display: block;
                        font-weight: normal;
                        font-size: 10px;
                    }

    .dischargeSlip .opSubject {
        padding: 5px 10px;
        background-color: #e6e6e6;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

        .dischargeSlip .opSubject ul.subject {
            margin: 0px;
        }

            .dischargeSlip .opSubject ul.subject > li {
                font-size: 16px;
                vertical-align: middle;
            }

                .dischargeSlip .opSubject ul.subject > li:first-child {
                    font-size: 20px;
                    font-weight: bold;
                    padding-right: 15px;
                    border-right: 1px solid;
                }

           

    .dischargeSlip ul.dates {
        margin: 0px;
    }

        .dischargeSlip ul.dates li {
        }

        .dischargeSlip ul.dates > li .date {
            text-align: center;
            font-size: 15px;
            font-weight: bold;
        }

            .dischargeSlip ul.dates > li .date small {
                display: block;
                font-weight: normal;
            }

.border-bottom-1 {
    border-bottom: 1px solid #000;
}

.border_left-2 {
    border-left: 1px solid #c0c0c0;
}

.level2Print h6 {
    font-size: 1rem;
    /*font-size: 1.4rem;
    font-weight: bold;*/
}

.level2Print .patient_exam p {
    font-weight: 700;
    font-size: 15px !important;
}

.level2Print .disMedTitle {
}

.level2Print .patient_chart thead {
    display: table-header-group;
}

    .level2Print .patient_chart thead th {
        font-weight: bold;
        color: #fff;
        padding-top: 7px;
        -webkit-print-color-adjust: exact;
        padding-bottom: 7px;
        border: 0;
        background-color: #606060 !important;
        font-size: 15px;
    }

        .level2Print .patient_chart thead th:nth-child(2) {
            text-align: right;
        }

.level2Print .patient_chart tbody td:nth-child(2) {
    text-align: right;
}

.level2Print .patient_chart tbody td span.inst {
    /*display: block;*/
    font-size: 15px;
}

.opBox {
    border: 1px solid #000;
    padding: 10px;
    min-height: 200px;
}

.mt-100 {
    margin-top: 100px;
}

@media print {

    .dischargeSlip .page-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 130px;
    }

    .dischargeSlip .page-footer-space {
        height: 130px;
    }

    .dischargeSlip .page-header {
        position: fixed;
        top: 0mm;
        width: 100%;
        height: 76px;
    }

    .dischargeSlip .page-header-space {
        height: 76px;
    }
}

.dischargeSlip .border_right-2 {
    border-right: 1px solid #000;
}

.dischargeSlip .border_left-2 {
    border-left: 1px solid #000;
}

.dischargeSlip .patient_chart tbody td {
    border-top: 0;
    border-bottom: 1px solid #000;
}

.dischargeSlip .slip_info:not(:last-child) {
    border-bottom: 1px solid #000;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}



.expense_report-tbl thead th {
    color: #ffffff;
    border: none !important;
    background-color: #7f7f7f;
}


table.tblBlueHeader {
    display: table;
    grid-template-areas: "head-fixed" "body-scrollable" "foot-fixed";
}

    table.tblBlueHeader thead {
        grid-area: head-fixed;
    }

    table.tblBlueHeader tbody {
        grid-area: body-scrollable;
        overflow: auto;
        /*height: calc(100vh - 100px);*/
    }

    table.tblBlueHeader tfoot {
        grid-area: foot-fixed;
    }
