﻿::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #a2adb7;
    border-radius: 7px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ffffff;
    background-color: #ffffff;
}

.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;
    }

.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: 1.5rem;
        /*opacity: 0.65;*/
        width: 125px;
    }

    .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;
}

.encounter-menu .dropdown-item {
    font-weight: 300;
    font-size: .9rem;
}



    .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;
    }

        .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 - 303px);
    overflow: auto;
    overflow-x: hidden;
}

.scroll-obsecNotHeading {
    height: calc(100vh - 269px);
    overflow: auto;
    overflow-x: hidden;
}

.scroll-obsec {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 346px);
    min-height: 272px;
}

.scroll-obsecWhenNavigation {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: calc(100vh - 413px);
    min-height: 209px;
}

.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;
    font-size: 0.875rem;
}

.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;
}


.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: 60px;
        background: #e9ecef;
        padding: 5px;
        border-radius: 0.25rem;
        margin-left: 15px;
    }

        .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;
        }

        .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 {
    max-width: 900px;
}

.document-view-modal .modal-body {
    padding: 0;
    min-height: 450px;
}

    .document-view-modal .modal-body img {
        max-width: calc(100% - 10px);
        margin: 5px;
        width: auto;
    }

.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 - 225px);
    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;
}

.height-80 {
    height: 80%;
}

.w-16p {
    width: 16px;
}

.text-transform-none {
    text-transform: none;
}

.dull-primary {
    background-color: #5093f3;
    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;
    }

.calanderAlignment {
    right: 10px;
    left: 10px;
    top: 65px;
    bottom: 53px;
}

.providerCalander {
    right: 10px;
    left: 10px;
    top: 65px;
    bottom: 53px;
}

.ScanCalander {
    right: 10px;
    left: 90px;
    top: 65px;
    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;
    /* z-index: 0;
    background: transparent;
    display: block;
    min-height: 50%;
    min-width: 81%;
    color: yellow;   
    bottom: 29px;*/
    opacity: 0.3;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(0deg);
    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;
}

    .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;
    border: 1px solid #e5e8eb;
    border-radius: 0.25rem;
    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;
}

    .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 {
        border-right: 1px solid #dee2e6;
        padding-left: 2rem;
        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;
}

.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;
}

.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;
}

.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;
}

.info-box-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 13px;
    line-height: 24px;
}

    .info-box-row .left {
        width: 130px;
        color: #5a5a5a;
    }

    .info-box-row .right {
        font-weight: 600;
    }

.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;
}

.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;
}

.max-width_25vw {
    max-width: 25vw;
}
/*report design "Put it on any of the parent element of reports"*/
/*.report{
    max-width:300mm;
    margin:auto;
    padding-bottom:10px;
    position:relative;
}*/
.report h3 {
    color: black;
    margin: 3px 0px;
    font-size: clamp(15px, 3vw, 1.6rem);
    font-weight: 700;
}

    .report h3 span, .report h3 p {
        font-size: inherit;
    }

.report h4 {
    color: black;
    margin: 3px 0px;
    font-size: clamp(10px, 2.6vw, 20px);
    font-weight: 700;
}

.report h5 {
    color: black;
    font-size: clamp(9px, 2vmin, 18px);
    margin: 3px 0px;
    font-weight: 600;
}

.report th {
    color: black;
    font-size: clamp(9px, 2vmin, 18px);
    padding: 3px;
    font-weight: 700;
}

.border-top2px {
    border-top: 2px solid black;
}
border-bottom2px {
    border-bottom: 2px solid black;
}
border-left2px {
    border-left: 2px solid black;
}




border-right2px {
    border-right: 2px solid black;
}



.report p {
    color: black !important;
    margin-bottom: 3px;
    font-size: clamp(9px, 2vmin, 18px);
    font-weight: 550;
}

.report span, #report li {
    color: black !important;
    margin-bottom: 3px;
    font-size: clamp(9px, 2vmin, 18px);
    font-weight: 550;
}

.height-100px {
    height: 100px;
}

.report div {
    color: black !important;
    font-size: clamp(9px, 2vmin, 18px);
    font-weight: 550;
}

.report td {
    color: black !important;
    font-size: clamp(9px, 2vmin, 18px);
    font-weight: 550;
    padding: 3px;
}

    .report td:first-child {
        padding-left: 0px !important;
    }

    .report td h5 {
        margin: 0px !important;
    }

.report .border-dark td:first-child {
    padding: 3px !important;
}

.report sub {
    color: black !important;
    font-size: clamp(9px, 2vmin, 18px);
    font-weight: 500 !important;
}

.report table tr:first-child {
    padding: 0px;
}

.report tableBorder tr:first-child {
    padding: 0.375rem;
}


.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;
}

@media print {
    .page-footer {
        position: fixed;
    }

    .page-header {
        position: fixed;
    }

    report thead {
        display: table-header-group;
    }

    report tfoot {
        display: table-footer-group;
    }

    report button {
        display: none;
    }

    report body {
        margin: 0;
    }
}
.height-50px{
    height:50px;
}
.min-height-800px {
   min-height:800px;
}
.max-height-600px {
    max-height: 800px;
}
@media print {
    .printhide {
        display: none;
    }
}

.max-height400px{
    max-height:400px;
}

.table-bordered1 th, .table-bordered1 td {
    border: 1px solid #dee2e6;
}