/* body {
  font-family: poppins;
} */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    color: #121926;
    font-family: Inter,sans-serif;
    /* font-size ;*/ /*1rem;*/
    line-height: 1.5;
    font-size: .95em;
    background-color: #f3f4f6 !important;
}

span.fa.fa-fw.fa-eye.field_icon.setting-icon {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 7px;
    margin-left: -33px;
    padding: 16px;
    background-color: #e1e2e5;
    border-radius: 0px 4px 4px 0px;
}

iframe#emailFrame {
    width: 100%;
    height: 900px;
    text-align: center;
}
/* 
@font-face {
    font-family: Lato;
}

.b-example-divider {
    flex-shrink: 0;
    src: url(../font/Lato-Regular.ttf);
}
*/
/* sidebar */

.page-header-crumbs {
    display: flex;
    justify-content: space-between;
 /*   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 11px 13px;*/
    /*align-items: center;*/
    /*margin-top: 19px;*/
}
.Side-icone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;

}

.box {
    width: 35px;
    /* height: 20px; */
    border: 1px solid #ccc;
    padding: 4px 2px;
    text-align: center;
    cursor: pointer;
}

ol.breadcrumb {
    margin: 0;
}


.checkbox-all  {
    width: 20px;
    height: 20px;
}

    .checkbox-all input {
        width: 20px;
        height: 20px;
    }

    .Side-icone .dropdown-toggle::after {
        display: none;
    }

.Side-icone .dropdown-toggle {
    padding: 1px;
}

/*main {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;*/
    /* width: 1.5rem; */
    /*height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}*/

.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

div#offcanvasRight {
    left: auto;
}

.Category {
    padding: 2rem;
}


.sensor .top-bar {
    padding: 0rem 2rem;
    background-color: #fff;
}


.dropdown-toggle {
    outline: 0;
}


.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

    .btn-toggle:hover,
    .btn-toggle:focus {
        color: rgba(0, 0, 0, .85);
        background-color: #d2f4ea;
    }

    .btn-toggle::before {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform .35s ease;
        transform-origin: .5em 50%;
    }

    .btn-toggle[aria-expanded="true"] {
        color: rgba(0, 0, 0, .85);
    }

        .btn-toggle[aria-expanded="true"]::before {
            transform: rotate(90deg);
        }


.scrollarea {
    overflow-y: auto;
}

.fw-semibold {
    font-weight: 600;
}

.lh-tight {
    line-height: 1.25;
}


.bd-placeholder-img {
    /* font-size ;*/ 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        /*font-size: 3.5rem;*/
    }
}


.setting a {
    color: #000;
    text-decoration: none;
}

.link-dark {
    padding: 0.5rem;
}


.short-by {
    border: 1px solid #9b9696;
    padding: 10px 23px;
    border-radius: 8px;
    margin: 0px 5px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #2f77df;
    outline: 0;
    box-shadow: none;
}

.short-by a.dropdown-toggle {
    color: #000;
    /* font-size ;*/ 14px;
}

.short-by .dropdown-menu {
    left: -23px;
    top: 36px;
}


img.profile-img {
    width: 77px;
    object-fit: cover;
    border-radius: 50%;
    height: 77px;
}



.labels span {
    padding: 0px 8px;
    /* font-size ;*/ 14px;
}

a.profile-lables {
    color: #000;
    /* font-size ;*/ 14px;
    padding: 0px 6px;
    text-decoration: none !important;
}


.dashboard-profile {
    padding: 1rem 2rem;
}

    .dashboard-profile h2 {
        margin-top: 1rem;
        margin-left: 1rem;
    }

a.profile-lables svg {
    color: #000;
}

.labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.labes-view {
    display: flex;
    /* flex-direction: column; */
}

.alert-btn button.btn.btn-primary {
    color: #2970ff;
    background: transparent;
    padding: 9px 26px;
    border-color: #84adff;
    border-radius: 9px;
    /* font-size ;*/ 15px;
    font-weight: 500;
    border: 1px solid #3876f1 !important;
}

.btn:focus-visible {
    box-shadow: none;
}

.container.container-login.copyright-text {
    text-align: center;
}



.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    box-shadow: none;
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none;
}



button.btn.btn-primary.background {
    background: #3876f1;
    color: #fff;
}


a {
    color: #00000096;
    text-decoration: none;
}

    a:hover {
        color: #0a58ca;
    }
    




.style {
    width: 100%;
}

    .style.style-1 {
        border-radius: 19px;
        margin-top: 1rem;
        background: #f5f8ff;
        box-shadow: none;
        color: #a4a8b2;
    }

    .style.style-3 {
        border-radius: 19px;
        margin-top: 1rem;
        background: #fff;
        padding: 8px;
        padding-top: 24px;
        box-shadow: 0 24px 34px rgba(0, 0, 0, .2)
    }

    .style.style-2 {
        border: 1px solid #3876f1;
        border-radius: 19px;
        margin-top: 1rem;
        padding-bottom: 25px;
        padding-top: 41px;
    }

.health-sensor {
    text-align: center;
    padding-top: 2rem;
    width: 100%;
    /*  max-width: 394px;*/
    margin-bottom: 2rem;
}

.style p {
    margin-top: 1rem;
}



