body {
    background-color: #f5f7fa;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Carlito", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* Global CSS */

a {
    text-decoration: none;
}

h3 {
    font-size: 30px;
    line-height: 38px;
    color: #3a3d42;
    margin-bottom: 8px;
    font-weight: 700;
}

h5 {
    font-weight: 700;
    line-height: 30px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

.a-tag-hover:hover {
    color: #0073ff;
    text-decoration: underline !important;
}

.font18 {
    font-size: 18px;
    line-height: 28px;
}

.p-40 {
    padding: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.bg-dark-gray {
    background: #f2f4f5;
}

.text-yellow {
    color: #eab71f !important;
}

.text-red {
    color: #f04438 !important;
}

.text-green {
    color: #19b05c !important;
}

.text-light-gray {
    color: #7c828b !important;
}

.border-top {
    border-top: 1px solid #cecfd3 !important;
}

.form-control {
    padding: 9px 14px;
}

.form-control::placeholder {
    color: #717680;
}

.form-control:not(:placeholder-shown) {
    color: #181d27;
}

.form-control:focus,
.form-control:hover {
    box-shadow: none !important;
    border: 1px solid #0073ff !important;
    color: #0073ff !important;
}

.primary-bg1 {
    background: #0073ff;
    color: #fff;
}

.primary-bg1:hover {
    background: #08376d;
}


.btn-2 {
    width: 138px;
    height: 56px;
    padding: 9px 18px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px;
    background: #0073ff;
    box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
    text-align: center;
    color: #fff;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-2:hover {
    background: #08376d;
}

.btn-3 {
    background: transparent;
    border: 1px solid #0073ff;
    color: #0073ff;
}

.btn-3:hover {
    background: #08376d;
    border-color: #08376d;
    color: #fff;
}

.btn-4 {
    width: 90px !important;
    font-size: 16px;
    line-height: 24px;
}

.btn-5 {
    width: 180px;
    height: 48px;
}

.all-btns-1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    border-radius: 4px;
    padding: 14px;
    transition: all 0.3s ease;
    width: 100%;
}

.all-btns-2 {
    width: auto;
    padding: 14px 18px;
}

.all-btns-3 {
    line-height: 22px;
    font-size: 16px;
    padding: 10px 28px;
    width: auto;
    height: auto;
}

.form-check .form-check-input,
.form-check .form-check-label {
    cursor: pointer;
}

.form-check-input {
    width: 24px;
    height: 24px;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #0073ff;
    border-color: #0073ff;
}

.section-content {
    padding-top: 104px;
}

.section-content1 {
    padding-top: 136px;
}

.card {
    border: 1px solid #dadbde;
    padding: 40px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
}

.border-bg {
    background: #fff;
    border: 1px solid #dadbde;
    border-radius: 8px;
    padding: 60px;
    margin: 24px;
}

.p-40 {
    padding: 40px;
}

.form-steps-section {
    padding: 60px;
    border: 1px solid #dadbde;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    background: #fff;
}

.mb-40 {
    margin-bottom: 40px;
}

.ptb-40 {
    padding: 40px 0;
}

.column-gap-12 {
    column-gap: 12px;
}

.card-border-bg {
    background: #fff;
    border: 1px solid #dadbde;
    border-radius: 8px;
}

.popup-spacing {
    padding: 40px;
}

.card-header-title {
    border-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #08376d;
    text-align: center;
    padding: 12px;
}

.card-header-title h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.popup-open {
    border-radius: 8px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #fff;
    padding: 40px;
}

.popup-open p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #3a3d42;
}

.popup-open p strong {
    color: #222426;
}

.popup-open .form-check label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #3a3d42;
}

.popup-open .form-check label a {
    color: #0073FF;
}

.popup-open .form-check label a:hover {
    color: #08376d;
    text-decoration: underline;
}

.img-aside-h {
    height: 1088px;
}

.img-aside-h img {
    height: 100%;
}

.px-spacing {
    padding: 0 12px;
}

.container-height {
    height: calc(100vh - 78px);
}

.img-dropdwon-name {
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 700;
}

.drop-section {
    font-size: 14px !important;
    line-height: 20px !important;
}

.img-info {
    font-size: 12px !important;
    line-height: 22px !important;
    color: #4b5056 !important;
    margin-top: 6px;
    margin-bottom: 0;
}

.nurse-section {
    padding: 16px;
    border-radius: 8px;
}

.medal-resize {
    max-width: 636px !important;
}

.inner-gray-bg.nurse-section {
    background: #F2F3F3;
    border: 8px;
    padding: 32px 60px;
}

.inner-gray-bg.nurse-section p {
    font-size: 16px;
    line-height: 24px;
    color: #3A3D42;
}

.side-menu-items .logo-aside-img1 {
    width: 110px;
    height: auto;
}

.side-menu-items {
    padding: 10px 40px;
}

.side-menu-items:last-child {
    padding: 0 40px 40px;
}

.side-menu-items .close-img, .closeIconPointer {
    cursor: pointer;
}

.side-menu-items.border-top {
    border-top: 1px solid #f2f3f3 !important;
}

.side-menu-items a span {
    color: #3A3D42;
    font-size: 18px;
    line-height: 28px;
}

.side-menu-items a {
    color: #3A3D42;
    font-size: 16px;
    line-height: 24px;
}

.side-menu-items .site-details p,
.side-menu-items .site-details p a {
    color: #7c828b;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0;
}

.side-menu-items h6 a {
    color: #0073FF;
    font-size: 18px;
    line-height: 28px;
}

.form-control.input-title::placeholder {
    color: #9FA2A8;
}

.label-title.font18 {
    font-size: 18px;
    line-height: 28px;
}

.notification-time {
    position: relative;
}

.notification-time::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #B5B9BD;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 10px;
}

.logo-aside-img {
    width: 58%;
}

.rounded-img1 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.red-text-changes {
    color: #f04438 !important;
}

.overdue-date {
    color: #4B5056;
    font-size: 14px;
    line-height: 20px;
}

.msgPopup-modal {
    margin: 24px 24px 200px auto !important;
}

.msgCard-resize {
    max-width: 474px !important;
}

#billingCard .modal-dialog {
    max-width: 1050px !important;
}

table tr td.changes-font-td {
    font-size: 14px !important;
    line-height: 18px !important;
}

/* Global css end */

/* Swiper slider */

/* .swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */


.swiper {
    z-index: 0 !important;
}


.swiper .swiper-pagination-bullet {
    background: #F2F3F3;
    opacity: 1;
}

.swiper .swiper-pagination-bullet-active {
    background: #0073FF;
}

/* Header CSS */

.header {
    position: relative;
}

.header .welcome-uid-name-section {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 84px;
}

.navbar {
    background-color: #08376d;
    padding: 12px 0;
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
}

.navbar-brand img {
    height: 60px;
    width: auto
}

.navbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    position: relative;
    color: #fff;
}

.navbar .navbar-nav .nav-item .nav-link::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -6px;
    left: 0;
    transition: 0.3s ease-in-out;
}

.navbar .navbar-nav .nav-item .nav-link:hover::after {
    transition: 0.3s ease-in-out;
    background-color: #ffffff !important;
}

.navbar .navbar-nav .btn-1 {
    position: relative;
}

.navbar .navbar-nav .btn-1::before {
    content: "";
    width: 1px;
    height: 32px;
    position: absolute;
    background-color: #0254a6;
    left: -16px;
    top: 6px;
}

.navbar .navbar-nav .btn-1 .login-btn {
    padding: 10px;
    width: 120px;
    border-radius: 4px;
    background-color: #0073ff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.navbar .navbar-nav .btn-1 .login-btn:hover {
    background: #fff;
    color: #0073ff;
    transition: all 0.3s ease;
}

.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler {
    border: none;
    box-shadow: none;
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    filter: invert(1);
}

.login-card {
    background: white;
    border-radius: 8px;
}

.navbar .navbar-nav {
    gap: 32px;
    position: relative;
}

.btn-primary {
    background-color: #0073ff;
    padding: 14px 28px 14px 24px;
    border-color: transparent;
}

/* Footer CSS  */

footer {
    background-color: #08376d;
    padding: 14px 0;
    width: 100%;
    color: #fff;
}

footer .footer-content .footer-info a,
footer .footer-content .footer-info .footer-copyright {
    font-size: 14px;
    line-height: 20px;
}

footer .footer-content .footer-info a.footer-location {
    margin-bottom: 6px;
}

.navbar-nav .nav {
    position: fixed;
    top: 0;
    display: flex;
    padding: 0 24px 0 24px;
    justify-content: space-between;
    width: calc(100% - 48px);
    height: 104px;
    align-items: center;
    background-color: #08376d;
}

.nav-menu {
    display: flex;
    align-items: center;
}

.nav-menu ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
}

.nav-menu ul li .link {
    font-weight: normal;
    font-family: Carlito;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    padding-bottom: 15px;
    margin: 0 25px;
}

.nav-button {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-button:before {
    background: #0254a6;
    content: "";
    width: 1px;
    height: 32px;
    display: block;
    position: absolute;
    left: 0;
}

.nav .btn {
    font-weight: bold;
    font-size: 16px;
    font-family: Carlito;
    text-decoration: none;
    border-radius: 4px;
    border: none;
    text-align: center;
    background: #0073ff;
    color: #fff;
    min-width: auto;
    line-height: 18px;
    padding: 10px 42px;
    /* margin: 4px 2px; */
    margin-left: 30px;
}

.link:hover,
.active {
    border-bottom: 2px solid #fff;
}

.footer-contact {
    display: flex;
    font-size: 20px;
    font-style: normal;
}

.footer-info {
    text-align-last: right;
}

/* p{
    font-style: normal;
    font-family: Carlito;
    font-size: 18px;
    padding: 6px;
} */
.create-account-btn {
    background-color: #0073ff;
    border: none;
}

.role-selecter {
    padding: 40px 80px 80px;
}

.login-portal {
    background-color: #08376d;
    margin: 0;
}

.Client-portal-btn {
    background-color: #0073ff;
    padding: 14px 28px 14px 24px;
}

.navbar {
    gap: 32px;
}

.nav-button {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-button:before {
    background: #0254a6;
    content: "";
    width: 1px;
    height: 32px;
    display: block;
    position: absolute;
    left: 0;
}


.form-check-label a {
    color: #007bff;
    text-decoration: none;
}

.form-check-label a:hover {
    text-decoration: underline;
}

.verifiying-heading {
    font-size: 30px;
}

.card {
    border-radius: 8px;
}

.file-upload-box {
    border: 2px dashed #dfe0e3 !important;
    border-radius: 8px;
    text-align: center;
    padding: 10px 14px 18px;
    cursor: pointer;
    background-color: #fff;
}

.file-upload-box .file-label {
    margin-bottom: 0 !important;
}

.file-input {
    display: none;
}

.file-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.img-dropdwon {
    border-radius: 4px;
    padding: 8px;
    color: #3a3d42;
    margin-bottom: 8px;
    background: #f2f3f3;
}

.fa-xmark {
    color: #7c828b;
}

.img-dropdwon-name {
    font-size: 12px;
    font-weight: 700;
}

.file-icon {
    font-size: 24px;
    color: #007bff;
}

.file-label p {
    margin: 8px 0;
}

.file-label a {
    color: #007bff;
    text-decoration: none;
}

.file-label a:hover {
    text-decoration: underline;
}

.accout-creation-section {
    margin: 170px 0;
}

.drop-section {
    color: #4b5056;
}

.card-header {
    background: #08376d !important;
}

.reset-pw {
    color: #2d3d4d;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 12px;
}

.form-label {
    font-size: 14px;
    line-height: 20px;
    color: #4b5056;
}

.Create-account-link {
    font-size: 16px;
    line-height: 24px;
    color: #3A3D42;
    margin-bottom: 0;
}

.Client-portal-login-btn {
    background: #0073ff;
}

/*  */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    overflow-y: auto;
}

/* Modal Dialog */
.modal-dialog {
    position: relative;
    width: 90%;
    max-width: 550px;
    border-radius: 8px;
    overflow: hidden;
}

/* Modal Header */
.modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #08376D;
    color: #ffffff;
    border-bottom: 1px solid #ddd;
}

