.navbar {
    border-bottom: 1px solid #e2e8f0;
}

.nav {
    --bs-nav-link-padding-x: 0.5rem;
}

.navbar-brand {
    border-right: 1px solid #e2e8f0;
    padding-right: 8px;
}

.dateTime {
    padding-top: 0px;
    color: #6b7280;
    font-size: 12px;
}

.logo {
    height: 50px;
}
.logo-integration{
    height: 39px;
    width: 125px;
}
.menue {
    width: 15px;
    height: 15px;
}

.information-calender {
    background-color: #ebeaff;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    padding-top: 1px !important;
    padding-left: 3px !important;
}

.information-order {
    background-color: #ffebd2;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    padding-top: 1px;
}

.Billing-svg {
    background-color: #ffe5f4;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    padding-top: 1px;
}

.Billing-message {
    background-color: #c5fcfd;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    padding-top: 1px;
}

.Billing-patient {
    background-color: #dcf3ff;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    padding-top: 1px;
}

.care-team-svg {
    background-color: #bffdf1;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    padding-top: 1px;
}

.Patients-care {
    background-color: #fae6b4;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    padding-top: 1px;
}

.Hiring-svg {
    background-color: #ffcabd;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    padding-top: 1px;
    padding-left: 1px;
}

.dateTime span {
    font-size: 12px;
    font-weight: 700;
    font-style: sens-serif;
    margin-top: -20px;
}

.justtime {
    border-right: 1px solid lightgray;
    padding-right: 8px;
}

.justtime a {
    color: #6b7280;
    font-size: 12px;
}

.headings h1 {
    color: #334155;
    font-size: 20px;
}

.headings h2 {
    color: #334155;
    font-size: 16px;
    font-weight: normal;
}

.headings h2 span {
    font-weight: bold;
}

.appointments {
    background: #0f172a06;
    border-radius: 1rem;
    border: 0px solid black;
    height: 690px;
}

.appointmentscol {
    height: 700px;
    overflow-y: scroll;
}

.appointmentscol::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

.appointmentscol::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

*::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.patient-all-detail {
    height: 580px !important;
    overflow-y: scroll;
    border-radius: 10px;
}

.patient-all-detail::-webkit-scrollbar {
    width: 5px;
    background-color: #f2f5fa;
}

.patient-all-detail::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f2f5fa;
}

.patient-another-detail {
    background-color: #fff;
    padding: 8px;
    border-radius: 10px;
}

.patient-detail-user-chat {
    padding: 8px;
    height: 500px;
    background-color: white;
}

.more {
    color: #334155;
    font-size: 16px;
    cursor: pointer;
    width: auto;
}

.more:active {
    border: 1px solid black;
}

.appointments .appointmentsHead {
    color: #334155;
    font-size: 20px;
    font-weight: 500;
    margin-left: 15px;
    margin-top: 5px;
}

.appointments .appointmentsDetail {
    color: #334155;
    font-size: 16px;
    font-weight: normal;
    margin-left: 15px;
}

.appointmentsCard {
    background: #ffffff99;
    font-size: 1rem;
    border-radius: 20px;
    margin: 0px 10px 0px 10px;
    padding: 5px 0px 0px 10px;
}

.appointmentsCard:hover {
    background: white;
    box-shadow: 5px 2px 10px 5px lightgray;
    transition: 0.5s;
    cursor: pointer;
}

.appointmentsCard .appointmentsCardFist {
    margin-bottom: 0px;
    padding-left: 10px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #334155;
}

.appointmentsCard .appointmentsCardsecond {
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: normal;
    margin-top: 0px;
    color: #64748b;
}

.appointmentsCard .appointmentsCardsecond span {
    color: #2563eb;
}

.appointmentsCardsecond button {
    background: #e1fdf0;
    color: #005d3c;
    padding: 5px 5px 5px 5px;
    font-size: 12px;
    font-weight: 600;
}

.messagescol {
    height: 700px;
    overflow-y: scroll;
}

.messagescol::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

.messagescol::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f2f5fa;
}

.messages {
    background: #0f172a06;
    border-radius: 1rem;
    border: 0px solid black;
}

.messagesheado {
    color: #334155;
    font-size: 20px;
    font-weight: 500;
    margin-left: 15px;
    margin-top: 5px;
}

