.sidebar {
    width: 270px;
    height: calc(100vh - 115px);
    background: #111;
    color: white;
    padding: 20px;
    position: sticky;
    top: 110px;
    transition: all 0.3s ease;
    z-index: 1000;
    margin: 18px 15px 15px 15px;
    border-radius: 15px;
}

.sidebar-menu-items {
    overflow: visible;
}

.sidebar-menu-items::-webkit-scrollbar {
    width: 4px;
}

.sidebar-menu-items::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.sidebar-menu-items::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.sidebar-footer-links {
    position: relative;
    /* top: 70px; */
    top: 0px;
}

.sidebar-container {
    float: left;
    position: sticky;
    top: 0;
}

.sidebar.collapsed {
    width: 80px;
}

.sidebar.collapsed .icon-spacing {
    margin-right: 0px !important;
}

.sidebar.collapsed .menu-items {
    padding: 10px !important;
}

.sidebar.collapsed .help,
.sidebar.collapsed .logout {
    width: 100% !important;
}

.profile {
    display: flex;
    text-align: center;
    align-items: center;
}

.profile img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.menu-items {
    padding: 8px;
    display: flex;
    align-items: center;
    color: #bbb;
    text-decoration: none;
    transition: 0.3s;
    margin-bottom: 7px;
}

.menu-items:hover,
.menu-items.active {
    background: #393939 !important;
    color: white !important;
    border-radius: 5px !important;
}


.menu-items.active .menu-text {
    color: white !important;
}

.add-note-btn {
    background: black;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 9px;
    cursor: pointer;
}

.menu-items.active img {
    filter: brightness(0) invert(1) !important;
}

.menu-items i {
    margin-right: 10px;
}

/* .logout {
    position: absolute;
    bottom: 20px;
    width: 80%;
}

.help {
    position: absolute;
    bottom: 75px;
    width: 80%;
} */

.help,
.logout {
    width: 100%;
    margin-bottom: 7px;
    position: static;
}

.toggle-btn {
    position: absolute;
    top: 10px;
    right: -15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1100;
}

.sidebar.collapsed .menu-text {
    display: none;
}

.sidebar.collapsed .email-text {
    display: none;
}

.email-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
    text-align: left;
}