.modal-title {
    font-size: 18px;
    font-weight: bold;
}

/* Close Button */
.modal-header .btn-close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

/* Modal Body */
.modal-body {
    /* padding: 0px; */
    padding: 20px 40px;
}

.modal-content {
    outline: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border: none;
}

.modal-card-align {
    padding: 0;
}

.modal-footer button {
    padding: 14px 28px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}

.pop-up-content {
    border: none;
    background-color: none !important;
}

.modal-footer {
    justify-content: center;
    border: none;
}

.button {
    align-items: center;
    width: fit-content;
}

.modal-footer .btn-primary {
    background: #007bff;
    color: white;
}

.modal-footer .btn-secondary {
    background: #6c757d;
    color: white;
}

/* Modal Animation */
.modal.fade {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.modal.show {
    opacity: 1;
    transform: translateY(0);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(16px);
    background: rgb(242 243 243 / 88%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-backdrop {
    display: none;
}

.pop-up-header {
    background-color: #08376d;
}

.pop-up-card-body {
    width: 400px;
    margin: 0 auto;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
}

/*  */
.appointments-view {
    font-size: 20px;
}

.appointments-view-all-btn {
    width: fit-content;
    padding: 10px 14px;
    border: 1px solid #cecfd3;
    color: #dedede;
    background-color: transparent;
}

.appointments-view-all-btn:hover {
    border: 1px solid #0073ff;
    color: #0073ff;
    background-color: transparent;
}

.appointments-section-content {
    gap: 24px;
}

.appointments-section {
    margin: 30px 80px;
}

.Add-New-Care-Recipient-btn {
    padding: 20px 0;
}

.appointment-profile-img {
    cursor: pointer;
    border-radius: 1px;
    padding-left: 24px;
    border-left: 2px solid #0254a6;
}

/*  */
.welcome-uid-name-section {
    background-color: #005ed4;
    padding: 6px 10px;
}

.welcome-uid-name-section-content {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 20px;
    color: white;
    font-weight: 400;
}

/*  */
.Care-Recipient-Information-section {
    border: 1px solid #dadbde;
    opacity: 80%;
    padding: 40px;
    border-radius: 8px;
}

/*  */
.btn-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.create-acc-content {
    padding-top: 250px;
}

.select-your-role-container {
    padding: 100px 0 0 0;
}

.select-your-role-container .login-card .role-selecter h6 {
    font-size: 24px;
    line-height: 32px;
    color: #3A3D42;
}

/* 6001.0-CM */

.portal-content {
    row-gap: 32px;
}

/* 6002.0-CR01-CR01 */

/* .form-asid-section {
  column-gap: 30px;
  margin-left: 52px;
} */

.form-asid-section .card p {
    font-size: 18px;
    line-height: 24px;
}

.form-asid-section .card .form-check label,
.form-asid-section .card form input {
    font-size: 16px;
    line-height: 24px;
}

.form-asid-section .card p,
.form-asid-section .card .form-check label {
    color: #3a3d42;
}

.form-asid-section .card form label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
}

.form-asid-section .card form input {
    border-radius: 4px;
}

.gender-dropdown {
    position: relative;
}

.gender-dropdown::after {
    content: " ";
    background-image: url("../icons/dropdown.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 22px;
    top: 62%;
    width: 12px;
    height: 12px;
}

.appointments-dropdown::after {
    top: 30%;
    width: 20px;
    height: 20px;
    right: 18px;
}

.recipient-section {
    margin-bottom: 40px;
    /*gap: 24px;*/
}

.dropdown-title-section h6 {
    min-width: 136px;
    margin-bottom: 0;
    font-weight: 400;
    color: #4B5056;
}

.recipient-section select {
    padding: 10px 14px;
}

.recipient-section label {
    font-size: 18px;
    line-height: 28px;
}

.new-login-card {
    font-size: 20px;
    line-height: 30px;
}

/* 6002.0-CR01-CR04 */
.medical-emargency-section {
    margin-top: 24px;
}

.medical-emargency-section h5 {
    color: #4b5056;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.save-btn-and-next {
    gap: 16px;
    margin-top: 24px;
}

.sussue-btn {
    padding: 6px 16px 6px 8px;
    background: #ecfdf3;
    display: flex;
    gap: 8px;
    border-radius: 24px;
    align-items: center;
}

.sussue-btn p {
    color: #027a48 !important;
    margin-bottom: 0;
}

.sussue-btn .actual-succes-btn {
    padding: 4px 12px;
    background: #ffffff;
    border: 1px solid #a6f4c5;
    border-radius: 16px;
}

.sussue-btn .actual-succes-btn h6 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}

/* 6002.0-CR01-CR05 */
.document-add {
    margin-top: 24px;
}

.document-add h5 {
    color: #4b5056;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 28px;
}

.document-img-dropdown {
    margin-bottom: 16px;
}

/* 6003.0-CR02 */
.time-dropdown select {
    margin-top: 29px;
}

.time-title h5 {
    font-size: 18px;
    line-height: 28px;
    color: #4b5056;
}

.address-feild {
    margin-top: 0;
}

.time-check label {
    color: #4b5056;
}

.gender-dropdown label {
    margin-left: 0 !important;
}

/* 6010.0-CM */
.setting-section {
    padding: 0 !important;
    width: auto !important;
}

.setting-section .card-body {
    padding: 40px;
}

.setting-section .active-status h6 {
    font-size: 18px;
    line-height: 28px;
}

.setting-section .active-status h6 span {
    color: #19b05c;
}

.edit-feild {
    position: relative;
}

.edit-feild::after {
    position: absolute;
    content: "";
    background-image: url("../icons/editIcon.svg");
    top: 55%;
    right: 20px;
    width: 20px;
    height: 20px;
}

.img-info {
    font-size: 12px;
    line-height: 22px;
    color: #4b5056;
    margin-top: 6px;
    margin-bottom: 0;
}

/* 6002.0-CR01-CR02 */

.medical-history {
    margin: 0 40px;
}

.medical-history .label-title {
    width: 18.6%;
}

.medical-history .main-medcal-history {
    margin: 40px 0;
}

.medical-history .main-medcal-history h5 {
    width: 23%;
    font-size: 20px;
    line-height: 30px;
    color: #3a3d42;
    position: relative;
    margin: 0;
}

.medical-history .main-medcal-history hr {
    width: 76%;
    color: #cecfd3;
    opacity: 1;
    margin: 0;
}

.medical-history .add-img-section {
    column-gap: 60px;
    margin-bottom: 40px;
}

.medical-history .msg-textarea,
.medical-history .add-img-content {
    width: 100%;
}

.form-control.textarea-h {
    min-height: 192px;
    overflow: hidden;
    overflow-y: auto;
    resize: none;
}

/* 6008.0 CR03 CSS */

.recipient-dropbox h5 {
    width: 33%;
}

.nurse-section {
    padding: 16px;
    border-radius: 8px;
}

.nurse-section p {
    color: #7c828b;
}

.nurse-section .nurse-img {
    width: 120px;
    height: 120px;
    border-radius: 8px;
}

.nurse-section .btn-2 {
    padding: 10px 14px;
    width: 166px;
}

/* 6009.0 CR01 page CSS */

.care-recipient .recipient-dropbox h5 {
    width: 20%;
}

.care-recipient .border-bg {
    padding: 40px;
}

.care-recipient .nurse-section {
    padding: 0;
}

.care-recipient .nurse-section p {
    font-size: 16px;
    line-height: 24px;
}

.recipient-content h6 {
    font-size: 18px;
    line-height: 28px;
    color: #4b5056;
    font-weight: 700;
}

.recipient-content p {
    font-size: 16px;
    line-height: 24px;
    color: #3a3d42;
    font-weight: 400;
}

.recipient-content .img-dropdwon p {
    font-size: 12px;
    line-height: 18px;
}

.recipient-content .form-check .form-check-input, .form-check-input {
    border: 2px solid #0073ff;
}

.recipient-content .form-check .form-check-label {
    color: #3a3d42;
}

.recipient-content .checkbox-section {
    column-gap: 32px;
}

.recipient-content input[disabled] {
    background: #f2f4f5;
    border: 2px solid #dadbde !important;
    position: relative;
}

.recipient-content input[disabled]::after {
    content: "";
    width: 17px;
    height: 2px;
    display: block;
    background: #dadbde;
    position: absolute;
    top: 50%;
    left: 2px;
}

.recipient-content a.recipient-history {
    font-size: 18px;
    line-height: 28px;
    color: #0073ff;
}

.recipient-content a.recipient-history:hover {
    color: #08376d;
}

/* 6011.0 CM Page CSS */

.care-recipient .card-border-bg {
    margin-bottom: 165px;
}

.card-border-bg .card-header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 12px;
}

.card-border-bg .invoice-section h4 {
    font-size: 30px;
    line-height: 38px;
}

.care-recipient .card-border-bg .appointment-section1 .nurse-section .nurse-info .nursh-title {
    color: #222426;
}

.card-border-bg .invoice-section h6 {
    font-size: 20px;
    line-height: 30px;
}

.card-border-bg .invoice-section h4,
.card-border-bg .invoice-section h6 {
    color: #3a3d42;
    font-weight: 700;
}

.card-border-bg .invoice-section p {
    font-size: 18px;
    line-height: 28px;
    position: relative;
    font-weight: 400;
    color: #3a3d42;
}

.card-border-bg .invoice-section .invoice-bill p::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #dadbde;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: -14px;
}