.task {
    width: 100%;
    aspect-ratio: 4/2;
    text-align: center;
    cursor: pointer;
    background-image: linear-gradient(#0752ee, #1ad5fd);
    border-radius: 20px;
    margin-top: 10px;
    position: relative;
    box-shadow: 0 24px 34px rgba(0, 0, 0, .2);
    color: #fff;
}

p.Sensors-heading {
    margin-top: 1rem;
    /* font-size ;*/ 19px;
    font-weight: 500;
}


span.icons svg {
    height: 64%;
    aspect-ratio: 2 / 1;
    opacity: 0.9;
    color: #fff;
    object-fit: cover;
    padding-top: 1rem;
    margin-top: 1rem;
    width: 100%;
    max-width: 217px;
}

.task h5 {
    margin-top: 2rem;
}


.task.green {
    background-image: linear-gradient(to top, #00ab77, #15e196);
}

.task.purple {
    background-image: linear-gradient(to bottom, #5824db, #b792f6);
}

.task.yellow {
    background-image: linear-gradient(315deg, #f78716, #ffbf00);
}


.task.pink {
    background-image: linear-gradient(#d81fd2, #ff78ed);
}

.task.red {
    background-image: linear-gradient(#e6002a, #ff3c66);
}



.style span svg {
    color: #155eef;
}

.style h5 {
    margin-top: 1rem;
    font-weight: 400;
    /* font-size ;*/ 20px;
}

.Patient-managment svg {
    width: 100%;
    /* height: 5vh; */
    text-align: center;
    max-width: 46px;
    margin-right: 14px;
}

    .Patient-managment svg.iconify.iconify--ic {
        width: 100%;
        color: #00000082;
        max-width: 29px;
    }

span.text-box {
    color: #0000007a;
    text-align: center;
    margin-left: 1rem;
}

.check-option {
    padding: 19px 21px;
    width: 100%;
    border-radius: 7px;
    margin-top: 2rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.Patient-managment.green {
    color: #079253;
}

hr.profile-line {
    background: #475466;
    opacity: 1;
    margin: 0;
}

.Patient-managment.peach {
    color: #f04438;
}

.Patient-managment.blue {
    color: #155eef;
}

.Patient-managment.purple {
    color: #7a5af8;
}

.Patient-managment.yellow {
    color: #f79009;
}

.Patient-managment {
    color: #000;
}

.Resources {
    width: 100%;
    align-items: center;
}

    .Resources h6 {
        margin-left: 1rem;
    }



.more-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}



img.profile-img.pic {
    width: 41px;
    height: 41px;
    margin-right: 8px;
    margin-left: 11px;
}

.icon-view svg {
    width: 100%;
    max-width: 27px;
    margin-right: 16px;
    max-height: 34px;
}

.battery-life svg {
    max-width: 29px;
    width: 100%;
}

.battery-life {
    display: flex;
    align-items: center;
}

    .battery-life p {
        margin-left: 6px;
        /* font-size ;*/ 15px;
    }

.charge-badge svg {
    max-width: 24px;
    width: 100%;
}

.charge-badge span {
    /* font-size ;*/ 12px;
    margin-left: 5px;
}

.charge-badge {
    display: flex;
    border: 1px solid #000;
    border-radius: 42px;
    padding: 0px 6px;
    align-items: center;
}

.kitchen-icon svg {
    max-width: 35px;
    margin-top: -27px;
}

.battery-value {
    display: flex;
    justify-content: space-between;
}

.sensor-categories-view {
    /* flex-wrap: wrap;*/
    /*  max-width: 410px;*/
    width: 100%;
    background-color: #fff;
    border-radius: 13px;
    padding: 1rem;
    margin-top: 1rem;
}

p.text-content {
    /* font-size ;*/ 12px !important;
}

p.alert-msg {
    /* font-size ;*/ 12px !important;
    opacity: 0.6;
    font-family: system-ui;
}

.sensor-categories-view h6 {
    font-family: system-ui;
    /* font-size ;*/ 18px;
}

.checked p {
    opacity: 0.6;
    /* font-size ;*/ 14px;
}

img.grap.card-img {
    max-width: 100%;
}

.checked {
    margin-top: 18px;
}

.sensor-description {
    padding-top: 4rem;
}

img.grap {
    width: 100%;
}

/*.description {
    display: flex;
    flex-wrap: wrap
}*/

.tab-content .table-border {
    border: 1px solid #e0d9d9;
    border-radius: 13px;
    overflow: hidden;
}

/*.cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 0rem;
  padding-bottom: 3rem;
}*/

/*.card {
    background-color: #fff;
    border: 1px solid #e6e9f1;
    border-radius: 12px;
    box-shadow: 0 2px 7px rgba(20, 20, 43, .09);
    width: 100%;
    max-width: 263px;
    padding: 17px;
    text-align: center;
    height: auto;
    margin-top: 2rem;
    margin: auto;
    margin-bottom: 20px;
}*/

.top-text {
    margin-top: -4rem;
}


.card {
    border: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.card-details {
    background: #fff;
    border: 1px solid #aab1c6;
    border-style: dashed;
    border-radius: 13px;
    margin-top: 3rem;
}

.cards span {
    /* font-size ;*/ 14px;
    margin-bottom: 0px;
}

/* patient-Loges */

.tabs.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #5380fd;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #667085;
    font-weight: 500;
}

.tabs.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: auto;
    border-color: #4c7efd;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.tabs.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #3665ba;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.nav-tabs .nav-link {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: #00000078;
    /* font-size ;*/ 16px;
    /* font-family: system-ui;*/
}

.tabs.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #fff !important;
}

.nav-tabs {
    border-bottom: 0px solid;
}

/* li.nav-item {
  padding-left: 3rem;
} */

table.table thead.table-dark {
    background: #2970ff !important;
    --bs-table-bg: #2970ff;
    --bs-table-border-color: #ffffff;
}

.table-dark th {
    padding: 10px 22px !important;
}

.tab-content .table > :not(caption) > * > * {
    padding: 16px 28px;
    /* text-align: center; */
    /* font-size ;*/ 15px;
    font-family: system-ui;
}

.tab-content td {
    color: #7c7981 !important;
    font-weight: 500;
}

td.font-color-view {
    color: #000 !important;
    font-weight: 700;
}

table.table.table-hover.table-sm.details-table {
    /* font-size ;*/ 14px;
    color: #0000007a;
    margin-bottom: 0rem;
}

.table-hover > tbody > tr > :first-child {
    color: #000;
}

.tab-content .table > tbody {
    background-color: #f7f4fa3d;
}

.tab-content {
    margin-top: 2rem;
}

.Category p {
    /* font-size ;*/ 16px;
}

/* .details-table {
  border: 1px solid #7c798147 !important;
  border-radius: 12px !important;
  background-color: #fff;
  overflow: hidden;
} */

button.active-btn {
    color: #009e69;
    background-color: #e8faf1;
    border: 0;
    /* font-size ;*/ 12px;
    border-radius: 20px;
    padding: 4px 11px;
    font-weight: 500;
}

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: #eff4ff;
    color: var(--bs-table-hover-color);
}

/* my task */

.task-heading svg {
    width: 100%;
    max-width: 38px;
    margin-right: 18px;
}

.user-head svg {
    width: 100%;
    max-width: 38px;
    margin-right: 18px;
}

li.mb-1.open.link-dark button {
    padding-left: 96px;
    background-color: transparent;
}

    li.mb-1.open.link-dark button:hover,
    li.mb-1.open.link-dark button:active {
        background-color: transparent !important;
    }

.list-unstyled {
    margin-top: 10px;
    font-family: Inter,sans-serif;
}

.nav svg {
    max-width: 25px;
    width: 100%;
    color: #475466;
    margin-top: -4px;
}

a.link-dark.rounded {
    background-color: transparent;
}
/* 
.navbar-side {
  height: 471px;
  overflow-y: auto;
} */

/* .navbar-side {
  height: 57vh;
  overflow-y: auto;
} */

.list-unstyled li {
    padding: 3px;
}

    .list-unstyled li:hover {
        background-color: #eff4ff;
        border-radius: 9px;
    }

    .list-unstyled li.active {
        padding: 6px;
        margin-bottom: 14px;
        background-color: #eff4ff;
        border-radius: 21px;
    }

/* .list-unstyled li {
  margin-bottom: 10px;
} */

.Search-bar {
    display: flex;
    border: 1px solid #9b9696;
    border-radius: 9px;
    padding: 4px 10px;
    max-width: 250px;
    width: 100%;
    /*  margin-bottom: 21px;*/
}

    .Search-bar input {
        border: 0;
        outline: 0;
        padding: 7px 11px;
    }

    .Search-bar .has-search {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.bottom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 276px;
    background-color: #fff;
}



li.mb-1.open.link-dark button:hover {
    background-color: transparent;
}

.taskname svg {
    width: 100%;
    max-width: 26px;
    color: #344055;
    margin-left: 17px;
}

.fa-chevron-down:before {
    content: "\f078";
    /* font-size ;*/ 14px;
    color: #626d7d;
}

.activity {
    width: 100%;
    /* max-width: 590px;*/
    border: 1px solid #e2e7ee;
    background-color: #fff;
    border-radius: 8px;
    display: block;
    padding: 0px 31px;
  /*  margin-top: 2rem;*/
    padding: 2rem 2rem;
}

.taskname {
    border: 1px solid #eaecf0;
    border-radius: 7px;
    background-color: #fff;
    margin-bottom: 1rem;
    padding: 11px 25px;
    margin-top: 1rem;
}

/*.activity p {
    /* font-size ;*/ 13px;
}*/

/* user-logs */

.table-header .table > :not(caption) > * > * {
    padding: 1.6rem 1rem;
}
/* .table-header .table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: #2125299e;
} */

.table-header caption {
    border-bottom: 1px solid #f4f4f4;
    padding-left: 2.5rem;
    padding-top: 22px;
    color: #000;
}

.pagination-container {
    margin-top: 3rem;
    text-align: center;
}

.pagination {
    position: relative;
}

    .pagination a {
        position: relative;
        display: inline-block;
        color: #2c3e50;
        text-decoration: underline;
        /* font-size ;*/ 18px;
        /* padding: 3px 12px; */
        padding: 5px 19px 10px;
    }

        .pagination a:before {
            z-index: -1;
            position: absolute;
            height: 100%;
            width: 100%;
            content: "";
            top: 0;
            left: 0;
            /* background-color: #2c3e50; */
            border-radius: 24px;
            transform: scale(0);
            transition: all 0.2s;
        }

        .pagination a:hover,
        .pagination a .pagination-active {
            color: #000;
        }

            .pagination a:hover:before,
            .pagination a .pagination-active:before {
                transform: scale(1);
            }

    .pagination .pagination-active {
        color: #000;
    }

        .pagination .pagination-active:before {
            transform: scale(1);
        }

/* .pagination-newer {
  margin-right: 50px;
}
.pagination-older {
  margin-left: 50px;
} */

.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pages-continue svg {
    width: 100%;
    max-width: 20px;
}

.pages-continue button {
    background: #fff;
    border: 1px solid #121926;
    align-items: center;
    padding: 0.4rem 1.25rem;
    border-radius: 7px;
}

.table-header {
    border: 1px solid #f4f4f4;
    border-radius: 9px;
}

.table-header {
    border: 1px solid #f4f4f4;
    border-radius: 9px;
    margin-top: 5rem;
}



.Medications-module .accordion-button {
    /* font-size ;*/ 19px;
    font-weight: 500;
}

.Medications-module .accordion-body p {
    margin-left: 2rem;
}

.Medications-module .accordion-button::after {
    background-image: url("../../images/v3.0/plus-sign.png");
    transform: scale(1.3) !important;
    color: #000;
}

.Medications-module .accordion-button:not(.collapsed)::after {
    background-image: url("../../images/v3.0/minus.png");
}

.Medications-module .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.Medications-module .accordion-item {
    border: none;
    border-bottom: 1px solid #dee2e6;
}

.Medications-module .accordion-header {
    margin-bottom: 6px;
}

.Medications-module div#myAccordion {
    margin-bottom: 6rem;
    background-color: #fff;
}


.Medications-module button.accordion-button {
    padding: 8px 0px;
}

.medication-name {
    margin-top: 2rem;
}

.Medications-module .accordion-item svg {
    width: 100%;
    max-width: 23px;
    color: #155eef;
}

.Medications-module .accordion-item .accordion-button h6 {
    text-align: start;
}

.Medications-module .accordion-item .accordion-button p {
    /* font-size ;*/ 16px;
}


.svg-outline {
    border: 1px solid #155eef;
    border-radius: 0.5rem;
    padding: 9px 8px;
    text-align: center;
    margin-right: 18px;
    margin-top: -10px;
}

.outline-svg svg {
    width: 100%;
    max-width: 40px;
    color: #155eef;
}

.svg-img-medicare svg {
    width: 100%;
    max-width: 38px;
}

.outline-svg {
    border: 1px solid #155eef;
    padding: 5px 5px;
    border-radius: 11px;
}

.icon-options li {
    list-style: none;
    /* font-size ;*/ 14px;
    font-family: Arial
}

.link-tags {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 6px;
    padding-top: 6px;
}

.found-btn button {
    background: #eaecf0;
    border-color: #eaecf0;
    color: #000000a3;
}

    .found-btn button:hover {
        background: #eaecf0;
        border-color: #eaecf0;
        color: #00000082;
    }

    .found-btn button:active {
        background: #eaecf0 !important;
        border-color: #eaecf0 !important;
        color: #00000082 !important;
    }

.text-found {
    margin-top: 1.5rem;
    max-width: 627px;
}
/*
.activity.medicare-activities {
    max-width: 627px;
    padding-bottom: 1rem;
    padding-top: 2rem;
}
*/
/*.dropdown p {
  /* font-size ;*/ 15px;
  margin-top: -8px;
  margin-right: 42px;
}*/