.Email-user {
    font-weight: 300;
    font-size: 12px;
    color: #808080;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-setting-wrapper,
.sidebar-diagnostic-wrapper {
    border-radius: 10px !important;
}

.setting-toggle,
.diagnostic-toggle {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.setting-toggle:hover,
.diagnostic-toggle:hover {
    color: #fff !important;
}

.icon-spacing {
    width: 20px !important;
    margin-right: 10px !important;
}

.menu-text {
    font-size: 1rem !important;
}

.sidebar-dropdown-menu,
.sidebar-dropdown-diagnostic {
    background-color: #1f1e1e !important;
    border: none !important;
    padding: 8px 8px !important;
    position: absolute !important;
    z-index: 1050 !important;
    /* width: -webkit-fill-available !important; */
    width: 100% !important;
}

.sidebar.collapsed .sidebar-dropdown-menu,
.sidebar.collapsed .sidebar-dropdown-diagnostic {
    background-color: #1f1e1e !important;
    width: auto !important;
    z-index: 1050 !important;
    position: absolute !important;
}

.sidebar-dropdown-menu .dropdown-item {
    background-color: transparent !important;
    color: #aaa !important;
    font-size: 0.95rem !important;
    padding: 0.4rem 1rem !important;
    border: none !important;
    margin-top: 10px !important;
    text-align: left !important;
}

.sidebar-dropdown-diagnostic .dropdown-item {
    background-color: transparent !important;
    color: #aaa !important;
    font-size: 0.95rem !important;
    padding: 0.4rem 1rem !important;
    border: none !important;
    margin-top: 10px !important;
    text-align: left !important;
}

.sidebar-dropdown-menu .dropdown-item:hover,
.sidebar-dropdown-diagnostic .dropdown-item:hover {
    background-color: #393939 !important;
    color: #fff !important;
}

.sidebar-dropdown-menu .active>a {
    background: #393939 !important;
    color: white !important;
    border-radius: 5px !important;
}

.sidebar-dropdown-diagnostic .active>a {
    background: #393939 !important;
    color: white !important;
    border-radius: 5px !important;
}


.custom-alert-div {
    background-color: #E8F7F6 !important;
    border: none !important
}

.custom-table-head th {
    font-weight: 600 !important;
    color: #000000 !important;
    background-color: #fff !important;
    border: none !important;
    vertical-align: middle !important;
}

.row-style-table {
    background-color: #E8F7F6 !important;
    border-radius: 12px !important;
    align-items: center !important;
    /* color: #0ea59f; */
    color: #161616 !important;
    font-weight: 500 !important;
    vertical-align: middle !important;
}

table tr td:first-child {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}


table tr td:last-child {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.custom-table-wrapper {
    overflow-x: auto !important;
}

.customed-table {
    background-color: #fff !important;
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
    width: 100% !important;
}

.no-data-img {
    width: 100% !important;
    max-width: 300px !important;
    vertical-align: middle !important;
}

.text-data-not {
    color: #0EA59F !important;
    font-size: 22px !important;
    font-weight: 500 !important;
}

.custom-btn-clear {
    width: 100% !important;
    /* max-width: 200px !important; */
    max-width: 100px !important;
    border-radius: 9px !important;
    border: 1px solid #30b9b3 !important;
    background: transparent !important;
}

.btn-div {
    display: flex;
    gap: 8px;
}

.filter-btn {
    width: 100% !important;
    max-width: 120px !important;
    font-size: 15px !important;
    border-radius: 9px !important;
    padding: 7px 13px !important;
    background-color: #000 !important;
    color: #fff !important;
}

.filter-btn:hover {
    background: #333 !important;
    color: #fff !important;
}

.link-text {
    color: #161616 !important;
}

.view-btn {
    background-color: #0EA59F !important;
}

.download-btn {
    background-color: #000000 !important;
}

.Selectpatientinfo img {
    margin-right: 5px !important;
}

.patient-img {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    margin-right: 10px !important;
}

.search-document {
    position: relative !important;
    margin: 10px 0 !important;
}

.search-document input[type="search"] {
    width: 100% !important;
    padding: 10px 6px 10px 15px !important;
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    outline: none !important;
    font-size: 14px !important;
}

.search-document .search-icon {
    position: absolute !important;
    top: 50% !important;
    right: 12px !important;
    transform: translateY(-50%) !important;
    color: #999 !important;
    font-size: 18px !important;
    pointer-events: none !important;
}

.no-diagnose-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 80vh;
}

.diagnostic-request-img {
    width: 100%;
    max-width: 300px;
}

.input-rooms {
    color: #212529 !important;
    background-color: #fff !important;
    border-radius: 11px !important;
}

.create-room-btn {
    width: 100% !important;
    max-width: 90px !important;
    border-radius: 9px !important;
    background: #000000 !important;
    color: white !important;
}

.create-room-btn:hover {
    background: #333 !important;
    color: white !important;
}

.cancel-room-btn {
    width: 100% !important;
    max-width: 90px !important;
    border-radius: 9px !important;
    border: 1px solid #30b9b3 !important;
    background: transparent !important;
}

.edit-rooms {
    color: #212529 !important;
    background-color: #fff !important;
    border-radius: 11px !important;
}

.update-room-btn {
    width: 100% !important;
    max-width: 90px !important;
    border-radius: 9px !important;
    background: #000000 !important;
    color: white !important;
}

.update-room-btn:hover {
    background: #333 !important;
    color: white !important;
}

.cancel-room-btn {
    width: 100% !important;
    max-width: 90px !important;
    border-radius: 9px !important;
    border: 1px solid #30b9b3 !important;
    background: transparent !important;
}


/* #calendar {
                  height: calc(100vh - 100px);
                } */
.appointment-card {
    display: flex;
    align-items: center;
}

#calendar {
    min-height: 100%;
}

.main-div {
    display: flex;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
}

.last-head {
    font-weight: 400;
    font-size: 11px;
    line-height: 10px;
    color: #808080;
    margin-bottom: 3px
}

.time-settings {
    font-weight: 400;
    font-size: 9px;
    line-height: 18px;
    color: #161616;
}

.clear-filter-btn {
    width: 100% !important;
    max-width: 90px !important;
    border-radius: 9px !important;
    border: 1px solid #30b9b3 !important;
    background: transparent !important;
    padding: 7px 13px !important;
}

.clear-filter-btn:hover {
    background-color: transparent !important;
    border: 1px solid #30b9b3 !important;
}

.filter-btn {
    width: 100% !important;
    max-width: 90px !important;
    font-size: 15px !important;
    border-radius: 9px !important;
    padding: 8px 13px !important;
 }

/* .container-space {
                        margin-left: 100px;
                        margin-right: 100px;
                    } */
/* .Doctorcalendar_DetailsWrap {
                        margin-left: 210px !important;
                    } */


.booking-title {
    color: black;
}

.patient-drop-menu,
.clinic-drop-menu {
    overflow-y: auto !important;
    max-height: 265px !important;
    /* max-height: 130px !important; */
    z-index: 99 !important;
}

.calendar-content {
    position: relative !important;
    /* z-index: -999 !important;   This z-index was disturbing calendar in patient side */
}

.search-container-search {
    position: relative;
    margin: 10px 0;
}

.search-container-search input[type="search"] {
    width: 100%;
    padding: 10px 6px 10px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
}

.search-container-search .search-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #999;
    font-size: 18px;
    pointer-events: none;
}

.filterDropdown .clinic-drop-menu li {
    border-bottom: 1px solid #0EA59F !important;
}

.Selectpatientinfo {
    display: unset !important;
}

.Selectpatientinfo img {
    margin-right: 5px !important;
}

.appointment-calendar-patient-list {
    height: 100%;
    overflow-y: auto;
    max-height: 500px;
}

.appointment-calendar-patient-list::-webkit-scrollbar {
    width: 3px;
}

.appointment-calendar-patient-list::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.appointment-calendar-patient-list::-webkit-scrollbar-thumb {
    background-color: #a8a8a8;
    border-radius: 10px;
}


.custom-td {
    vertical-align: middle;
    border-top: none;
}

.custom-btn {
    background-color: #000;
    border: none;
    border-radius: 6px;
}

.custom-action-btn {
    /* border-radius: 6px; */
    padding: 6px 10px;
}

/* h3.fw-bold {
    font-size: 1.5rem;
} */

.no-data-room {
    width: 100%;
    max-width: 300px;
    vertical-align: middle;
}

.text-room-not {
    color: #0EA59F;
    font-size: 22px;
    font-weight: 500;
}

.edit-icon {
    background-color: #0EA59F !important;
}

.delete-button {
    background-color: #FC0005 !important;
}

.delete-icon {
    background-color: #FC0005 !important;
    display: flex !important;
    align-items: center !important;
}

.live-calendar-text {
    font-weight: 500;
    font-size: 30px;
    color: #000000;
}

.sync-btn {
    border-radius: 9px !important;
    padding: 8px 20px !important;
    background: transparent !important;
    color: #000000 !important;
    border: 1px solid #30B9B3 !important;
}

.calendar-heading {
    margin-top: 69px !important;
}

.fc-day-grid-event {
    background-color: #C9FDE8 !important;
}

.fc-title {
    color: #1FA854 !important;
    font-size: 10px;
    cursor: pointer;
}

