﻿.thin-scroll{
    scrollbar-width:thin;
}
.wrapping-text-truncate {
    text-overflow: ellipsis;
    overflow: hidden;
}
.sub-menu-height {
    height: calc(100% - 60px);
}

.server-info-modal {
    display: block;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.item-check {
    height: 16px;
    border-right: #000 1px solid;
    width: 30px;
}
.ck-editor__editable p {
    margin-bottom: 0rem;
}
@media print {
    .ck-editor__editable p {
        margin-bottom: 0rem;
    }
}
.padding-bottom-130pt {
    padding-bottom: 130pt;
}

.timelinehead {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    color: #323a46;
    background-color: #f3f7f9;
}

.timelinehead:hover {
    box-shadow: none;

}
.h-64px {
    height: 64px !important;
}
.mt-1px {
    margin-top: 1px;
}
.mt-150px{
    margin-top: 150px !important;
}
.rowgap-2px {
    row-gap: 2px;
}

.timelinecol {
    height: calc(100% - 28px);
    margin: 1px;
}
.pointer-events-none {
    pointer-events: none;
}

.server-info-modal-container {
    background-color: white;
    margin: 15% auto;
    border: 1px solid #888;
    width: 20%;
    padding: 16px;
    border-radius: 4px;
    position: relative;
}

.server-info-modal-content {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.server-info-modal-content p {
    margin-bottom: 0;
}

.server-info-modal-content span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}

.server-info-modal-content span:first-child {
    min-width: 70px;
}

.server-info-modal-content span:last-child {
    font-weight: 700;
}

.server-info-modal-close {
    color: #f86262;
    opacity: 0.8;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    right: 12px;
    top: 2px;
}

.server-info-modal-close:hover,
.server-info-modal-close:focus {
    opacity: 1;
    text-decoration: none;
    cursor: pointer;
}

.server-info-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.my-class .card-header {
    background-color: springgreen;
}

.my-class .card-body {
    background-color: springgreen;
}

.my-class .card-footer {
    background-color: springgreen;
}

.package-module-charge-category-container {
    position: absolute;
    top: -45px;
    right: 6%;
}

.package-module-charge-category-container ng-select {
    min-width: 350px;
}
.blue-shade-hover:hover {
    background-color: #e1edff;
    padding: 4px 8px 4px 8px;
}
.blue-shade-hover{
    padding: 4px 8px 4px 8px;
}

.strike-item {
    text-decoration: line-through;
    text-decoration-color: #d75757;
}

.package-charges-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(50 58 70 / 25%);
    z-index: 9;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: 4px;
}

.package-charges-loading div {
    border-radius: 4px;
    position: relative;
    top: 20%;
}

.btn-scroll-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    z-index: 99;
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px;
    padding: 0;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #616161;
    background: rgba(97, 97, 97, 0.7);
    border-color: #616161;
    border-color: rgba(97, 97, 97, 0.7);
}

.quick-actions-menu i {
    width: 20px;
    vertical-align: middle;
}

.quick-actions-menu .mdi {
    font-size: 16px;
}

.change-password-modal .modal-dialog {
    max-width: 350px !important;
}

.custom-modal .modal-header .modal-title {
    color: #ffffff;
}

.custom-modal .modal-header .close {
    color: #ffffff;
}

.custom-modal .modal-footer {
    background: #f7f7f7;
}


.show-must {
    display: block !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

.icon--success svg path {
    -webkit-animation: checkmark .25s ease-in-out .7s backwards;
    animation: checkmark .25s ease-in-out .7s backwards
}

.icon--success svg circle {
    -webkit-animation: checkmark-circle .6s ease-in-out backwards;
    animation: checkmark-circle .6s ease-in-out backwards
}

.break-all {
    word-break: break-all !important;
}

.auth-signup-box {
    max-width: 620px !important;
}

.terms-ul,
.terms-ul ol {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: justify;
}

.terms-ul li .list-rank {
    width: 24px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
}

.terms-ul li p {
    margin-bottom: 10px;
}

.terms-ul ol li+li {
    margin-top: 8px;
}

.error-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.error-container .error-box {
    width: 520px;
    text-align: center;
}

.bg-error-light {
    background-color: #ffe0e0;
}

.no-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.no-data img {
    margin-bottom: 4px;
    /*opacity: 0.65;*/
    width: 280px;
}

.no-data span.title {
    font-size: 15px;
}

.no-data span.sub-title {
    font-size: 13px;
    margin-bottom: 0;
}

.mh-400 {
    min-height: 400px;
}

.mh-300 {
    min-height: 300px;
}

.content-breaker:before {
    content: "-";
    margin-left: 3px;
    margin-right: 3px;
}

.data-breaker:before {
    content: "";
    margin-left: 5px;
    margin-right: 5px;
    border-left: 1px solid #c0c0c0;
}

tr.selected {
    background-color: #f1ebbe !important;
}

.ph-loading {
    margin: 0 -15px;
    border: none;
    padding: 0;
}

.ph-avatar-loading {
    border-radius: 100%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filters-header {
    background: linear-gradient(to bottom, #3283f6 0, #0a67eb 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    height: 65px;
}

.filters-header h4 {
    margin: 0;
    color: #fff;
}

.filters-header a {
    color: #fff;
    font-size: 16px;
}

.filters-body {
    padding: 1rem;
}

.filters-footer {
    position: static;
    bottom: 0;
    width: 100%;
    background: #f7f7f7;
    padding: 1rem;
    display: flex;
    justify-content: flex-end;
}

.form-group label.mb-1 {
    text-transform: capitalize;
}

.date-picker {
    cursor: pointer;
    padding-right: 2em;
    background: url(../images/calendar.svg) #fff no-repeat center right 0.625rem/calc(0.75em + 0.46875rem) calc(0.75em + 0.46875rem);
}

.date-picker:disabled,
.date-picker[readonly] {
    background-color: #fff;
}

ngb-datepicker {
    background-color: #fff !important;
    border: 1px solid #485e90 !important;
    border: 1px solid rgba(72, 94, 144, 0.16) !important;
    font-family: inherit !important;
    font-size: 13px !important;
    padding: 10px !important;
    margin: 1px 0 0 !important;
    width: auto !important;
    z-index: 5 !important;
    border-radius: 0.25rem !important;
}

.ngb-dp-header {
    border-radius: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    margin-bottom: 8px;
}

.ngb-dp-arrow-btn {
    font-size: 10px;
    padding: 0 !important;
    margin: 0 !important;
}

.ngb-dp-arrow-btn:focus {
    outline: none;
}

.ngb-dp-navigation-select select {
    font-size: 13px !important;
    font-weight: 600;
}

.ngb-dp-navigation-select select+select {
    margin-left: 8px;
}

.ngb-dp-month-name {
    color: #FCC015;
    font-weight: 600;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: transparent !important;
}

.ngb-dp-weekday {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5rem !important;
    /*padding: 6px 9px;*/
    color: #1b2e4b !important;
    font-style: normal !important;
    background-color: transparent !important;
}

.ngb-dp-month:first-child .ngb-dp-week {
    padding-left: 0 !important;
}

.ngb-dp-month:last-child .ngb-dp-week {
    padding-right: 0 !important;
}

.ngb-dp-weekdays {
    border-bottom: none !important;
    margin-bottom: 8px;
}

.ngb-dp-day,
.ngb-dp-week-number,
.ngb-dp-weekday {
    margin: 0;
}

.ngb-dp-month .ngb-dp-week:last-child {
    padding-bottom: 0 !important;
}

[ngbDatepickerDayView] {
    border-radius: 100% !important;
}

@-webkit-keyframes stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 60px 30px
    }
}

@keyframes stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 60px 30px
    }
}

.profile-pic-upload {
    position: relative;
    max-width: 150px;
    max-height: 194px;
    display: flex;
    /*float: right;*/
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-radius: 20px;
    background: #f8f8f8;
}