.dropdown p {
    /* font-size ;*/ 15px;
    margin-right: 42px;
    font-weight: 400;
}

img.rounded-circle {
    /* width: 100%;
  max-width: 57px;
  height: 43px;
  margin-top: -17px;*/
    width: 47px;
    height: 47px;
}

.searchbar input[type=text] {
    width: 100%;
    border: 1px solid #0000007a;
    /* font-size ;*/ 14px;
    background-color: white;
    background-image: url(../images/searchicon.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 9px 8px 12px 35px;
    margin-top: 3px;
    border-radius: 8px;
}

.searchbar input[type="text"]:focus-visible {
    outline: #0000007a;
}


.dropdown i.fas.fa-chevron-down {
    /* font-size ;*/ 14px;
}


.top-bar .Search-bar {
    display: flex;
    border: 1px solid #12192663;
    border-radius: 9px;
    padding: 1px 6px;
    max-width: 547px;
    width: 100%;
    /* margin-bottom: 21px;*/
    background: #fff;
}

/*.top-bar .Backbtn {*/
    /* display: flex; */
    /*padding: 0px 77px;
    max-width: 1389px;
    width: 100%;*/
    /* margin-bottom: 21px; */
    background: #fff;
}

.sensor-categories {
    padding-bottom: 1rem;
}

.sensor hr {
    margin-top: 0;
    border-top: 1px solid #000000;
    margin-bottom: 0;
}

.top-bar .Search-bar span.fa.fa-search {
    /* font-size ;*/ 19px;
}

.Category {
    padding: 2rem 2rem;
    background: #f2f4f7;
}

.Category-view {
    padding: 4rem 6rem;
}


.sensor-profile-details svg {
    width: 100%;
    max-width: 30px;
    height: unset;
}

.tak-img svg {
    width: 100%;
    max-width: 33px;
    margin-right: 15px;
    color: #121926;
}


.Category-task-view {
    /*    background: #f8fafc;*/
    /* padding: 2rem 2rem;*/
}

a.view-btn {
    color: #2196F3;
    /* font-size ;*/ 18px;
    font-weight: 600;
}

.image .details p {
    word-break: break-all;
    padding: 0px 10px 0px 0px;
}

.heading-1 h3 {
    /* font-size ;*/ 25px;
    line-height: 1.4;
}

.top-bar h4 {
    font-weight: 600;
    color: #000000a1 !important;
    /* font-size ;*/ 18px;
}

.taskname h5 {
    /* font-size ;*/ 17px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0px;
}

.taskname a.btn.btn-secondary {
    border: 1px solid #3ecc80;
    background-color: #dbfae6;
    color: #09904f;
    border-radius: 1.5rem;
    padding: 4px 15px;
    font-weight: 600;
    /* font-size ;*/ 13px;
}

.patient-logs {
    padding: 3rem 3rem;
}

.nav-tabs .nav-link {
    padding: 9px 9px;
}

.Patient-top-bar h3 {
    font-weight: 700;
    /* font-size ;*/ 24px;
}

.Medications-module {
    padding: 4rem 6rem;
}

.your-medications ul {
    padding-left: 1rem;
}

.text-nowrap {
    white-space: nowrap !important;
    display: flex;
}

.home-Category-view {
    padding: 2rem 4rem;
}

.metrics-reports .link-tags {
    background: #ffff;
    color: #1c8ffc;
    padding: 8px 3px 8px 31px;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 12%);
}

.metrics-reports .report-list {
    width: 693px;
}

/*********************display none properties*************************/
.navbar-fixed-height {
    display: none;
}

.tile-container {
    display: none;
}

.navbar.navbar-default.Pagefooter {
    display: none;
}

.content-edit-learning {
    display: none !important;
}

.patient-log-old {
    display: none;
}

/*.metrics-reports {
    display: none;
}*/

.mainatince {
    display: none;
}

.Portal-Logs {
    padding: 0.5rem 3rem;
    /* background: #f3f4f6;*/
    font-family: 'Inter,sans-serif' !important;
}

.top-bar h5 {
    /* font-size ;*/ 1.5rem;
    font-weight: 600;
    line-height: 1.4;
}

.tak-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.simplebar-content {
    padding: 0px 4px !important;
}

.button-flex-set-patient-view {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    gap: 12px
}

.tak-img {
    margin-top: 16px;
    margin-bottom: 2rem;
}

.sensor-top-profile {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 11px 5px;
}

.sensor-profile-details-view {
    display: flex;
    /*  justify-content: flex-end;*/
    align-items: center;
}

.heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.error_form {
    color: red;
   
}

.top-bar.main-topbar {
    padding: 2px 8px 0px 8px;
    border-bottom: 1px solid #48484824;
    background-color: #ffff;
}

.top-navbar {
    position: relative;
    top: 58px;
}

section.home-section {
    margin-top: 4rem;
}

.form-group.Profile-Description textarea#txtProfileDescription {
    height: 127px;
    padding: 18px 19px;
}


/*******************************Pagination*****************************/
.pagination-table th, td {
    padding: 28px 15px;
    font-family: sans-serif;
    /* font-size ;*/ 1rem;
    color: #121926c7 !important;
}

caption {
    padding: 0px 16px;
    text-align: start;
}

.pagination-table {
    border: 1px solid #00000008;
    padding-top: 14px;
    margin-top: 3rem;
}

.pagination a.btn.btn-outline-secondary {
    padding: 9px 23px;
}
/* GRID */
.twelve {
    width: 100%;
}
/* GENERAL STYLES */

.pagination {
    padding: 10px 0;
}

    .pagination ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .pagination a {
        display: inline-block;
        padding: 10px 18px;
        color: #222;
        /* font-size ;*/ 16px;
        border-radius: 10px;
    }

/* TWELVE */

.p12 a:first-of-type, .p12 a:last-of-type, .p12 .is-active {
    color: #000;
}

a.btn.btn-outline-secondary {
    text-decoration: none;
}

caption h5 {
    color: #000;
}

.caption-top {
    margin-bottom: 0;
}

.pagination-table td {
    padding: 28px 0px;
    /* font-size ;*/ 15px;
}


.pagination-table a {
    color: #000;
    /* font-size ;*/ 17px;
    font-weight: 500;
}
/*Z******************************Animations*************************************/


.flex-item {
    background: tomato;
    width: 200px;
    height: 150px;
    margin-top: 10px;
    line-height: 150px;
    color: white;
    font-weight: bold;
    /* font-size ;*/ 30px;
    text-align: center;
}
/*
==============================================
bigEntrance
==============================================
*/


.bigEntrance {
    animation-name: bigEntrance;
    -webkit-animation-name: bigEntrance;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important;
    animation-count: 1;
    animation-delay: 2s;
}

@keyframes bigEntrance {
    0% {
        transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: 0.2;
    }

    30% {
        transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1;
    }

    45% {
        transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    60% {
        transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    75% {
        transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    90% {
        transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    100% {
        transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
}

@-webkit-keyframes bigEntrance {
    0% {
        -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: 0.2;
    }

    30% {
        -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    60% {
        -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    75% {
        -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    90% {
        -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
}


.sensor-categories-view button#dropdownMenuButton1 {
    background: transparent;
    border: 0;
}

/*.email-warning {
    margin-top: 14px;
}
*/
span#rfvEmail {
    border-radius: 0.25rem;
    text-align: center;
    color: #F44336;
    font-weight: 400;
    position: absolute;
    top: 2px;
    /* font-size ;*/ 15px;
}

.add-patient-caremanagment label {
    margin-top: 20px;
    padding: 0px 7px;
    font-weight: 400;
    color: #00000080;
    /* font-size ;*/ /*16px;*/
    
}

.email-warning {
    position: relative;
}

span#RequiredFieldValidator1 {
    border-radius: 0.25rem;
    text-align: center;
    color: #F44336;
    font-weight: 400;
    position: absolute;
    top: 2px;
    /* font-size ;*/ 15px;
}

/*body#login-sign-details form#form1 {
    padding: 0px 24px 0px 0px !important;
}
*/

.btn-primary {
    background: #1c8ffc;
    border-color: #1c8ffc;
    border-radius: 6px;
}

    .btn-primary:hover {
        background: #0e6cc5;
        border-color: #1c8ffc;
        box-shadow: rgb(0 0 0 / 0%) 0px 14px 28px, rgb(0 0 0 / 1%) 0px 10px 10px;
    }
/*input#btnSubmit {
    padding: 7px 49px;
}*/
/*input#btnCancel {
    padding: 7px 49px;
}*/
/*.btn-primary:hover {
    background: #0065a5;
    border-color: #0065a5;
}*/
.forget-screen-background span#rfvSecurityQuestion {
    border-radius: 0.25rem;
    text-align: center;
    color: #F44336;
    font-weight: 400;
    position: absolute;
    /* font-size ;*/ 15px;
}

.forget-screen-background span#rfvSecurityAnswer {
    border-radius: 0.25rem;
    text-align: center;
    color: #F44336;
    font-weight: 400;
    position: absolute;
    /* font-size ;*/ 15px;
}

.forget-screen-background span#rfvSecurityQuestion2 {
    border-radius: 0.25rem;
    text-align: center;
    color: #F44336;
    font-weight: 400;
    position: absolute;
    /* font-size ;*/ 15px;
}

.forget-screen-background span#rfvSecurityAnswer2 {
    border-radius: 0.25rem;
    text-align: center;
    color: #F44336;
    font-weight: 400;
    position: absolute;
    /* font-size ;*/ 15px;
}

.forget-screen-background .form-group {
    padding: 1px 0px;
}

.forget-screen-background .email-warning {
    position: relative;
    margin-bottom: 14px;
}

.forget-screen-background {
    position: relative;
}

    .forget-screen-background span#rfvEmail {
        border-radius: 0.25rem;
        text-align: center;
        color: #F44336;
        font-weight: 400;
        position: absolute;
        /* font-size ;*/ 15px;
    }

.patient-management-logs-table .alert.alert-info {
    padding: 16px 8px;
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 0px;
}

.form-group input#cphBody_txtSearch {
    padding: 10px 17px;
    border-radius: 9px;
}