.card-border-bg .invoice-section .invoice-table table {
    table-layout: fixed;
    width: 100%;
}

.card-border-bg .invoice-section table tr th {
    border-top: 1px solid #cecfd3;
}

.card-border-bg .invoice-section table tr th,
.card-border-bg .invoice-section table tr td {
    border-bottom: 1px solid #cecfd3;
    padding: 12px 12px 12px 0;
    font-size: 16px;
    line-height: 24px;
    color: #3a3d42;
    font-weight: 400;
}

.card-border-bg .invoice-section .invoice-table table tr th,
.card-border-bg .invoice-section .invoice-table table tr td {
    white-space: pre;
}

.card-border-bg .invoice-section table tr td {
    color: #656b74;
}

.card-border-bg .invoice-section .table-amount {
    width: 45%;
    margin-left: auto;
}

.card-border-bg .invoice-section .table-amount table tr td {
    color: #3a3d42;
    font-size: 18px;
    line-height: 28px;
    padding: 12px 0;
}

.card-border-bg .invoice-section .table-amount table tr td:last-child {
    width: 66%;
}

.card-border-bg .main-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #3a3d42;
}

.card-border-bg .appointment-section1 .appointment-content {
    border: 1px solid #cecfd3;
    border-radius: 8px;
    padding: 20px;
}

.care-recipient .appointment-section1 .nurse-section {
    padding: 24px 32px;
}

.care-recipient .appointment-section1 .payment-method-link {
    font-size: 14px;
    line-height: 20px;
    color: #0073ff;
}

/* Responsive Adjustments */

@media screen and (max-width: 474px) {
    .nurse-info {
        flex-direction: column;
    }
}