.scroll-none::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scroll-none {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.profile-pic-upload .upload-action {
    display: none;
    align-items: center;
    justify-content: center;
}

.profile-pic-upload:hover .upload-action {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #3283f6;
    background: rgba(50, 131, 246, 0.1);
}

.profile-pic-upload:focus .upload-action {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #3283f6;
    background: rgba(50, 131, 246, 0.1);
}

.profile-pic-upload .no-image {
    width: 50%;
}

.form-box {
    padding: 12px;
    border: 1px solid #f2f2f2;
}

.form-box+form-box {
    margin-top: 12px;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.table-form {
    margin: -12px;
}

.anchorFocusonly:focus {
    border: 1px solid #3283f6 !important;
}

.table-form td {
    vertical-align: middle;
    padding: 12px;
}

.table-form tr:last-child td {
    padding-bottom: 1px;
}

.profile-box {
    background-image: url(../images/bg-pattern-2.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.card-box .box-title {
    font-size: clamp(15px, 2vmin, 1rem);
    background: #edfaf7;
    /*background: #f3f7f9;*/
    padding: 12px;
    border-radius: 0.25rem;
    margin: -23px;
    margin-bottom: 24px;
    font-weight: 600;
}

.modifying-content {
    display: flex;
    width: 100%;
    height: 100%;
    background: #000000;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 9;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: 0;
    border-radius: 0.25rem;
}

.modifying-content p {
    background: #fff;
    box-shadow: 0 0 6px 0 #333;
    padding: 8px 16px;
    border-radius: 0.25rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slots-container {
    height: 360px;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 12px;
    margin-bottom: 0;
}

.slots-container .slots-body+.slots-body {
    margin-top: 24px;
}

.slots-container .slots-body h6 {
    font-size: 13px;
    margin-bottom: 0;
    margin-left: 12px;
    margin-top: 0;
}

.slots-container .slots-body .slot {
    min-width: 73px;
    border-radius: 0.25rem;
    padding: 4px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    margin-top: 12px;
    margin-left: 12px;
    text-transform: lowercase;
    -webkit-box-shadow: 0 0 3px 0 #000000;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px 0 #000000;
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 #000000;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.slots-container .slots-body .slot i {
    margin-right: 5px;
}

.slots-container .slots-body .slot i:before {
    margin: 0;
}

.slots-container .slots-body:last-child {
    margin-bottom: 2px;
}

.slot.Booked,
.slot.Expired {
    background: #ffe2e2;
    text-decoration: line-through;
    cursor: default;
    border: 1px solid #f3cbcb;
}

.slot.Available {
    background: #f6faff;
    color: #3283f6;
    cursor: pointer;
    border: 1px solid #e1ecfb;
}


.slot.Available.selected {
    background: #3283f6 !important;
    color: #fff;
}

.mh-360 {
    min-height: 360px !important;
}

.appointment-form {
    padding: 16px 6px 22px;
    margin-bottom: 0;
}

.slots-modal {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

.slots-modal .modal-dialog {
    max-width: 970px;
}

.extra-large-modal {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

.extra-large-modal .modal-dialog {
    max-width: 1120px;
}

.bootbox .modal-dialog {
    max-width: 350px;
    text-align: center;
}

.bootbox .modal-dialog .modal-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.bootbox .modal-dialog .modal-content .modal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
}

.bootbox .modal-dialog .modal-content .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-profile {
    position: absolute;
    right: 25px;
    top: 10px;
    font-size: 16px;
    color: #f86262;
}

.close-profile:hover,
.close-profile:focus {
    color: #ff4500;
}

/*.invoice-modal .modal-dialog {
    max-width: 600px;
}*/

.table-appointment {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.table-appointment th,
.table-appointment td {
    padding: 10px;
}

ul.inv-info {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.inv-info li span:first-child {
    width: 80px;
    margin-right: 15px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

ul.inv-info li:last-child {
    font-size: 16px;
    font-weight: 600;
}

ul.inv-info li span:last-child {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 50px;
}

.ht-100p {
    height: 100% !important;
}


.actions-dropdown .dropdown-item {
    color: #fff;
}

.actions-dropdown .dropdown-item i {
    position: relative;
    top: -1px;
}

.actions-dropdown .dropdown-item .mdi {
    font-size: 16px;
}

.actions-dropdown .dropdown-item:hover,
.actions-dropdown .dropdown-item:focus {
    background: #000000;
    background: rgba(0, 0, 0, 0.1);
}

.table-transaction tr td {
    padding: 6px 12px;
    word-break: break-all;
}

.table-transaction tr td:first-child {
    width: 180px;
    background: #e9f0f4;
    font-weight: 600;
    text-transform: capitalize;
}

.layout-title h4 {
    line-height: 65px;
    margin: 0;
    padding-left: 24px;
    min-width: 220px;
    display: flex;
    font-size: 20px;
}

.none-scrollbar {
    scrollbar-width: none;
}

.order-option-height {
    height: calc(100vh - 357px);
}

/*encounter time line button*/
.encounterBtn {
    border: 1px solid #ffffff;
    color: #0a67eb;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 4px;
    white-space: nowrap;
}

.encounterBtn:hover {
    border: 1px solid #f1f1f1;
    background-color: #f3f3f3 !important;
    box-shadow: none;
}

.encounter-menu .dropdown-item {
    font-weight: 300;
    font-size: .9rem;
}
.row-Hover{
    padding: 5px !important;
    background: #fff !important;
    color:#000;
    border-radius: 10px;
}
    .row-Hover:hover {
        padding: 5px !important;
        background: #d7e8ff !important;
        color: #000;
        border-radius: 10px;
    }

.encounter-menu .dropdown-item.active::after {
    font-family: feather;
    content: "\e829";
    position: absolute;
    right: 20px;
    margin-top: -1px;
    color: black;
}

.encounter-profile-list {
    line-height: 24px;
    font-size: 14px;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
}

.encounter-profile-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.setScroll {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 217px);
    min-height: 272px;
}

.encounter-profile-list ul li i {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    color: #adb5bd;
    font-size: 16px;
}

.text-mute {
    color: #5e7d8a !important;
}

.card-box-sm {
    padding: 1rem !important;
}

.ck.ck-reset_all,
.ck.ck-reset_all * {
    font-family: "Nunito", sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
}

.ck.ck-icon:not(.ck-dropdown__arrow) {
    width: 15px !important;
    font-size: 13px !important;
    outline: none !important;
}

.ck-dropdown__arrow {
    width: 10px !important;
    font-size: 13px !important;
    outline: none !important;
}

.ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar {
    min-height: 35px !important;
}

.ck.ck-toolbar>.ck-toolbar__items>*,
.ck.ck-toolbar>.ck.ck-toolbar__grouped-dropdown {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.ck-content {
    min-height: 95px;
}

.ck.ck-tooltip .ck-tooltip__text {
    font-size: 13px !important;
}

.ck.ck-list__item .ck-button .ck-button__label {
    font-size: 13px !important;
    line-height: 20px !important;
}

.notes-editor .ck-content {
    min-height: 150px;
}

.input-group-text.custom-select {
    background-color: #F7F7F7 !important;
}

.w-75p {
    width: 75px !important;
    flex-shrink: 0;
}

.w-130 {
    width: 130px;
    flex-shrink: 0;
}

.w-400 {
    width: 400px;
}

.fit-height {
    height: fit-content;
}

.fit-width {
    width: fit-content;
}

.min-fit-width {
    min-width: fit-content;
}

.max-fit-width {
    max-width: fit-content;
}

.input-group-btn-group {
    background-color: #f7f7f7;
    border: 1px solid #ced4da;
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.input-group-btn-group .btn-group {
    height: 28px;
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
}

.input-group-btn-group .btn-group .btn {
    background: transparent;
    border: none;
    border-radius: 0.2rem !important;
}

.input-group-btn-group .btn-group .btn:hover,
.input-group-btn-group .btn-group .btn:focus,
.input-group-btn-group .btn-group .btn:active {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.input-group-btn-group .btn-group .btn.active {
    background: #3283f6;
    color: #fff;
}

.search-container {
    position: relative;
}

.search-container .spinner-border {
    position: absolute;
    top: 58%;
    right: 2%;
}

.search-container .dropdown-menu {
    max-height: 300px;
    width: 100%;
    overflow: auto;
    font-size: 13px;
}

.search-container .dropdown-menu .dropdown-item {
    padding: 0.375rem 0.9rem;
}

.dosages span+span {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #c0c0c0;
}

.text-truncate-line {
    white-space: pre-line;
    word-break: break-word;
}

.w-200p {
    width: 200px;
}

.w-170px {
    width: 170px;
}

.gap5px {
    gap: 5px;
}

.gap10px {
    gap: 10px;
}

.left-0 {
    left: 0px;
}

.top-0 {
    top: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.column-gap5px {
    column-gap: 5px;
}

.column-gap10px {
    column-gap: 10px;
}

.column-gap15px {
    column-gap: 15px;
}

.row-gap5px {
    row-gap: 5px;
}

.row-gap10px {
    row-gap: 10px;
}

.width30px {
    width: 30px;
}

.border-soft-secondary {
    border-color: #989898 !important;
}

.dashboard-box {
    background-color: #fff;
    box-shadow: 0 0 35px 0 #9aa1ab;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    margin-bottom: 24px;
    border-radius: 0.25rem;
    border: solid 1px #67a4fa;
}

.dashboard-box {
    margin-bottom: 4px;
    margin-top: 4px;
}

.dashboard-box .dashboard-title {
    font-size: clamp(10px, 3vw, 16px);
    background-color: #e6f0ff;
    padding: 6px;
    border-top-left-radius: 0.2rem;
    margin: 0;
    border-top-right-radius: 0.2rem;
    border-bottom: solid 1px #67a4fa;
    color: #08387d !important;
}

.scroll-obsecWhenHeading {
    height: calc(100vh - 305px);
    overflow: auto;
    overflow-x: hidden;
}

.scroll-obsecWhenHeading1 {
    height: calc(100vh - 343px);
    overflow: auto;
    overflow-x: hidden;
}

.scroll-obsecWhenHeading2 {
    height: calc(100vh - 241px);
    overflow: auto;
    overflow-x: hidden;
}

.scroll-obsecWhenHeading3 {
    height: calc(100vh - 205px);
    overflow: auto;
    overflow-x: hidden;
}

.scroll-obsecWhenHeading4 {
    height: calc(100vh - 170px);
    overflow: auto;
    overflow-x: hidden;
}


.scroll-obsecNotHeading {
    height: calc(100vh - 269px);
    overflow: auto;
    overflow-x: hidden;
}

.scroll-obsecNotHeading1 {
    height: calc(100vh - 310px);
    overflow: auto;
    overflow-x: hidden;

}
.scroll-all-ip-due{
    height: calc(100vh - 305px);
    overflow: auto;
    overflow-x: hidden;
}
.scroll-obsecNotHeading2 {
    height: calc(100vh - 210px);
    overflow: auto;
    overflow-x: hidden;
}

@media print {
    .px-atprint {
        margin: 0 2.25rem 0 2.25rem !important;
    }
}

.scroll-height-350 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 350px);
    min-height: 272px;
}

.scroll-height-250 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 250px);
    min-height: 272px;
}
.scroll-height-250 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 250px);
    min-height: 272px;
}
.scroll-height-260{
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 260px);
    min-height: 272px;
}
.scroll-height-165 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 165px);
    min-height: 272px;
}

.scroll-height-170 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 170px);
    min-height: 272px;
}

.scroll-height-270 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 270px);
    min-height: 272px;
}