.add-btn {
    background-color: black;
    color: white;
    font-weight: bold;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}

.add-btn:hover {
    background-color: #0EA59F;
    color: white;
}

.google-event div {
    color: white !important;
}

.heading-appoint {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 6px;
}

.date-text {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.appointment-card {
    background-color: #F0FAF6;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    position: relative;
    height: 115px;
}

.appointment-card:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.appointment-actions {
    position: absolute;
    bottom: -3px;
    right: 2px;
}

.drp-first,
.drp-second {
    border: none;
    background: none;
}

.appointment-card img {
    width: 15px;
    height: 15px;
    border-radius: 5px;
}

.appointment-info {
    flex-grow: 1;
}

.appointment-info h6 {
    margin: 0;
    color: #0EA59F;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 8px;
}

.appointment-info p {
    margin: 0;
    font-size: 10px;
    color: #161616;
    font-weight: 300;
}

.time-date {
    text-align: right;
}

.time-date p {
    margin: 0;
    font-size: 10px;
    color: #161616;
    font-weight: 300;
}

.time-date h6 {
    color: #0EA59F;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
}

#exampleModalLabel {
    color: black
}

.close-icon {
    width: 30px !important;
    height: 30px !important;
}

.Doctorcalendar_DetailsWrap {
    position: unset !important;
}


.loader-container {
    display: none !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 1000 !important;
}

.loader {
    border: 8px solid #f3f3f3 !important;
    border-top: 8px solid #3498db !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    animation: spin 1s linear infinite !important;
}

.loading-text {
    margin-top: 10px !important;
    text-align: center !important;
}

.Doctordashboard_Wrap {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
}