@media screen and (max-width: 575px) {
    .modal-dialog {
        margin: 0 auto;
    }

    .popup-spacing {
        padding: 24px;
    }

    .sussue-btn {
        padding: 6px 2px 6px 2px;
    }

    .navbar-brand img {
        height: auto;
        width: 84px;
    }

    .recipient-section {
        gap: 12px;
    }

    .recipient-section h5 {
        width: auto;
        font-size: 12px;
    }

    .recipient-section select {
        font-size: 12px;
    }

    .appointments-dropdown::after {
        right: 8px;
        top: 20%;
        padding: 12px;
    }

    .role-selecter {
        padding: 24px;
    }

    .footer-para {
        font-size: 14px;
        line-height: 23px;
    }

    .footer {
        padding: 20px;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .footer-info {
        text-align-last: center;
    }

    .navbar .navbar-nav {
        align-items: center;
    }

    /* huburger */
    /* .nav-home:hover::after{
        left: 129px;
        transition:  0.3s ease-in-out;
        background-color: #FFFFFF !important;
        width: 12.5%;
        bottom: 147px;
      } */
    /* .nav-about-us:hover::after{
        left: 119px;
        transition:  0.3s ease-in-out;
        background-color: #FFFFFF !important;
        width: 19.8%;
        bottom: 73px;
      } */
    /*  */
    .verifying-content {
        padding: 10px !important;
    }

    .verifiying-heading {
        font-size: 26px;
        padding: 16px 0;
    }

    .verifiying-para-1 {
        font-size: 12px;
        line-height: 18px;
    }

    .reset-pw {
        font-size: 12px;
    }

    .form-label {
        font-size: 12px;
    }

    .Create-account-link {
        font-size: 14px;

    }

    .accout-creation-section {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }

    .appointments-section {
        margin: 24px;
    }

    .appointments-view {
        font-size: 12px;
    }

    .Add-New-Care-Recipient-btn {
        padding: 14px 0;
    }

    .appointment-profile-img {
        border: none !important;
        padding: 0;
    }

    .welcome-uid-name-section-content {
        font-size: 12px;
    }

    .pop-up-card-body {
        width: auto;
    }

    .header .welcome-uid-name-section {
        top: 78px;
    }

    .time-dropdown select {
        margin-top: 0;
    }

    .time-dropdown::after {
        top: 35%;
    }

    .border-bg {
        margin: 20px 16px;
    }

    .card-border-bg .invoice-section .table-amount table tr td:last-child {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {

    .popup-spacing {
        padding: 36px;
    }


    .select-your-role-container .login-card .role-selecter h6 {
        font-size: 20px;
        line-height: 30px;
    }

    .modal-dialog {
        width: 95%;
        margin: 15% auto;
    }

    .select-your-role-container {
        padding: 100px 0 0 0;
    }

    .portal-content {
        row-gap: 24px;
    }

    h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .btn-2,
    .nurse-section .btn-2 {
        width: 96px;
        padding: 8px 16px;
        height: 44px;
    }

    .all-btns-1,
    .all-btns-2 {
        font-size: 16px;
        line-height: 24px;
        width: auto;
    }

    .hospice-appointment-section .nurse-section .btn-2 {
        width: fit-content;
        padding: 8px;
    }

    .form-check-input {
        width: 16px;
        height: 16px;
    }

    .section-content {
        padding-top: 175px;
        padding-bottom: 36px;
    }

    .border-bg,
    .care-recipient .border-bg {
        padding: 24px;
    }

    .medical-history.section-content1 {
        padding-top: 140px;
    }

    .medical-history {
        margin: 0 16px;
    }

    .medical-history .label-title,
    .medical-history .main-medcal-history h5,
    .medical-history .main-medcal-history hr {
        width: 100%;
    }

    .medical-history .main-medcal-history h5 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .form-control.textarea-h {
        min-height: 120px;
    }

    .nurse-section .nurse-img {
        width: 96px;
        height: 96px;
    }

    .font18 {
        font-size: 16px;
        line-height: 24px;
    }

    .mb-40 {
        margin-bottom: 24px;
    }

    .recipient-content .w-50 {
        width: 100% !important;
    }

    .card-border-bg .invoice-section h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .p-40 {
        padding: 24px;
    }

    .card-border-bg .invoice-section h6 {
        font-size: 18px;
        line-height: 24px;
    }

    .card-border-bg .invoice-section p {
        font-size: 16px;
        line-height: 22px;
    }

    .card-border-bg .invoice-section table tr th,
    .card-border-bg .invoice-section table tr td {
        padding: 8px 20px 8px 0;
    }

    .card-border-bg .invoice-section .table-amount {
        width: 100%;
    }

    .card-border-bg .invoice-section .table-amount table tr td {
        padding: 8px 0;
    }

    .card-border-bg .appointment-section1 .appointment-content {
        padding: 16px;
    }

    .card-border-bg .main-title {
        font-size: 16px;
        line-height: 24px;
    }

    .care-recipient .appointment-section1 .nurse-section {
        padding: 20px;
    }

    .care-recipient .card-border-bg {
        margin-bottom: 80px;
    }

    .card-border-bg .invoice-section .invoice-bill p::before {
        top: 8px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .navbar-brand img {
        width: 94px;
    }

    .time-dropdown select {
        margin-top: 0;
    }

    .time-dropdown::after {
        top: 35%;
    }

    .role-selecter {
        padding: 30px;
    }

    .footer-para {
        font-size: 12px;
        line-height: 0px;
    }

    .recipient-section {
        gap: 12px;
    }

    .recipient-section h5 {
        width: auto;
        margin-bottom: 0;
        font-size: 16px;
    }

    .recipient-section select {
        font-size: 16px;
    }

    .appointments-dropdown::after {
        right: 8px;
        top: 28%;
        padding: 12px;
    }

    .footer {
        padding: 20px;
        gap: 30px;
        align-items: center;
    }

    .footer-info {
        text-align-last: center;
    }

    .navbar .navbar-nav {
        align-items: center;
    }

    /*  */
    .verifying-content {
        padding: 10px !important;
    }

    .verifiying-heading {
        font-size: 26px;
        padding: 16px 0;
    }

    .verifiying-para-1 {
        font-size: 12px;
        line-height: 18px;
    }

    /*  */
    /*  */
    .reset-pw {
        font-size: 14px;
    }

    .form-label {
        font-size: 14px;
    }

    .Create-account-link {
        font-size: 12px;
    }

    .accout-creation-section {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }

    .appointments-section {
        margin: 18px;
    }

    .appointments-view {
        font-size: 16px;
    }

    .Add-New-Care-Recipient-btn {
        padding: 16px 0;
    }

    .appointment-profile-img {
        border: none !important;
        padding: 0;
    }

    .welcome-uid-name-section-content {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .popup-spacing {
        padding: 36px 60px;
    }

    .navbar-brand img {
        width: 100px;
    }

    .role-selecter {
        padding: 40px 60px;
    }

    .navbar .navbar-nav {
        align-items: center;
    }

    .verifiying-heading {
        font-size: 26px;
        padding: 0px 0 0px;
    }

    .verifiying-para-1 {
        font-size: 12px;
        line-height: 18px;
    }

    .reset-pw {
        font-size: 14px;
    }

    .Create-account-link {
        font-size: 12px;
    }

    .accout-creation-section {
        flex-direction: column-reverse;
        align-items: center;
        gap: 30px;
    }

    .appointment-profile-img {
        border: none !important;
        padding: 0;
    }

    .appointments-section {
        margin: 18px;
    }

    .appointments-view {
        font-size: 16px;
    }

    .Add-New-Care-Recipient-btn {
        padding: 16px 0;
    }

    .appointment-profile-img {
        border: none !important;
        padding: 0;
    }

    .Appointments-section-widht {
        width: 68%;
    }

    .welcome-uid-name-section-content {
        font-size: 16px;
    }

    .section-content {
        padding-top: 196px;
        padding-bottom: 36px;
    }

    .border-bg {
        padding: 30px;
    }

    .medical-history .main-medcal-history h5 {
        width: 62%;
    }

    .medical-history .add-img-section {
        column-gap: 24px;
    }

    .card-border-bg .invoice-section .table-amount {
        width: 48%;
    }
}

@media screen and (max-width: 991px) {
    .navbar .navbar-nav {
        gap: 20px;
    }

    .navbar .navbar-nav .btn-1::before {
        content: none;
    }

    .select-your-role-container {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .form-asid-section {
        margin-left: 0;
    }

    .form-asid-section .card {
        width: 100%;
        padding: 24px;
    }

    .form-asid-section .card p {
        font-size: 16px;
        line-height: 24px;
    }

    .px-spacing {
        padding: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .mb-40 {
        margin-bottom: 28px;
    }

    .form-control.textarea-h {
        min-height: 160px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .verifiying-heading {
        font-size: 26px;
        padding: 0px 0;
    }

    .gender-dropdown::after {
        right: 16px;
    }

    .recipient-section h5 {
        width: 253px;
    }

    .verifiying-para-1 {
        font-size: 12px;
        line-height: 18px;
    }

    .appointments-section {
        margin: 51px;
    }

    .time-dropdown::after {
        top: 34%;
    }

    .role-selecter {
        padding: 40px 54px 54px;
    }

    .form-asid-section {
        margin-left: 12px;
    }

    .btn-2 {
        width: 96px;
        padding: 8px 16px;
        height: 44px;
    }

    .all-btns-1,
    .all-btns-2 {
        font-size: 16px;
        line-height: 24px;
        width: auto;
    }

    .resize-img {
        height: 1024px;
        object-fit: cover;
        object-position: left;
    }

    h3 {
        font-size: 26px;
    }

    .form-asid-section .card p {
        font-size: 16px;
        line-height: 20px;
    }

    .form-asid-section .card {
        padding: 32px;
        width: 65%;
    }

    .border-bg {
        padding: 42px;
    }

    .medical-history .label-title {
        width: 30%;
    }

    .medical-history .main-medcal-history h5 {
        width: 38.5%;
    }

    .medical-history .add-img-section {
        column-gap: 36px;
    }

    .recipient-dropbox h5,
    .care-recipient .recipient-dropbox h5 {
        width: 36%;
    }

    .card-border-bg .invoice-section .table-amount {
        width: 50%;
    }
}

@media screen and (max-width: 1199px) {
    .card-border-bg .invoice-section .invoice-table table {
        table-layout: auto;
    }

    .btn-5 {
        width: 140px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .reset-pw {
        font-size: 16px;
        width: 100%;
    }

    .form-label {
        font-size: 14px;
        line-height: 20px;
    }

    .time-dropdown::after {
        top: 34%;
    }

    .Create-account-link {
        font-size: 12px;
    }

    .time-dropdown select {
        margin-top: 0;
    }

    .resize-img {
        height: 920px;
        object-fit: cover;
        object-position: left;
    }

    .medical-history .label-title {
        width: 23.2%;
    }

    .medical-history .main-medcal-history h5 {
        width: 29.1%;
    }

    .recipient-dropbox h5 {
        width: 42%;
    }

    .care-recipient .recipient-dropbox h5 {
        width: 26%;
    }

    .card-border-bg .invoice-section .table-amount {
        width: 42%;
    }

    .border-bg {
        padding: 40px;
    }
}

@media screen and (min-width: 576px) and (max-width: 1399px) {
    .border-bg {
        margin: 24px 0;
    }

    .care-recipient .border-bg {
        margin: 24px;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1440px !important;
    }
}


.custom-select__selected p:first-child {
    width: 100%;
}

.custom-select__selected p:last-child {
    width: 2%;
}

/* Table css  */

.table-list.table-responsive {
    border-radius: 8px;
    border: 1px solid #dadbde;
}

.table-list .table {
    margin-bottom: 0;
    border: 0;
}

.table-list .table thead tr th,
.table-list .table tbody tr td {
    padding: 16px 24px;
    vertical-align: middle;
}

.table-list .table thead tr th {
    background: #0073ff;
    color: #fff;
    padding: 10px 24px;
}

.table-list .table tbody tr td {
    border-bottom: 1px solid #dadbde;
}

.table-list .table tbody tr:last-child td {
    border-bottom: none;
}

.table-list .table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    background: #fff;
    --bs-table-bg-type: #fff;
}

.table-list .table-striped > tbody > tr:nth-child(even) > td {
    background: #f2f3f3;
}

table tr td:first-child img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.table-list .table tbody tr td .btn-2 {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 30px;
    width: auto;
}

/* 6002 CR01 CR03 */
.recipient-status .checkbox-section {
    row-gap: 32px;
}

.recipient-status .checkbox-section .form-check-input[type="checkbox"] {
    border: 2px solid #0073ff;
}

/* 6008.0 */

.table-app-history .btn-2 {
    padding: 14px 28px;
    font-size: 18px;
    line-height: 28px;
}

.table-app-history .recipient-dropbox h5 {
    width: 25%;
}

nav .pagination {
    margin-top: 80px;
}

nav .pagination .page-item .page-link {
    border-radius: 6px;
    width: 48px;
    height: 48px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 28px;
    color: #4b5056;
    border: 0;
}

nav .pagination .page-item.active .page-link,
nav .pagination .page-item .page-link:hover,
nav .pagination .page-item .page-link:focus {
    color: #fff;
    background: #0073ff;
    box-shadow: none;
}

nav .pagination .page-item.active .page-link img,
nav .pagination .page-item .page-link:focus > img,
nav .pagination .page-item .page-link:hover > img {
    transition: filter 0.3s ease;
}

nav .pagination .page-item .page-link:hover > img,
nav .pagination .page-item.active .page-link img,
nav .pagination .page-item .page-link:focus > img {
    filter: brightness(0) invert(1);
}

nav .pagination .page-item .page-link.disabled-page-link {
    background: rgb(218, 219, 222, 0.5);
}

nav .pagination .page-item .page-link.disabled-page-link img {
    opacity: 0.1;
}

nav .pagination .page-item .page-link.disabled-page-link:hover > img {
    filter: none;
}

/* 6003.0 CR01*/

.recipient-list1 .card .card-body {
    padding: 40px 60px;
}

.recipient-list1 .card .card-body .nurse-section {
    padding: 32px 60px;
}

.nurse-section .nurse-info .nursh-title {
    color: #222426;
}

.care-recipient .nurse-section .nurse-info p,
.care-recipient .nurse-section .nurse-info p a {
    color: #7c828b;
}

.care-recipient .nurse-section .nurse-info p a {
    font-weight: 600;
}

/* 6013.0 CM  */

.care-recipient-about .nurse-about-me-section h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #4B5056;
}

.care-recipient-about .nurse-about-me-section p,
.care-recipient-about .nurse-about-me-section ul li {
    font-size: 16px;
    line-height: 24px;
    color: #3A3D42;
}

.nurse-about-section ul li span.text-red {
    color: #F04438;
}

.care-recipient-about .nurse-about-section ul li {
    margin-bottom: 4px;
    position: relative;
    margin-left: 16px;
}

.care-recipient-about .nurse-about-section ul li:before,
.nurse-about-section ul li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0073FF;
    position: absolute;
    left: -16px;
    top: 9px;
}

.care-recipient-about .nurse-review-section {
    width: 44%;
    min-width: 44%;
}

.care-recipient-about .nurse-review-section .client-review {
    border: 1px solid #E7EAEC;
    padding: 32px 32px 24px;
    border-radius: 8px;

}

.care-recipient-about .nurse-about-me-section .client-review-menu .client-profile img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.care-recipient-about .nurse-about-me-section .client-review .swiper p {
    color: #133240;
    letter-spacing: 0.6px;
    margin-bottom: 36px;
}

.care-recipient-about .nurse-about-me-section .nurse-review-section .certificate-img img {
    width: 80%;
    border-radius: 10px;
}

/* 6004.0 CM */

.appointment-tab .nav {
    border: none;
    border-radius: 8px;
    background: #F2F3F3;
}

.appointment-tab .nav .nav-link {
    color: #656B74;
    border: none;
    border-radius: 8px;
}

.appointment-tab .nav .nav-link.active,
.appointment-tab .nav .nav-link:hover {
    background: #0073FF;
    color: #fff;
    border-radius: 8px;
    border: none;
}

.appointment-table.table-list.table-responsive {
    border: none;
    border-radius: 0;
}

.appointment-table .table thead tr th {
    background: #fff;
    color: #7C828B;
    padding: 0 16px 16px 0;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    border: none;
    font-family: "Carlito", sans-serif;
}

.appointment-table .table tbody tr td {
    padding: 0 16px 16px 0;
    border: 0;
    color: #3A3D42;
    font-size: 14px;
    line-height: 20px;
    font-family: "Carlito", sans-serif;
}

.appointment-table .table tbody tr:last-child td {
    padding: 0 16px 0 0;
}

.appointment-table .table tbody tr td:last-child,
.appointment-table .table thead tr th:last-child {
    width: 1%;
}

.appointment-table .table tbody tr td .btn-2 {
    padding: 10px 24px;
    width: 112px;
    font-family: "Carlito", sans-serif;
}

.appointment-tab .view-more-tag {
    font-size: 14px;
    line-height: 20px;
    color: #0073FF;
    font-weight: 700;
    transition: all 0.3s ease;
}

.appointment-tab .view-more-tag:hover {
    color: #08376D;
    text-decoration: underline;
    font-family: "Carlito", sans-serif;
    transition: all 0.3s ease;
}

@media screen and (max-width: 575px) {
    .section-content1 {
        padding-top: 110px;
    }

    .care-recipient-about .nurse-about-me-section .client-review .swiper p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .recipient-status .checkbox-section {
        row-gap: 16px;
    }

    .table-app-history .btn-2 {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 24px;
    }

    nav .pagination .page-item .page-link {
        width: 36px;
        height: 36px;
        font-size: 16px;
        line-height: 24px;
    }

    nav .pagination .page-item .page-link img {
        width: 16px;
        height: 16px;
    }

    .recipient-dropbox h5,
    .care-recipient .recipient-dropbox h5,
    .table-app-history .recipient-dropbox h5 {
        width: 100%;
        text-align: left !important;
    }

    .recipient-list1 .card .card-body,
    .recipient-list1 .card .card-body .nurse-section {
        padding: 24px;
    }

    .care-recipient-about .nurse-review-section {
        width: 100%;
    }


}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .recipient-dropbox h5,
    .care-recipient .recipient-dropbox h5 {
        width: 30%;
    }

    .table-app-history .recipient-dropbox h5 {
        width: 26%;
    }

    .care-recipient-about .nurse-review-section {
        width: 100%;
    }

    .care-recipient-about .nurse-review-section .client-review,
    .care-recipient-about .nurse-review-section .certificate-img {
        width: 50% !important;
    }
}

@media screen and (max-width: 991px) {
    .care-recipient-about .nurse-about-me-section .client-review-menu .client-profile img {
        width: 60px;
        height: 60px;
    }

    .care-recipient-about .nurse-about-me-section .client-review-menu .client-star img {
        height: 16px;
    }

    .care-recipient-about .nurse-review-section .client-review {
        padding: 20px 20px 12px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .table-app-history .recipient-dropbox h5 {
        width: 30%;
    }

    .recipient-status .checkbox-section {
        row-gap: 24px;
    }

    .recipient-list1 .card .card-body,
    .recipient-list1 .card .card-body .nurse-section {
        padding: 24px 36px;
    }

    .logo-aside-img {
        height: 150px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .table-app-history .recipient-dropbox h5 {
        width: 35%;
    }

    .logo-aside-img {
        height: 150px;
    }
}


/* 4000 series  */
ul.form-steps-ul {
    background: #f2f4f5;
    overflow-x: scroll;
}

ul.form-steps-ul::-webkit-scrollbar {
    display: none;
}

.form-steps-ul .nav-items .nav-link {
    font-size: 16px;
    line-height: 1.3;
    color: #7C828B;
    font-weight: 700;
    padding: 10px 20px;
    background: transparent;
    white-space: pre;
}

.form-steps-ul li.nav-items.active .nav-link {
    background: #0073FF;
    color: #fff;
}

ul.check-up-activity {
    padding: 10px;
    background: #F2F3F3;
}

ul.check-up-activity li.nav-items {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    padding: 0 10px;
    border-right: 1px solid #D9D9D9;
}

ul.check-up-activity li.nav-items:last-child {
    border-right: none;
    padding: 0 0 0 28px;
}

ul.check-up-activity li.nav-items:first-child {
    padding: 0 28px 0 0;
}

.form-steps-section .checkbox-flex1 .checkbox-section .form-check {
    flex: 0 0 20%;
}

.form-steps-section .checkbox-flex2 .checkbox-section .form-check {
    flex: 1;
}

.form-steps-section .form-control {
    width: 96%;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.input-half-w h6 {
    width: 60%;
}

/* 4006.0 CM */

.encounters-details {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.encounters-details .all-notes-size {
    background: #F2F3F3;
    border-radius: 8px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding: 16px 0;
}

.all-notes-size h5 {
    padding: 0 16px 8px;
}

.encounters-boxes.card {
    border: none;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding: 24px;
    background: #ffffff;
    margin-top: 10px;
}

.notes-boxes.card {
    background: rgba(240, 68, 56, 0.08);
}

.completed-notes-boxes.card {
    background: rgba(25, 176, 92, 0.08);
}

.encounters-boxes.card .card-header,
.encounters-boxes.card .card-body,
.encounters-boxes.card .card-footer {
    padding: 0 !important;
}

.encounters-boxes .card-header {
    background: transparent !important;
    border: none;
}

.encounters-boxes .card-header h6,
.encounters-boxes .card-body p {
    color: #222426;
}

.notes-boxes .card-header h6 {
    color: #f04438;
}

.encounters-boxes .card-footer {
    background: transparent;
    border-top-color: #DADBDE;
}

.encounters-boxes .card-footer p {
    font-size: 14px;
    line-height: 18px;
}

.overflowBoxs {
    max-height: 1060px;
    overflow-y: auto;
    padding: 0 16px;
}


/* 4006.0 CR01 */
.patient-dashboard {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.patient-files {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.file-details {
    border: 1px solid #007AFF;
    cursor: pointer;
    border-radius: 8px;
    padding: 24px;
    background: #fff;
    min-height: 132px;
}

.file-details:hover {
    background: #007AFF;
}

.file-details h6 {
    color: #000;
    font-weight: 400;
}

.file-details:hover > h6 {
    color: #fff;
}

.all-assessment {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.assessement-details {
    padding: 24px;
    border-radius: 8px;
    background: #fff;
    min-height: 162px;
}

.assessement-details h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #222426;
}

.assessement-details a {
    color: #0073FF;
    font-size: 16px;
    line-height: 24px;
}

.assessement-details a:hover {
    color: #08376d;
}

.nurse-rounded-img img {
    width: 60px;
    border-radius: 50%;
}

.medi-services .appointments-dropdown::after {
    top: 55%;
    width: 20px;
    height: 20px;
    right: 24px;
}


/* 4013.0 CM */

.table-list1 {
    max-height: 560px;
}

.table-list1 table {
    table-layout: fixed;
    width: 100%;
}

.table-list1 table tr th,
.table-list1 table tr td {
    width: 25%;
    padding: 8px 16px !important;
}

.table-list1 table tr td .btn-2 {
    width: 95px !important;
}

.table-list1 table tr th:first-child,
.table-list1 table tr td:first-child,
.table-list1 table tr th:nth-child(3),
.table-list1 table tr td:nth-child(3) {
    text-align: center;
}

.table-list1 table tr td .table-btn {
    display: flex;
    justify-content: center;
}

/* *******************************
message-area
******************************** */

.message-area {
    max-height: 1060px;
    overflow: hidden;
    background: #f5f5f5;
}

.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    overflow: hidden;
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 465px;
    float: left;
    padding: 0 0 40px 0;
}

.chat-area .modal-content1 {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
    padding-bottom: 40px;
}


.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 1px solid #ccc;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

#sendConversationMessage, #sendNewProviderConversationMessage {
    height: 44px;
    width: 140px;
}

.msg-search {
    padding: 0 24px 30px;
    border-bottom: 1px solid #CECFD3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 24px;
}

.msg-search .appointments-dropdown::after {
    top: 25%;
    width: 20px;
    height: 20px;
    right: 12px;
}

.chat-area .form-control {
    display: block;
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

a.add img {
    height: 36px;
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}

.msg-btn1 {
    display: flex;
    justify-content: center;
    border-radius: 8px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0);
}

.chatlist .modal-dialog-scrollable .modal-body {
    height: calc(100vh - 164px);
    overflow-y: auto;
}

.chatbox .modal-dialog-scrollable .modal-body {
    height: calc(100vh - 124px);
    overflow-y: auto;
}

.chat-list {
    padding: 30px 24px;
}

.chat-list h3 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list a.d-flex {
    position: relative;
    text-decoration: none;
    padding: 24px 0;
    border-top: 1px solid #DADBDE;
}

.chat-list a.d-flex:first-child {
    border-top: none;
}

.chat-list a.d-flex .msg-time {
    font-size: 14px;
    line-height: 18px;
    color: #008CFF;
    text-transform: lowercase;
}

.chat-list a.d-flex .msg-time.msgNumber {
    padding: 6px;
    background: #008cff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}


.chat-list a.d-flex .readable-text {
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.chat-list .active {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.msg-head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.msg-head {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
}

.msg-body ul li {
    list-style: none;
}

.msg-body ul > li.sender,
.msg-body ul > li.repaly {
    margin-bottom: 40px;
    width: 63%;
}

.msg-body ul > li.sender:last-child,
.msg-body ul > li.repaly:last-child {
    margin-bottom: 20px;
}

.msg-body ul li.sender {
    display: block;
    position: relative;
}


.msg-body ul li.sender p {
    background: #F2F3F3;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.msg-body ul li .time,
.msg-body ul li .time {
    color: #B5B9BD;
}

.msg-body ul li.sender p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    margin-left: auto;
}


.msg-body ul li.repaly p {
    background: #EBFAFF;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li p {
    color: #32475A;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 10px 20px;
    margin-bottom: 0;
}


.msg-body ul li.repaly p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly:after {
    display: block;
    content: '';
    clear: both;
}


.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

li.repaly .time {
    margin-right: 20px;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #EBEBEB;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    padding: 40px 20px 0;
}

.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
}

.send-box .form-control {
    display: block;
    width: 100%;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #9FA2A8;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #DADBDE;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.send-box a.btn-2 {
    height: 44px;
    width: 110px;
}

.send-box button i {
    margin-right: 5px;
}

.send-btns {
    position: absolute;
    display: flex;
    column-gap: 8px;
    right: 140px;
}

.send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #F6F7FA;
    background-clip: padding-box;
    border: 1px solid #F6F7FA;
    border-radius: 3px;
    margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
    margin-right: 5px;
}

.button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

button:focus {
    outline: 0;
}

.add-apoint {
    display: inline-block;
    margin-left: 5px;
}

.add-apoint a {
    text-decoration: none;
    background: #F6F7FA;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #343945;
}

.add-apoint a svg {
    margin-right: 5px;
}

.chat-icon {
    display: none;
}

.closess i {
    display: none;
}

.send-box form {
    width: 100%;
}

/* 4002.0 CM */

.text-alertMsg {
    padding: 16px;
    margin: 80px 0;
    border-radius: 8px;
}

.text-danger-msg {
    background: rgba(240, 68, 56, 0.1);
    color: #f04438;

}

.text-success-msg {
    background: rgba(25, 176, 92, 0.1);
    color: #19B05C;
}

/** Kiran Kanzar */
.appointment-profile-img {
    padding-left: 0px;
    border-left: 0;
    border-radius: 50px;
    width: 60px;
    height: 60px;
}

.error, .Max3HealthcareProviderMessage p {
    color: #dc3545 !important;
}

.patient-profile-image {
    width: 100px;
    height: auto;
}

#viewBillingInfo .modal-dialog,
#viewPaystubsInfoModal .modal-dialog,
#encounterNotesModal .modal-dialog {
    max-width: 100%;
}

#ViewDocumentModal .modal-dialog {
    max-width: 75%;
}

.viewDocumentInModalButton {
    border: none;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.encounter-rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.encounter-rate .checked {
    color: orange;
}

.viewPatientInformation .code-status label {
    margin-right: 20px;
}

.displayProviderInformation {
    cursor: pointer;
}

.patient-profile-image-75px,
.provider-profile-image-75px {
    width: 75px;
    height: 75px;
}

.field-icon {
    float: right;
    margin-right: 10px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}

/* Calendar Design */
.fc-event-custom {
    background-color: #f8f9fa;
    color: #333;
    padding: 5px;

}

.fc-v-event {
    background-color: transparent !important;
    border: none !important;
    display: block;
}

.fc-timegrid-slot-label-frame {
    text-transform: uppercase;
}

/* Monthly Calendar design */
#monthlyCalendar .fc-event-custom.stat {
    border-left: 5px solid #F04438;
}

#monthlyCalendar .fc-event-custom.schedule {
    border-left: 5px solid #19B05C;
}

#monthlyCalendar .fc-event-custom.previous_patient {
    border-left: 5px solid #0073FF;
}

#monthlyCalendar .fc-event-custom.pending {
    border-left: 5px solid #222426;
}

#monthlyCalendar .fc-daygrid-dot-event:hover {
    background: transparent;
}

#monthlyCalendar .fc-daygrid-day-number {
    padding-right: 25px;
    padding-top: 5px;
    font-size: 20px;
}

#monthlyCalendar .fc-event-custom.notes_require {
    border-left: 5px solid #EAB71F;
}

/* Weekly Calendar design */
#weeklyCalendar .fc-v-event .fc-event-main {
    color: #000000;
}

#weeklyCalendar .statEncounterClass {
    border-radius: 4px;
    border: 2px solid #F04438 !important;
    font-weight: 700;
}