.scroll-height-265 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 265px);
    min-height: 272px;
}

.scroll-obsec {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 357px);
    min-height: 272px;
}

.scroll-obsec1 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 387px);
    min-height: 272px;
}

.scroll-obsec2 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 285px);
    min-height: 272px;
}

.scroll-obsec3 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 225px);
    min-height: 272px;
}

.scroll-obsec4 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 247px);
    min-height: 272px;
}

.scroll-obsec5 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 347px);
    min-height: 272px;
}

.scroll-obsec4-1 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 205px);
    min-height: 272px;
}

.scroll-obsec5-1 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 308px);
    min-height: 272px;
}

.scroll-section {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 320px);
    min-height: 272px;
}

.scroll-section310 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 310px);
    min-height: 272px;

}

.scroll-section260 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 260px);
    min-height: 272px;
}

.scroll-section360 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 360px);
    min-height: 272px;
}

.scroll-section343 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 343px);
    min-height: 272px;
}

.scroll-section370 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 370px);
    min-height: 272px;
}

.scroll-sec {
    overflow-y: auto;
    height: calc(100vh - 413px);
    min-height: 209px;
}

.bg-color1 {
    background-color: #008fc5;
}

.scroll-obsecWhenNavigation {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 413px);
    min-height: 209px;
}

.scroll-obsecWhenNavigation1 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 460px);
    min-height: 209px;
}

.scroll-obsecWhenNavigation2 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 360px);
    min-height: 209px;
}

.scroll-obsecWhenNavigation3 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 425px);
    min-height: 209px;
}

.scroll-obsecWhenNavigation4 {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 325px);
    min-height: 209px;
}

.scroll-obsecWhenNavigationMax {
    overflow-x: hidden !important;
    overflow-y: auto;
    max-height: calc(100vh - 413px);
}

.slot-contaner-height {
    height: calc(100vh - 439px);
    min-height: 179px;
}

.dashboard-box .dashboard-body {
    padding: 1rem;
}

.dashboard-box:last-child {
    margin-bottom: 0;
}

.dashboard-table-box .dashboard-body {
    padding: 0.5rem;
}

.dashboard-table-box .dashboard-body {
    padding: 0.3rem;
}

.dashboard-break .table-sm td {
    padding: 0.1rem !important;
}

.dashboard-break {
    margin-bottom: 1rem;
    /* new border added*/
    /*  border: solid 1px #9fc5ff;*/
}

.border-light-gray {
    border-color: #989898;
}

.table td {
    vertical-align: top !important;
}

.table thead th {
    vertical-align: top !important;
    /*border-bottom: 0.2em solid #78affd;*/
    color: #343a40;
}

.dashboard-ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

.dashboard-ul:not(.row) {
    margin-left: 0;
    margin-right: 0;
}

.dashboard-ul li {
    line-height: 26px;
}

.dashboard-ul li:before {
    content: "\e83f";
    font-family: feather;
    margin-right: 0.5rem;
}

.dashboard-inline-ul li {
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    width: 20%;
}

.reading-block {
    font-size: 24px !important;
    font-weight: 600 !important;
}

.reading-label {
    font-size: 13px !important;
}

.center-widget {
    text-align: center;
    height: 125px;
}

.center-widget .reading-block {
    line-height: 5 !important;
}

.center-widget .reading-label {
    line-height: 14 !important;
    font-size: 1rem !important;
    font-family: "Cerebri Sans,sans-serif";
    color: #343a40;
    font-weight: 500;
}

.report-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
}

.report-content .container {
    padding: 30px 0 60px;
}

.report-box-shadow {
    box-shadow: 0 0 6px 0 #9aa1ab;
    box-shadow: 0 0 6px 0 rgba(154, 161, 171, 0.15);
}

.last-logged-in-settings {
    padding: 1rem;
    margin: -1rem;
    font-size: 14px;
    margin-bottom: 1.5rem;
}

.dashboard-text-truncate {
    display: inline-block;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: pre;
    width: 150px;
    overflow: hidden;
    vertical-align: top;
}

.settings-menu .dropdown-item {
    font-weight: 600;
}

.settings-menu .dropdown-item.active {
    background: #3283f6;
    color: #fff;
}

.settings-menu .dropdown-item.active::after {
    font-family: feather;
    content: "\e829";
    position: absolute;
    right: 15px;
    margin-top: -1px;
    color: #fff;
}

.settings-profile-list {
    margin: 1rem;
    line-height: 24px;
    font-size: 14px;
    border-bottom: 1px solid #eefaf8;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.settings-profile-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.settings-profile-list ul li i {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    color: #adb5bd;
    font-size: 16px;
}

.async-control {
    position: absolute;
    right: 6px;
    top: 32px;
    width: 24px;
    height: 24px;
    border-width: 3px;
}

.documents-container {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin-top: 8px;

    @media screen and (max-width: 1024px) {
        grid-template-columns: 1fr 1fr;
    }

    @media screen and (max-width: 767px) {
        grid-template-columns: 1fr;
    }
}

.color_36 {
    color: #363636;
}
.document-container {
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-box-shadow: 0 0 15px 0 #000000;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 15px 0 #000000;
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 #000000;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

.document-container>.document-actions {
    display: flex;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}

.document-container>.document-actions a {
    color: #6c757d;
}

.document-container .document-thumbnail {
    width: 50px;
    height: 50px;
    margin-left: 12px;
}

.document-container .document-thumbnail img {
    width: 100%;
    height: 100%;
}

.document-container .document-body {
    padding: 15px;
}

.document-container .document-body h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #343a40;
}

.min-width-40-px {
    min-width: 40px;
}

.document-container .document-body h6 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    color: #6c757d;
    font-weight: 400;
}

.document-container .document-body p {
    margin-bottom: 0;
    font-size: 13px;
}

.document-view-modal .modal-dialog,
.dc-view-modal .modal-dialog {
    max-width: 900px;
}

.document-view-modal .modal-body,
.dc-view-modal .modal-body {
    padding: 0;
    min-height: 85vh;
}

.dc-title-container {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;

    & img {
        height: 30px;
    }

    & .dc-title-body {
        display: flex;
        flex-direction: column;
        font-size: 15px;
        font-weight: 600;

        & span:last-child {
            font-size: 12px;
            font-weight: 400;
            position: relative;
            top: -3px;
        }
    }
}

.document-view-modal .modal-body img {
    max-width: calc(100% - 10px);
    margin: 5px;
    width: auto;
}

.dc-view-modal .modal-header {
    padding-block: 0.5rem;
    align-items: center;
}

.previous-document {
    position: fixed;
    left: 15%;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 45%;
    font-size: 20px;
}

.next-document {
    position: fixed;
    right: 15%;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 45%;
    font-size: 20px;
}

.previous-document i:before,
.next-document i:before {
    margin: 0;
}

.font-33 {
    font-size: 33px !important;
}

.text-hover:hover {
    background-color: #485e90 !important;
}

.badge-active {
    position: absolute;
    margin-top: 25px;
    color: #10B759 !important;
    width: 10px;
    height: 10px;
    background: #10B759;
    display: inline-block;
    border-radius: 10px;
}

