.highcharts-credits {
    display: none;
}

.meInfo a {
    color: #1e262c !important;
}

#routineProgress {
    border: solid 2px white;
    text-align: center;
    border-radius: 75px;
    padding: 26px;
    font-size: 20px;
    color: #3796ab;
    box-shadow: 0px 1px 10px 1px #3796ab;
}

.meBoxInfoNew .newsBoxNameBg {
    display: block;
}

.graphInfo {
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
    background: white;
    margin-bottom: 20px;
}

.meBoxInfoNew.activitiesBlue:before {
    content: "";
    background: rgb(24, 166, 186);
    background: linear-gradient(90deg, #9C64DC 0%, rgba(67, 103, 186, 0.24) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.meBoxInfoNew.activitiesOrg:before {
    content: "";
    background: rgb(24, 166, 186);
    background: linear-gradient(90deg, #EE870C 0%, rgba(228, 155, 59, 0.14898459383753504) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.meBoxInfoNew.activitiesGreen:before {
    content: "";
    background: rgb(24, 166, 186);
    background: linear-gradient(90deg, rgba(24, 166, 186, 1) 0%, rgba(24, 166, 186, 0.26) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.newsBoxInfoNew.activitiesBlue:before {
    content: "";
    background: rgb(24, 166, 186);
    background: linear-gradient(90deg, #9C64DC 0%, rgba(67, 103, 186, 0.24) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.newsBoxInfoNew.activitiesOrg:before {
    content: "";
    background: rgb(24, 166, 186);
    background: linear-gradient(90deg, #EE870C 0%, rgba(228, 155, 59, 0.14898459383753504) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.newsBoxInfoNew.activitiesGreen:before {
    content: "";
    background: rgb(24, 166, 186);
    background: linear-gradient(90deg, rgba(24, 166, 186, 1) 0%, rgba(24, 166, 186, 0.26) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.activitiesList .card.activitiesBg.activitiesGreen2:before {
    content: "";
    background: rgb(24, 166, 186);
    background: linear-gradient(90deg, rgb(26 171 131) 0%, rgb(17 193 84 / 24%) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

/* Mobile Devices */
@media (max-width: 480px) {
    .graphcol {
        width: 100%;
    }
}

/* Low resolution Tablets and iPads */
@media (min-width: 481px) and (max-width: 767px) {
    .graphcol {
        width: 100%;
    }
}

/* Tablets iPads (Portrait) */
@media (min-width: 768px) and (max-width: 1024px) {
    .graphcol {
        width: 100%;
    }
}

/* Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {
    .graphcol {
        width: 33.33333333%;
    }
}

/* Big boi Monitors */
@media (min-width: 1281px) {
    .graphcol {
        width: 33.33333333%;
    }
}

.meBoxInfoNew .newsBoxNameBg {
    padding-left: 20px;
    color: #fff;
}

.perform .navTabCenter .nav-item .nav-link {
    border: 2px solid #009FB5;
    color: #009FB5;
}

.perform .navTabCenter .nav-item .nav-link:hover {
    background: #009FB5;
    color: #fff;
}

.perform .navTabCenter .nav-item .nav-link.active {
    background: #009FB5;
    color: #fff;
}

.perform .refreshBtn span {
    background: #009FB5;
}

.addRoutingDate {
    color: #515C63;
}

.addRoutingTitle {
    color: #1D262C;
    margin-top: 8px;
}

.bodyAreafront a {
    color: black;
}

.bodyAreaBack a {
    color: black;
}

.search_keyword_blue {
    padding-right: 25px;
    background: url("./../img/search_blue.png") no-repeat right;
    background-size: 25px;
}

.search_keyword_org {
    padding-right: 25px;
    background: url("./../img/search_org.png") no-repeat right;
    background-size: 25px;
}

.web-app-overlay,
.web-app-dynamic-overlay {
    /*background: rgba(255,255,255,0.8) url('https://trigostaging.reconnectintech.com/images/loader.png') center no-repeat;*/
    background: rgba(255, 255, 255, 0.8);
}

.web-app-overlay,
.web-app-dynamic-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.activitiesList .card.activitiesBg.activitiesOrg .conditionText::after {
    height: 0px !important;
}

.activitiesList .card.activitiesBg.activitiesRed .conditionText::after {
    height: 0px !important;
}

.activitiesList .card.activitiesBg.activitiesBlue .conditionText::after {
    height: 0px !important;
}

.activitiesList .card.activitiesBg.activitiesGreen .conditionText::after {
    height: 0px !important;
}

.activitiesList .activitieslevel {
    display: block !important;
}

.activitiesList .card.activitiesBg {
    min-height: auto !important;
}

@media (min-width: 1001px) and (max-width: 1263px) {
    .activitiesList .card.activitiesBg {
        max-height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .activitiesList .card.activitiesBg {
        max-height: 186px;
    }
}

.favIcon {
    position: absolute;
    right: 18px;
    top: 0%;
    font-size: 32px;
    cursor: pointer;
}

.btn.btn-default {
    box-sizing: border-box;
    border: 2px solid #0796ae;
    border-radius: 8px;
    background-color: #fff;
    color: #0796ae;
    font-weight: 600;
    min-width: 100px;
    height: 40px;
    font-size: 15px;
    line-height: 25px;
}

.modalbtn.btn.btn-primary {
    border: 0px solid #009FB5;
    background: #009FB5;
    border-radius: 8px;
    min-width: 100px;
    min-height: 40px;
    font-weight: 700;
    line-height: 25px;
}

.activitiesBg h5.card-title {
    color: #fff;
}

.activitiesBg .card-text {
    color: #fff;
}

.activitieslevel ul li {
    color: #fff;
}

.perform-search input[type="search"]::-webkit-search-cancel-button {
    appearance: none;
    /* Reset default appearance */
    background-color: #009FB5;
    /* Background color of the icon */
    height: 20px;
    width: 20px;
    mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M18 6L6 18M6 6l12 12" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') center/contain no-repeat;
    -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M18 6L6 18M6 6l12 12" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') center/contain no-repeat;
}

.rehab-search input[type="search"]::-webkit-search-cancel-button {
    appearance: none;
    /* Reset default appearance */
    background-color: #ff611a;
    /* Background color of the icon */
    height: 20px;
    width: 20px;
    mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M18 6L6 18M6 6l12 12" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') center/contain no-repeat;
    -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M18 6L6 18M6 6l12 12" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') center/contain no-repeat;
}

.web-app-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999
}

body.loading .web-app-overlay {
    background: rgba(255, 255, 255, .5);
    z-index: 9999;
    display: block
}

a[disabled] {
    pointer-events: none;
    opacity: .3
}

.cssload-container {
    position: fixed;
    z-index: 4;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 116px;
    height: 50px;
    list-style: none;
    top: 47%;
    bottom: 0
}

.cssload-loader {
    z-index: 3;
    margin: -29px auto 0;
    left: 0;
    right: 0;
    top: 50%;
    width: 110px;
    height: 58px;
    list-style: none;
    padding: 0
}

ul.cssload-loader li {
    background-color: #2395a9;
    width: 10px;
    height: 10px;
    float: right;
    margin-right: 5px !important
}

.cssload-loader li:first-child {
    animation: 1.15s cubic-bezier(.645, .045, .355, 1) infinite cssload-loadbars;
    -o-animation: 1.15s cubic-bezier(.645, .045, .355, 1) infinite cssload-loadbars;
    -ms-animation: cssload-loadbars 1.15s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s;
    -webkit-animation: 1.15s cubic-bezier(.645, .045, .355, 1) infinite cssload-loadbars;
    -moz-animation: 1.15s cubic-bezier(.645, .045, .355, 1) infinite cssload-loadbars
}

.cssload-loader li:nth-child(2) {
    animation: 1.15s ease-in-out -.23s infinite cssload-loadbars;
    -o-animation: 1.15s ease-in-out -.23s infinite cssload-loadbars;
    -ms-animation: cssload-loadbars 1.15s ease-in-out infinite -0.23s;
    -webkit-animation: 1.15s ease-in-out -.23s infinite cssload-loadbars;
    -moz-animation: 1.15s ease-in-out -.23s infinite cssload-loadbars
}

.cssload-loader li:nth-child(3) {
    animation: 1.15s ease-in-out -.46s infinite cssload-loadbars;
    -o-animation: 1.15s ease-in-out -.46s infinite cssload-loadbars;
    -ms-animation: cssload-loadbars 1.15s ease-in-out infinite -0.46s;
    -webkit-animation: 1.15s ease-in-out -.46s infinite cssload-loadbars;
    -moz-animation: 1.15s ease-in-out -.46s infinite cssload-loadbars
}

.cssload-loader li:nth-child(4) {
    animation: 1.15s ease-in-out -.69s infinite cssload-loadbars;
    -o-animation: 1.15s ease-in-out -.69s infinite cssload-loadbars;
    -ms-animation: cssload-loadbars 1.15s ease-in-out infinite -0.69s;
    -webkit-animation: 1.15s ease-in-out -.69s infinite cssload-loadbars;
    -moz-animation: 1.15s ease-in-out -.69s infinite cssload-loadbars
}

.cssload-loader li:nth-child(5) {
    animation: 1.15s ease-in-out -.92s infinite cssload-loadbars;
    -o-animation: 1.15s ease-in-out -.92s infinite cssload-loadbars;
    -ms-animation: cssload-loadbars 1.15s ease-in-out infinite -0.92s;
    -webkit-animation: 1.15s ease-in-out -.92s infinite cssload-loadbars;
    -moz-animation: 1.15s ease-in-out -.92s infinite cssload-loadbars
}

.cssload-loader li:nth-child(6) {
    animation: 1.15s ease-in-out -1.15s infinite cssload-loadbars;
    -o-animation: 1.15s ease-in-out -1.15s infinite cssload-loadbars;
    -ms-animation: cssload-loadbars 1.15s ease-in-out infinite -1.15s;
    -webkit-animation: 1.15s ease-in-out -1.15s infinite cssload-loadbars;
    -moz-animation: 1.15s ease-in-out -1.15s infinite cssload-loadbars
}

@keyframes cssload-loadbars {

    0%,
    100% {
        height: 10px;
        margin-top: 24px
    }

    50% {
        height: 49px;
        margin-top: 0
    }
}

@-o-keyframes cssload-loadbars {

    0%,
    100% {
        height: 10px;
        margin-top: 24px
    }

    50% {
        height: 49px;
        margin-top: 0
    }
}

@-ms-keyframes cssload-loadbars {

    0%,
    100% {
        height: 10px;
        margin-top: 24px
    }

    50% {
        height: 49px;
        margin-top: 0
    }
}

@-webkit-keyframes cssload-loadbars {

    0%,
    100% {
        height: 10px;
        margin-top: 24px
    }

    50% {
        height: 49px;
        margin-top: 0
    }
}

@-moz-keyframes cssload-loadbars {

    0%,
    100% {
        height: 10px;
        margin-top: 24px
    }

    50% {
        height: 49px;
        margin-top: 0
    }
}

.bodyAreafront .bodyDot {
    position: absolute;
    width: 14px !important;
}

.bodyAreaBack .bodyDot {
    position: absolute;
    width: 14px !important;
}

.newsBox .newsBoxNameBg {
    background: none !important;
}

.navTabTop.nav-fill .nav-item .nav-link.active {
    border-bottom: 5px solid #009FB5;
}

.accordionWhitBg .accordion-item .accordion-collapse {
    border-radius: 10px 10px 10px 10px !important;
    margin-top: 15px !important;
}

.Card1Clr:before {
    content: "";
    background: rgb(24, 166, 186);
    background: linear-gradient(90deg, #38D1CB 0%, #38d1cb26 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.Card2Clr:before {
    content: "";
    background: rgb(24, 166, 186);
    background: linear-gradient(90deg, #0342D7 0%, #0342d724 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.Card3Clr:before {
    content: "";
    background: rgb(24, 166, 186);
    background: linear-gradient(90deg, #FF4500 0%, #ff45002e 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.Card5Clr:before {
    content: "";
    background: rgb(24, 166, 186);
    background: linear-gradient(90deg, #009FB5 0%, #009fb538 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.Card7Clr:before {
    content: "";
    background: rgb(24, 166, 186);
    background: linear-gradient(90deg, #0342D7 0%, #0342d730 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.CognitionClr:before {
    content: "";
    background: #10BA98;
    background: linear-gradient(90deg, #10ba98d4 0%, #10ba9866 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.CognitionClr span.codiBtn {
    background: #10BA98;
    color: #fff;
    border-radius: 7px;
    padding: 2px 10px 4px;
    line-height: normal;
}

.ConditioningClr:before {
    content: "";
    background: #EE870C;
    background: linear-gradient(90deg, #ee870ca8 0%, #ee870c63 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.ConditioningClr span.codiBtn {
    background: #EE870C;
    color: #fff;
    border-radius: 7px;
    padding: 2px 10px 4px;
    line-height: normal;
}

.ConnectionClr:before {
    content: "";
    background: #9C64DC;
    background: linear-gradient(90deg, #9c64dcc9 0%, #9c64dc91 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.ConnectionClr span.codiBtn {
    background: #9C64DC;
    color: #fff;
    border-radius: 7px;
    padding: 4px 20px 4px;
    line-height: normal;
}

.removeBox:hover {
    color: #f69292;
}

.downloadBtn {
    background-color: #009FB5 !important;
    border-radius: 8px;
    min-height: 25px;
    font-weight: 700 !important;
    min-width: 110px;
    margin-top: 5px;
    padding: 5px 15px;
}

.addRoutineBtnProgress {
    position: sticky;
    top: 0;
    color: #39262c;
    font-size: 18px;
    text-align: center;
    z-index: 1;
    background: #c3dee4;
    padding: 20px;
    right: 6px;
    bottom: 0px;
}

.flatpickr-input {
    display: none;
}

.flatpickr-calendar {
    width: 100% !important;
}

.flatpickr-calendar.inline {
    top: 0 !important;
}

.flatpickr-months {
    background: #3796ab;
}

.flatpickr-current-month {
    padding: 2.48px 0 0 0 !important;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgb(57 57 57 / 26%) !important;
}

.flatpickr-weekdays {
    height: 40px !important;
}

.flatpickr-innerContainer {
    display: block !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #4497ad !important;
}

.flatpickr-innerContainer {
    background: #c0dee3;
}

.flatpickr-current-month {
    color: rgb(255 255 255) !important;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    color: rgb(255 255 255) !important;
}

.outlinebtn {
    border: 2px solid #0796ae;
    border-radius: 8px;
    background-color: #fff;
    color: #0796ae;
}


.met_category_selected {
    border: 3px solid #009FB5;
    background: white;
    color: #0796ae;
}

.met_category_selected:focus {
    color: #0796ae;
    background-color: white !important;
    border-color: #009FB5;
}

/* Style for the error message container */
.error-container {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
}

/* Style for invalid input borders */
input.parsley-error,
textarea.parsley-error,
select.parsley-error {
    border: 2px solid #EC0707 !important;
    background-color: #ffeeee;
}

/* Optional: Style for valid input borders */
input.parsley-success,
textarea.parsley-success,
select.parsley-success {
    border: 2px solid green !important;
    background-color: #eaffea;
}

/* Error message inside the input group */
.input-group .error-container {
    margin-top: 0;
    margin-left: 10px;
}

/* Style for inline validation messages */
ul.parsley-errors-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.parsley-errors-list li {
    color: #EC0707;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 400;
}

.delete_assessment {
    color: #fc5555;
    font-size: 21px;
    top: 10px;
    border: none;
    background: no-repeat;
    font-weight: 500;
    text-decoration: underline;
}

.delete_assessment:hover {
    color: #fc5555;
    font-size: 21px;
    top: 10px;
    border: none;
    background: no-repeat;
    font-weight: 500;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .delete_assessment {
        font-size: 17px;
    }

    .delete_assessment:hover {
        font-size: 17px;
    }
}

.lightGreenBox {
    border-radius: 12px;
    background-color: #0796ae26;
    padding: 24px;
    padding: 50px 30px;
    margin: 20px 40px;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    /* float: right; */
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.routingInfoList li {
    color: #1D262C !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background-color: #009FB5;
    border-color: #009FB5;
}

.myroutineInfoBox .circular-chart.yellow .circle {
    stroke: #f3be06;
}

.w-5 {
    width: 5% !important;
}

.alertName {
    color: #1D262C !important;
}

.meVideoPlay {
    margin: 0px auto !important;
    margin-top: 15px !important;
}

.meVideoInfo {
    max-width: 450px !important;
    margin: 10px auto !important;
}


.glassFillImg {
    position: absolute;
    left: -30px;
    right: -40px;
    bottom: -10px;
    z-index: 1;
    width: 280px;
    margin: 0 auto;
    background: #009fb591;
}

.glassFillImg img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.glassBgBrd {
    transform: perspective(100vmin) rotateX(336deg);
    height: 470px;
    position: absolute;
    width: 204px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    clip-path: ellipse(175% 100% at 50% 0%);
}

@media (max-width: 576px) {
    .glassFillImg {
        width: 90px !important;
        left: -40px !important;

    }

    .glassBgBrd {
        height: 220px !important;
        width: 104px !important;
    }
}

@media (max-width: 420px) {

    .glassFillImg {
        width: 90px;
    }
}

.glassImg {
    overflow: hidden;
    height: 484px;
}

.glassFillImg {
    bottom: 0;
}

.glassBgBrd {
    height: 464px;
    width: 194px;
}

@media (min-width: 577px) and (max-width: 610px) {
    .glassBgBrd {
        height: 459px;
    }
}

@media (max-width: 576px) {
    .glassImg {
        overflow: hidden;
        height: 220px;
    }

    .glassBgBrd {
        height: 220px;
        width: 100px;
    }
}

.accordionWhitBg .accordion-item {
    position: relative;
    z-index: 0;
}

#wellDone .modal-content {
    background: url(../img/well_done_bg.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 102%;
    border: 0;
}

input[type="checkbox"]:checked+label:after {
    content: "\2713" !important;
}

@media (max-width: 767px) {
    .footerfixed {
        bottom: 77px;
    }

    .chatIcon {
        bottom: 90px;
    }

    .mobileNavBar {
        z-index: 11;
    }
}

@media (max-width: 573px) {
    .footerfixed {
        bottom: 63px;
    }
}
.trigoBotChatRLi{
    cursor: pointer;
}
#privacy_policy .modal-body,
#terms_of_use .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    padding: 16px 30px 30px;
    overflow-x: hidden;
}

#privacy_policy .routine-pending-box,
#terms_of_use .routine-pending-box {
    margin: 0;
    background: #f4f4f4;
    border: 0;
}

#privacy_policy .routine-pending-box,
#terms_of_use .routine-pending-box
{
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
}


#privacy_policy .modal-header,
#terms_of_use .modal-header {}

@media (min-width: 576px) {
    #privacy_policy .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }

    #terms_of_use .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}

#customers td,
#customers th {
    padding: unset;
}
.bodyAreafront .bodyDot a img {
    margin: 3px 0px 0px 0px;
}
.bodyAreaBack .bodyDot a img {
    margin: 3px 0px 0px 0px;
}
.verificationCode {
    border: 2px solid #009FB5 !important;
}

/* Contact list popup */
.contact-popup {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 10px;
    width: 470px;
    background: white;
    /* border-radius: 10px; */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    z-index: 1;
}
.contact-header {
    background-image: linear-gradient(120deg, #77cddc, #2395a9) !important;
    color: white;
    padding: 8px;
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-header button {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}
.input-group {
    overflow: hidden;
    border: 1px solid #d8d8d8;
    padding: 12px;
}
.input-group input {
    font-size: 13px !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 30px 0px 0px 30px;
}
.contact-list {
    height: 370px;
    overflow-y: auto;
    font-size: 14px;
}
.contact {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    display: flex;
    gap: 7px;
    align-items: anchor-center;
}
.contact div:last-child {
    margin-left: auto;
}
.contact:hover {
    background: #f1f1f1;
}
/* Chat window */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 10px;
    width: 470px;
    background: white;
    /* border-radius: 10px; */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    overflow: hidden;
    z-index: 1;
}
.chat-header {
    background-image: linear-gradient(120deg, #77cddc, #2395a9) !important;
    color: white;
    padding: 8px;
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chat-header button {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}
.chat-body {
    padding: 10px;
    height: 380px;
    overflow-y: auto;
}
.chat-message {
    /* margin-bottom: 10px; */
    padding: 8px;
    border-radius: 15px;
    max-width: 80%;
}
.chat-message-sent {
    border-radius: 15px 15px 0px 15px;
}
.message-sent {
    background-image: linear-gradient(120deg, #77cddc, #2395a9) !important;
    color: white;
    align-self: flex-end;
    /* text-align: right; */
    margin-left: auto;
    word-wrap: break-word;
    border-radius: 20px 3px;
}
.message-received {
    background: #ddd;
    color: #273345;
    align-self: flex-start;
    word-wrap: break-word;
    border-radius: 20px 3px;
}
.chat-footer {
    padding: 10px;
    border-top: 1px solid #ccc;
    display: flex;
    gap: 5px;
    align-items: flex-end;
    background-image: linear-gradient(120deg, #77cddc, #2395a9) !important;
}
.chat-footer textarea {
    flex: 1;
    padding: 10px 16px;
    border: none;
    border-radius: 5px;
    border-radius:22px;
    resize: none;
}
.chat-footer button {
    background: #009FB5;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 5px;
    height: 40px;
    font-size: 20px;
}
.chat-loader{
    padding: 100px 0;
    text-align: center;
    font-size: 22px;
    color: #2da0b7;
}
.chatDateTime{
    font-size: 10px;
    margin-bottom: 10px;
    display: flex;
    font-style: italic;
    color: #747474;
}
.attachment{
    width: 50%;
    word-wrap: break-word;
}
#chat-upload-file {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.pip-container{
    border-top: 1px solid #ccc;
}
.chat-upload {
    background: #009FB5;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 5px;
    height: 40px;
    font-size: 20px;
}
#chatInput:focus-visible,#searchBar:focus-visible{
    outline: none; 
    box-shadow: none;
}
.initials{
    background: #44a0b4;
    color: white;
    padding: 7px;
    width: 37px;
    display: inline-block;
    border: 0px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-right: 10px;
}
.nav{
    flex-wrap: unset;
}
.navTabCenter {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}
.navTabCenter::-webkit-scrollbar {
    display: none;
}
.nav-item {
    flex-shrink: 0; /* Prevents items from shrinking */
}
/* Mobile Devices */
@media (max-width: 480px) {
    .perform .justify-content-center {
        justify-content: left !important;
    }
    .contact-popup {
        width: 370px;
        bottom: 75px;
    }
    .chat-popup {
        width: 370px;
        bottom: 75px;
    }
}
.activitieslevel ul li {
    margin-right: 35px !important;
}
.perform-search{
    display: flex;
    gap: 10px;
}
.rehab-search{
    display: flex;
    gap: 10px;
}
@media (max-width: 600px) {   
    .perform-search{
        display: inline;
        gap: 10px;
    }
    .perform-search button{
        display: inline;
        float: inline-end;
        margin: 8px 0px 8px 8px;
    }
    .rehab-search{
        display: inline;
        gap: 10px;
    }
    .rehab-search button{
        display: inline;
        float: inline-end;
        margin: 8px 0px 8px 8px;
    }
}
.instructionsList ol{
    padding-left: 20px !important;
}
.case_label{
    color: white;
    background: #ff9a04d6;
    border-radius: 6px;
    padding: 2px 15px;
    font-size: 13px;
}