#weeklyCalendar .scheduleEncounterClass {
    border-radius: 4px;
    border: 2px solid #19B05C !important;
    font-weight: 700;
}

.fc-customThreeDay-view .fc-event,
.fc-timeGridWeek-view .fc-event,
.fc-timeGridDay-view .fc-event {
    text-align: center;
}

#weeklyCalendar .previous_patientEncounterClass {
    border-radius: 4px;
    border: 2px solid #0073FF !important;
    font-weight: 700;
}

#weeklyCalendar .pendingEncounterClass {
    border-radius: 4px;
    border: 2px solid #222426 !important;
    font-weight: 700;
}

#weeklyCalendar .notes_requireEncounterClass {
    border-radius: 4px;
    border: 2px solid #EAB71F !important;
    font-weight: 700;
}

/** Kiran Kanzar */


/*22-05*/

footer {
    margin-top: 24px;
}

/*X-close Design */

.deletePatientDocument {
    border: none;
}

/*button design */

.btn-outline-primary {
    background: transparent;
    color: #0073ff;
}

/*checkbox design */

.checkbox-section .form-check-input {
    margin-right: 8px;
}

.checkbox-section .row-gap-lg-4 .col-6 .form-check {
    margin-bottom: 16px
}

/* nurse page design */
.nurse-info {
    gap: 16px;
}