.icon-image {
    padding: 0.25rem;
    background-color: #2e80f5;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
}

.watermark {
    background-image: url('../images/watermark.png');
    background-size: 58%;
    background-repeat: no-repeat;
    background-position: center;
}


fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    min-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    padding-left: 10px !important;
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    max-width: 65%;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}

.bootbox .modal-content {
    border: 1px solid #989b9e !important;
}

.input-group-1 {
    border-radius: .3rem;
    background-color: #ffffff;
    border-right: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 0px;
}

.date-clear-icon {
    position: absolute;
    cursor: pointer;
    padding: 3px;
}

.date-clear-icon:hover {
    background: #e8e6e6;
    border-radius: 25px;
}


.imgavatar {
    min-height: 30px;
    min-width: 30px;
}

@media(max-width:1200px) {
    .dpNone1 {
        display: none;
    }

    .bgcolored {
        background: #264e23;
        opacity: .5;
        padding: 0 6px;
    }
}

@media(max-width:992px) {
    .dInlineFlex {
        display: inline-flex;
    }

    .dpNone {
        display: none;
    }
}

.blinking-dot {
    background-color: #1784ea;
}

.dot-container:hover .blinking-dot {
    background-color: #70b2f1;
}

.table-row-secondary {
    background-color: #f2f6f8;
}

.btn-outline-primary:focus,
.slot:focus {
    outline: 1px solid #0a67eb;
    background-color: #3283f6;
    color: white;
}

.rowFocus:focus {
    outline: 1px solid #0a67eb;
    background-color: #e7e8e9;
}

.barcode>svg {
    width: 100% !important;
}

.modal-xxl {
    max-width: 88% !important;
}

.scrollableForm {
    overflow: auto;
    padding-bottom: 1.5rem;
    height: calc(100vh - 240px);
    min-height: 393px;
    border-bottom: 0px;
}

.footerSection {
    background: #bfd9ff;
    padding: 3px 4px;
    font-size: clamp(15px, 2.6vmin, 1rem);
    align-items: center;
}

.footerSection button {
    border-radius: 0.25rem;
    padding: 0.4rem 1rem;
}

.reset-btn {
    color: #212529;
    background-color: #ffe390;
    border-color: #ffc107;
}

.reset-btn:hover {
    background-color: #fdda75;
}

.text-dark-primary {
    color: #0049b0 !important;
}

.scrollableFormWithSidebar {
    overflow: auto;
    padding-bottom: 1.5rem;
    height: calc(100vh - 219px);
    min-height: 399px;
}

.margin-left-300 {
    margin-left: 300px;
}

#dvContent {
    height: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}

.w-250px {
    width: 250px;
}

.w-150px {
    width: 150px;
}

.w-100px {
    width: 100px;
}

.w-50px {
    width: 50px;
}

.w-10px {
    width: 10px;
}

.min-height-80 {
    min-height: 80%;
}

.height-185px {
    height: 185px;
}

.print-banner-height {
    height: 150px;
}

.height-80 {
    height: 80%;
}

.w-16p {
    width: 16px;
}

.text-transform-none {
    text-transform: none;
}

.dull-primary {
    background-color: #63a3ff;
    color: white;
}

.availableHeight {
    height: -webkit-fill-available;
}

.pl-2px {
    padding-left: 2px;
}

.menu {
    padding: 13px;
    height: 39px;
}

.menu:hover {
    background-color: #dadce0;
    padding: 13px;
    border-radius: 50%
}

.menu>div {
    width: 16px;
    opacity: 1;
    height: 2px;
    background-color: #5f6368;
    margin-bottom: 3px;
}

.scrollableForm1 {
    overflow: auto;
    padding-bottom: 1.5rem;
    height: calc(100vh - 260px);
    min-height: 393px;
    border-bottom: 0px;
}

.calanderAlignment {
    right: 10px;
    left: 10px;
    top: 65px;
    bottom: 53px;
}
.calander_Alignment {
    right: 10px;
    left: 10px;
    top: 0px;
    bottom: 53px;
}
.providerCalander {
    right: 10px;
    left: 10px;
    top: 65px;
    bottom: 53px;
}

.ScanCalander {
    right: 10px;
    left: 10px;
    top: 0px;
    bottom: 53px;
}

@media(max-width:992px) {
    .calanderAlignment {
        left: 10px;
    }

    .providerCalander {
        left: calc(303px - 70px);
    }

    .ScanCalander {
        left: 10px;
    }
}

.arrow {
    color: #5f6368;
    fill: #3c4043;
    opacity: 1;
    white-space: nowrap;
    font-size: 2.5vmin;
    font-weight: 500;
    align-items: center;
}

.today {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: .25px;
    text-transform: none;
    opacity: 1;
    color: #5f6368;
    background-color: white;
    border: 1px solid #dadce0;
}

.today:hover {
    background-color: #dadce0;
}

.arrow {
    color: #5f6368;
    fill: #3c4043;
    opacity: 1;
    white-space: nowrap;
    font-size: 2.5vmin;
    font-weight: 500;
    align-items: center;
    cursor: pointer;
}

.prev1,
.prev {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.next1,
.next {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.prev1:hover {
    background-color: #dadce0;
    border-radius: 50%;
    opacity: 1;
}

.next1:hover {
    background-color: #dadce0;
    border-radius: 50%;
    opacity: 1;
}

.prev:hover {
    background-color: #dadce0;
    border-radius: 50%;
    opacity: 1;
}

.next:hover {
    background-color: #dadce0;
    border-radius: 50%;
    opacity: 1;
}

.commentPosition {
    left: -13px;
    top: -19px;
}

@media all and (max-width:992px) {
    .responsiveNav {
        position: absolute;
        z-index: 2;
        top: 43px;
        padding-bottom: 26px;
        border-right: 1px solid #e5e8eb !important;
    }
}

#grad1 {
    height: 13px;
    width: 20px;
    background-color: red;
    /* For browsers that do not support gradients */
    background-image: conic-gradient(pink 20deg, red 90deg, yellow 180deg, green 225deg, blue 260deg, pink 360deg);
}

#grad1:hover {
    background-color: red;
    rotate: -360deg;
    transition-duration: 1s;
    cursor: pointer;
}

.closeBtn:hover {
    opacity: 0.3;
}

.flex-container {
    display: flex;
    background-color: rgb(226, 226, 226);
    height: 100%;
    background-image: url(../images/homeScreen.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.flex-container>.div1 {
    font-size: 30px;
    flex-grow: 4;
}

.flex-container>.div2 {
    background-image: linear-gradient(54deg, rgb(255 255 255 / 60%) 17%, rgb(255, 255, 255, 0.6) 57%);
    flex-grow: 1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (max-width:992px) {
    .flex-container>.div1 {
        display: none;
    }

    .flex-container>.div2 {
        background-color: #f1f1f1;
        flex-grow: 1;
    }
}


#backgroundOfwaterMark {
    position: fixed;
    opacity: 0.3;
    -webkit-transform: rotate(-23deg);
    -moz-transform: rotate(-23deg);
    -ms-transform: rotate(-23deg);
    -o-transform: rotate(-23deg);
    position: absolute;
    font-size: 39px;
    left: 30%;
    white-space: nowrap;
}

.backgroundOfwaterMark {
    position: fixed;
    opacity: 0.3;
    -webkit-transform: rotate(65deg);
    -moz-transform: rotate(-65deg);
    -ms-transform: rotate(-65deg);
    -o-transform: rotate(65deg);
    position: absolute;
    font-size: 49px;
    left: 30%;
    white-space: nowrap;
}

#dataContainer {
    z-index: 1;
}

#bg-textOfwaterMark {
    color: lightgrey;
    font-size: 82px;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.modal-dialog-scrollable {
    max-height: none !important;
}
.label {
    width: 140px; /* Adjust width as needed */
    font-weight: 600;
    display: inline-block;
}
.consutant {
    font-weight: 700;
    display: inline-block;
}

.modal-dialog-scrollable .modal-body {
    min-height: 200px;
    max-height: calc(100vh - 180px);
    overflow-x: hidden;
}

.fs-22 {
    font-size: 22px;
}

.line-height-normal {
    line-height: normal !important;
}

.min-height-70vh {
    min-height: 70vh !important;
}

.filters-title {
    font-size: 14px;
    margin-left: 8px;
}

.package-details-section {
    background: #fff;
    font-size: 13px;
    border: none;
    padding: 0;
    border-radius: 0;
}

.package-details-section.with-border {
    background: #fcfcfc;
    border: 1px solid #dee2e6;
    padding: 0.5rem;
    border-radius: 0.25rem;
}

.package-details-section+.package-details-section {
    margin-top: 0.75rem;
}

.package-details-section th {
    padding: 0.25rem 0rem !important;
}

.package-details-section td {
    padding: 0.25rem 0rem !important;
}

.package-details-section td {
    padding: 0.25rem 0rem !important;
}

.package-details-container {
    background: #fcfcfc;

    padding: 0.5rem 0.75rem;
}

.package-amounts {
    text-align: right;
    font-weight: 600;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 0.25rem;
    font-size: 13px;
}

.h-32px {
    height: 32px !important;
}

.package-amounts tr td,
.table-light-border tr td {
    border-color: #eef0f2 !important;
}

.package-amounts tr td:first-child {
    width: 80%;
}

.table-light-border {
    border-bottom: 1px solid #eef0f2;
}

.with-border .table-light-border {
    border-bottom: none !important;
}

.pre-line {
    white-space: pre-line;
}

.package-module-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 0.25rem;
    font-weight: bold;
    margin-bottom: 0.375rem;
}