.image-surgery-profile {
    width: 51px !important;
    height: 51px !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.statusbtn {
    position: relative !important;
}

.loader2 {
    display: none !important;
    z-index: 9999999 !important;
    width: 29px !important;
    height: 29px !important;
    border-radius: 50% !important;
    border: 5px solid #D1DFFF !important;
    border-top: 8px solid #0ea59f !important;
    animation: spinner 1s linear infinite !important;
    position: absolute !important;
    top: 32% !important;
    left: 39% !important;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    50% {
        border-top-width: 5px;
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .consultationStatusButton {
        width: 100% !important;
    }
}

.changed_color {
    color: #0ea59f !important;
}

.consultationStatusButton {
    cursor: pointer !important;
}


.start-date,
.end-date,
.clinician-text,
.reports-text {
    font-size: 15px !important;
    color: #000 !important;
    margin-bottom: 4px !important;
    font-weight: 700 !important;
}

.card-body-custom {
    /* background-color: #f0faf6 !important; */
    border-radius: 12px !important;
    padding: 25px !important;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important; */
}

/* .card-body-custom:hover { */
.reportCardReceivedPayment:hover,
.reportCardPayout:hover,
.reportCardIssuedInvoice:hover {
    transform: scale(1.02) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}


.main-heading-chart {
    font-weight: 300 !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    color: #7f7f7f !important;
    margin-bottom: 8px !important;
    text-align: start !important;
    margin-left: 20px;
}

.amount {
    font-weight: 700 !important;
    font-size: 60px !important;
    color: #000000 !important;
    margin-bottom: 4px !important;
}

.no-change {
    background-color: #ececec !important;
    color: #475569 !important;
    font-size: 14px !important;
    padding: 4px 8px !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100px !important;
    margin: 0 auto !important;
}

.report-generate-btn {
    background-color: #0EA59F !important;
    color: #fff !important;
    font-weight: 500 !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    border: none !important;
    cursor: pointer !important;
}



.chart-content {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.chart-content:nth-child(2) {
    margin-top: 10px;
}

.chart-box {
    flex: 1 !important;
}

/* canvas {
    width: 100% !important;
    height: 400px !important;
} */

.reportsCards {
    margin-top: 60px !important;
}

.reportCardReceivedPayment {
    border: 1px solid #C5981C;
    border-radius: 20px !important;
}

.reportCardPayout {
    border: 1px solid #E50000;
    border-radius: 20px !important;
}

.reportCardIssuedInvoice {
    border: 1px solid #229C97;
    border-radius: 20px !important;
}

.card-body-customInner {
    display: flex;
    gap: 10px;
}

.reportCardTitleCon {
    width: 100% !important;
    text-align: left;
    margin-top: 3px;
}

.reportCardPercentage,
.invoiceCardPercentage {
    padding: 8px 12px;
    border-radius: 25px;

}

.reportCardPercentage {
    color: #00a69f;
    background: #00a69f45;
}

.invoiceCardPercentage {
    background-color: #b9303038;
    color: #B93030;
}

.lastMonth {
    color: #403d3d;
}

.paymentReceived-amount,
.invoiceIssued-amount,
.payouts-amount {
    text-align: center;
}

.ReportLogo {
    height: 45px;
    width: 45px;
}

.ReportLogo img {
    width: 100%;
}

.lastMonthReportper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-title-custom {
    font-size: 20px;
}

.status-btn,
.refund-btn {
    padding: 8px 15px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.status-btn.success {
    background-color: #28a745;
}

.status-btn.warning {
    background-color: #ffc107;
    color: #000
}

.refund-btn.success {
    background-color: #17a2b8;
}

.status-btn:hover,
.refund-btn:hover {
    opacity: 0.8;
}

.m-x-2 {
    margin-left: 10px;
}

.expense-btn {
    width: 100% !important;
    max-width: 200px !important;
    height: 40px !important;
    border-radius: 5px !important;
    background: #000000 !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: white !important;
    margin-top: 26px !important;
    border: none !important;
}

.expense-btn:hover {
    background-color: #333 !important;
    color: #fff !important;
}

.attachment-btn {
    width: 100% !important;
    max-width: 192px !important;
    height: 36px !important;
    border-radius: 9px !important;
    padding-top: 9px 28px !important;
    border: 0.94px solid #30b9b3 !important;
}

.attachment-btn:hover {
    background-color: #eaf6f6 !important;
}

.attachment-btn i {
    font-size: 16px !important;
    margin-right: 8px !important;
    color: black !important;
}

.custom-color-badge {
    background-color: #0EA59F !important;
    padding: 8px !important;
    border-radius: 9px !important;
    width: 100% !important;
}

.view-btn {
    background-color: transparent;
    color: black !important;
    padding: 7px 12px 7px 12px;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.save-btn {
    width: 100% !important;
    max-width: 135px !important;
    height: 40px !important;
    border-radius: 9px !important;
    background: #000000 !important;
    color: white !important;
    border: none !important;
}

.refresh-btn {
    background-color: transparent;
    color: #000;
    border: 1px solid #ccc;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    gap: 10px;
    display: flex;
    align-items: center;
}

.main-heading {
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    margin-top: 41px;
}



.create-btn {
    background-color: #000;
    color: white;
    border-radius: 10px;
    font-weight: 500;
    padding: 8px 20px;
}

.task-filter-checkbox,
.service-filter-checkbox {
    width: 15px !important;
    height: 15px !important;
}

.heading-table {
    border: none !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #000000 !important;
}

.template-title {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.custom-Input-select {
    border: 1px solid #929292;
    border-radius: 10px;
    width: 100%;
    max-width: 767px;
}

.template-heading {
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    margin-top: 40px;
}

.editor-container {
    width: 100%;
    margin: 20px auto;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.ql-container {
    height: 407px !important;
    border: none !important;
}

.ql-toolbar {
    border: none !important;
}

.ql-editor {
    border: 1px solid #929292 !important;
    border-radius: 10px !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "→";
    color: black;
    padding: 0 5px;
}

.btn-custom {
    border: none !important;
    background: transparent !important;
}

.type-data {
    border-radius: 20px !important;
    padding: 4px 12px !important;
    background-color: #0EA59F !important;
    color: #FFFFFF !important;
    font-weight: 500 !important;
    display: inline-block !important;
    text-align: center !important;
    margin-top: 20px !important;
}


.template-title {
    font-weight: 600 !important;
    color: #333 !important;
}

.save-template-btn {
    background-color: #000000 !important;
    color: white !important;
    border: none !important;
    padding: 6px 20px !important;
    border-radius: 8px !important;
}

.save-template-btn:hover {
    background-color: #333 !important;
    color: white !important;
}

.cancel-btn-template {
    border-radius: 8px !important;
    border: 1px solid #30b9b3 !important;
    background: transparent !important;
    padding: 6px 12px !important;
}

#editor {
    height: 650px !important;
    margin-bottom: 20px !important;
}

.editor-container {
    position: relative !important;
    margin-bottom: 1.5rem !important;
}

.unlayer-topbar {
    background-color: #f8f9fa !important;
}

.custom-item-style {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px !important;
    border-radius: 10px !important;
    background-color: #F8F9FA !important;
    color: #0EA59F !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    border: 1px solid #0EA59F !important;
    cursor: pointer !important;
    font-size: 11px !important;
}

.patient-id {
    color: #0EA59F !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 13px !important;
    text-align: end !important;
}

.patient-img {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    margin-right: 10px !important;
}

.consent-modal-patient {
    height: 100%;
    overflow-y: auto;
    max-height: 500px;
}

.consent-modal-patient::-webkit-scrollbar {
    width: 3px;
}

.consent-modal-patient::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.consent-modal-patient::-webkit-scrollbar-thumb {
    background-color: #a8a8a8;
    border-radius: 10px;
}

.patient-selection-card {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.patient-selection-card:hover {
    border-color: #E6E6E6;
    background-color: #E8F7F6;
}

.patient-selection-card.selected {
    border-color: #E6E6E6;
    background-color: #E8F7F6;
}

.custom-alert {
    background-color: #E8F7F6 !important;
    border-color: #0EA59F !important;
}

.text-name {
    font-weight: 500 !important;
    font-size: 17px !important;
    line-height: 13px !important;
    color: #161616 !important;
    margin-bottom: 10px !important;
}


.patient-heading {
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #000000 !important;
}

.search-heading {
    font-weight: 300 !important;
    font-size: 16px !important;
    color: #000000 !important;
    margin-top: 25px !important;
}

.copy-link-wrapper {
    transition: box-shadow 0.3s ease, border-color 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    background-color: #E8F7F6 !important;
    border-radius: 10px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    padding: 10px !important;
    border: 1px solid #e6e6e6 !important;
}

.text-register {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin-bottom: 5px !important;
}

.first-name,
.dob,
.birth_month,
.year_birth {
    font-weight: 500 !important;
    font-size: 13px !important;
    /* color: #808080 !important; */
    color: #000;
}

#lastName::placeholder {
    color: #0EA59F !important;
}

.name_input,
.dob_input,
.birth_input,
.year_input {
    width: 100% !important;
    border-radius: 10px !important;
}

.search-btn {
    width: 100% !important;
    max-width: 90px !important;
    /* height: 34px; */
    height: 39px !important;
    border-radius: 9px !important;
    background: #000000 !important;
    color: white !important;
    border: none !important;
}

.search-btn:hover {
    background-color: #333 !important;
    color: #fff !important;
}

/* .sidebar {
    height: 780px !important;
} */

.reset-btn {
    width: 100% !important;
    max-width: 90px !important;
    /* height: 34px; */
    height: 39px !important;
    border-radius: 9px !important;
    border: 1px solid #30b9b3 !important;
    background: transparent !important;
}

.import-btn {
    width: 100% !important;
    max-width: 150px !important;
    height: 48px !important;
    border-radius: 5px !important;
    border: 1px solid #30b9b3 !important;
    background: transparent !important;
    margin-top: 25px !important;
}

.Btns-alignment {
    justify-content: end !important;
    margin-top: 26px !important;
}

.recently-text {
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #161616 !important;
    margin-top: 56px !important;
}




.patient-card,
.ClinicianCard {
    border-radius: 12px !important;
    background: white !important;
    transition: all 0.3s ease !important;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #e0e0e0 !important;
    padding: 16px !important;
    cursor: pointer !important;
}

.patient-card:hover,
.ClinicianCard:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* .highlighted {
    background: #e6f7f4 !important;
} */

.patient-name {
    font-weight: 500 !important;
    font-size: 21px !important;
    color: #161616 !important;
}

.patient-info {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #161616 !important;
    display: flex !important;
    align-items: center !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    margin-bottom: 5px !important;
}

.patient-first-div {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}

.patient-muted {
    font-size: 14px !important;
    color: #666 !important;
}

.patient-actions {
    display: flex !important;
    gap: 8px !important;
    margin-top: 24px !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
}

.btn-custom {
    border-radius: 9px !important;
    padding: 9px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

.btn-dark-custom {
    background: black !important;
    color: white !important;
}

.btn-info-custom,
.btn-danger-custom {
    background: transparent !important;
}

.btn-dark-custom:hover {
    background: #333 !important;
}

.btn-outline-dark-custom {
    border: 1px solid #30b9b3 !important;
    color: black !important;
    background: transparent !important;
}

.btn-warning-custom {
    background: transparent !important;
}

.booking-appointment {
    font-size: 12px !important;
    color: gray !important;
}

.last-head {
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 8px !important;
    color: #808080 !important;
    margin-bottom: 10px !important;
}

.time-settings {
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 8px !important;
    color: #161616 !important;
}

.plus-icon {
    margin-right: 9px !important;
}

.create-btn-patient {
    width: 100% !important;
    max-width: 240px !important;
    height: 48px !important;
    border-radius: 5px !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: white !important;
    border: none !important;
}

.integration-text {
    font-weight: 700;
    font-size: 22px;
    color: #161616;
    margin-top: 51px;
    text-align: center;
}

.signaturerx-btn {
    border-radius: 10px;
    padding: 11px 28px 11px 28px;
    background-color: #161616;
    color: #fff;
    gap: 10px;
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    max-width: 160px;
    border: none;
    cursor: pointer;
}

.randox-btn {
    width: 100%;
    max-width: 160px;
    border-radius: 10px;
    border: 1px solid #30b9b3;
    background: transparent;
    font-size: 12px;
    font-weight: 500;
}

.arrow-drop-icon {
    margin-left: 10px
}

.card-one,
.card-two {
    width: 100%;
    max-width: 630px;
    border-radius: 20px;
    /* background: #F1F1F1; */
    background-color: #fff;
    /* border: 1px solid #E9E9E9; */
    border: 1px solid #C8C8C8;
    padding: 43px;
    position: relative;
    transition: all 0.3s ease;
    margin-top: -20px;
}

.card-one::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 265px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    transform: rotate(45deg);
    border-top-left-radius: 6px;
    z-index: 1;
}

.card-two::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 191px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    transform: rotate(45deg);
    border-top-left-radius: 6px;
    z-index: 1;
}

.sign-text,
.randox-text {
    font-weight: 500;
    font-size: 18px;
    color: #161616;
}

.pending-btn {
    /* background: #FFC009; */
    border: 1px solid #FFC009;
    padding: 10px 20px;
    color: #FFC009;
    border-radius: 10px;
}

.connected-btn {
    border: 1px solid #007a06;
    padding: 10px 20px;
    color: #007a06;
    border-radius: 10px;
}

.pending-btn:hover {
    color: #FFC009;
}

.connected-btn:hover {
    color: #007a06;
}

.div-space {
    margin-top: 25px;
}

.label-client {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    margin-bottom: 8px;
}

.input-style {
    border: 1px solid #929292;
    border-radius: 10px;
    background-color: #fff !important;
}

.significant-text {
    font-weight: 300;
    font-size: 14px;
    /* color: #000000; */
    color: #808080;
    margin-left: 5px;
}

.btn-save {
    background: #000000;
    padding: 10px 20px;
    border-radius: 10px;
    color: White;
    margin-top: 43px;
    width: 120px;
}

.btn-save:hover {
    background-color: #000000;
    color: white;
}

.main-content {
    justify-content: center;
    align-items: center;
    margin-top: 72px;
    gap: 40px;
    flex-direction: column;
    margin-bottom: 72px;
}


.integration-card {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.integration-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #007bff;
}

.integration-card .card-header {
    background: transparent;
    border-bottom: 1px solid #f8f9fa;
    padding: 1.5rem 1.5rem 1rem;
}

.integration-card .card-body {
    padding: 1rem 1.5rem 1.5rem;
}

.integration-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.integration-placeholder {
    border: 2px dashed #dee2e6;
    background: #f8f9fa;
    cursor: default;
}

.integration-placeholder:hover {
    border-color: #6c757d;
    background: #e9ecef;
    transform: none;
}

.status-badge .badge {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
}

.configuration-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    overflow: hidden;
}

.config-header {
    background: #f8f9fa;
    padding: 1.5rem;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.config-body {
    padding: 2rem;
}

.integration-config {
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-text {
    font-size: 0.875rem;
    color: #6c757d;
}


.form-control {
    border-radius: 8px;
}

.toggle-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.create-service,
.edit-service {
    color: black;
}

.toggle-container input {
    width: 40px;
    height: 20px;
}

.edit-btn {
    background-color: #0EA59F !important;
    padding: 7px 11px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

/* Haroon */
.invoice-editbtn {
    background-color: #0EA59F;
    color: white;
    padding: 9px 12px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.invoice-editbtn-icon {
    text-align: center;
    font-size: 17px;
}

.invoice-editbtn:hover {
    background-color: #0c9893;
    color: white !important;
}

.mark-as-paid-btn {
    padding: 9px 10px;
}

.mark-as-paid-btn-icon {
    font-size: 17px;
}

/* Haroon */
.delete-btn.InvoicestablesBtns {
    background-color: red !important;
}

.service-heading {
    font-weight: 700;
    font-size: 22px;
    color: #000000;
}

.Create-service-btn {
    width: 100%;
    max-width: 206px;
    height: 42px;
    border-radius: 5px;
    padding-top: 8px;
    padding-bottom: 10px;
    background-color: #000000;
    color: white;
    margin-top: 46px;
}

.first-div {
    display: flex;
    justify-content: end;
    align-items: flex-end;
}


.form-check-inputCheckBox {
    width: 18px !important;
    height: 18px !important;
    background-color: gray;
    border: none;
}

.form-check-input:checked {
    background-color: #2ec4b6;
    border-color: #2ec4b6;
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 375px;
    margin-top: 38px;
}

.search-icon {
    position: absolute;
    left: 12px;
    font-size: 16px;
    color: #999;
    pointer-events: none;
}

.search-input {
    /* padding-left: 40px; */
    width: 100%;
    /* height: 41px; */
    border-radius: 10px;
    border: 1px solid #929292;
    font-size: 14px;
}

.search-input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #808080;
}

.service-title-btn {
    width: 100%;
    max-width: 200px;
    height: 38px;
    border-radius: 5px;
    padding-top: 7px 12px 10px 12px;
    border: 1px solid #0ea59f;
    background-color: transparent;
    font-weight: 400;
    font-size: 15px;
    color: #161616;
}

/* .dropdown-menu {
    width: 100% !important;
} */

.right-btn {
    margin-top: 38px;
}

.main-div-questionnaire {
    border-radius: 15px;
    background-color: white;
    box-shadow: 0px 0px 10px 1px #28282814;
    padding: 30px;
    margin-top: 35px;
}

.form-title {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
}

.save-btn-question,
.add-question-btn,
.update-question-btn {
    background-color: #000000;
    color: white;
    border: none;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
}

.save-btn-question:hover,
.add-question-btn:hover,
.update-question-btn:hover {
    background-color: #333;
    color: white;
}



.card-text.patientsBadgeCon {
    width: 100% !important;
    max-width: 150px !important;
    height: 33px !important;
    border-radius: 28px !important;
    padding: 5px !important;
    background: #eafffe !important;
    border: 1px solid #e6e6e6 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    color: #0ea59f !important;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    margin-top: 26px !important;
    cursor: pointer;
}

.edit-in-place:focus {
    border: none;
    border-color: none;
}

.edit-in-place:focus-visible {
    border: none;
    border-color: none;
}

.questionnaire-box {
    width: 100%;
    border-radius: 15px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    cursor: pointer;
}

.questionnaire-box.active {
    width: 100%;
    border-radius: 15px;
    background-color: #e8f7f6;
    border: 1px solid #e6e6e6;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    cursor: pointer;
}

.paragraph-div {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

.text-first {
    font-weight: 400;
    font-size: 15px;
    color: #161616;
}

.text-second {
    font-weight: 400;
    font-size: 12px;
    color: #808080;
    margin-top: 10px;
}

.ql-container {
    height: 193px !important;
    border: none !important;
    overflow-y: auto !important;
}

.ql-toolbar {
    height: 40px !important;
    width: 210px !important;
    border: none !important;
    background-color: #30b9b31a !important;
    margin-top: 15px !important;
    margin-left: 15px !important;
    border-radius: 5px !important;
}

/* .editor-container {
    border: 1px solid #e6e6e6 !important;
    border-radius: 10px !important;
} */

input[type="checkbox"]:checked {
    accent-color: black;
}

.provide-text {
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    margin-top: 35px;
}

.question-text {
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    width: 90%;
}

.add-question-btn {
    border-radius: 5px;
    padding: 7px 12px;
    background: #161616;
    font-weight: 400;
    font-size: 15px;
    color: white;
}

.category-card {
    cursor: pointer;
    text-align: center;
    padding: 15px;
    border: 2px solid #ddd;
    border-radius: 10px;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-card p {
    font-size: 12px;
}

.category-card:hover,
.category-card.selected {
    border-color: #00a69f;
    background-color: #f0f8ff;
}

.category-icon {
    font-size: 15px;
    margin-right: 5px;
}

.add-btn {
    border-radius: 5px;
    padding: 7px 12px 7px 12px;
    background-color: #000 !important;
    color: white;
}

.category-card.active {
    border-color: #00a69f;
}

.question-badge-new {
    background-color: #00a69f;
}

.question-number,
.editable-text {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
}

.question-number {
    margin: 0px !important;
}

.questionContainers {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 8px;
    background-color: white;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.questionContainers.dragging {
    opacity: 0.5;
    background-color: #f8f9fa;
    border: 1px dashed #6c757d;
}

.drag-handle {
    cursor: move;
    margin-right: 10px;
    color: #6c757d;
    font-size: 1.1rem;
}

.questionContainers:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.subscribe-text {
    font-weight: 700 !important;
    font-size: 22px !important;
    margin-top: 51px !important;
}

.subscribe-text-choose-your-plan {
    font-weight: 700 !important;
    font-size: 22px !important;
}


.para-content {
    font-weight: 400 !important;
    font-size: 16px !important;
    margin-top: 18px !important;
}

.pricing-card {
    border-radius: 1rem;
    padding: 25px;
    margin: 0 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    margin: auto;
}

.pricing-card:hover {
    transform: translateY(-12px) scale(1.05);
    border: 2px solid #30B9B3 !important;
}

.pricing-card.pricingCard.highlighted {
    /* background-color: #2bc4ad;
    color: #fff; */
    /* transform: translateY(-5px); */
    transform: translateY(-12px) scale(1.05);
    border-width: 2px !important;
    border-style: solid !important;
    border-color: rgb(48, 185, 179) !important;
    border-image: initial !important;
}

.pricing-card.pricingCard.highlighted .btn {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 6px 28px;

}

/* .highlighted .btn:hover {
    background-color: #222;
} */


.price {
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    align-items: baseline;
}

.btn-outline-dark {
    border-radius: 10px;
    /* width: 100%; */
    border: 1px solid #30B9B3;
    margin-top: 10px;
    padding: 6px 28px;
    margin-top: 17px;
}

.card-bg {
    border: 1px solid #909090;
    background-color: #fff;
}

.basic-text,
.premium-text {
    font-weight: 800;
    font-size: 20px;
}

.list-style {
    font-weight: 400;
    font-size: 16px;
    color: #535353;
    margin-bottom: 12px;
}

.text-muted {
    font-size: 16px;
    font-weight: 500;
}

.text-month {
    font-size: 16px;
    color: #6c757d !important;
    font-weight: 500;
}

.price-text {
    font-size: 32px;
    font-weight: 700;
}

.pro-plan-text {
    font-weight: 800;
    font-size: 21px;
    color: #FFFFFF;
}

.pro-list {
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.btn-plan {
    width: 100%;
    border-radius: 10px;
    margin-top: 32px;
}

.container-space {
    margin-top: 75px;
}

.product-image {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover !important;
    border-radius: 5px !important;
}

.product-name {
    font-weight: 600 !important;
    color: #212529 !important;
}

.product-category {
    color: #6c757d !important;
    font-size: 14px !important;
}

.product-price {
    font-weight: 600 !important;
    color: #28a745 !important;
}

.product-stock {
    font-weight: 500 !important;
}

.stock-in {
    color: #28a745 !important;
}

.stock-low {
    color: #ffc107 !important;
}

.stock-out {
    color: #dc3545 !important;
}

.custom-action-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
}

.custom-input-message {
    background-color: #F5F5F5 !important;
    border: 1px solid #E6E6E6 !important;
    border-radius: 10px !important;
    color: #0EA59F !important;
}

.image-preview {
    width: 150px;
    height: 150px;
    border: 2px dashed #ced4da;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.image-preview:hover {
    border-color: #007bff;
    background: #f0f8ff;
}

.image-preview img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 6px;
}

.required-field::after {
    content: " *";
    color: #dc3545;
}

.map_searchField {
    padding: 8px !important;
    top: 9px !important;
    width: 300px !important;
}

.map-container {
    height: 450px;
    width: 100%;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    width: 300px;
    display: inline-block;
    vertical-align: top;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    z-index: 1060 !important;
}

.create-btn-new {
    background-color: #000000 !important;
    color: #ffffff !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
}

.create-btn-new:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.clinic-title-modal,
.edit-clinic-title {
    color: #000000 !important;
}

#clinic_name {
    border-radius: 10px !important;
}

.dropdown-select,
.address-input,
.type-dropdown {
    border-radius: 10px !important;
}

.hoverli {
    /* border: 1px solid transparent; */
    /* Default border */
    transition: border 0.3s ease;
}

.suggestions {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    max-height: 100px;
    overflow-y: auto;
    width: 100%;
    display: none;
    z-index: 1000;
}

.suggestion-item {
    padding: 5px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.suggestion-item:hover {
    background: #eee;
}

.input-container-suggestion {
    position: relative;
}

.hoverli.active {
    box-shadow: 0 0 0 0.25rem rgb(14 165 159 / 40%) !important;
    transition: border 0.3s ease, box-shadow 0.3s ease
}

.custom_dropdown_menu2 {
    height: 160px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    left: 99.6% !important;
}

.drag-handle {
    cursor: grab;
    font-size: 20px;
    /* margin-right: 15px; */
    color: #888;
    /* position: absolute; */
    padding: 0px;
    /* left: 30%; */
    left: 26%;
    /* margin: 29px 0px 0px 0px; */
    /* width: 50px !important; */
}

.Doctorprofile_Wrap .dropdown-menu.show {
    border-radius: 8px;
    border: 1px solid #f2f4f7;
    background: var(--White, #fff);
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03),
        0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    margin-top: 45px;
    margin-left: -90px;
}

.map_searchField {
    padding: 8px !important;
    top: 9px !important;
    width: 300px !important;
}

.map-container {
    height: 450px;
    width: 100%;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    /*text-overflow: ellipsis;*/
    width: 300px;
    display: inline-block;
    vertical-align: top;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.patient-signup.active {
    border: 3px solid #2861F4;
}

.select_type {
    width: 40%;
}

button[title="Locate Me"] {
    width: 39px !important;
    height: 39px !important;
    background-image: url('../frontend/images/my-location-25.webp') !important;
    background-position: center;
    background-color: #fff !important;
    background-repeat: no-repeat;
}

.type-check2,
.type-check1 {
    display: none;
}

.Doctorprofile_Wrap .parent_ht {
    height: 100vh;
}

.dropify-wrapper {
    border-radius: 10px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

.tag {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 0.25em 0.75em;
    margin: 0.25em;
    border-radius: 0.25em;
}

.tag .cancel {
    margin-left: 0.5em;
    cursor: pointer;
}

.tags-container {
    margin-bottom: 4px;
    border: 1px solid #808080 !important;
    border-radius: 8px;
    padding: 15px;
}

.profile_drop {
    /* border: 1px solid #ced4da; */
    border-radius: 6px;
    padding: 10px 10px 0 10px
}

.profile_drop {
    /* border: 1px solid #ced4da; */
    border-radius: 6px;
    padding: 10px 10px 0 10px
}

.profile_dropdown_toggle {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    color: #8a97a8;
}

.profile_dropdown_menu.show {
    margin-top: unset !important;
    margin-left: unset !important;
}

.profile_dropdown_menu {
    width: 60%;
}

.profile_drop .dropdown .profile_dropdown_menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8a97a8;
}

.step-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.step-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #999;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.step-active {
    background-color: #E8F7F6;
    border-color: #0ea59f;
    color: #000;
}

.step-done {
    background-color: #d3d3d3;
    border-color: #d3d3d3;
    color: #555;
}

.step-line {
    flex-grow: 1;
    height: 2px;
    background-color: #ccc;
    margin: 0 6px;
    z-index: 0;
}

.dropify-wrapper {
    border-radius: 0.7rem;
    border: 2px dashed #ced4da;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.dropify-preview {
    pointer-events: none;
}

.input-group {
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

select.form-select {
    /* border: none; */
    box-shadow: none;
}

.step-content {
    display: none;
}

.step-content.active {
    display: block;
}

.dropify {
    cursor: pointer !important;
    max-width: 100% !important;
}

.row-style-docs {
    background-color: #E8F7F6 !important;
    border-radius: 12px !important;
    align-items: center !important;
    color: #161616 !important;
    font-weight: 500 !important;
    vertical-align: middle !important;
}

.row-style-error {
    background-color: #E8F7F6 !important;
    border-radius: 12px !important;
    align-items: center !important;
    color: #ff0000 !important;
    font-weight: 500 !important;
    vertical-align: middle !important;
}

.documents-table,
.errors-table {
    background-color: #fff !important;
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
    width: 100% !important;
}

.profile-btn {
    background-color: #0EA59F !important;
    color: #fff !important;
}

.text-ellipsis {
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}






@media (max-width: 576px) {
    .search-container {
        max-width: 100%;
    }

    .search-icon {
        left: 10px;
    }

    .search-input {
        font-size: 14px;
        /* height: 38px; */
    }

    .package_delete {
        left: 91% !important;
    }
}

@media (max-width: 550px) {
    .text-first {
        font-size: 11px;
    }

    .question-number,
    .editable-text {
        font-size: 13px;
    }

    .main-div {
        padding: 15px;
    }

    .question-div-add {
        margin-top: 25px;
    }

    .text-badge-question {
        font-size: 10px;
    }

}

@media (max-width: 768px) {
    .integration-card .card-header {
        padding: 1rem;
    }

    .integration-card .card-body {
        padding: 1rem;
    }

    .config-header {
        padding: 1rem;
    }

    .config-body {
        padding: 1rem;
    }
}


@media screen and (max-width: 492px) {
    .card-text {
        max-width: 100% !important;
    }
}

@media (max-width: 992px) {
    .add-btn {
        margin-top: 30px !important;
    }

    .questionnaire-box,
    .questionnaire-box.active {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 1200px) {
    .sidebar {
        position: fixed;
        left: -270px;
        width: 250px;
        transition: left 0.3s ease;
        top: 100px;
    }

    .sidebar-container {
        position: unset !important;
    }

    .sidebar.open {
        left: 0;
    }

    .toggle-btn {
        position: fixed;
        left: 3px;
        top: 87px;
        right: auto;
        color: white;
        width: 25px;
        height: 25px;
        z-index: 1200;
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .sidebar.open .toggle-btn {
        left: 230px;
    }

}

@media (max-width: 1800px) {
    .sidebar-menu-items {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .sidebar-footer-links {
        position: relative;
        top: 0;
    }
}

@media screen and (max-width: 310px) {
    .package_delete {
        left: 85% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .package_delete {
        left: 88% !important;
    }
}

.fontStyle {
    width: 20px;
    height: 20px;
    margin-left: 0.2rem;
    font-size: 18px;
    color: #3375bb;
}
/* Header And Footer Css */
        .form-section {
            background: #fff;
            border-radius: 16px;
            padding: 30px;
            box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
            margin-bottom: 20px;
        }

        .section-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #0EA59F;
            border-left: 4px solid #0EA59F;
            padding-left: 10px;
            margin-bottom: 20px;
        }

        /* --- MultiSelect Design --- */
        .multi-select-wrapper {
            position: relative;
        }

        .multi-select-box {
            border: 1.5px solid #e3e3e3;
            border-radius: 10px;
            background: #fff;
            padding: 10px 12px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all .2s ease;
            cursor: pointer;
        }

        .multi-select-box:hover {
            border-color: #0EA59F;
            box-shadow: 0 0 8px rgba(14, 165, 159, 0.15);
        }

        .multi-select-box i {
            color: #0EA59F;
            font-size: 13px;
            transition: transform .3s;
        }

        .multi-select-box.active i {
            transform: rotate(-180deg);
        }

        .multi-dropdown {
            position: absolute;
            top: 105%;
            left: 0;
            width: 100%;
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            border: 1px solid #e7e7e7;
            max-height: 250px;
            overflow-y: auto;
            padding: 8px 0;
            display: none;
            animation: fadeIn .25s ease-in-out;
            z-index: 10;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(-6px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .multi-dropdown label {
            display: block;
            padding: 8px 14px;
            font-size: 14px;
            color: #333;
            cursor: pointer;
            transition: all .15s;
        }

        .multi-dropdown label:hover {
            background: #f1fdfc;
            color: #0EA59F;
        }

        .multi-dropdown input {
            margin-right: 8px;
            accent-color: #0EA59F;
        }

        .selected-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }

        .tag {
            background: #E6FFFA;
            color: #0EA59F;
            border-radius: 20px;
            padding: 3px 10px;
            font-size: 12px;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .tag i {
            font-size: 11px;
            cursor: pointer;
            transition: color .2s;
        }

        .tag i:hover {
            color: #08827E;
        }