.nurse-img img {
    border-radius: 8px;
}

.nurse-section .nurse-info .nursh-title a {
    color: #222426;
}

.nurse-section p {
    font-size: 16px;
    line-height: 24px;
}

/* 4013.0 CM PUE01 */

.invoice-table1 tr th {
    border-top: none !important;
}

.invoice-table1 tr td {
    border-bottom: none !important;
}

/* 4002.0 CR01 CR06 */
.tag-option {
    position: relative;
}

.tag-option .plus-icon {
    position: absolute;
    right: 12px;
    top: 42px;
}

.tags {
    max-height: 100px;
    overflow: hidden;
    overflow-y: auto;

}

.tags ul.navbar-nav {
    gap: 8px;
}

.tags ul li .tag-title {
    padding: 8px 18px;
    display: flex;
    column-gap: 16px;
    border-radius: 8px;
    background: #F2F3F3;
}

.tags ul li .tag-title p {
    color: #7C828B;
    font-size: 14px;
    line-height: 18px;
}

/* 4005.0 CM  */

.msgCard-resize {
    margin: auto 24px 24px auto;
}

.popup-open .chatbox .modal-dialog-scrollable .modal-body {
    height: calc(100vh - 300px);
}

.popup-open .send-box {
    padding: 40px 20px;
}

.popup-open .msg-body ul > li.sender,
.popup-open .msg-body ul > li.repaly {
    width: 100%;
}