.package-details-section.with-border .package-module-title {
    margin-left: 0;
}

.package-amounts td {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
}

i.mdi.mdi-circle {
    font-size: 5px;
    position: relative;
    top: -2.75px;
    margin-right: 0.75rem;
}

.h-32 {
    height: 32px;
}

.filters-box {
    border: 1px solid #dee2e6;
    padding: 0.375rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.filters-box::before,
.filters-box::after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 20px;
    border: 11px solid transparent;
    border-bottom-color: #dddddd;
}

.filters-box::after {
    right: 20px;
    border: 10px solid transparent;
    border-bottom-color: #ffffff;
}

.info-box {
    display: flex;
    flex-flow: column;
}

.info-box .title {
    display: flex;
    font-size: 13px;
}

.info-box .sub-title {
    display: flex;
    font-size: 11px;
    color: #98a6ad;
}

.row-sm {
    margin-left: -6px;
    margin-right: -6px;
}

.row-sm .col {
    padding: 0 6px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
    background-color: #feefc4;
    border-color: #feefc4;
    /*background-color: #3283f6;
    border-color: #3283f6;
    color: #fff;*/
}

.btn-chargable .btn {
    margin: 0;
    padding: 4px;
    font-size: 12px;
    min-width: 50px;
}

.btn-chargable .btn.selected {
    background-color: #3283f6;
    color: #fff;
}


.modal-alert {
    position: relative;
    top: -4px;
    left: -4px;
    margin: -12px;
    margin-bottom: 0px;
    border-radius: 0;
    padding: 5px 16px;
    width: calc(100% + 32px);
    font-size: 13px;
}

.custom-control-label {
    cursor: pointer;
}

.input-group-sm .input-group-text {
    height: calc(1.5em + 0.56rem + 2.5px);
    font-size: 13px;
}

.input-group-sm .input-group-text.ig-append {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -2px;
}

.input-group-sm .input-group-text.ig-prepend {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -2px;
}

.no-package-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 2rem;
}

.no-package-container img {
    max-width: 350px;
}

.flex-child {
    flex: 1;
    margin-left: 4px;
}

.flex-parent {
    display: flex;
}

.info-box-col {
    display: flex;
    flex-flow: column;
    width: 100%;
    align-content: center;
}

.m-top-67px {
    margin-top: -27px;
}

@media(max-width:991px) {
    .m-top-67px {
        margin-top: -92px;
    }
}

@media(max-width:500px) {
    .m-top-67px {
        margin-top: -75px;
    }
}

.card-2 .card {
    margin-bottom: 0;
    font-size: 13px;
}

.card-2 .card-body {
    padding: 0;
}

.card-2 .card-body .table {
    margin: 0;
    font-size: 13px;
}

.card-2 .card-body .table thead tr th {
    border-bottom: 0;
    border-top: 0;
    background-color: #f3f7f9;
    border-right: 1px solid #dee2e6;
}

.card-2 .card-body .table thead tr th:last-child {
    border-right: 0;
}

.card-2 .card-body .table tbody tr td {
    border-right: 1px solid #dee2e6;
}

.card-2 .card-body .table tbody tr td .action-icon {
    font-size: 13px;
}

.card-2 .card-body .table tbody tr td:last-child {
    border-right: 0;
}

.card-2 .card-body .table tbody tr:last-child {
    height: 36px;
    font-weight: 600;
}

.card-2 .card-body .table tbody tr:last-child td:first-child {
    text-align: right;
}

.small-tooltip .tooltip-inner {
    font-size: 13px;
}

.card-2 .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    padding: 0.75rem;
}

.card-2 .card-header a {
    font-size: 12px;
}

.card-2 .card-header .card-title {
    font-size: 15px;
    margin: 0;
    display: flex;
    align-items: center;
    padding-left: 30px;
    position: relative;
}

.card-2 .card-header .card-title span {
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    left: -3px;
    font-size: 14px;
}

.card-2 .card-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #fff;
    border-top: 1px solid #dee2e6;
    padding: 0.475rem 0.75rem;
    font-size: 13px;
    font-weight: 700;
}

.card-2 .card-footer span:first-child {
    margin-right: 0.5rem;
}

.card-2 .card-footer span:last-child {
    min-width: 100px;
    text-align: right;
}

.fixed-bottom {
    background-color: #ffffff;
    padding: 0.75rem;
    padding-left: 2rem;
    position: fixed;
    z-index: 9;
    width: 100%;
    bottom: 0;
    left: 0x;
    border-top: 1px solid #dee2e6;
    box-shadow: 6px 3px 6px 0 #333;
}

.service-order-totals {
    background-color: #ffffff;
    padding: 0.75rem;
    padding-left: 2rem;
    position: fixed;
    z-index: 9;
    width: calc(100% - 290px);
    bottom: 0;
    left: 290px;
    border-top: 1px solid #dee2e6;
    box-shadow: 6px 3px 6px 0 #333;
}

.service-order-totals .module-total {
    display: flex;
    align-items: center;
}

.service-order-totals .module-total span {
    font-size: 14px;
    margin-right: 1rem;
    font-weight: 600;
}

.service-order-totals .module-total p {
    font-size: 16px;
    margin-top: 0.275rem;
    font-weight: 700;
}

.service-order-totals .module-actions {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 4rem;
}

.info-cursor {
    cursor: help;
}

.form-static-control {
    display: block;
    width: 100%;
    min-height: calc(1.5em + 1rem);
    padding: 0.45rem 0.75rem;
    font-size: 13px;
    line-height: 1.5;
    color: #5a5a5a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 0;
    cursor: default;
}

.form-static-control.is-invalid {
    border-color: #f86262 !important;
}


.input-group.is-invalid input,
.input-group.is-invalid .input-group-text {
    border-color: #f86262 !important;
}

.navOpt:hover,
.activeNavOpt {
    background-color: #0073aa;
}

.font-13 .ng-value,
.font-13 .ng-option {
    font-size: 13px;
}

.pro-user-name {
    text-transform: capitalize;
}

.card-bordered {
    border: 1px solid #dee2e6 !important;
}

.h-24px {
    height: 14px;
    overflow: hidden;
    cursor: pointer;
}

.h-24px:hover {
    height: auto;
}

.h-39px {
    height: 36px;
    overflow: hidden;
    cursor: pointer;
}

.h-39px:hover {
    height: auto;
}

.signature-container {
    width: 240px;
    background: #fcfcfc;
    border: 2px dashed #e5e8eb;
    height: 60px;
    border-radius: 0.25rem;
}

.signature-container:not(.no-hover):hover {
    cursor: pointer;
    background: #e5e8eb;
}

.signature-container p {
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}

.signature-container img,
.signature-container.has-image p {
    display: none;
}

.signature-container.has-image img,
.signature-container p {
    display: flex;
}

.inv-info-container {
    font-size: 13px;
    margin-bottom: 1rem;
}

