﻿.btn-color {
    background-color: #254889;
    color: #fff;
}

    .btn-color:hover {
        background-color: #142b57;
        color: #fff;
    }

.profile-image-pic {
    height: 200px;
    width: 74px;
    object-fit: cover;
}

.border-gray-200 {
    border-color: rgb(66 66 255) !important;
}

/*.custom {
        margin-left: 70px;
}*/

.card {
    border: none !important;
}

.bg-light {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    z-index: 9999;
    height: 80px;
    background: #fff !important;
}


/*.cardbody-color{
  background-color: #ebf2fa;
}*/

a {
    text-decoration: none;
}

.img-thumbnail {
    padding: .25rem;
    /*background-color: #EBF2FA !important;*/
    border: none !important;
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto;
}

.rounded-circle {
    border-radius: 0% !important;
}

/*.container2 {
            max-width: 600px;
            margin: auto;
            padding: 20px;
            border: 1px solid #ccc;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
        h2 {
            text-align: center;
        }
        
        .form-group label {
            display: block;
        }
        .form-group input, .form-group select {
            width: 100%;
            box-sizing: border-box;
        }
        .form-group input[type="file"] {
            padding: 3px;
        }
        .submit-button {
            text-align: center;
        }
        .submit-button button {
            padding: 10px 20px;
            border: none;
            background-color: #28a745;
            color: white;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
        }
        .submit-button button:hover {
            background-color: #218838;
        }*/


.xl\:w-72 {
    width: 24rem !important;
}

@media (min-width: 1280px) {
    .xl\:flex-row {
        margin-bottom: 0 !important;
        font-size: 18px !important;
        flex-direction: row !important;
        font-weight: 300 !important;
    }
}

.w-7 {
    width: 2.5rem !important;
    height: 2.5rem !important;
}

.p-5 {
    padding: 1rem !important;
}

.custom-button {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 5px;
    font-size: 16px;
    border-radius: 3px
}


.dark .table-border {
    border: 1px solid light-grey; /* Dark gray border for dark mode */
}

.table-border td {
    font-size: 18px;
    border-color: #dfd4d4 !important;
    border: 1px solid #e2e8f0; /* Light gray border for table cells */
}

.dark .table-border td {
    border: 1px solid #2d3748; /* Dark gray border for table cells in dark mode */
}

.custom {
    background: #98dddd !important;
}


.custom-search-input[type="text"] {
    font-size: 18px;
}



.btn-active {
    background: #4288dc;
    color: white !important;
}

.icon {
    margin: 8px;
}

.refresh-icon {
    z-index: 1000;
    position: fixed;
    top: 94px;
    right: 50px;
    font-size: 24px;
    cursor: pointer;
}

.transfer-section-header input {
    margin-left: 20px;
}


.custom-search-input {
    width: 586px !important;
}



#toggleForm {
    cursor: pointer;
    color: black;
    font-size: 20px;
}


input[type=text], input[type=date], textarea, select {
    /*border: 2px solid #0a58ca !important;*/
    width: 100%;
}

.custom-color {
    font-size: 18px;
    color: #68C4D6;
}

.custom-font {
    font-size: 16px !important;
}

button, input, optgroup, select, textarea {
    padding: 4px !important;
}

#married {
    margin-left: 8px;
}

.status-married {
    font-size: 15px !important;
}

.pl-8 {
    padding-left: 2rem !important;
}

@media (max-width: 1024px) {
    .lg\:block {
        display: block !important;
    }
}


@media (min-width: 1024px) {
    .lg\:block {
        display: block !important;
        /*padding-top: 40px !important;*/
    }
}

#back-button {
    padding: 10px !important;
    color: #4288dc;
}


.tracking-wider h3 {
    color: #000000;
}

#togglebtn, #togglebtn2, #togglebtn3, #togglebtn4, #togglebtn5, #togglebtn6 #templatebtn {
    color: blue;
    cursor: pointer;
    font-weight: 600;
}

.modal-title {
    color: black !important;
    font-weight: 600 !important;
}

.symp {
    border: 1px solid black;
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
}

.symptons {
    display: flex;
    justify-content: space-evenly;
}

.temp-hov {
    cursor: pointer !important;
}

.custom-width {
    width: 30rem !important;
}