.form-group span.input-group-btn {
    padding: 0px 11px;
}

.form-group input#cphBody_btnSearch {
    background: #1c8ffc;
    color: #fff;
    padding: 0px 28px;
}

.new-patient-add {
    text-align: start;
}

    .new-patient-add .btn-primary {
        padding: 10px 9px;
    }

.patient-management-logs-table {
    border: 1px solid #cccccc54;
    border-radius: 8px 5px 8px 9px;
}

.navbar.navbar-default.Pageheader {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

table#cphBody_grvPatients {
    margin-bottom: 0px;
}

.madiciton-maintaince .alert {
    padding: 9px 18px;
    width: 60%;
    text-align: center;
}

.patients-medicines {
    padding-bottom: 15px;
}

    .patients-medicines label.visible-md.visible-sm.visible-xs.control-label {
        /* font-size ;*/ 17px;
        font-weight: 600;
        color: #000;
    }

.add-patient {
    display: flex;
    justify-content: end;
    align-items: center;
}

    .add-patient a {
        padding: 7px 39px;
    }
/*
a#cphBody_grvMedicationMantenance_btnDelete_0 {
    padding: 7px 37px;
    margin-top: 11px;
}*/
.patient-madicine-module .form-group {
    margin-top: 14px;
}

    .patient-madicine-module .form-group .form-control {
        padding: 10px 10px !important;
        border-radius: 5px !important;
    }

.patient-madicine-module {
    background: #fafafa;
    padding: 60px;
    border-radius: 17px;
}

.checkbox-modules label {
    padding: 2px 23px 0px 5px;
    /* font-size ;*/ 17px;
}

.radio-btn-module label {
    padding: 2px 34px 0px 4px;
    /* font-size ;*/ 16px;
}

.button-decision .btn-danger {
    width: 100%;
    max-width: 257px;
}

.button-decision .btn-primary {
    width: 100%;
    max-width: 258px;
}

.submit-btn {
    display: flex;
    justify-content: end;
    align-items: center;
}

.Physicians-to-Patient .alert.alert-info {
    padding: 9px 4px;
}

.Patient-physicisn-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.labels-name {
    /* font-size ;*/ 20px;
    color: #000 !important;
}

input#txtPatientName {
    padding: 9px 17px;
    border: 1px solid #cccc;
    border-radius: 8px;
}

span.check-box.patient-check-box input {
    width: 23px;
    height: 23px;
}

.radio-btn {
    width: 42px;
    height: 19px;
}

.module-management-container .form-group input#cphBody_btnSearch {
    padding: 3px 28px;
}

.add-new-modules {
    text-align: start;
}

.module-management-container .alert-info {
    padding: 15px 0px;
    width: 100%;
    margin-left: 2px;
    margin-top: 0px;
}

.add-new-modules a#cphBody_btnAdd {
    padding: 11px 38px;
}

.form-group-maodule-table {
    border: 1px solid #cccccc3b;
    padding: 1px 1px;
    border-radius: 4px;
}

.submision-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-group.search-patients {
    max-width: 439px;
}


    .input-group.search-patients input#cphBody_TextBox1 {
        /* display: flex; */
        border: 1px solid #38333375;
        border-radius: 9px;
        padding: 10px 10px;
        max-width: 551px;
        /* width: 100%; */
        /* margin-bottom: 21px; */
        /* background: #fff; */
    }

.input-group.inputKerei {
    align-items: center;
}


input#cphBody_Button1 {
    background: #0065a5;
    color: #fff;
    padding: 6px 28px;
}

span.input-group-btn {
    margin-right: 10px;
    margin-left: 9px !important;
}

.add-patient-btn {
    display: flex;
    justify-content: space-between;
    padding: 23px 30px;
    color: #121926;
    align-items: center;
}

    .add-patient-btn .Search-bar {
   /*     padding: 8px 9px;*/
        border: 1px solid #9b969652;
    }
i.fa-solid.fa-eye {
    font-size: 13px;
}

.input-group {
    align-items: center;
}

.participant-table {
    margin-bottom: 24px;
    border-radius: 10px;
    transition: all .3s ease;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px;
    background-color: #fff;
    font-size: 14px;
}

/*.patient-table-height-fix {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

*/


tr.gridheader {
    border-bottom: 1px solid;
}

a.link-btn.btn-primary {
    padding: 7px 14px;
    /* font-size ;*/ 15px;
    font-weight: 500;
    border-bottom: 0;
    border-radius: 5px;
}


.participant-table td {
    /* font-size ;*/ 15px !important;
    padding: 15px 17px;
    border-bottom: 0;
}


.contact-form-msg {
    background: #eeeeee;
    width: 100%;
    max-width: 65%;
    margin: auto;
    padding-top: 4px;
    padding-bottom: 85px;
    padding-left: 45px;
    padding-right: 45px;
    height: 83vh;
    border-radius: 9px;
    margin-top: 61px;
}

.contact-form-module-inner .form-control {
    height: 45px;
    padding: 0px 19px;
}


.contact-form-module-inner textarea#txtEmailMessage {
    height: 131px;
    padding: 19px 9px;
    overflow-x: auto;
}

li.breadcrumb-item {
    color: #000;
    padding: 0px 8px;
}

.madiciton-maintaince .alert.alert-info.\- {
    background: #cccccc6e;
    color: #000;
}

.dropdown.Schedule-drop-down ul.dropdown-menu.show {
    padding: 18px 12px;
    /* font-size ;*/ 14px;
}

    .dropdown.Schedule-drop-down ul.dropdown-menu.show li {
        padding: 6px 0px;
    }


.patient-table th {
    background: transparent;
    box-shadow: none;
    white-space: nowrap;
    /* text-align: center;*/
}

.participant-table td span {
    /* font-size ;*/ 13px;
}

.btn-secondary:hover {
    background-color: #ffffff !important;
    border-color: #cacfd2;
    /* padding: 7px 33px; */
    width: 100%;
    text-align: left;
    color: #848b92;
}

.btn-secondary {
    background-color: #ffffff !important;
    border-color: #cacfd2;
    /* padding: 7px 33px; */
    width: 100%;
    text-align: left;
    color: #848b92;
    /* font-size ;*/ 13px;
}

    .btn-secondary:focus {
        color: #110f0f;
        background-color: #ffffff !important;
        border-color: #565e64;
        box-shadow: none !important;
    }

    .btn-secondary:active {
        color: #110f0f;
        background-color: #ffffff !important;
        border-color: #565e64;
        box-shadow: none;
    }

.form-group.medication_box ::placeholder {
    /* font-size ;*/ 13px;
}

.form-group.medication_box select {
    color: gray;
    /* font-size ;*/ 13px;
}

.form-group.medication_box option[value=""][disabled] {
    display: none;
}

.form-group.medication_box option {
    color: black;
}

.patient-table.tableseting th {
    text-align: start;
}

.dropdown.Schedule-drop-down .dropdown-toggle::after {
    float: right;
    margin-top: 8px;
}

li.breadcrumb-item.active {
    color: #000 !important;
    /* font-size ;*/ 15px;
}

li.breadcrumb-item a {
    /* font-size ;*/ 15px;
}

.patient-table.tableseting td:first-child {
    font-weight: 600;
    /* font-size ;*/ 16px !important;
}

.form-group.medication_box .form-control {
    /* font-size ;*/ 13px;
    padding: 11px 15px;
    border: 1px solid #e0dada;
    border-radius: 6px;
}