.inv-info-container h4 {
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.inv-info-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inv-info-container ul li {
    display: flex;
    align-items: center;
    grid-gap: 0.5rem;
}

.inv-info-container ul li div:first-child {
    font-size: 12px;
    width: 100px;
}

.info-container {
    border: 1px solid #e5e8eb;
    border-radius: 0.25rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
    line-height: 1.15rem;
    background: #fcfcfc;
    font-size: 13px;
}

.border-top-none {
    border-top: none !important;
}

.inline-price-group {
    position: relative;
    width: 70%;
    display: flex;
    margin-left: 30%;
}

.inline-price-group span {
    position: absolute;
    top: 0.3rem;
    left: 0.65rem;
}

.inline-price-group input {
    padding-left: 1.5rem !important;
    height: 26px !important;
    border-color: #e5e8eb !important;
}

.table-prices {
    border: 1px solid #dee2e6;
}

.table-prices tr {
    height: 35px;
}

.table-prices tr th,
.table-prices tr td {
    border-right: 1px solid #dee2e6;
}

.table-prices tr th:last-child,
.table-prices tr td:last-child {
    border-right: none;
}

.table-prices tr.not-included td,
.table-prices tr.not-included .form-check-label {
    text-decoration: line-through;
    text-decoration-color: #f86262;
    text-decoration-line: line-through;
    background: #f3f7f9;
}

.thead-no-bdr tr th {
    border-top: 0;
    padding-bottom: 0.45rem;
    padding-top: 0.25rem;
}

.thead-no-bdr tr th:first-child {
    padding-left: 0;
}

.thead-no-bdr tr th:last-child {
    padding-right: 0;
}

.ng-select-28px {
    min-width: 200px;
}

.ng-select-28px .ng-select-container {
    min-height: 28px !important;
}

.ng-select-28px .ng-select-container .ng-input {
    top: 0 !important;
}

.bgr {
    border: 1px solid #e5e8eb;
    border-radius: 0.25rem !important;
    background: #fcfcfc !important;
}

.gp-small {
    grid-gap: 0.5rem;
}

.form-fieldset {
    /* border-color: #e5e8eb !important; */
    border-color: #b2d0fc !important;
}

.form-fieldset legend {
    width: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
    left: -0.5rem;
    padding-inline-start: 0.5rem;
    padding-inline-end: 0.5rem;
    padding-right: 0;
    font-size: 13px;
}

.form-fieldset+.form-fieldset {
    margin-top: 1.25rem;
}

.min-width306 {
    min-width: calc(100% - 77%);
}

@media(max-width:720px) {
    .min-width306 {
        min-width: 306px;
    }
}

.roundHover:hover {
    border: 1px solid white;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(min-width:1623px) {
    .headerObIcon {
        display: none;
    }
}


@media print {
    .table-responsive {
        overflow: visible !important;
        max-height: none !important;
    }
}

.rounded {
    border-radius: 50px;
}

.table-no-bdr {
    border: none !important;
}

.radio-inline-group {
    display: flex;
    align-items: center;
    grid-gap: 1.5rem;
}

.nav-tabs-link .nav-link.active,
.nav-tabs-link .nav-item.show .nav-link {
    color: #3283f6 !important;
    border-color: #fff #fff #3283f6 #fff !important;
    border-bottom-width: 2px;
}

.table-no-select {
    user-select: none !important;
}

.table-prices.table-hover tr {
    cursor: pointer;
}

table.tbno-border,
table.table.tbno-border td,
table.table.tbno-border th {
    border: 0;
}
}

.height620px {
    height: calc(100vh - 144px);
}

.stickOntop {
    position: sticky;
    top: 0px;
    z-index: 1;
    background-color: white;
}

.cursor-default {
    cursor: default !important;
}

.width30px {
    width: 30px;
}

.p-3px {
    padding: 3px;
}

.p-5px {
    padding: 5px;
}

.p-2px {
    padding: 2px;
}

.p-1px {
    padding: 1px;
}

.height30px {
    height: 30px;
}

.sidebar-main-menu .dropdown-item:hover,
.dropdown-item:focus {
    border-radius: 10px;
}

.twocolumn-menu-item .dropdown-item {
    width: auto !important;
    padding: 0.375rem 0.4rem;
    margin: 0 0.4rem !important;
    font-size: 1rem;
}

.action-icon-th {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.modal-counselling {
    max-width: 940px;
}

.modal-view-counselling {
    max-width: 1100px;
}

.modify-counselling-patient {
    text-transform: capitalize;
    position: absolute;
    top: -2.5rem;
    z-index: 9;
    right: 3rem;
    display: flex;
    grid-gap: 0.25rem;
}

.z-index650 {
    z-index: 650;
}

.z-index1 {
    z-index: 1;
}

.counselling-package-discounts-container {
    font-size: 13px;
}

.counselling-package-discounts-container-item {
    display: flex;
    gap: 0.75rem;
    align-items: baseline;
    margin-bottom: 0.45rem;
}

.counselling-package-discounts-container-item:last-child {
    margin-bottom: 0;
}

.counselling-package-discounts-container-item span:first-child {
    width: 130px;
    font-size: 12px;
    text-align: right;
}

.counselling-package-discounts-container-discount {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.rotate30 {
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.info-box-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 13px;
    line-height: 24px;
}

.info-box-row .left {
    width: 130px;
    color: #000000;
    font-weight: normal;

}

.info-box-row .right {
    font-weight: 700;
}

.truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mw-62-p {
    width: 200px;
}

.heading-color1 {
    color: #ff3434;
}

.heading-color2 {
    color: #ff5500;
}

.heading-color3 {
    color: #00a300;
}

.heading-color4 {
    color: #0081a0;
}

.heading-colorMaroon {
    color: maroon;
}

.border-bottom-dotted {
    border-bottom: 1px dotted;
}

.border-collapse {
    border-collapse: collapse;
}

.mb-200 {
    margin-bottom: 200px;
}

.my-4px {
    margin: 4px 0;
}

.mt-4px {
    margin: 4px 0 0 0;
}

.h-28px {
    height: 28px;
}

.h-150px {
    height: 150px;
}

.h-200px {
    height: 200px;
}

.table-layout-fixed {
    table-layout: fixed;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.maxheight-185px {
    max-height: 185px;
}

.stick-header {
    z-index: 600;
    top: 65px;
    left: 0px;
    right: 0px;
    position: sticky;
}

.border-top-dotted {
    border-top: 1px dotted black;
}

.letterAndWordSpaceing {
    letter-spacing: -1px;
    word-spacing: 15px;
    font-weight: bold;
    font-family: 'feather';
}

.line-height-3px {
    line-height: 3px;
}

.line-height-1px {
    line-height: 1px;
}

.filter-cont button {
    padding: 2px 10px;
}

.right-0 {
    right: 0px;
}

.top-65 {
    top: 65px;
}

@media print {
    #backgroundOfwaterMark {
        opacity: 0.6;
    }
}

@media print {
    .mt-150ForLogo {
        margin-top: 150px;
    }

    .mt-100ForLogo {
        margin-top: 100px;
    }
}

.vertical-align-bottom {
    vertical-align: bottom;
}

.break-before {
    page-break-before: always;
}

.break-after {
    page-break-after: always;
}

.build-for-birthing {
    margin-top: -4px;
    margin-left: 56px;
    font-size: 1rem;
}

.max-width_25vw {
    max-width: 25vw;
}

.appointmentscroll {
    overflow: auto;
    min-height: calc(100vh - 346px);
}

.fix-modalbodyheight {
    max-height: 80vh;
    overflow: auto;
}

.min-height50vh {
    min-height: 50vh;
}

.white-space-break {
    white-space: normal !important;
}

.min-width17vw {
    min-width: 24vw;
}

.text-yellowShades {
    color: #dfa800 !important;
}

.bg-yellowShades {
    background: rgb(255 246 222 / 25%) !important;
}

.max-height100px {
    max-height: 100px;
}

.max-width100 {
    max-width: 100%;
}


.width-87 {
    width: 90%;
}



/*report design "Put it on any of the parent element of reports"*/
.report {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

.report h3 {
    color: black;
    margin: 3px 0px;
    font-size: clamp(15px, 3vw, 1.6rem);
    font-weight: 800;
}

.report h3 span,
.report h3 p {
    font-size: inherit;
}

.report h4 {
    color: black;
    margin: 3px 0px;
    font-size: clamp(10px, 2.5vw, 20px);
    font-weight: 800;
}

.report h5 {
    color: black;
    font-size: clamp(9px, 2vmin, 16px);
    margin: 3px 0px;
    font-weight: 700;
}

.report th {
    color: black;
    font-size: clamp(9px, 2vmin, 14px);
    padding: 3px 5px;
    font-weight: 750;
}
.w-22px {
    width: 22px;
}

.border-top2px {
    border-top: 2px solid black;
}

.w200-lg {
    width: 0px;
}

.report p {
    color: black !important;
    margin-bottom: 3px;
    font-size: clamp(9px, 2vmin, 14px);
}

.report span.text-danger {
    color: red !important;
}

.report span,
#report li {
    color: black !important;
    margin-bottom: 3px;
    font-size: clamp(9px, 2vmin, 16px);
}

.line-height16 {
    line-height: 16px;
}

@media (min-width:400mm) {
    .line-height16 {
        line-height: normal;
    }
}

.height-100px {
    height: 100px;
}

.height-550px {
    height: 550px;
}

.noprintTd {
    display: none;
}

.noprintTh {
    display: none;
}

@media print {
    .noprintTd {
        display: table-cell;
    }

    .noprintTh {
        display: table-cell;
        font-weight: 700;
    }

    .pt-h-200 {
        height: 200px;
    }
}

.report div {
    color: black;
    font-size: clamp(9px, 2vmin, 14px);
    font-weight: 500;
}

.report td {
    color: black !important;
    font-size: clamp(9px, 2vmin, 14px);
    padding: 3px 5px;
}

.report .borderless-table>thead>tr>th,
.report .borderless-table>tbody>tr>td {
    border: 0 !important;
}

.report th:first-child {
    padding-left: 0px !important;
}

.report td:first-child {
    padding-left: 0px !important;
}

.report td h5 {
    padding-top: 2px !important;
    margin: 0px;
}

.report div>h5:first-child {
    margin-bottom: 5px;
}

.report .border-dark td:first-child {
    padding: 3px !important;
}

.report sub {
    color: black !important;
    font-size: clamp(9px, 2vmin, 16px);
}


.tablePadding th,
.tablePadding td {
    padding-right: 15px;
}


.page-header,
.page-header-space {
    height: 30mm;
}

.page-footer,
.page-footer-space {
    height: 35mm;
}

.page-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
}

.page-header {
    position: absolute;
    top: 0mm;
    left: 0;
    right: 0;
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
}

.dynamin-margin-top {
    margin-top: clamp(4px, 21px, 5vh);
}

.page-header-pdetail,
.page-header-space-pdetail {
    height: 350px;
}

.page-footer-pdetail,
.page-footer-space-pdetail {
    height: 120pt;
}

.height800pt {
    height: 800pt;
}

.page-footer-pdetail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 2.25rem;
    margin-right: 2.25rem;
    border-top: 2px solid black;
}

.footerWithoutBorder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 2.25rem;
    margin-right: 2.25rem;
}