.image-container {
    background-color: aliceblue;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .image-container img {
        max-width: 100%;
        height: auto;
    }

.custom-container {
    max-width: 100% !important;
}

.custom-row {
    height: 100vh;
}


.cardbody-color {
    padding: 0rem;
}

input:focus, select:focus, a:focus, textarea:focus, button:focus {
    outline: 0;
    box-shadow: none;
}

.w-48 {
    background: white !important;
}

.vertical-line-container {
    position: relative;
}

    .vertical-line-container::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 2px;
        background-color: #d9d2d2;
    }

.symptoms-custom {
    display: flex;
    margin: auto;
    gap: 35px;
}

.btn {
    --bs-btn-border-color: none;
}

/*#password {
    border: 2px solid #0a58ca !important;
}*/

.search-bar1 {
    width: 100%;
}

.date-patient {
    display: flex;
    align-items: center;
    /*border: 1px solid #D0D0FF;*/
    box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 4px;
    /*margin-left: -16px;*/
    /*margin-right: -16px;*/
}


.list-of-patients {
    display: flex;
    gap: 28px;
}

.flex-col h2 {
    font-size: 18px;
    font-weight: 500;
}

.custom-details {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.custom-flex {
    display: flex;
    justify-content: space-between;
    margin-left: 7px;
}


#suggestions-container1, #suggestions-container2, #suggestions-container3, #suggestions-container4, #suggestions-container5, #suggestions-container6 {
    z-index: 999;
}

input:focus, select:focus, a:focus, textarea:focus, button:focus {
    outline: 0;
    box-shadow: none !important;
}



@media (max-width: 700px) {
    .date {
        top: 139px !important;
        right: 70px !important;
        font-size: 18px !important;
    }

    .doc2 {
        font-size: 18px !important;
        margin-top: 10px;
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
        gap: 14px;
    }
}


@media screen and (min-width: 701px) and (max-width: 1200px) {
    .tiles {
        display: grid;
        grid-template-columns: repeat(3, 34%) !important;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        row-gap: 1rem;
        margin-top: 1.25rem;
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
        gap: 14px;
    }

    .date {
        z-index: 1000;
        position: absolute;
        top: 133px;
        right: 50px !important;
    }
}


@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .tiles {
        display: grid;
        grid-template-columns: repeat(3, 89%) !important;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        row-gap: 1rem;
        margin-top: 1.25rem;
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
        gap: 14px;
    }

    .date {
        z-index: 1000;
        position: absolute;
        top: 133px;
    }
}