.medication-module-management .navbar.navbar-default.Pageheader {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.add-patient-btn h5 {
    /* font-size ;*/ 18px;
}

.add-patient-btn p {
    /* font-size ;*/ 15px;
}

/*.patient-table-height-fix {
    height: 525px;
      overflow: auto;
}*/

/*.submit-btns {
    margin-top: 2rem;
}
*/
a.btn.btn-outline-secondary:hover {
    background: #fff;
}

a.btn.btn-outline-secondary:focus {
    box-shadow: none;
}

a.btn.btn-outline-secondary:active {
    background-color: #fff;
}

.Patient-btn .btn-primary {
    width: 100%;
    padding: 4px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size ;*/ 15px;
}

.Physicians-btn .btn-danger {
    width: 100%;
    padding: 4px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.participant-table th {
    border-top: 1px solid #cccccc40;
    border-bottom: 1px solid #cccccc40 !important;
    font-weight: 600;
    /* font-size ;*/ 16px;
    padding: 13px 6px;
}


/* Custom CSS for tooltip */


.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }


.madiciton-maintaince .alert {
    margin-top: 0px;
    margin-bottom: 23px;
}

.imgTeamMember {
    border-radius: 50%;
}

span.icon-remove {
    /* font-size ;*/ 20px !important;
    margin-left: 15px;
}

span.icon-edit {
    /* font-size ;*/ 20px !important;
}

.completed-tasks {
    display: flex !important;
    align-items: center;
}

.taskname a.btn.btn-secondary:hover {
    background: #2dc774 !important;
    color: #fff;
    transition: 0.3s linear;
}

a.btn.btn-light.btn-sm.btnDelete {
    border: 1px solid #000;
    color: #000;
}

    a.btn.btn-light.btn-sm.btnDelete:hover {
        background-color: #2196F3;
        color: #fff;
        transition: 0.3s ease-in-out;
        border: 1px solid #2196F3;
    }

a.link-btn.btn-light {
    color: #000;
    padding: 7px 9px;
    /* font-size ;*/ 14px;
    border-radius: 4px;
    border: 1px solid #000;
}

    a.link-btn.btn-light:hover {
        background: #B71C45;
        border: 1px solid #B71C45;
        color: #ffff;
        transition: 0.3s ease-in-out;
    }

a.btn.btn-primary.btn-sm.btnDelete {
    background: #1c94fc;
    color: #ffff;
    border: 0;
    width: 171px;
    text-align: center;
    height: 43px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px !important;
}

.btn-group-1 p {
    /* font-size ;*/ 22px;
    font-weight: 700;
    /* margin-bottom: 2rem;*/
}

.sechdeule-medication span {
    /* font-size ;*/ 19px;
    font-weight: 500;
    /*margin-bottom: 2rem;*/
}

.sechdeule-medication {
    margin: 1rem 0rem;
}

.sechudling-comments p {
    /* font-size ;*/ 16px;
    font-family: poppins;
}

.sechudling-comments {
    padding: 19px 11px;
}

/*.btn-group-1 button.btn {
    width: 32%;
}*/

.participant-table.learning-module td {
    padding: 16px 16px !important;
}


.patient-table-height-fix.assign-patient-fix .participant-table td {
    padding: 20px 5px;
}

.ba-we-love-subscribers {
    width: 100%;
    /* height: 79px; */
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 12px 45px rgba(0, 0, 0, .15);
    font-family: 'Inter,sans-serif', sans-serif;
    text-align: center;
    margin: 0 0 10px 0;
    overflow: hidden;
    opacity: 0;
    min-width: 552px;
    max-height: 661px;
    max-width: 627px;
}

    .ba-we-love-subscribers.open {
        min-height: 720px;
        opacity: 1;
        position: relative;
        border: 1px solid #1090b2;
    }

    .ba-we-love-subscribers.popup-ani {
        -webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }




    .ba-we-love-subscribers .ba-logo {
        width: 65px;
        height: 25px;
        background-position: 0px;
        margin: 0 auto;
        opacity: .5;
        cursor: pointer;
    }

        .ba-we-love-subscribers .ba-logo:hover {
            opacity: 1;
        }

.logo-ani {
    transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
}





.ba-we-love-subscribers-fab {
    /* width: 65px;
    height: 65px;
    background-color: #00aeef;
    border-radius: 30px;*/
    width: 65px;
    height: 65px;
    background-color: #00aeef;
    border-radius: 50%;
    float: right;
    box-shadow: 0px 12px 45px rgba(0, 0, 0, .3);
    z-index: 5;
    position: relative;
    cursor: pointer;
}

    .ba-we-love-subscribers-fab .img-fab {
        height: 55px;
        width: 55px;
        margin: 5px auto;
        background-image: url("../../images/v3.0/doctorgeeni-messenger.svg");
        background-position: -2px 1px;
        border-radius: 50%;
    }

    .ba-we-love-subscribers-fab .wrap {
        transform: rotate(0deg);
        -webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
        transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    }

    .ba-we-love-subscribers-fab .ani {
        transform: rotate(45deg);
        -webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
        transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    }

    .ba-we-love-subscribers-fab .close {
        background-position: -2px 1px;
        transform: rotate(-45deg);
        float: none;
        opacity: 1;
    }

.ba-we-love-subscribers-wrap {
    position: fixed;
    right: 25px;
    bottom: 50px;
    z-index: 1;
}

.ba-settings {
    position: absolute;
    top: -25px;
    right: 0px;
    padding: 10px 20px;
    background-color: #555;
    border-radius: 5px;
    color: #fff;
}

.help-doctor-view {
    height: 18vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sugesstion-text {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 9px;
    min-width: 287px;
    padding: 8px 0px;
    margin-right: 7px;
    margin-left: 9px;
}

.diplay-fix {
    display: flex;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
}


.help-section-3 {
    padding: 20px 20px;
}

.speak-box .input-group {
    border: 1px solid #ccc;
    border-radius: 6px;
}

.speak-box textarea.form-control {
    border: 0;
    overflow-y: scroll;
}

span.microphone {
    margin-top: 1rem;
}

.story-pick h5 {
    /* font-size ;*/ 18px;
    font-weight: 600;
}

.story-pick p {
    margin-bottom: 7px;
    /* font-size ;*/ 14px;
}

.sugesstion-text:hover {
    background: #1090b21a;
    border: 1px solid #1090b2;
    transition: 0.2s ease-in-out;
}

    .sugesstion-text:hover .story-pick {
        color: #1090b2;
        font-family: Inter,sans-serif, sans-serif;
    }


.story-pick {
    font-family: Inter,sans-serif, sans-serif;
}



.patient-table-height-fix.patient-box .patient-table td {
    padding: 13px 17px !important;
}

.speak-box textarea.form-control::-webkit-scrollbar {
    display: none;
}


.speak-box textarea.form-control::-webkit-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}


.ba-we-love-subscribers.popup-ani.open {
    display: block;
}

.ba-we-love-subscribers.popup-ani {
    display: none;
}

/* Define the style for active state */
/*.sidebar-item.active {
    background-color: blue;
}*/

.add-patient-caremanagment {
    /* background: #9e9e9e21; */
    padding: 26px 26px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 18%);
    font-family: Inter,sans-serif;
}

    .add-patient-caremanagment input {
        padding: 12px 12px;
        /* border: 0;*/
        border-radius: 6px;
        margin-top: 8px;
    }

    .add-patient-caremanagment select {
        padding: 12px 12px;
        /*  border: 0;*/
        border-radius: 6px;
        margin-top: 8px;
         font-size :15px;
    }


    .add-patient-caremanagment textarea {
        padding: 12px 12px;
        /* border: 0;*/
        border-radius: 6px;
        margin-top: 8px;
    }

.forget-page a {
    /* font-size ;*/ 17px;
    color: #1b7dfc;
}

hr {
    color: #ccc;
}

i.fa-solid.fa-trash {
    color: #e8392c;
    /* font-size ;*/ 18px;
}

i.fa-regular.fa-pen-to-square {
    color: #1c95fd;
    /* font-size ;*/ 18px;
}


i.fa-solid.fa-pills {
    color: #2196F3;
    /* font-size ;*/ 24px;
}

i.fa-solid.fa-stethoscope {
    /* font-size ;*/ 20px;
}

.submit-btns input {
    background: #1c94fc;
    color: #ffff;
    border: 0;
    width: 150px;
    text-align: center;
    height: 43px;
    padding: 0;
}

.cancel-btn input {
    background: #cf2115;
    color: #fff;
    border: 0;
    padding: 7px 49px;
}

.error {
    color: #e81304 !important;
    position: absolute;
}

.form-group.medication_box label {
    margin-top: 0px !important;
    /* font-weight: 600; */
    /* font-size ;*/ 16px;
    margin-bottom: 10px;
}

.alert-msg-medication {
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-patient-caremanagment .itemTypes input {
    width: 20px;
    height: 20px;
}

.itemTypes label {
    margin-top: 2px;
    padding: 7px 7px;
    font-weight: 400;
    color: #00000080;
    min-width: 329px;
}



.itemTypes-1 label {
    margin-top: 2px;
    padding: 7px 7px;
    font-weight: 400;
    color: #00000080;
    margin: 0;
}

.add-patient-caremanagment .itemTypes-1 input {
    width: 20px;
    height: 20px;
    margin: 0;
}

span#cphBody_rdolstAssessmentSchedule {
    display: flex;
    align-items: center;
    gap: 11px;
}





.input-group-addon input {
    width: 20px;
    height: 19px;
}


/*.patient-table.tableseting {
    height: 671px;
    overflow: auto;
}*/

.Portal-Logs.setting .nav-tabs .nav-link.active {
    color: #1a57fb;
}

.fa-stethoscope:before {
    color: #1c8ffc;
}

button.btn.btn-secondary.dropdown-toggle {
    width: 168px;
    padding: 9px 16px;
}

/*Physician*/


.add-care-btn {
    background: #1c89fd;
    border: 0;
    padding: 10px 29px;
}

.save-priotitirs-btn {
    background: #fff;
    padding: 9px 29px;
    color: #1c89fd;
    border: 1px solid #1b83fc;
}