.page-header-pdetail {
    position: absolute;
    top: 0mm;
    left: 0;
    right: 0;
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
}

@media print {
    .page-footer {
        position: fixed;
    }

    .page-header {
        position: fixed;
    }

    .page-footer-pdetail {
        position: fixed;
    }

    .page-header-pdetail {
        position: fixed;
    }

    report thead {
        display: table-header-group;
    }

    report tfoot {
        display: table-footer-group;
    }

    report button {
        display: none;
    }

    report body {
        margin: 0;
    }

    tbody {
        display: table-row-group;
    }


}

.m_title {
    display: inline-block
}

.m_title:first-letter {
    text-transform: uppercase
}

.height130pt {
    height: 120pt;
}

.pr5px {
    padding-right: 5px;
}

.side-section .option {
    max-height: 250px;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.option::-webkit-scrollbar {
    width: 5px;
    background-color: #000;
}

.option::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 0px;
}

@media print {
    .printhide {
        display: none;
    }
}

@media (min-width: 576px) {
    .report {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .w200-sm {
        width: 200px;
    }
}

@media (max-width: 576px) {
    .age-block {
        position: absolute;
        left: 0;
        bottom: 0;
        padding-left: 0px !important;
    }

    .ageTr {
        height: 30px;
    }
}

@media (min-width: 768px) {
    .w176-md {
        width: 176px;
    }
}

@media (min-width: 992px) {
    .w200-lg {
        width: 200px;
    }

    .w300-lg {
        width: 300px;
    }

    .w400-lg {
        width: 400px;
    }

    .w500-lg {
        width: 500px;
    }
}

.templateDropdownCustomHeight .dropdown-menu {
    min-height: 250px;
    max-height: 50vh;
    overflow: auto;
}



@media print {
    .zoom50 {
        zoom: 50%;
    }

    .zoom84 {
        zoom: 84%;
    }
}

.backgroundColor-99ccff {
    background-color: #99ccff;
}

.h-99vh {
    min-height: 99.5vh;
}

.lab-form {
    overflow: auto;
    height: calc(100vh - 121px);
    min-height: 393px;
    border-bottom: 0px;
}

.h-50px {
    height: 50px;
}

.h-83 {
    height: 83%;
}

.h-84 {
    max-height: calc(100vh - 265px);
}

.border-bottom-2px {
    border-bottom: 2px solid #edeff4;
}

.border-bottom2px {
    border-bottom: 2px solid #000000 !important;
}

.border-right-2px {
    border-right: 2px solid #edeff4;
}

.text-overflow-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
}

.scroll-only {
    overflow: auto;
    height: calc(100vh - 360px);
    min-height: 272px;
}

.breakngselect .ng-value-label {
    word-break: break-all;
    white-space: normal;
}

.page-page-break-before-always {
    page-break-before: always;
}

.left30px {
    left: 30px;
}
.bg-dark-print{
    color:#FFFFFF !important;
    background:#363636 !important;
}
.min-width1035px {
    min-width: 1035px;
}
.height-80px{
    height:80px !important;
}
.setScroll1 {
    overflow: auto;
    height: calc(100vh - 286px);
    min-height: 272px;
}

.setScroll2 {
    overflow: auto;
    height: calc(100vh - 244px);
    min-height: 272px;
}

.dropdownselVal2 {
    max-height: 85vh;
    min-height: 85vh;
    overflow-y: auto;
}

.grid-design {
    overflow: auto;
    width: 85vw;
}

.grid-design div {
    margin: 0px !important;
}

.grid-design .col-12 {
    padding: 0 !important;
}

.grid-design textarea {
    height: 45px;
}

.grid-design table thead th {
    padding: 5px 10px;
    vertical-align: middle !important;
}

.grid-design table tbody td {
    padding: 5px 10px;
    vertical-align: middle !important;
}

.text-color-darkblue {
    color: #0303FF !important;
}

.hide {
    display: none;
}

.min-width-250-px {
    min-width: 250px;
}

.h-60px {
    height: 60px;
}

.h-80px {
    height: 80px;
}

.h-40px {
    height: 40px;
}

.opacity50 {
    opacity: .5;
}

.medication-width {
    max-width: calc(100vw - 400px);
}

.min-width350px {
    min-width: 350px;
}

.table-layoutforprint {
    table-layout: fixed;
}

.appointment .ng-select.ng-select-single .ng-select-container .ng-value-container,
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
    white-space: normal !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    white-space: normal !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-item {
    white-space: normal !important;
}

.appointmentscroll button.dropdown-item,
.appointmentscroll a.dropdown-item {
    white-space: nowrap !important;
}

.a4barcodeContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.a4barcodeContainer h4 {
    font-size: 12px;
}

.a4barcodeContainer h3 {
    font-size: 15px;
}

.widget-count {
    border-radius: 16px !important;
}

.legend-block {
    border-radius: 50%;
}

.scroll-block {
    width: 260px;
    max-height: 330px;
}

.color000 {
    color: #000000 !important;
}

.border-left2px {
    border-left: 2px solid #000000 !important;
}

.border-right2px {
    border-right: 2px solid #000000 !important;
}


/*replaced from  Index*/
::ng-deep .sec-heading {
    border-bottom: 3px solid #3283f6;
    overflow: hidden;
}

::ng-deep .sec-heading span {
    background-color: #3283f6;
    position: relative;
    padding: 8px 8px 5px 18px;
    display: inline-block;
    color: #fff;
    border: 0;
    margin-bottom: 0px;
    line-height: 15px;
    z-index: 1;
}

::ng-deep .sec-heading span:after {
    background-color: #3283f6;
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    transform: rotate(67deg);
    right: -45%;
    z-index: -1;
    border: 0;
    overflow: hidden;
    top: 0;
}

.sug_list {
    position: absolute;
    background-color: #fff;
    top: 37px;
    right: 13px;
    left: 13px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    max-height: 200px;
    overflow: auto;
}

.sug_list table {
    width: 100%;
    border-collapse: collapse;
}

.sug_list th,
.sug_list td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
}

.sug_list th {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    /* Subtle shadow for sticky header */
}

.sug_list td {
    cursor: pointer;
}

.sug_list tr:hover td {
    background-color: rgba(0, 0, 0, 0.03);
}

.allignCol2 {
    column-count: 2
}

.allignCol3 {
    column-count: 3
}

.allignCol4 {
    column-count: 4
}

#myDIV ul li.active a span {
    width: 150px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

#dyn_Dashboard table {
    table-layout: fixed;
}

/*popover heading*/
.sticky-heading {
    position: sticky;
    top: 0;
    background: #3283f6;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-weight: bold;
    width: 100%;
}

.hidden-content {
    display: none;
}

.popover-box.top:after,
.popover-box.bottom:after,
.popover-box.top:before {
    position: absolute;
    display: block;
    left: 50%;
    border-color: transparent;
    border-style: solid;
    margin-left: -10px;
    content: " ";
    border-width: 10px;
}

.popover-box.top:after {
    bottom: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover-box.top:before {
    bottom: -11px;
    border-top-color: #999;
    border-bottom-width: 0;
}

.popover-box.bottom:after {
    top: -10px;
    border-top-width: 0;
    border-bottom-color: #3283f6;
}

.popover-box {
    background-color: #fff;
    width: 400px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%);
    z-index: 2000;
}

.close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 20px;
}

.popover-body-content {
    padding: 10px;
    max-height: 200px;
    overflow-y: auto;
}