@media screen and (min-width: 481px) and (max-width: 1096px) {
    /*.custom-res {
            display: inline !important;
    }*/

    .xl\:w-72 {
        width: auto !important;
    }

    .custom-button {
        padding: 0 !important;
        width: 141px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        padding: 7px !important;
        font-size: 9px;
        border-radius: 3px;
    }

    .card {
        width: auto !important;
    }

    .refresh-icon {
        display: none !important;
    }

    .details-pane {
        right: 466px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .custom-res {
        display: inline !important;
    }

    .xl\:w-72 {
        width: auto !important;
    }

    .custom-button {
        padding: 0 !important;
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        padding: 7px !important;
        font-size: 9px;
        border-radius: 3px;
    }

    /*.card {
        width: 96% !important;
    }*/

    .refresh-icon {
        display: none !important;
    }

    .details-pane {
        right: 466px !important;
    }

    .text-blue-500 {
        padding: 5px 0px 4px 4px !important;
        font-size: 10px !important;
    }

    .fa-solid, .fas {
        font-size: 12px !important;
    }
    .cus-con {
        padding: 0px 8px 0 6px !important;
    }
    /*.scrollable-container .card {
        width: 20rem !important;
    }*/
}


@media screen and (min-width: 1155px) and (max-width: 1342px) {
    .details-pane {
        right: 626px !important;
    }
}


@media screen and (min-width: 320px) and (max-width: 480px) {
    .details-pane {
        right: 0 !important;
    }

    .custom-obste {
        gap: 6px !important;
    }

    .custom-radio {
        padding: 6px;
        border: 1px solid #e2dada;
        border-radius: 6px;
        margin: 16px;
    }

        .custom-radio label {
            font-size: 7px !important;
        }

    .custom-select {
        gap: 6px !important;
        font-size: 11px !important;
    }

/*    .custom-selected {
        display: flex;
    }*/

    .custom-search-input[type="text"] {
        width: 364px !important;
    }
    .custom-table th {
        font-size: 13px !important;
    }
    .custom-table td {
        font-size: 12px !important;
    }
    .modal {
        z-index: 1000 !important;
        right: 0;
        width: 100% !important;
    }
    }

@media screen and (min-width: 481px) and (max-width: 690px) {
    .custom-obste {
        flex-direction: column;
    }

    .custom-17 {
        flex-direction: column;
    }

    .custom-auto, .custom-auto2 {
        margin-left: 0px !important;
    }

    .custom-480 {
        flex-direction: column;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .details-pane {
        right: 110px !important;
    }

    .xl\:w-72 {
        width: 16rem !important;
        custom
    }

    .custom-card17 {
        width: auto !important;
    }

    .custom-vitals2 {
        width: 80px;
        display: flex;
        flex-wrap: nowrap;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .details-pane {
        right: 310px !important;
    }
}


@media screen and (min-width: 320px) and (max-width: 480px) {
    .custom-res2 {
        display: inline !important;
    }

    .accordion {
        width: auto !important;
    }

    .custom-area {
        display: flex !important;
        width: -webkit-fill-available !important;
    }

    .custom-search-input[type="text"] {
        width: auto !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 1096px) {
    /*.custom-res2 {
        display: inline !important;
    }*/

    .accordion {
        width: auto !important;
    }

    .custom-area {
        display: flex !important;
        width: -webkit-fill-available !important;
    }

    .custom-search-input[type="text"] {
        width: auto !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1145px) {
    .accordion {
        width: auto !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .custom-res3 {
        display: inline !important;
    }
}


@media screen and (min-width: 320px) and (max-width: 480px) {
    .custom-res4 {
        display: inline !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 1500px) {
    .modal-content {
        left: 0 !important;
        width: auto !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 992px) {
    .symptoms-custom {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        background: #fffcfc;
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin: 0 -9px 0px -12px;
        text-align: center;
        margin-top: -7px;
    }

        .symptoms-custom a {
            border-bottom: 1px solid #ccc; /* Add border to bottom */
            padding: 10px 0; /* Add padding for better visual spacing */
        }

            .symptoms-custom a:last-child {
                border-bottom: none; /* Remove border from the last <a> */
            }
}

@media screen and (max-width: 813px) {
    .trial {
        display: inline-block;
        margin: 5px -7px 0px 14px !important;
    }
}

.cus-search {
   padding-left:25px !important;
}
.cus-side {
    width: 330px !important;
}
.scrollable-container {
    height: 460px;
    overflow-y: auto;
}

    /*.scrollable-container .card {
        width: 24rem !important;
    }*/


/* @media screen and (max-width:320px) and (min-width: 1097px) {
    .scrollable-container {
        height: 460px; 
        width: 384px !important;
        overflow-y: auto; 
    }
} */
.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 200px;
}

    .custom-dropdown button {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        background-color: white;
        color: #333;
        border: 1px solid #ccc;
        border-radius: 4px;
        text-align: left;
        cursor: pointer;
    }

        .custom-dropdown button:after {
            content: "\25BC";
            float: right;
            margin-right: 10px;
            font-size: 12px;
        }

.custom-dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .custom-dropdown-content a {
        color: #333;
        padding: 10px;
        text-decoration: none;
        display: block;
    }

        .custom-dropdown-content a:hover {
            background-color: #f1f1f1;
        }


.custom-dropdown.active .custom-dropdown-content {
    display: block;
}

.container {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.frequency-btn-group, .duration-btn-group, .food-radio-group, .duration-dropdown {
    margin-bottom: 20px;
}

    .frequency-btn-group button, .duration-btn-group button {
        border-radius: 4px;
        cursor: pointer;
    }

        .frequency-btn-group button.active, .duration-btn-group button.active {
            background-color: #007bff;
            color: white;
            border: 1px solid #007bff;
        }

.frequency-btn-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.food-radio-group input[type="radio"] {
    margin-right: 10px;
}

.food-radio-group label {
    margin-right: 20px;
    font-size: 14px;
    cursor: pointer;
}

.duration-dropdown select {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.duration-btn-group {
    display: grid;
    grid-template-columns: repeat(5, minmax(67px, 1fr));
    padding: 0px;
    border-radius: 5px;
}

    .duration-btn-group button {
        padding: 10px 15px;
        border: 1px solid #ccc;
        border-radius: 0px;
        cursor: pointer;
    }

        .duration-btn-group button.active {
            background-color: #007bff;
            color: white;
            border: 1px solid #007bff;
        }

.note-section textarea {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    resize: none;
    height: 80px;
}

.checkbox-group label {
    font-size: 14px;
    cursor: pointer;
    margin-right: 15px;
}

.checkbox-group input[type="radio"] {
    margin-right: 8px;
}

.frequency-btn-group {
    display: grid;
    grid-template-columns: repeat(5, minmax(67px, 1fr));
    padding: 0px;
    border-radius: 5px;
}

    .frequency-btn-group button {
        border: 1px solid #ccc; /* Border for buttons */
        background-color: #fff; /* Background color for buttons */
        padding: 10px 15px; /* Padding inside buttons */
        border-radius: 0px; /* Optional: Rounded corners for buttons */
        cursor: pointer;
    }

        .frequency-btn-group button.active {
            background-color: #007bff; /* Change background for active button */
            color: #fff; /* Text color for active button */
        }
.quantity-container {
    margin-bottom: 10px;
}

    .quantity-container label {
        font-size: 16px;
        margin-bottom: 5px;
        display: block;
    }

.quantity-selector {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fraction-buttons {
    display: grid;
    grid-template-columns: repeat(5, minmax(72px, 1fr));
    padding: 0px;
}

.fraction-button {
    padding: 5px 10px;
    border: 1px solid #ccc;
    cursor: pointer;
}

    .fraction-button.selected {
        background-color: #007bff;
        color: white;
        border-color: #007bff;
    }

.quantity-input {
    width: 100%;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.unit-dropdown {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#unitDropdown, #duration {
    cursor: pointer;
}

.cus-dialogue {
    max-width: 80% !important;
}
.cus-mas {
    padding-left: 3rem;
    font-size: 18px !important;
}
.cus-sp {
    font-size: calc(1.3rem + .6vw)!important;
}
@media screen and (min-width: 481px) and (max-width: 1096px) {

    .symptoms-custom {
        gap: 15px !important;
    }
}

@media(max-width: 480px) {
    .cardbody-color {
        width: 100% !important;
        margin: auto !important;
        margin-top: 0rem !important;
    }

    .cus-log {
        text-align: center !important;
        font-size:9px;
    }

    .cus-btn {
        margin-bottom: 68px !important;
    }

    .custom-card {
        margin: auto !important;
    }

    .custom-table td span {
        font-size: 12px !important;
    }

    #accordionFlushExample {
        width: 100% !important;
    }

    .cus-new {
        font-size: 10px !important;
    }

    .cus-search {
        padding-right: 0px !important;
    }

    .selected-item a {
        background-color: #0051fd;
        color: white;
        font-size: 8px !important;
    }

    .selected-item {
        display: inline-block;
        align-items: center;
        margin: 4px !important;
        padding: 0 0 0 6px !important;
    }

    .trial {
        font-size: 10px !important;
    }

    .modal-content {
        width: 95% !important;
        right: 18px !important;
        top: 90px;
    }

    .cus-side {
        width: 100% !important;
    }

    .cus-span {
        line-height: 17px !important;
    }

    .cus-nav {
        margin-top: 40px;
    }

    .modal-backdrop.fade {
        opacity: 0 !important;
    }

    .modal-backdrop {
        --bs-backdrop-zindex: 0;
    }

    .cus-content {
        width: 100% !important;
        margin: auto;
    }

    .cus-dialogue {
        max-width: 96% !important;
    }

    .cus-font {
        font-size: 14px !important;
    }

    .cus-vitals {
        width: 85% !important;
        border-radius: 10px;
    }

    .cus-vit-btn {
        width: 30%;
    }

    .custom-card17 {
        width: 92% !important;
    }

    .cus-select {
        width: 47px !important;
    }

    .custom-480 ul {
        margin: 0 0 0 3px !important;
    }

    .custom-480 ul {
        margin: auto !important;
        text-align: center;
        justify-content: center;
    }

    .fraction-buttons {
        grid-template-columns: repeat(9, minmax(30px, 1fr)) !important;
    }

    .frequency-btn-group {
        grid-template-columns: repeat(5, minmax(58px, 1fr));
    }

    .duration-btn-group {
        grid-template-columns: repeat(5, minmax(58px, 1fr));
    }

    .symptoms-custom h1 {
        font-size: 18px !important;
    }

    .cus-con-rx {
        margin: 0px !important;
    }

    .cus-flex {
        margin: auto;
    }

    .rx-btn {
        font-size: 12px !important;
    }

    .cus-back {
        padding-left: 2px !important;
    }

    .cus-a h1 {
        font-size: 14px !important;
    }

    .cus-a p {
        font-size: 12px !important;
    }

    #exampleModal4 {
        margin-top: 20px;
    }

    .cus-rx {
        padding: 0px !important;
    }

    .text-custom p, .text-custom strong {
        font-size: 12px !important;
    }

    .custom-header {
        flex-direction: column;
    }

    .custom-flex .text-custom {
        width: 100% !important;
    }

    .custom-padd {
        padding: 0px !important;
    }

    .custom-btn {
        width: 20%;
    }

    #followupdate {
        width: 100% !important;
    }

    .cus-follow {
        width: 39% !important;
    }

    .text-custom span {
        font-size: 12px !important;
    }

    .main {
        display: contents !important;
        border-bottom: 2px solid rgb(37 37 37 / 0%) !important;
        padding: 21px 280px 15px 0px;
        align-items: center;
    }

    .custom-back {
        display: flex;
        gap: 10px;
        padding: 10px;
    }
    .nav-right {
        margin: auto !important;
        justify-content: center !important;
    }
    .cus-mas {
        width: 100%;
        font-size: 14px !important;
        padding: 0;
    }
    .cus-mas i{
        font-size: 12px !important;
    }
    .cus-fluid{
        flex-direction: column !important;
    }
    .cus-sp {
        font-size: 12px !important;
    }

}

@media(max-width: 992px) {
    .cus-a{
        width: 92% !important;
    }
    .cus-i{
        width: 0% !important;
    }
    .custom-nav {
        background: whitesmoke;
        flex-basis: 100%;
        align-items: center;
        margin-top: 23px;
        padding: 4px 14px 4px 14px;
    }

    .cus-icon {
        width: 100% !important;
    }

    .dropdown-menu.show {
        margin-left: -136px;
        display: block;
    }

    .details-pane {
        z-index: 9999;
        width: 73% !important;
        position: fixed !important;
        left: 3.9rem !important;
        top: 0px !important;
        border-left: 2px solid #ddd !important;
        padding: 12px !important;
        height: 79px;
    }

    .cus-pat {
        font-size: 14px !important;
    }

    .cus-pat-det span {
        font-size: 14px !important;
    }

    .cus-pat-det {
        font-size: 14px !important;
    }

    .cus-span span {
        font-size: 14px !important;
    }

    .cus-p {
    padding-right: 0.5rem !important;
    }
    .cus-con {
        margin-top: 60px !important;
    }
    .cus-row {
        flex-wrap: nowrap !important;
    }
    .cus-men{
        width: 93% !important;
    }
    .cus-his{
        width: 100% !important;
    }
    .details-pane {
        padding: 23px 0px 0px 6px !important;
/*        position: absolute !important;*/
    }

}

@media screen and (min-width: 320px) and (max-width: 385px) {
    .details-pane {
        z-index: 9999;
        width: 64% !important;
    }

    .cus-pat {
        line-height: 1;
        font-size: 12px !important;
    }

    .w-48 {
        width: 100% !important;
    }

    .cus-con {
        margin-top: 5rem !important;
        padding: 0px 5px 0px 5px !important;
    }

    .text-blue-500 {
        font-size: 7px !important;
    }

    .custom-res {
        width: 21.6rem !important;
    }

    .text-blue-500 {
        padding: 4px 3px 4px 1px !important;
    }

    .custom-table th {
        font-size: 6px !important;
    }

    .custom-table td {
        font-size: 9px !important;
    }

    .cus-span span {
        font-size: 10px !important;
        line-height: 1.4;
    }

    .cus-pat-det {
        font-size: 10px !important;
    }

        .cus-pat-det span {
            font-size: 10px !important;
        }

    .custom-table td span {
        font-size: 9px !important;
    }

    .cus-span {
        line-height: 1px !important;
    }

    .doc2 {
        font-size: 14px !important;
    }

    .date {
        top: 136px !important;
        right: 70px !important;
        font-size: 14px !important;
    }

    #current-date {
        font-size: 14px !important;
    }

    .details-pane {
        padding: 23px 0px 0px 6px !important;
    }

    .custom-radio {
        margin: auto !important;
        padding: 1px !important;
    }
    .custom-visits {
        font-size: 10px !important;
    }
    .cus-row .cus-mens{
        width: 140px !important;
    }
    .cus-h5{
        font-size: 10px !important;
    }
}

@media(min-width: 481px)
{
    .cus-pop {
        display: none !important;
    }
}