.up-btn {
    border: 0;
    padding: 6px 17px !important;
    background: aliceblue !important;
    border: 1px solid #03a9f4 !important;
    color: #03a9f4 !important;
    border-radius: 5px !important;
}

.nav-tabs .nav-link {
    padding: 9px 9px;
    margin: 0px 13px !important;
}


nav.tabs-nabvar-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.three-dots {
    cursor: pointer;
}

    .three-dots span {
        display: block;
        width: 4px;
        height: 4px;
        background-color: black;
        border-radius: 50%;
        margin: 2px 0;
    }



.button-flex-set.care-patient-view {
    display: flex;
    align-items: center;
    gap: 22px;
  /*  width:116%*/
}


span.dropdown-icon svg {
    width: 26px;
    margin-bottom: 10px;
    margin-right: 11px;
    color: #1288e5;
}

td.Table-size p {
    /* width: 207px; */
    word-wrap: break-word;
    max-width: 214px;
    min-width: 216px;
}

.madiciton-maintaince {
    padding: 6px 14px;
}

.medication-form-group {
    padding: 11px 0px;
}

    .medication-form-group .error {
        position: absolute;
    }


    .medication-form-group li {
        padding: 7px 12px;
    }

.btn-group.meal-select {
    display: flex;
}


.login-details h2 {
    color: #155eef;
    margin-top: 6px;
    letter-spacing: 2px;
}

.brand-logo h3 {
    color: #155eef;
    /* font-size ;*/ /*35px;*/
    margin-left: 10px;
    margin-top: 14px;
}
/*section.home-section-dashboad .index-tab {
    margin-top: -2rem;
}*/


/*section.home-section-dashboard-profile.physician-module {
    padding-top: 1rem;
}
*/
.patient-date {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
p.page-set {
    word-break: break-word;
    width: 152px;
    white-space: break-spaces;
    word-wrap: break-word;
}
.dateby.patients-serach {
    display: flex;
    justify-content: end;
    align-items: center;
}

.seach-patient-date {
    display: flex;
    gap: 4px;
}

span#Span1 a {
    color: #155eef;
}

.helpbox-accordion button.accordion-button {
    background-color: #1c8ffc;
    color: #fff;
}

.helpbox-accordion .accordion-item {
    margin-top: 20px;
    border: 1px solid #1c8ffc;
    border-radius: 7px;
}

.helpbox-accordion button.accordion-button {
    /* font-size ;*/ 18px;
    font-weight: 500;
}


.red-flag .accordion-button {
    background: linear-gradient(#EE5F5B, #BD362F) repeat scroll 0 0 #333333 !important;
    border: 1px solid #D82C35;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /* font-size ;*/ 18px;
    font-weight: 500;
    border: 1px solid #D82C35;
}


.yellow-flag .accordion-button {
    background: linear-gradient(#FBB450, #F89406) repeat scroll 0 0 #333333 !important;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /* font-size ;*/ 18px;
    font-weight: 500;
    border: 1px solid #CCCCCC;
}

.green-flag .accordion-button {
    background: linear-gradient(#62C462, #51A351) repeat scroll 0 0 #333333 !important;
    border: 1px solid #00A84C;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /* font-size ;*/ 18px;
    font-weight: 500;
    border: 1px solid #CCCCCC;
}

.patient-readmission .accordion-item {
    margin: 16px 0px;
}

.accordion-button:focus {
    box-shadow: none
}

.question span.svg-size svg {
    /* font-size ;*/ 20px;
    margin-right: 12px;
}
/*pateint module*/

.physician-details-patient {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .physician-details-patient img {
        height: 60px;
        width: 60px;
        border-radius: 50%;
    }

.physician-details-patient {
    /*border: 1px solid #ccc;*/
    padding: 13px 21px;
    border-radius: 13px;
    margin-bottom: 15px;
    box-shadow: rgb(0 0 0 / 9%) 0px 4px 12px;
    background: #fff;
}

.carepla-pateint {
    width: 80%;
    margin-bottom: 3rem;
}


    /*.carepla-pateint .content-inner-page-box h2 {*/
        /* font-size ;*/ /*18px;
    }*/

    .carepla-pateint .content-inner-page-box p {
        margin: 0;
        word-break: break-all;
    }

/*.physician-details-patient .details h3 {*/
    /* font-size ;*/ /*18px;
}*/

.image {
    gap: 20px;
}

/* Mouse-over effects */

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */


.slider-wrapper {
    /* margin: 5px 0 20px;*/
    position: relative;
    width: 85%;
}


.display-box-label {
    /* font-size ;*/ 0.8em;
    position: absolute;
    right: -80px;
    top: -8px;
}

.display-box {
    background-color: #f7fcff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) inset;
    /* font-size ;*/ 0.8em;
    height: 25px;
    line-height: 20px;
    padding-top: 2px;
    position: absolute;
    left: -10px;
    text-align: center;
    top: -10px;
    width: 40px;
}



/**
 *
 * Main stylesheet for Powerange.
 * http://abpetkov.github.io/powerange/
 *
 */

/**
 * Horizontal slider style (default).
 */

.range-bar {
    background-color: #a9acb1;
    border-radius: 15px;
    display: block;
    height: 8px;
    position: relative;
    margin-left: 50px;
    width: 100%;
}

.range-quantity {
    background-color: #1c8ffc;
    border-radius: 15px;
    display: block;
    height: 100%;
    width: 0;
}

p {
    margin: 0px
}

.range-handle {
    background-color: #fff;
    border-radius: 100%;
    cursor: cell;
    height: 24px;
    left: 0;
    top: -10px;
    position: absolute;
    width: 24px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.range-min,
.range-max {
    color: #181819;
    /* font-size ;*/ 12px;
    height: 20px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    top: -9px;
    width: 24px;
    display: none;
}

.range-min {
    left: -30px;
}

.range-max {
    right: -30px;
}

.accordion-button::after {
    margin-right: 0;
}

.content-inner-page-box ul {
    padding: 0;
}


.content-inner-page li {
    background: aliceblue;
    padding: 8px 24px;
    border-radius: 7px;
    margin-top: 13px;
}


    .content-inner-page li:hover {
        background: #03a9f463;
    }

    .content-inner-page li:hover {
        background: #03a9f463;
        transition: 0.2s ease-in-out;
    }

/*div#offcanvasRight {
    left: auto;
}*/


}


.assess_new_main_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
}


    .assess_new_main_box label {
        margin: 0 !important;
    }

.slider-wrapper {
    /* margin: 5px 0 20px; */
    position: relative;
    width: 85%;
}


input#btnSubmitAssessment {
    background: #1c8ffc;
    border-color: #1c8ffc;
    border: 0;
    color: #fff;
    padding: 8px 20px;
}

.sensor-top-profile a.dropdown-item {
    text-align: justify;
}

.assess_new_main_box2 {
    width: 60%;
}

a#btnClear {
    background: #1c8ffc;
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
}

a#btnSave {
    background: #1c8ffc;
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
    margin-left: 24px;
}

a {
    text-decoration: auto !important;
}

    a.sub-item {
        text-decoration: auto !important;
    }


.carepla-pateint.helpbox-accordion .content-inner-page {
    height: 418px;
    overflow: auto;
}

.assess_new_main_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 0px;
}


.assess_new_main_box1 {
    width: 257px;
    margin: 4px 0px;
    text-align: center;
}

button.btn.btn-primary {
    border: 0 !important;
}


.container.container-login.copyright-text.function-editor.booton-footer {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 126px;
}

.nav-item img {
    width: 51px;
    height: 46px;
    margin-top: 12px;
    margin-bottom: 5px;
}

.medication-form-group .btn-group label {
    margin-left: 11px;
}

.medication-form-group button.btn.btn-default.dropdown-toggle {
    border: 1px solid #1c8ffc;
}


/*.top-bar .Backbtn button {
    padding: 7px 22px;
}*/

.passcode-screen .panel-body {
    display: flex;
    flex-direction: column-reverse;
    height: 312px;
    align-items: stretch;
    /* width: 100%; */
    justify-content: flex-start;
}


.passcode-screen {
    height: 429px;
}

.container.container-login.copyright-text.function-editor {
    text-align: center;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: end;
}

.assess_new_main_box3 {
    width: 289px;
    margin-left: 24px;
    text-align: center;
    margin-top: 9px;
}

.green_bg_new {
    display: flex;
}

.discussion {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0px;
}

    .discussion .btn-primary {
        padding: 7px 38px;
        border-radius: 7px;
    }


.new_popup_box_in {
    padding: 39px 0px;
}

.play-content {
    position: relative;
}

    .play-content object {
        width: 100%;
        position: absolute;
        height: 78vh;
    }


.quiz-continue {
    /*border: 1px solid #ccc;*/
    border-radius: 20px;
    padding: 3rem 3rem;
    width: 61%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.Quiz-question {
    display: flex;
    justify-content: center;
}

    .Quiz-question .navbar.navbar-default.Pageheader.text-primary {
        margin-top: 0;
    }


p.padd {
    padding: 0rem 5rem;
}


.padd_box {
    display: flex;
    justify-content: space-between;
    padding: 14px 17px;
    border: 1px solid #ccc;
    margin: 20px 0px;
    border-radius: 9px;
}


.details_info {
    display: flex;
    /*  justify-content: space-between;*/
    gap: 70px;
    align-items: center;
}

    .details_info p {
        padding: 4px 0px;
    }

.image_info img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 7px;
}