.messagesheadt {
    color: #334155;
    font-size: 16px;
    font-weight: normal;
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.href {
    text-decoration: none;
    color: #212529;
}

.messagesCard {
    background: #ffffff99;
    font-size: 1rem;
    border-radius: 20px;
    margin: 0px 10px 0px 10px;
    padding: 5px 0px 0px 10px;
}

.messagesCard:hover {
    background: white;
    box-shadow: 5px 2px 10px 5px lightgray;
    transition: 0.5s;
    cursor: pointer;
}

.patientDetail {
    background: white;
    font-size: 1rem;
    border-radius: 5px;
    margin: 0px 10px 0px 10px;
    height: 550px;
    overflow: hidden;
    position: relative;
}

.messagesCardp1 {
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}

.messagesCardp2 {
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    margin-top: 0px;
    font-weight: normal;
}

.messages h5:nth-child(1) {
    color: #334155;
    font-size: 16px;
}

.messages .line {
    width: 100%;
    height: 1px;
    background: lightgray;
}

.line {
    width: 100%;
    height: 1px;
    background: lightgray;
}

.messages .messagesDesc {
    color: #334155;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}

.messagesDesc {
    color: #334155;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}

.Orders {
    background: #0f172a06;
    border-radius: 1rem;
    border: 0px solid black;
}

.Orders h2:nth-child(1) {
    color: #334155;
    font-size: 20px;
    font-weight: 500;
    margin-left: 15px;
    margin-top: 5px;
    font-weight: 500;
}

.Orders h2:nth-child(2) {
    color: #334155;
    font-size: 16px;
    font-weight: normal;
    margin-left: 15px;
}

.OrdersCard {
    background: white;
    font-size: 1rem;
    border-radius: 5px;
    margin: 0px 10px 0px 10px;
}

.OrdersCard p {
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 5px;
    font-size: 12px;
}

.information {
    background: #0f172a06;
    font-size: 1rem;
    border-radius: 10px;
    padding-left: 20px;
    padding-top: 12px;
    width: 100%;
    height: 150px;
    cursor: pointer;
}

.informationOne {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.informationTwo {
    font-size: 12px;
    margin-bottom: 5px;
    color: #475569;
}

.informationThree {
    font-size: 12px;
    color: #64748b;
}

.Billing {
    background: #0f172a06;
    font-size: 1rem;
    border-radius: 10px;
    padding-left: 20px;
    padding-top: 12px;
    width: 100%;
    padding-bottom: 5px;
    height: 150px;
    cursor: pointer;
}

.Billingp1 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.Billingp2 {
    font-size: 12px;
    margin-bottom: 5px;
    color: #64748b;
}

.care-team {
    background: #0f172a06;
    font-size: 1rem;
    border-radius: 10px;
    padding-left: 20px;
    padding-top: 12px;
    width: 100%;
    height: 150px;
    cursor: pointer;
}

.care-teamp1 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.Patients {
    background: #0f172a06;
    font-size: 1rem;
    border-radius: 10px;
    padding-left: 20px;
    padding-top: 12px;
    width: 100%;
    height: 150px;
    cursor: pointer;
}

.Patientsp1 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.Hiring {
    background: #0f172a06;
    font-size: 1rem;
    border-radius: 10px;
    padding-left: 20px;
    padding-top: 12px;
    width: 100%;
    height: 150px;
    cursor: pointer;
}

.Hiringp1 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.Hiringp2 {
    font-size: 12px;
    margin-bottom: 5px;
    color: #64748b;
}

.card {
    width: 100%;
    background: #ffffff99;
    height: 70px;
    margin-top: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
    /* border: 1px solid rgba(226,232,240,.5); */
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    line-height: 1;
}

.card:hover {
    background: white;
    transition: 0.5s;
}

.btnn {
    background-color: #f8f8f8 !important;
    border: 1px solid rgba(226, 232, 240, 0.5);
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    height: 80px;
    width: 100%;
}

.btnn:hover {
    background-color: #dddbdb !important;
    transition: 0.5s;
    /* box-shadow: 5px 2px 10px 5px lightgray; */
}

.encounter {
    margin-left: 10px;
    background: #10b981;
    border: none;
    border-radius: 0.75rem;
}

.encounter-btn {
    margin-left: 10px;
    background: #3a5fbd !important;
    border-radius: 0.75rem;
    color: #fff !important;
    border: none !important;
    border: 1px solid #3a5fbd !important;
}

.encounter-btn:hover {
    background: #fff !important;
    color: #3a5fbd !important;
}

.review-btn {
    margin-right: 10px !important;
    background: #e2e8f0 !important;
    border: none !important;
    color: #475569 !important;
    border-radius: 0.75rem !important;
}

.float-right {
    float: right;
}

.dropdown-hover:hover {
    border: 1px solid black;
}

.dropdownn:hover .dropdown-menu {
    display: block;
    transition: 1s;
}

.dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.add-new-btn {
    margin-right: 10px;
    background: #f4f4f4;
    border: none;
    color: #475569;
    border-radius: 0.75rem;
}

.btn-position {
    position: relative;
    top: 65%;
}

.btn-position-now {
    position: relative;
    top: 38%;
}

.medicationcard1 {
    background-color: #f8fafc80;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.1),
        0 2px 4px -2px rgba(15, 23, 42, 0.1);
    padding-bottom: 0px;
}

.medicationcard1 .messagesheado {
    font-size: 14px;
    font-weight: 600;
    color: #475569;
}

.medicationcard1 .messagesheado span {
    font-weight: 500;
}

.medicationcarddetail1 {
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: -5px;
    border-top: 1px solid lightgray;
}

.patientDetail .patientDetailmedication1 {
    margin-bottom: 0px;
    padding-top: 20px;
    color: #334155;
    font-size: 16px;
}

.patientDetail .patientDetailmedication1 span {
    float: right;
    margin-right: 10px;
    font-size: 12px;
}

.patientDetailmedication2 {
    font-size: 16px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

.patientDetailmedication3 {
    font-size: 14px;
    margin-top: 0px;
    color: #334155;
}

.medicinDetail {
    border: 1px solid #f3f4f7;
    padding: 8px;
    border-radius: 0.5rem;
    place-items: start !important;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.medicinDetailp1 {
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.medicinDetaildiv {
    color: #c026d3;
    font-size: 12px;
    background: #fdf4ff;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 5px;
}
.text-bg-primary {
    color: #c026d3 !important;
    background: #fdf4ff !important;
}

.medicinDetaildivpending {
    color: #c026d3;
    font-size: 12px;
    background: yellow;
    font-weight: 600;
    padding: 2px 8px;
}

.medicinDetailp2 {
    color: #64748b;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .btn-position-now {
        position: relative;
        top: 48%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .btn-position-now {
        position: relative;
        top: 45%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .btn-position-now {
        position: relative;
        top: 48%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .btn-position-now {
        position: relative;
        top: 35%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .btn-position-now {
        position: relative;
        top: 48%;
    }
}

@media only screen and (min-width: 1350px) {
    .btn-position-now {
        position: relative;
        top: 45%;
    }
}

.horizontal-scrollable .row {
    overflow-x: auto;
    white-space: nowrap;
}

.horizontal-scrollable .row .col-lg-4 {
    display: inline-block;
    float: none;
}

.scrollable::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: lightgray;
}

.scrollable::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: lightgray;
}

.timebtn {
    border-radius: 20px !important;
    width: 100% !important;
    background-color: #e7e7e7 !important;
    color: #334155 !important;
    border: 0px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.timebtn:hover {
    background-color: gray !important;
    transition: 0.2s !important;
}

.bottom-nav {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: rgb(255 255 255/1);
    color: #fff;
    border-radius: 0.75rem;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding-bottom: 10px;
    padding-top: 5px;
}

.bottom-nav-btn {
    color: #334155;
    background-color: #fff;
    font-size: 14px;
    border: none;
}

.vr {
    background-color: lightgray !important;
    margin-bottom: -8px !important;
    opacity: 1 !important;
}

.patient-detail-user {
    /* box-shadow: 1px 1px 5px 1px lightgray; */
    padding: 8px;
    background-color: #fff;
    border-radius: 10px;
}

.patient-detail-font {
    font-size: 14px;
    color: #334155;
}

.medicinDetaildivp {
    font-size: 14px;
    float: right;
}

.mnedicalreason {
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

.mnedicalreasondetail {
    color: #334155;
    font-size: 14px;
}

.prescribeddetail {
    border: 1px solid #f3f4f7;
}

.prescribeddetail {
    padding: 8px;
    font-size: 16px;
    margin-top: 0px;
    font-weight: 700;
    border-radius: 10px;
}

.prescribeddetail p span {
    float: right;
}

.prescribeddetail .datee {
    margin-bottom: 2px;
}

.prescribeddetail .followup {
    color: #64748b;
    font-weight: 500;
    font-size: 14px;
}

.pharmacy-bg {
    background-color: #f3f4f7;
}

.pharmacy-address {
    color: #8e9299;
    font-weight: normal;
    margin-bottom: 2px;
}

.refill-btn {
    background: #3a5fbd !important;
    border: 1px solid #3a5fbd !important;
    color: #fff !important;
}

.refill-btn:hover {
    background: #fff !important;
    color: #3a5fbd !important;
}

.bottom-card {
    position: absolute;
    bottom: 10px;
    right: 0px;
}

.text-bg-success {
    color: #198754 !important;
    background-color: #c2e7d6 !important ;
    border-radius: 5px !important;
    font-size: 12px;
}

.text-bg-dark {
    color: #ae2a19 !important;
    background-color: #ffedeb !important ;
    border-radius: 5px !important;
    font-size: 12px;
}

.text-bg-warning {
    color: #974f0c !important;
    background-color: #faf3d2 !important ;
    border-radius: 5px !important;
    font-size: 12px;
}

.text-bg-processing {
    color: #5e4db2 !important;
    background-color: #f3f0ff !important ;
    border-radius: 5px !important;
    font-size: 12px;
}

.text-bg-completed {
    color: #44546f !important;
    background-color: #f1f2f4 !important ;
    border-radius: 5px !important;
    font-size: 12px;
}

.text-bg-cancle {
    color: #fa4f69 !important;
    background-color: #ffe5e9 !important ;
    border-radius: 5px !important;
    font-size: 12px;
}

.text-bg-onroad {
    color: #403c47 !important;
    background-color: #cbebff !important ;
    border-radius: 5px !important;
    font-size: 12px;
}

.chat-in p {
    background-color: #95c2ec;
    color: white;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 0px;
    float: right;
    white-space: pre-line;
}

.chat-out p {
    background-color: #87bb71;
    color: white;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 0px;
    float: left;
    white-space: pre-line;
}

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

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

.chats {
    max-height: 480px;
}

.chatss {
    max-height: 410px;
    overflow-y: scroll;
}

.chatss::-webkit-scrollbar {
    width: 5px;
    background-color: #f2f5fa;
}

.chatss::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f2f5fa;
}

.bottom-card-patient {
    width: 100%;
}

.bottom-card-patient input {
    width: 75%;
    display: inline;
    margin-left: 10px;
}

.bottom-card-patient button {
    margin-right: 10px;
}

.fa {
    font-size: 13px !important;
}

.nav-link-btnn {
    margin-left: 10px;
}

.nav-link-btn {
    background-color: #f1f5f9;
    border-radius: 10px;
    /* border: 1px solid black; */
}

.nav-link-btn:hover {
    background-color: #f2f5fa;
}

.fa-pencil {
    cursor: pointer;
}

.coming-soon-badge {
    position: absolute;
    top: 10px;
    right: 0px;
    background-color: #ff642f;
    /* Red background color */
    color: white;
    padding: 5px 5px;
    border-radius: 20%;
    font-size: 10px;
    transform: rotate(45deg);
}

.form-control:focus {
    color: #01041b;
    border-color: #ff642f;
    box-shadow: none;
}

.form-select:focus {
    color: #01041b;
    border-color: #ff642f;
    box-shadow: none;
}

.offcanvasp1 {
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 600;
}

.offcanvasp2 {
    font-size: 14px;
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: #fff !important;
    background-color: #ff642f !important;
    border-color: #ff642f !important;
}

.add-patient-on-calender {
    display: none;
}

*::selection {
    background-color: #ff642f;
    color: #fff;
}

.Vitals-details {
    border: 1px solid lightgray;
    padding: 8px;
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
}

.Vitals-detailsp1 {
    margin-bottom: 1px;
    color: #334155;
    font-size: 12px;
}

.Vitals-detailsp2 {
    margin-bottom: 1px;
    font-size: 20px;
}

.Vitals-suggestion {
    background-color: #e8eaed;
    height: 80vh;
    padding: 8px;
    border-radius: 10px;
}
.vital-card{
    min-width: 100px !important;
}
.accordion-body {
    /* background-color: #F2F5FA; */
    padding-top: 0px;
}

.accordion-body-card {
    padding: 8px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #fff;
}

.accordion-body-card:hover {
    border: 1px solid #ff642f;
    transition: 0.5s;
}

.accordion-body-card-p1 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}

.accordion-body-card-p2 {
    margin-bottom: 5px;
    font-size: 12px;
    color: #334155;
}

.carousel-items {
    border: 1px solid rgb(235, 235, 235);
    padding: 8px;
    cursor: pointer;
    border-radius: 8px;
}

.carousel-items:hover {
    border: 1px solid #ff642f;
    transition: 0.5s;
}

.carousel-items img {
    border-radius: 5px;
}

.carousel-items:hover .carousel-item-p2 {
    color: #ff642f;
    transition: 0.5s;
}

.carousel-item-p1 {
    color: #475569;
    margin-bottom: 0px;
    font-size: 14px;
}

.carousel-item-p2 {
    color: #212529;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 14px;
}

.fw-semibold {
    font-weight: 500 !important;
}

.add-new-patient {
    background-color: #ff642f !important;
    color: #fff !important;
    border: 1px solid #ff642f !important;
}

.add-new-patient:hover {
    background-color: #fff !important;
    color: #ff642f !important;
}