.popup-open .msg-body ul li.sender ul.navbar-nav li,
.popup-open .msg-body ul li.repaly ul.navbar-nav li {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.popup-open .msg-body ul li p {
    text-align: left;
}

/* Responsive Adjustments */
@media screen and (max-width: 374px) {

    .all-assessment,
    .patient-files {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 424px) {
    .popup-open .btn-2 {
        padding: 8px 10px;
        font-size: 14px;
        list-style: 20px;
    }
}

@media screen and (max-width: 474px) {
    .nurse-info {
        flex-direction: column;
    }
}

@media screen and (max-width: 575px) {
    .modal-dialog {
        margin: 0 auto;
    }

    .popup-spacing,
    .form-steps-section {
        padding: 24px;
    }

    .sussue-btn {
        padding: 6px 2px 6px 2px;
    }

    .navbar-brand img {
        height: auto;
        width: 84px;
    }

    .recipient-section {
        gap: 12px;
    }

    .recipient-section h5 {
        width: auto;
        font-size: 12px;
    }

    .recipient-section select {
        font-size: 12px;
    }

    .appointments-dropdown::after {
        right: 8px;
        top: 20%;
        padding: 12px;
    }

    .role-selecter {
        padding: 24px;
    }

    .footer-para {
        font-size: 14px;
        line-height: 23px;
    }

    .footer {
        padding: 20px;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .footer-info {
        text-align-last: center;
    }

    .navbar .navbar-nav {
        align-items: center;
    }

    /* huburger */
    /* .nav-home:hover::after{
        left: 129px;
        transition:  0.3s ease-in-out;
        background-color: #FFFFFF !important;
        width: 12.5%;
        bottom: 147px;
      } */
    /* .nav-about-us:hover::after{
        left: 119px;
        transition:  0.3s ease-in-out;
        background-color: #FFFFFF !important;
        width: 19.8%;
        bottom: 73px;
      } */
    /*  */
    .verifying-content {
        padding: 10px !important;
    }

    .verifiying-heading {
        font-size: 26px;
        padding: 16px 0;
    }

    .verifiying-para-1 {
        font-size: 12px;
        line-height: 18px;
    }

    .reset-pw {
        font-size: 12px;
    }

    .form-label {
        font-size: 12px;
    }

    .Create-account-link {
        font-size: 14px;
    }

    .accout-creation-section {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }

    .appointments-section {
        padding: 24px;
    }

    .appointments-view {
        font-size: 12px;
    }

    .Add-New-Care-Recipient-btn {
        padding: 14px 0;
    }

    .apointment-profile-img {
        border: none !important;
        padding: 0;
    }

    .welcome-uid-name-section-content {
        font-size: 12px;
    }

    .pop-up-card-body {
        width: auto;
    }

    .header .welcome-uid-name-section {
        top: 76px;
    }

    .time-dropdown select {
        margin-top: 0;
    }

    .time-dropdown::after {
        top: 35%;
    }

    .border-bg {
        margin: 20px 16px;
    }

    .card-border-bg .invoice-section .table-amount table tr td:last-child {
        width: 60%;
    }

    .care-recipient-about .nurse-about-me-section .client-review .swiper p {
        font-size: 14px;
        line-height: 20px;
    }

    .section-content {
        padding-top: 78px;
    }

    .modal-dialog,
    .medal-resize {
        max-width: calc(100% - 48px) !important;
    }

    .patient-files {
        grid-template-columns: 1fr;
    }

    .form-steps-section .checkbox-flex1 .checkbox-section .form-check {
        flex: 1;
    }

    .form-steps-section .checkbox-flex1 .checkboxSection .form-check,
    .form-steps-section .checkbox-flex2 .checkboxSection .form-check {
        flex: 0 0 42%;
    }

}

@media screen and (min-width: 375px) and (max-width: 767px) {
    .all-assessment {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .card {
        padding: 24px;
    }

    .recipient-content h6,
    .role-selecter h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .care-recipient .nurse-section p,
    .recipient-content p,
    .nurse-about-section p,
    .nurse-about-section ul li,
    .nurse-about-section ul li p {
        font-size: 14px;
        line-height: 20px;
    }

    .card-header h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .table-list table tr th,
    .table-list table tr td {
        font-size: 14px;
        line-height: 18px;
    }

    .table-list table tr td {
        padding: 8px 12px;
    }

    .select-your-role-container .login-card .role-selecter h6 {
        font-size: 20px;
        line-height: 30px;
    }

    .modal-dialog {
        margin: 48px auto;
    }

    .select-your-role-container {
        padding: 170px 0 130px;
    }

    .portal-content {
        row-gap: 24px;
    }

    h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .btn-2,
    .nurse-section .btn-2 {
        width: 96px;
        padding: 8px 16px;
        height: 44px;
    }

    .all-btns-1,
    .all-btns-2 {
        font-size: 16px;
        line-height: 24px;
        width: auto;
    }

    .hospice-appointment-section .nurse-section .btn-2 {
        width: fit-content;
        padding: 8px;
    }

    .form-check-input {
        width: 18px;
        height: 18px;
    }

    .border-bg,
    .care-recipient .border-bg {
        padding: 24px;
    }

    .medical-history.section-content1 {
        padding-top: 140px;
    }

    .medical-history {
        margin: 0 16px;
    }

    .medical-history .label-title,
    .medical-history .main-medcal-history h5,
    .medical-history .main-medcal-history hr {
        width: 100%;
    }

    .medical-history .main-medcal-history h5 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .form-control.textarea-h {
        min-height: 120px;
    }

    .nurse-section .nurse-img {
        width: 96px;
        height: 96px;
    }

    .font18 {
        font-size: 16px;
        line-height: 24px;
    }

    .mb-40 {
        margin-bottom: 24px;
    }

    .recipient-content .w-50 {
        width: 100% !important;
    }

    .card-border-bg .invoice-section h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .ptb-40 {
        padding: 24px 0;
    }

    .p-40 {
        padding: 24px;
    }

    .card-border-bg .invoice-section h6 {
        font-size: 18px;
        line-height: 24px;
    }

    .card-border-bg .invoice-section p {
        font-size: 16px;
        line-height: 22px;
    }

    .card-border-bg .invoice-section table tr th,
    .card-border-bg .invoice-section table tr td {
        padding: 8px 20px 8px 0;
    }

    .card-border-bg .invoice-section .table-amount {
        width: 100%;
    }

    .card-border-bg .invoice-section .table-amount table tr td {
        padding: 8px 0;
    }

    .card-border-bg .appointment-section1 .appointment-content {
        padding: 16px;
    }

    .card-border-bg .main-title {
        font-size: 16px;
        line-height: 24px;
    }

    .care-recipient .appointment-section1 .nurse-section {
        padding: 20px;
    }

    .care-recipient .card-border-bg {
        margin-bottom: 80px;
    }

    .card-border-bg .invoice-section .invoice-bill p::before {
        top: 8px;
    }

    .side-menu-items a span,
    .side-menu-items a,
    .side-menu-items h6 a {
        font-size: 16px;
        line-height: 24px;
    }

    .side-menu-items,
    .side-menu-items:last-child {
        padding: 16px 24px;
    }

    .label-title.font18 {
        font-size: 16px;
        line-height: 24px;
    }

    .login-portal h5 {
        font-size: 18px !important;
        line-height: 30px !important;
    }

    .recipient-status .checkbox-section {
        row-gap: 16px;
    }

    .care-recipient .nurse-section p,
    .recipient-content p,
    .nurse-about-section p,
    .nurse-about-section ul li,
    .nurse-about-section ul li p {
        font-size: 14px;
        line-height: 20px;
    }

    .table-app-history .btn-2 {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 24px;
    }

    nav .pagination .page-item .page-link {
        width: 36px;
        height: 36px;
        font-size: 16px;
        line-height: 24px;
    }

    nav .pagination .page-item .page-link img {
        width: 16px;
        height: 16px;
    }

    .recipient-dropbox h5,
    .care-recipient .recipient-dropbox h5,
    .table-app-history .recipient-dropbox h5 {
        width: 100%;
        text-align: left !important;
    }

    .recipient-list1 .card .card-body,
    .recipient-list1 .card .card-body .nurse-section {
        padding: 24px;
    }

    .care-recipient-about .nurse-review-section {
        width: 100%;
    }

    .popup-open p {
        font-size: 16px;
        line-height: 24px;
    }

    .inner-gray-bg.nurse-section p {
        font-size: 15px;
        line-height: 20px;
    }

    .popup-open .all-btns-1 {
        width: 100%;
    }

    .nurse-info p,
    .nurse-info p a {
        font-size: 14px;
        line-height: 18px;
    }

    .inner-gray-bg.nurse-section {
        padding: 24px;
    }

    .checkbox-section .form-check-input[type="checkbox"] {
        border-width: 1px;
    }

    .notification-details .notification-time::before {
        top: 7px;
    }

    .assessement-details {
        padding: 16px;
        min-height: 130px;
    }

    .patient-files {
        gap: 24px;
    }

    .file-details h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .file-details {
        min-height: 96px;
        padding: 16px;
    }

    .msg-head h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .send-box {
        padding: 24px 20px 0;
    }

    .chat-icon {
        display: block;
        margin-right: 5px;
    }

    .chatlist {
        border-right: 1px solid #CECFD3;
    }

    .chat-list {
        padding: 0;
    }

    .chat-list a.d-flex:first-child {
        border-bottom: 1px solid #CECFD3;
    }

    .chatlist .modal-content1 .modal-body {
        padding: 20px 24px;
    }

    .chatlist {
        width: 100%;
    }

    .chatbox {
        width: 100%;
        position: absolute;
        left: 1000px;
        right: 0;
        background: #fff;
        transition: all 0.5s ease;
        border-left: none;
    }

    .showbox {
        left: 0 !important;
        transition: all 0.5s ease;
    }

    .msg-head h3 {
        font-size: 14px;
    }

    .msg-head p {
        font-size: 12px;
    }

    .msg-head .flex-shrink-0 img {
        height: 30px;
    }

    .send-box button {
        width: 28%;
    }

    .chat-list h3 {
        font-size: 14px;
    }

    .chat-list p {
        font-size: 12px;
    }

    .msg-body ul li.sender p {
        font-size: 13px;
        padding: 8px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .msg-body ul li.repaly p {
        font-size: 13px;
        padding: 8px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .chat-list a.d-flex .readable-text {
        width: 80%;
    }

    .msg-btn1 {
        bottom: -20px;
    }


    .encounters-details {
        grid-template-columns: repeat(4, 262px);
    }

    .encounters-boxes .card-header h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .encounters-boxes p {
        font-size: 14px;
        line-height: 18px;
    }

    .steps-form-option .form-steps-section {
        padding: 24px !important;
    }

}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .popup-spacing {
        padding: 36px;
    }

    .time-dropdown select {
        margin-top: 0;
    }

    .time-dropdown::after {
        top: 35%;
    }

    .role-selecter {
        padding: 30px;
    }

    .footer-para {
        font-size: 12px;
        line-height: 0px;
    }

    .recipient-section {
        gap: 12px;
    }

    .recipient-section h5 {
        width: auto;
        margin-bottom: 0;
        font-size: 16px;
    }

    .recipient-section select {
        font-size: 16px;
    }

    .appointments-dropdown::after {
        right: 8px;
        top: 28%;
        padding: 12px;
    }

    .footer {
        padding: 20px;
        gap: 30px;
        align-items: center;
    }

    .footer-info {
        text-align-last: center;
    }

    .navbar .navbar-nav {
        align-items: center;
    }

    /*  */
    .verifying-content {
        padding: 10px !important;
    }

    .verifiying-heading {
        font-size: 26px;
        padding: 16px 0;
    }

    .verifiying-para-1 {
        font-size: 12px;
        line-height: 18px;
    }

    /*  */
    /*  */
    .reset-pw {
        font-size: 14px;
    }

    .form-label {
        font-size: 14px;
    }

    .Create-account-link {
        font-size: 12px;
    }

    .accout-creation-section {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }

    .appointments-section {
        padding: 18px;
    }

    .appointments-view {
        font-size: 16px;
    }

    .Add-New-Care-Recipient-btn {
        padding: 16px 0;
    }

    .apointment-profile-img {
        border: none !important;
        padding: 0;
    }

    .welcome-uid-name-section-content {
        font-size: 14px;
    }

    .modal-dialog,
    .medal-resize {
        max-width: 450px !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .patient-files {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .popup-spacing {
        padding: 36px 60px;
    }

    .role-selecter {
        padding: 40px 60px;
    }

    .navbar .navbar-nav {
        align-items: center;
    }

    .verifiying-heading {
        font-size: 26px;
        padding: 0px 0 0px;
    }

    .verifiying-para-1 {
        font-size: 12px;
        line-height: 18px;
    }

    .reset-pw {
        font-size: 14px;
    }

    .Create-account-link {
        font-size: 12px;
    }

    .accout-creation-section {
        flex-direction: column-reverse;
        align-items: center;
        gap: 30px;
    }

    .apointment-profile-img {
        border: none !important;
        padding: 0;
    }

    .appointments-section {
        padding: 18px;
    }

    .appointments-view {
        font-size: 16px;
    }

    .Add-New-Care-Recipient-btn {
        padding: 16px 0;
    }

    .apointment-profile-img {
        border: none !important;
        padding: 0;
    }

    .Appointments-section-widht {
        width: 68%;
    }

    .welcome-uid-name-section-content {
        font-size: 16px;
    }

    .border-bg {
        padding: 30px;
    }

    .medical-history .main-medcal-history h5 {
        width: 62%;
    }

    .medical-history .add-img-section {
        column-gap: 24px;
    }

    .card-border-bg .invoice-section .table-amount {
        width: 48%;
    }

    .modal-dialog {
        max-width: 480px;
    }

    .msg-btn1 {
        bottom: -40px;
    }

    .chatlist .modal-dialog-scrollable .modal-body {
        height: calc(100vh - 134px);
    }

    .recipient-dropbox h5,
    .care-recipient .recipient-dropbox h5 {
        width: 30%;
    }

    .table-app-history .recipient-dropbox h5 {
        width: 26%;
    }

    .care-recipient-about .nurse-review-section {
        width: 100%;
    }

    .care-recipient-about .nurse-review-section .client-review,
    .care-recipient-about .nurse-review-section .certificate-img {
        width: 50% !important;
    }
}

@media screen and (max-width: 991px) {
    .navbar .navbar-nav {
        gap: 20px;
    }

    .navbar .navbar-nav .btn-1::before {
        content: none;
    }

    .select-your-role-container {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .form-asid-section {
        margin-left: 0;
    }

    .form-asid-section .card {
        width: 100%;
        padding: 24px;
    }

    .form-asid-section .card p {
        font-size: 16px;
        line-height: 24px;
    }

    .px-spacing {
        padding: 0;
    }

    .popup-open .form-check label {
        font-size: 15px;
        line-height: 20px;
    }

    .popup-open p,
    .popup-open .all-btns-1 {
        font-size: 16px;
        line-height: 24px;
    }

    .care-recipient-about .nurse-about-me-section .client-review-menu .client-profile img {
        width: 60px;
        height: 60px;
    }

    .care-recipient-about .nurse-about-me-section .client-review-menu .client-star img {
        height: 16px;
    }

    .care-recipient-about .nurse-review-section .client-review {
        padding: 20px 20px 12px;
    }

    .msg-body ul > li.sender,
    .msg-body ul > li.repaly {
        margin-bottom: 24px;
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .mb-40 {
        margin-bottom: 28px;
    }

    .form-control.textarea-h {
        min-height: 160px;
    }

    .ptb-40 {
        padding: 32px 0;
    }

    .chatlist {
        width: 320px;
    }

    .msg-body ul > li.sender,
    .msg-body ul > li.repaly {
        margin-bottom: 32px;
        width: 80%;
    }

    .msg-body.p-40 {
        padding: 32px;
    }

    .all-assessment {
        grid-template-columns: repeat(3, 1fr);
    }

    .encounters-details {
        grid-template-columns: repeat(4, 310px);
    }

    .steps-form-option .form-steps-section {
        padding: 40px !important;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .verifiying-heading {
        font-size: 26px;
        padding: 0px 0;
    }

    .gender-dropdown::after {
        right: 16px;
    }

    .recipient-section h5 {
        width: 253px;
    }

    .verifiying-para-1 {
        font-size: 12px;
        line-height: 18px;
    }

    .appointments-section {
        padding: 52px;
    }

    .time-dropdown::after {
        top: 34%;
    }

    .role-selecter {
        padding: 40px 54px 54px;
    }

    .form-asid-section {
        margin-left: 12px;
    }

    .btn-2 {
        width: 96px;
        padding: 8px 16px;
        height: 44px;
    }

    .all-btns-1,
    .all-btns-2 {
        font-size: 16px;
        line-height: 24px;
        width: auto;
    }

    .resize-img {
        height: 1024px;
        object-fit: cover;
        object-position: left;
    }

    h3 {
        font-size: 26px;
    }

    .form-asid-section .card p {
        font-size: 16px;
        line-height: 20px;
    }

    .form-asid-section .card {
        padding: 32px;
        width: 65%;
    }

    .border-bg {
        padding: 42px;
    }

    .medical-history .label-title {
        width: 30%;
    }

    .medical-history .main-medcal-history h5 {
        width: 38.5%;
    }

    .medical-history .add-img-section {
        column-gap: 36px;
    }

    .recipient-dropbox h5,
    .care-recipient .recipient-dropbox h5 {
        width: 36%;
    }

    .card-border-bg .invoice-section .table-amount {
        width: 50%;
    }

    .table-app-history .recipient-dropbox h5 {
        width: 30%;
    }

    .recipient-status .checkbox-section {
        row-gap: 24px;
    }

    .recipient-list1 .card .card-body,
    .recipient-list1 .card .card-body .nurse-section {
        padding: 24px 36px;
    }

    .logo-aside-img {
        height: 150px;
    }
}

@media screen and (max-width: 1199px) {
    .card-border-bg .invoice-section .invoice-table table {
        table-layout: auto;
    }

    .btn-5 {
        width: 140px;
    }

    .nurse-section .btn-2 {
        font-size: 16px;
        line-height: 22px;
        width: 96px;
        height: 40px;
    }

    .navbar-brand img {
        width: 65%;
        height: auto;
    }

    .container-height {
        height: 100%;
    }

    .rounded-img1 {
        width: 48px;
        height: 48px;
    }

    .msg-body ul li p {
        font-size: 14px;
        line-height: 18px;
    }

    .section-content1 {
        padding-top: 108px;
    }

    .table-list1 table {
        table-layout: auto;
        width: 100%;
    }

    .table-list1 table tr th,
    .table-list1 table tr td {
        padding: 6px 12px !important;
        font-size: 14px;
        line-height: 18px;
    }

    .input-half-w h6 {
        width: 100%;
    }

    .form-steps-section .form-control {
        width: 100%;
    }

    .table-list1 table tr td .btn-2 {
        width: 72px !important;
        height: 36px;
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .encounters-details {
        overflow: hidden;
        overflow-x: auto;
    }

    ul.check-up-activity li.nav-items:first-child {
        padding: 0 0 8px 0;
    }

    ul.check-up-activity li.nav-items {
        padding: 8px 0 8px 0;
        border-bottom: 1px solid #d9d9d9;
        border-right: none;
    }

    ul.check-up-activity li.nav-items:last-child {
        padding: 8px 0 0;
        border-bottom: none;
    }

    .step h6 {
        font-size: 16px;
        line-height: 22px;
    }

    h6.font13 {
        font-size: 13px;
        line-height: 18px;
    }

    .step .btn-2 {
        width: 110px;
        height: 44px;
        padding: 8px 14px;
        line-height: 22px;
        font-size: 16px;
    }

    .step .btn-2.all-btns-2 {
        width: auto;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .reset-pw {
        font-size: 16px;
        width: 100%;
    }

    .form-label {
        font-size: 14px;
        line-height: 20px;
    }

    .time-dropdown::after {
        top: 34%;
    }

    .Create-account-link {
        font-size: 12px;
    }

    .time-dropdown select {
        margin-top: 0;
    }

    .resize-img {
        height: 920px;
        object-fit: cover;
        object-position: left;
    }

    .medical-history .label-title {
        width: 23.2%;
    }

    .medical-history .main-medcal-history h5 {
        width: 29.1%;
    }

    .recipient-dropbox h5 {
        width: 42%;
    }

    .care-recipient .recipient-dropbox h5 {
        width: 26%;
    }

    .card-border-bg .invoice-section .table-amount {
        width: 42%;
    }

    .border-bg {
        padding: 40px;
    }

    .table-app-history .recipient-dropbox h5 {
        width: 35%;
    }

    .logo-aside-img {
        height: 150px;
    }

    .encounters-boxes .card-header h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .encounters-boxes.card {
        padding: 16px;
    }

    .encounters-boxes p {
        font-size: 14px;
        line-height: 18px;
    }

    .all-notes-size .btn-2 {
        font-size: 14px;
        line-height: 18px;
        height: 40px;
    }

    ul.check-up-activity li.nav-items:first-child {
        padding: 0 14px 0 0;
    }

    ul.check-up-activity li.nav-items {
        font-size: 14px;
        padding: 0 14px;
    }

    ul.check-up-activity li.nav-items:last-child {
        padding: 0 0 0 14px;
    }

    .form-steps-section .checkbox-flex1 .checkbox-section .form-check {
        flex: 0 0 19%;
    }
}

@media screen and (max-width: 1399px) {

    .hero-section {
        height: 100%;
    }

    .assessement-details h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .assessement-details a {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
    .header .welcome-uid-name-section {
        top: 76px;
    }

    .form-steps-section .checkbox-flex1 .checkbox-section .form-check,
    .form-steps-section .checkbox-flex2 .checkbox-section .form-check {
        flex: 0 0 30%;
    }
}

@media screen and (min-width: 576px) and (max-width: 1399px) {
    .border-bg {
        margin: 24px 0;
    }

    .care-recipient .border-bg {
        margin: 24px;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1440px !important;
    }

    .form-steps-ul .nav-items .nav-link {
        padding: 10px 10px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1600px !important;
    }

    .form-steps-ul .nav-items .nav-link {
        padding: 10px 15px;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1800px !important;
    }

    .form-steps-ul .nav-items .nav-link {
        padding: 10px 22px;
    }
}

@media (min-width: 2040px) {
    .container {
        max-width: 2000px !important;
    }

    .form-steps-ul .nav-items .nav-link {
        padding: 10px 29px;
    }
}

/*22-05*/

footer {
    margin-top: 24px;
}

/*X-close Design */

.deletePatientDocument {
    border: none;
}

/*button design */

.btn-outline-primary {
    background: transparent;
    color: #0073ff;
}

/*checkbox design */

.checkbox-section .form-check-input {
    margin-right: 8px;
}

.checkbox-section .row-gap-lg-4 .col-6 .form-check {
    margin-bottom: 16px
}

/* nurse page design */
.nurse-info {
    gap: 16px;
}

.nurse-img img {
    border-radius: 8px;
}

.nurse-section .nurse-info .nursh-title a {
    color: #222426;
}

.nurse-section p {
    font-size: 16px;
    line-height: 24px;
}

.datepicker {
    /*max-width: 320px;*/
    padding: 12px;
}

#new-encounter .checkbox-section .form-check {
    margin-bottom: 32px;
}

.recipient-status .nurse-section {
    margin-bottom: 16px;
}

.client-notification {
    display: flex;
    gap: 8px;
    align-items: center;
}

.appointment-profile-img {
    border-radius: 50% !important;
}

.client-notification .nursh-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #222426;
    padding-bottom: 8px;
}

.client-notification p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #4B5056;
}

.bootstrap-timepicker-widget table td input.bootstrap-timepicker-meridian {
    width: 35px;
}

#calendar-modal .modal-dialog {
    max-width: 810px;
}

#calendar-modal .modal-body {
    padding: 0;
}

#calendar-modal .modal-body p {
    text-align: center;
    padding: 10px 80px;
    border-bottom: 1px solid #DADBDE;
    margin-bottom: 0;
}

#calendar-modal .calendar {
    padding: 20px 40px 40px;
    margin-top: 0;
}

#calendar-modal .calendar .calendar-header #prevMonth, #calendar-modal .calendar .calendar-header #nextMonth {
    border: none;
    background: transparent;
}

#calendar-modal .calendar .calendar-grid .day {
    border: none;
}

.font-bold {
    font-weight: 700;
}

.legend {
    display: flex;
    align-items: center;
}

.legend span {
    border-radius: 4px;
    display: inline-block;
    margin-right: 6px;
    height: 20px;
    width: 20px;
}

.legend .stat {
    background-color: #F04438;
}

.legend .schedule {
    background-color: #19B05C;
}

.legend .previous_patient {
    background-color: #0073FF;
}

.legend .pending {
    background-color: #222426;
}

.legend .notes_require {
    background-color: #EAB71F;
}

.font-stat {
    color: #F04438;
}

.font-schedule {
    color: #19B05C;
}

.font-previous_patient {
    color: #0073FF;
}

.font-pending {
    color: #222426;
}

.font-notes_require {
    color: #EAB71F;
}

.marker-label-top {
    top: 2px;
}

button.disabled, .disabled, .viewDueNotesButton.disabled {
    background-color: #8b8b8b !important;
    color: #FFFFFF !important;
}

.viewNotes {
    height: 35px;
    padding: 5px 20px;
}

button {
    border: none !important;
}

/*29-05*/

.btn, .btn-2 {
    border: transparent;
}

.btn-3, button.btn-3 {
    background: transparent;
    border: 1px solid #0073ff !important;
    color: #0073ff;
}

.btn-3:hover {
    background: #08376d;
    border-color: #08376d;
    color: #fff;
}

.btn-small {
    height: 42px !important;
}

#new-encounter .checkbox-section .form-check {
    margin-bottom: 24px;
}

.dataTables_wrapper .dataTables_paginate {
    padding: 16px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 10px 18px !important;
    border: none !important;
    color: #4B5056 !important;
    background: #fff !important;
    margin-left: 4px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #0073FF !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: blue !important;
}

#client-account-creation .form-group {
    margin-bottom: 20px;
}

#client-account-creation .form-group label {
    margin-bottom: 8px;
}

footer {
    position: fixed;
    bottom: 0;
}

.dropzone {
    padding: 0 !important;
    min-height: auto !important;
}

.dropzone .dz-message {
    margin: 10px !important;
}

.dropzone .dz-preview {
    margin: 10px !important;
}

.dropzone .dz-preview .dz-image {
    z-index: 0 !important;
}

.dz-details {
    display: none !important;
}

/*04-06 */

body {
    padding: 0 0 96px;
}

.header, footer {
    z-index: 1001;
}

footer {
    position: fixed;
    bottom: 0;
}

.datepicker .datepicker-days .table-condensed {
    width: 100%;
}

.datepicker .table-condensed tr th.datepicker-switch {
    text-align: center;
}

.datepicker .table-condensed tr th.next {
    text-align: end;
}

.datepicker .datepicker-days .table-condensed tr th.dow {
    text-align: center;
}

.datepicker .datepicker-days .table-condensed tr td.day {
    border: none;
}

.datepicker .datepicker-months .table-condensed tr td span.month {
    padding: 0 12px;
    display: inline-block;
}

.datepicker .datepicker-years .table-condensed tr td span.year {
    padding: 0 8px;
    display: inline-block;
}

.deleteIcon i {
    font-size: 20px;
    margin-right: 4px;
    cursor: pointer;
}

.ellipsis {
    cursor: pointer;
}

.iconOption i {
    font-size: 30px;
}

.viewDueNotesButton {
    background-color: #f04438 !important;
    color: #ffffff !important;
    border: none !important;
}

.notificationCounter {
    background-color: #f04438;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 50%;
    font-size: 12px;
}

/*26-06*/
button.disabled, .disabled, .viewDueNotesButton.disabled {
    background-color: #8b8b8b !important;
    color: #FFFFFF !important;
    border: 1px solid #8b8b8b !important;
}

.file-details.disabled h6 {
    color: #FFFFFF !important;
}

.table-list .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #FFFFFF !important;
}