.painpalot-slider img {
    width: 517px !important;
}

/*.painpalot-slider .slick-slide img {
    display: inline-block !important;
}
*/

span.portl-logs svg {
    width: 18px;
    color: #03A9F4;
    height: 32px;
}

.cross-icon button {
    border: 0;
    background: #3876f1;
    color: #fff;
    width: 40px;
    height: 33px;
    border-radius: 9px;
}

.patient-profile-image img {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    object-fit: cover;
}


.cross-icon {
    margin: auto;
    width: 9%;
}

/*p.text-form {
    word-break: break-word;
    width: 201px;
}*/


td.fomtext-set {
    word-break: break-all;
    width: 688px;
}

.patient-table td {
    text-transform: none;
}

span.portl-logs-1 svg {
    width: 18px;
    color: #1c8ffc;
    cursor: pointer;
}

/*@media (min-width: 1200px) and (max-width: 1400px) {

    .login-img img {
        height: 100vh !important;
        border: 12px solid red !important;
    }
}*/

/*.new_popup_box {
    margin-bottom: 15rem !important;
}*/

div#ulMenu {
    background: #cccccced;
}

.online_user {
    padding: 8px 30px;
}

img.online_img {
    left: 12px;
    position: absolute;
    top: 13px;
}

.ulMenu-popup li {
    position: relative;
}


.schedule_img {
    margin: 0;
    padding: 0 !important;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
}


.video_chat_pop_up li a {
    float: left;
}

.schedule_img {
    padding: 6px 10px;
    width: auto;
}

.online_user {
    padding: 8px 30px;
}

.video_chat_pop_up li {
    float: left;
    width: 100%;
}

.schedule_img {
    margin: 0;
    padding: 0 !important;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
}

.ulMenu-popup {
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 403px;
    background: none repeat scroll 0 0 #fff !important;
}

.new_popup_head {
    text-align: center;
    /* font-size ;*/ 30px;
    font-weight: 700;
}

/*.new_popup_box_in h5 {
    text-align: center;
    /* font-size ;*/ 17px;
    margin-bottom: 66px;
}*/

center {
    /* font-size ;*/ 17px;
}

a.menu-text.btn.btn-default.dropdown-toggle {
    border: 1px solid #ccc;
    padding: 6px 39px;
    /* font-size ;*/ 17px;
    font-weight: 600;
}

.schedule_img img {
    width: 30px;
    height: 31px;
}

ul.patent-listing li:hover a {
    background: #c9e6ff;
    color: #2196F3;
}

ul.patent-listing li:hover {
    background: #c9e6ff;
}
/*.video_chat_pop_up li a:hover {
    color: #2196F3;
}*/



label.calender-sechule {
    border: 1px solid #eee;
    /* display: flex;
    align-items: center;*/
    /*  padding: 1px 11px;*/
    border-radius: 6px;
    /* margin-top: 13px;*/
}

    label.calender-sechule input {
        width: 100%;
        border: 0;
        /* padding: 11px 15px;*/
        outline: 0;
        /* border-left: 1px solid #eee;*/
    }

    label.calender-sechule select {
        width: 100%;
        border: 0;
        padding: 11px 0px;
        outline: 0;
    }

.calender-sechule {
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    padding: 0px 0px;
    border-radius: 6px;
    /*margin-top: 22px;*/
}

    .calender-sechule input {
        width: 100%;
        border: 0;
        outline: 0;
        padding: 11px 15px;
        /*  border-left: 1px solid #eee;*/
    }

label.label {
    margin-top: 25px;
    /* font-size ;*/ 18px;
    font-weight: 600;
}

input#cphBody_ltrsPatientName {
    background-color: #f2f2f2;
}

.button-set {
    display: flex;
    justify-content: space-between;
    margin-top: 6rem;
}

i.icon-append {
    /* font-size ;*/ 16px;
    color: #03A9F4;
    padding-right: 8px;
}


/*
.timepicker_wrap .time, .mins, .meridian {
    width: 42px !important;
    float: left;
    margin: 0 4px;
    /* font-size ;*/ 20px;
    color: #2d2e2e;
    font-family: arial;
    font-weight: 700;
}

.timepicker_wrap input.timepicki-input {
    padding: 4px 5px !important;
    /* font-size ;*/ 14px;
}

*/

.prev, .next {
    cursor: pointer;
    padding: 1px;
    width: 45%;
    border: 1px solid #ccc;
    margin: auto;
    background: url(../images/arrow.png) no-repeat;
    border-radius: 5px;
    height: 34px;
}

.cancel-btn input:hover {
    background-color: #bb2d3b;
    border-color: #b02a37;
}

.cancel-btn button {
    padding: 9px 45px;
    margin-bottom: 0;
    color: #fff !important;
}

.new_popup_box.schedule_meeting_pop_up {
    margin-bottom: 0 !important;
}

p.text-center.agree-desci {
    /* font-size ;*/ 22px;
    font-weight: 700;
}

.btn-success {
    color: #fff;
    background-color: #27ae60;
    border-color: #27ae60;
}

.reminder_btn .btn {
    padding: 6px 65px;
}

.no_btn .btn {
    padding: 6px 65px;
}


/*.new_popup_box_in h5 {
    margin-bottom: 8rem;
}
*/

.spinner-border {
    color: #03A9F4;
}

button.btn.btn-primary.open-video-call-btn {
    margin-top: 7rem;
    margin-left: 2rem;
}


.video-call-time.sechudling label.label {
    /* font-size ;*/ 16px;
    margin-top: 0;
    margin-bottom: 13px;
}

/*.appointment-list.participant-table th {
    padding: 7px 6px;
}*/

label.form-check-label {
    /* font-size ;*/ 17px;
    margin-left: 13px;
    margin-top: 4px;
}

input#exampleCheck1 {
    width: 23px;
    height: 24px;
}

.video-call-time.sechudling .button-set {
    margin-top: 2rem;
}

textarea#cphBody_meetingNotes {
    height: 91px;
    border-color: #ccc;
    border-radius: 5px;
}

.select-days select.form-select {
    font-family: sans-serif;
    /* font-size ;*/ 15px;
    border-radius: 9px;
}

.btn.btn-light.action-button {
    border: 1px solid #03a9f4;
    padding: 3px 8px;
    /* font-size ;*/ 13px;
    color: #fff;
    background: #03a9f4;
    /*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    border-radius: 6px;
    border: 1px solid #03a9f4;
}

    /*.btn.btn-primary.action-button:hover {
    box-shadow: rgb(0 0 0 / 0%) 0px 14px 28px, rgb(0 0 0 / 0%) 0px 10px 10px;
}*/

    .btn.btn-light.action-button:hover {
        color: #fff;
        background: #2196F3;
        /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;*/
        /*  box-shadow: rgb(0 0 0 / 7%) 0px 14px 28px, rgb(0 0 0 / 10%) 0px 10px 10px;*/
        border-radius: 6px;
        transition: 0.5s ease-in-out;
    }

.btn.btn-light.cancel-light-btn.action-button {
    border: 1px solid #F44336;
    color: #F44336;
    /*   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.btn.btn-light.cancel-light-btn.action-button {
    border: 1px solid #F44336;
    color: #fff;
    background: #F44336;
    /*    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}


.btn.btn-primary.action-button {
    padding: 2px 11px 2px 5px;
    /* font-size ;*/ 13px;
}

span.icon-fix i.fa-solid {
    padding-right: 9px;
    /* font-size ;*/ 16px;
}

.no-data-img {
  
    top: 50%;
    left: 50%;
    text-align: center;
    color: #9e9e9e
}

.empty-folder img {
    width: 224px;
}



.btn-group .dropdown-toggle {
    width: 337px;
    text-align: left;
    padding: 9px 15px;
}

    .btn-group .dropdown-toggle::after {
        display: none;
    }

span.meal-slectdropdown {
    float: right;
}

span.icon-fix svg {
    width: 25px;
    height: 23px;
    margin-right: 6px;
    fill: #fff;
    margin-top: -3px;
}

.video-call-time.sechudling {
    padding: 6px 6px;
}

.modal-content.modal-content-2 .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.btn.btn-light.cancel-light-btn.action-button:hover {
    background: #df1607b8;
    border-color: #b4372e;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.profile-content a {
    width: auto;
}

button.swal2-confirm.btn.btn-success.swal2-styled {
    padding: 7px 52px;
    background-color: #4CAF50;
}

button.swal2-cancel.btn.btn-label-secondary {
    padding: 6px 60px;
    background: #Cccc;
}

button.swal2-confirm.btn.btn-primary {
    padding: 7px 30px;
    background: #F44336;
}

    button.swal2-confirm.btn.btn-primary:hover {
        padding: 7px 30px;
        background: #F44336;
    }

a#confirm-text {
    cursor: pointer;
}

iframe#myExperience {
    width: 100% !important;
    height: 100vh !important;
}

.taskname h3 {
    /* font-size ;*/ 18px;
    color: #000;
}

.action-span {
    padding: 0px 11px;
}

span.fa.fa-fw.field_icon.setting-icon.fa-eye-slash {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 7px;
    margin-left: -33px;
    padding: 16px;
    background-color: #e1e2e5;
    border-radius: 0px 4px 4px 0px;
}

a.nav-link.nav-icon-hover img.rounded-circle {
    width: 41px;
    height: 41px;
}