.popover-buttons-group {
    background-color: #f9f9f9;
    padding: 5px;
    text-align: right;
}

.popover-buttons-group button {
    margin-left: 5px;
}



.blue-text {
    color: #9C27B0 !important;
    border-bottom: 2px dotted rgba(255, 0, 0, 0.75) !important
}

.inc_tagInput {
    border-bottom: 2px dotted #3283f6;
    color: blue;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
}

.custom-select-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    pointer-events: none;
}

.in_select {
    border: none;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: underline dotted red 3px;
}


.in_select.hide-border {
    border: 1px solid #000;
    appearance: auto;
    text-decoration: none;
}

.selectedOpt {
    background-color: lightgray
}

.CanvasStyle {
    margin-left: 0px;
    border: 2px dashed;
    background-color: white;
    border-color: green;
    padding: 10PX;
}

.container {
    position: relative;
    display: inline-block;
}


.show {
    display: block;
}

.dropdown-menu li {
    padding: 5px;
    list-style: none;
}

.dropdown-menu li:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.dropdown-menu li input[type="checkbox"] {
    margin-right: 5px;
}

.modalDyn {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-dialogDyn {
    margin: 20% auto;
    width: 80%;
    max-width: 500px;
    background-color: #fefefe;
    border: 1px solid #888;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.modal-contentDyn {
    padding: 16px;
}

.modal-headerDyn {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.modal-titleDyn {
    margin: 0;
}

.modal-bodyDyn {
    padding: 10px;
}

.modal-footerDyn {
    padding: 10px;
    border-top: 1px solid #ccc;
    text-align: right;
}

.closeDyn {
    float: right;
    font-size: 28px;
    font-weight: bold;
    color: #888;
    cursor: pointer;
}

.closeDyn:hover,
.closeDyn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}



.dropdown-arrow1 {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) scale(1.9);
    pointer-events: none;
}

.sections-table {
    border-collapse: collapse;
}

.sections-table,
.sections-table th,
.sections-table td {
    border: 2px solid black;
    padding: 8px;
}







.LetterDesign-editor {
    border-collapse: separate;
    box-sizing: content-box;
    border: 1px solid #BBC0CA;
    outline: none;
}




.dottedControlPop {
    display: inline-block;
    min-width: 50px;
    min-height: 20px;
    border-bottom: 2px dotted black;
    line-height: normal;
    vertical-align: text-bottom;
}

.dottedControlPop:focus-visible {
    outline: 2px solid #333;
    border-radius: 2px;
}

::ng-deep .sec-heading {
    border-bottom: 3px solid #3283f6;
    overflow: hidden;
}

::ng-deep .sec-heading span {
    background-color: #3283f6;
    position: relative;
    padding: 8px 8px 5px 18px;
    display: inline-block;
    color: #fff;
    border: 0;
    margin-bottom: 0px;
    line-height: 15px;
    z-index: 1;
}

::ng-deep .sec-heading span:after {
    background-color: #3283f6;
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    transform: rotate(67deg);
    right: -45%;
    z-index: -1;
    border: 0;
    overflow: hidden;
    top: 0;
}


::ng-deep .letterDesign-table table,
::ng-deep .letterDesign-table th,
::ng-deep .letterDesign-table td {
    border: none !important;
    height: 330px;
}


.max-height-680px {
    max-height: 680px !important;
}

.sub-menu-page-height {
    overflow: auto;
    height: calc(100vh - 295px);
    min-height: 272px;
}

.sub-menu-page-height1 {
    overflow: auto;
    height: calc(100vh - 205px);
    min-height: 272px;
}

                  
.w-235px {
    width: 235px !important;
}
.prv_reg_mdl {
    overflow: auto;
}

@media(min-width:1400px) {
    .prv_reg_mdl {
        max-height: calc(100vh - 385px) !important;
    }
}

@media screen and (min-width: 992px) {
    .prv_reg_mdl {
        max-height: calc(100vh - 300px);
    }
}
access_doc .patient-search .dropdown-menu, .pndt_search .dropdown-menu {
    max-height: 250px;
    overflow: auto;
    width: 100%;
}

.pndt_search .dropdown-menu {
    z-index: 1024 !important;
}

.pndt_search .pndt_spinner {
    position: absolute;
    right: 10px;
    top: 10px;
}

.pndt_search input {
    padding-right: 30px !important;
}


.bg_prc {
    background-color: #edfaf7;
}

.borderless-table>thead>tr>th,
.report .borderless-table>tbody>tr>td {
    border: 0 !important;
}

.page-break-inside-auto {
    page-break-inside: auto
}

.border-right1px {
    border-right: 1px solid #000000 !important;
}

.border-left1px {
    border-left: 1px solid #000000 !important;
}

.border-bottom1px {
    border-bottom: 1px solid #000000 !important;
}

.page-break-after-avoid {
    page-break-after: avoid;
}

.max-height-88vh {
    max-height: 88vh;
}

.max-width-100 {
    max-width: 100%;
}

.customWidth350px {
    min-width: 350px !important;
}
.h-100px{
    height:100px !important;
}
.w-180px {
    width: 180px !important;
}

.ml-160px {
    margin-left: 160px !important;
}

.min-width75px {
    min-width: 75px;
}

.max-width100-75px {
    max-width: calc(100% - 75px);
}

@media print {

    .sec_print input[type="text"],
    .sec_print input[type="date"],
    .sec_print input[type="ng-select"],
    .sec_print input[type="time"],
    .sec_print textarea,
    .sec_print select {
        border: 0;
        appearance: none;
    }

    .sec_print .ng-select .ng-select-container {
        border: 0;
        appearance: none;
    }

    .sec_print .sec-heading {
        border-bottom-color: #d5d5d5 !important;
        border-width: 2px !important;
        padding: 8px 0;
    }

    .sec_print .sec-heading span {
        color: #2f2f2f !important;
        padding: 0;
        font-weight: bold;
    }

    .sec_print .sec-heading span::after {
        content: none;
    }
}

.width-75vw-imp>.modal-dialog {
    width: 75vw !important;
    max-width: 75vw !important;
}

.customWidth85px {
    width: 72px !important;
}

.customWidth170px {
    width: 170px !important;
}

.customWidth110px {
    min-width: 106px !important;
}

.customWidth150px {
    min-width: 150px !important;
}

.mt-200px {
    margin-top: 200px !important;
}

.mr-83px {
    margin-right: 83px !important;
}

.fit-image100 {
    width: 100%;
    color: white;
    font-size: 15px;
    font-family: Helvetica;
    list-style: none;
}
.w-30px{
    width:30px !important;
}
.bg_f2f2f2 {
    background: #f2f2f2;
    border: 1px solid #f3f3f3;
}

.timeline-btn {
    top: 30px;
    z-index: 10;
    left: -20px;
}
.retail-scroll-issue {
    position: sticky;
    top: -18px;
    z-index: 1;
}
.w-70px {
    width: 70px !important
}

.w-370px {
    width: 370px !important
}

.page-break-always {
    page-break-after: always
}

.small-caps {
    font-variant-caps: all-small-caps;
}

.icon-m {
    height: 32px !important;
    width: 32px !important;
    color: #44546F !important;
    background: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px !important;
    border: none;
    font-size: 24px !important;
    font-weight: 700;
}

.icon-m:hover {
    background: #C6CFDE !important;
    color: #44546F !important;
}

.icon-success-m {
    height: 32px !important;
    width: 32px !important;
    color: #028901 !important;
    background: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px !important;
    border: none;
    font-size: 24px !important;
    font-weight: 700;
}

.icon-success-m :hover {
    background: #028901 !important;
    color: #FFFFFF !important;
}

.icon-danger-m {
    height: 32px !important;
    width: 32px !important;
    color: #D00D00 !important;
    background: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px !important;
    border: none;
    font-size: 24px !important;
    font-weight: 700;
}
.text_uppercase {
    text-transform: uppercase !important;
}
.icon-danger-m :hover {
    background: #D00D00 !important;
    color: #FFFFFF !important;
}
.bg-C3DCFF {
    background-color: #C3DCFF !important;
}
.row_Hover {
    padding: 5px !important;
    background: #FFFFFF !important;
    color: #000000;
    border-radius: 10px;
}
.row_Hover h5 {
    color: #000000;
}
.row_Hover:hover {
    padding: 5px !important;
    background: #e5f0ff !important;
    color: #000000;
    border-radius: 10px;
}
.dyn_register .modal-dialog {
    max-width: 95% !important;
    margin-left: 88px !important;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
@media(min-width:1400px){
    .dyn_register #datashow .dropdownselVal2 {
        min-height: 83vh !important;
        max-height: 83vh !important;
    }
}
@media(max-width:1400px) {
    .dyn_register #datashow .dropdownselVal2 {
        min-height: 77vh !important;
        max-height: 77vh !important;
    }
}