#popupCard .msgPopup-modal {
    margin: 140px 24px 96px auto !important;
}

#popupCard .msgPopup-modal .modal-body {
    padding: 0;
}

#popupCard .msgPopup-modal .modal-body .card-border-bg {
    border: 0;
}

#popupCard .msgPopup-modal .modal-body .card-border-bg .side-menu-items {
    padding: 20px 40px;
}

.care-recipient-about .nurse-about-me-section {
    margin-bottom: 40px;
}

.care-recipient-about .nurse-about-me-section .nurse-section {
    width: 56%;
}

.singleBtn {
    justify-content: center !important;
    margin-top: 40px;
}

.btn-3 {
    min-width: 138px;
}

.navbar-brand {
    display: flex;
}

.notesSubTitle {
    padding-top: 10px;
    border-top: 1px solid #dadbde;
    margin-top: 16px;
}

.notesSubTitle:first-child {
    padding-top: 0;
    border-top: none;
    margin-top: 0;
}

.notificationSection {
    display: flex;
    background: #f04438;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.notificationCounter {
    background-color: transparent;
    padding: 6px;
}

.pleft {
    padding-left: 24px;
}

.pleft-1 {
    padding-left: 48px;
}

.edemaCard {
    padding-top: 16px;
}

.edemaSubCard {
    margin-bottom: 24px;
}

.modal > .modal-dialog > .modal-content > .modal-body {
    padding: 0 !important;
}

.fc .fc-button-primary {
    background-color: #005ed4;
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active, .fc .fc-button-primary:hover {
    background-color: #08376d;
}

.modal.show {
    z-index: 1002;
    backdrop-filter: blur(0);
}

#SideBarActionButton {
    z-index: 1000;
    top: 106px;
}

.fc .fc-button-primary:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: none;
}

#notificationCounterModel {
    /*top: 126px;*/
}

.width5em {
    width: 5em !important;
    text-align: center;
    margin-right: 4px;
}
.width8em {
    width: 8em !important;
    text-align: center;
    margin-right: 4px;
}