.message-body p {
    white-space: normal;
    word-break: break-all;
    margin-right: 5px;
}

li.nav-item.dropdown.profile-dropdown-2 .dropdown-menu {
    position: absolute;
}

a.btn.btn-primary.btn-sm.btnDelete:hover {
    background: #0e6cc5;
    border-color: #1c8ffc;
    box-shadow: rgb(0 0 0 / 0%) 0px 14px 28px, rgb(0 0 0 / 1%) 0px 10px 10px;
}

button.btn.btn-success.update-status-btn {
    padding: 1px 8px !important;
}

.datetime-input {
    /* font-size ;*/ 13px;
    padding: 11px 15px;
    border: 1px solid #e0dada;
    border-radius: 6px;
    width: 100%;
}

span#medicationName {
    /* font-size ;*/ 23px;
    font-weight: 600;
    color:#000;
}

img.medication-img {
    width: 60px;
    height: 60px;
    border: 1px solid #155eef;
    border-radius: 50%;
}



.physician-detailas {
    display: flex;
   /* justify-content: space-around;*/
    gap: 25px;
    margin: 1rem 0px;
}

span.blue-txt {
    color: #155eef;
}

span#medicationDate {
    /* font-size ;*/ 18px;
    color: #303030;
    opacity: 50%;
}

.feedback-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem
}

    .feedback-btn .btn.btn-primary {
        width: 32%;
        padding: 13px 0px;
    }

.sechdule-time p {
    /* font-size ;*/ 18px;
}

.physician-suggest p {
    /* font-size ;*/ 17px;
    color: #30303080;
}

.modal-content.medication-modal {
    font-family: Inter,sans-serif;
}
.physician-suggest h6 {
    /* font-size ;*/ 20px;
}
.sechdule-time-1 p {
    color: #30303080;
    margin: 0;
    /* font-size ;*/ 17px;
}

.btn-group-2 button.btn {
    width: 43%;
}
.btn-group-2 {
    display: flex;
    justify-content: space-around;
    margin: 2rem 0px;
}

.non-clickable {
    pointer-events: none;
    color: gray; /* Optional: change the color to indicate it's disabled */
    text-decoration: none; /* Optional: remove underline */
}

.select-days {
    display: flex;
    gap: 13px;
    align-items: center;
}
select#cphBody_ddlMeetingStatus {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 0;
    padding: 8px 17px;
}

select#cphBody_ddlMeetingStatusP {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 0;
    padding: 8px 28px;
    border-radius: 4px;
}

select#cphBody_ddlMeetingStatusP:focus {
 outline:0px;
}

.ba-we-love-subscribers-wrap iframe {
    display: none; /* Initially hide the iframe */
}





.select-container {
    position: relative;
    width: 300px;
}

.select-selected {
    background-color: #fff;
    border: 1px solid #ced4da;
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-radius: 4px;
    min-height: 38px;
    align-items: center;
}

    .select-selected span {
        display: inline-flex;
        align-items: center;
        /* background-color: #007bff; */
        color: #000;
        padding: 0px 3px;
        /*border-radius: 7px;*/
        margin-right: 0px;
        border: 1px solid #ccc;
        font-size: 12px;
        font-family: Inter,sans-serif;
    }

        .select-selected span .remove {
            margin-left: 8px;
            cursor: pointer;
            border:0px;
        }

.select-items {
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .select-items div {
        padding: 8px 12px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .select-items div:hover {
            background-color: #f1f1f1;
        }

.select-hide {
    display: none;
}

.badge {
    margin-right: 8px;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.dot-active {
    background-color: green;
}

.dot-inactive {
    background-color: gray;
}

.dot-decline {
    background-color: red;
}
.participant-table tr {
    border-bottom: 1px solid #0000000f;
}
    .participant-table tr:hover {
        background: aliceblue;
    }

.view-box {
    border: 1px solid #ccc;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-dropdown-menu {
    border-radius: 8px;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 18%);
    padding: 8px 15px;
    min-width: 200px;
    border: 0 !important;
}

    .custom-dropdown-menu .dropdown-item {
        display: flex;
        align-items: center;
        padding: 10px 5px;
        font-size: 14px;
        color: #212529;
        border-bottom: 1px solid #cccccc2b;
    }

        .custom-dropdown-menu .dropdown-item i {
            margin-right: 10px;
            font-size: 16px;
            /*color: #6c757d;*/
        }

        .custom-dropdown-menu .dropdown-item:hover {
            background-color: #f8f9fa;
            color: #212529;
        }

        .custom-dropdown-menu .dropdown-item:active {
            background-color: #e9ecef;
        }



.custom-status-dropdown {
    border-radius: 8px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    min-width: 150px;
    border:0px !important;
}

    .custom-status-dropdown .dropdown-item {
        display: flex;
        align-items: center;
        padding: 10px 20px;
        font-size: 14px;
        color: #212529;
        border-bottom: 1px solid #cccccc2b;
    }

        .custom-status-dropdown .dropdown-item:last-child {
            border-bottom: none;
        }

a.dropdown-items {
    border-radius: 8px;
    min-width: 159px;
    border: 0 !important;
    display: flex;
    align-items: center;
    padding: 9px 16px;
    font-size: 14px;
    border-bottom: 1px solid #cccccc2b;
}



.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.status-active {
    background-color: #28a745; /* Green dot */
}

.status-inactive {
    background-color: #ffc107; /* Orange dot */
}

.status-declined {
    background-color: #dc3545; /* Red dot */
}
.status-filed .dropdown-toggle::after {
    display: none;
}
.dropdown.status-filed {
    border: 1px solid #cccccc63;
    padding: 2px 5px;
    border-radius: 5px;
}
.patient-table td {
    text-transform: none;
    color: #283c50 !important;
    font-weight: 500;
    cursor: pointer;
    font-family: Inter,sans-serif;
    padding: 15px 15px;
    /*white-space: nowrap;*/
    vertical-align: middle;
}
.patient-table a {
    text-transform: none;
    color: #283c50 !important;
    font-weight: 500;
    cursor: pointer;
    font-family: Inter,sans-serif;
}

.patient-table td:hover {
    color: #1c94fc !important;
    transition:0.2s ease-in;
}

.patient-table a:hover {
    color: #1c94fc !important;
    transition: 0.2s ease-in;
}

#target {
    background: #fff;
    /* width: 300px;
    height: 300px;
    height: 160px;*/
    padding: 5px;
    display: none;
}

.Hide {
    display: none;
}

.comman-btn {
    border: 0;
    background: transparent;
}



.stretch.stretch-full {
    margin: 54px 7px 2px 9px;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: all .3s ease;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 18%), 0 1px 2px -1px rgba(0, 0, 0, .1);
    padding: 10px 0px;
}


.sendtopbar {
    display: flex;
    justify-content: space-between;
    padding: 23px 14px 12px 14px;
  
    background:#fff;
}

.empty-image-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

.auth-creative-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

    .auth-creative-wrapper .auth-creative-inner {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        padding: 0;
    }

        .auth-creative-wrapper .auth-creative-inner .creative-card-wrapper {
            width: 100%;
            max-width: 1000px;
            margin: auto auto;
        }

            .auth-creative-wrapper .auth-creative-inner .creative-card-wrapper .creative-card-body {
                width: 100%;
                /*max-width: 450px;*/
                margin: auto auto;
            }

.custom-file, .custom-select, .form-control, .form-select, input {
    color: #283c50;
    padding: 12px 15px;
    border-color: #e5e7eb;
    border-radius: 5px;
}

.custom-control {
    display: block;
    min-height: 1.8px;
    position: relative;
    padding-left: .75rem;
}

.custom-control-label {
    left: 15px;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    color: #283c50;
    font-size: 13px;
    vertical-align: top;
    font-weight: 500;
    text-transform: inherit;
}

.kaire-logo img {
    width: 47px;
}

.kaire-logo {
    color: #155eef;
}

.border.border-2.custom-dotted {
    border-style: dotted !important;
    border-color: #dadfe4 !important;
}

.add-patient-caremanagment .error {
    color: #e81304 !important;
    position: absolute;
    font-size: 14px !important;
}
.form-group input::placeholder {
    font-size: 14px !important;
}

.form-group textarea::placeholder {
    font-size: 14px !important;
}
.add-patient-caremanagment .nav-link.active {
    background: #1c94fc14;
    padding: 14px 37px;
    color: #1c94fc;
    margin: 0px 13px 0px 2px !important;
    /* border: 1px solid; */
    border-bottom: 3px solid;
}

.add-patient-caremanagment .nav-link {
    /*   background: #1c94fc14;*/

    padding: 14px 37px;
    color: #283c50;
    margin: 0px 13px 0px 2px !important;
}

.add-patient-caremanagment .nav-tabs {
    border-bottom: 1px solid #ccc;
}
.medicatical_info-detail .table-responsive .table tr th:first-child {
    padding-left: 0 !important;
}

.medicatical_info-detail .table-responsive .table tr td:first-child {
    padding-left: 0px !important;
}

.medicatical_info-detail .table-responsive .table tr td:first-child {
    padding-left: 0px !important;
}

span.word-break {
    word-break: break-word;
    white-space: normal;
    text-transform: lowercase;
}

.table-responsive .table tr td {
    padding: 15px 15px !important;
    max-width: 278px;
    min-width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* display: inline-block; */
}