﻿
.upload-document {
    font-family: 'Inter';
    font-size: 12px !important;
    font-weight: 500;
    line-height: 24px !important;
    text-align: left;
    color: #000000;
}

.upload-document-div {
    border: 1px dashed #B5C9E5;
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
    left: 10px;
    justify-content: center;
    padding: 25px;
}

.record-document-div {
    border: 1px dashed #B5C9E5;
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
    left: 10px;
    justify-content: center;
    padding: 40px;
}

.file-upload-click-text {
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #1570EF;
}

#wave-pause {
    display: flex;
    justify-content: center;
}

.file-size-text {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #88A2C8;
}
.chat-section + .icon-card {
    position: absolute;
    cursor: move;
    right: 10px;
    display: flex;
    align-items: self-start;
    /* height: auto; */
    border-radius: 30px 30px 20px 20px;
    padding: 30px 10px;
    top: 10px;
    padding-bottom: 12px;
    border-radius: 30px 30px 20px 20px;
    border: 1px solid #C8E6FF;
    background: #CEE9FF;
    box-shadow: 0px 4px 6px 5px rgba(156, 156, 156, 0.25);
    width:60px;
}
.main-content, .chat-section, .sidebar{
    display:none;
}
.icon-card .position-absolute {
    top: -18px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
div#timer {
    position: absolute;
    bottom: -35px;
}
#resumeButton {
    
    height: auto;
}

#micbutton {
 
    height: auto;
}

#pauseButton {

    height: auto;
}

#stopButton {
   
    height: auto;
}

.file-upload-drag-text {
    font-family: 'Inter';
    font-size: 10px !important;
    font-weight: 500;
    line-height: 14px !important;
    text-align: center;
    color: #88A2C8;
}

.file-selected {
    font-family: 'Inter' !important;
    font-size: 10px !important;
    color: #000000;
    display: none;
}

.file-upload-icon {
    color: #75AEFF;
    font-size: 25px;
    cursor: pointer;
}

.audio-text {
    font-family: 'Inter';
    font-size: 30px !important;
    font-weight: 700;
    line-height: 25px !important;
}

.choose-text {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    color: #000000;
}

.radio-btn {
    text-align: right;
    justify-content: center;
}

.upload {
    font-family: 'Inter';
    font-size: 16px !important;
    font-weight: 500;
    line-height: 18px !important;
}

.record {
    font-family: 'Inter';
    font-size: 16px !important;
    font-weight: 500;
    line-height: 18px !important;
}

#browseFileBtn {
    height: 43px;
    text-align: center;
}

.filename {
    font-family: 'Inter';
    font-size: 16px !important;
    font-weight: 700;
    line-height: 18px !important;
    color: lightslategrey;
}

.highlighted-results {
    display: flex !important;
}

#showSoapBtn {
    color: #0d6efd;
    background-color: transparent;
    border: none;
}

#showTranscriptBtn {
    color: #0d6efd;
    background-color: transparent;
    border: none;
}

#showElementBtn {
    color: #0d6efd;
    background-color: transparent;
    border: none;
}

.active-btn {
    border-bottom: 2px solid #0d6efd !important;
    border-radius: 0 !important;
}

.fa-file {
    font-size: 18px;
    color: #ccc;
    margin-right: 10px;
}

.fa-times {
    font-size: 18px;
    color: #ccc;
    margin-left: 20px;
}

.record-radio {
    margin-left: 10px;
}

.soapR {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 600;
}

.transcriptR {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 600;
}

.elementR {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 600;
}

.upload-radio {
    margin-left: 10px;
}

.generatebtn {
    position: fixed;
    left: 50px;
    color: #ffffff;
}

.col-width {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
    height: 600px;
    overflow-y: auto;
    resize: both;
    min-width: 200px;
}

#resultsContainer {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

#soapResult, #audioResult, #elementResult {
    flex: 1;
    margin-right: 10px;
}

/* =========== */
a {
    color: #337ab7;
}

p {
    margin-top: 1rem;
}

a:hover {
    color: #23527c;
}

/*a:visited {
    color: #8d75a3;
}*/

body {
    line-height: 1.5;
    font-family: sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: black;
    margin: 2em;
}

h1 {
    text-decoration: underline red;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
    font-size: 220%;
    font-weight: bold;
}

h2 {
    font-weight: bold;
    color: #005A9C;
    font-size: 140%;
    text-transform: uppercase;
}

red {
    color: red;
}

#controls {
    display: flex;
    gap: 1rem;
    max-width: 28em;
    justify-content: center;
}

.record-div {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

button {
    flex-grow: 1;
    height: 3rem;
    min-width: 10rem;
    border: none;
    border-radius: 0.15rem;
    background: #ed341d;
    margin-left: 2px;
    box-shadow: inset 0 -0.15rem 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
}

    button:hover, button:focus {
        outline: none;
        background: #c72d1c;
    }

    button::-moz-focus-inner {
        border: 0;
    }

    button:active {
        box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
        line-height: 3rem;
    }

    button:disabled {
        pointer-events: none;
        background: lightgray;
    }

    button:first-child {
        margin-left: 0;
    }

audio {
    display: block;
    width: 100%;
    margin-top: 0.2rem;
}

li {
    list-style: none;
    margin-bottom: 1rem;
}

#formats {
    margin-top: 0.5rem;
    font-size: 80%;
}

#recordingsList {
    max-width: 28em;
}




/* Add this to your existing stylesheet or in a <style> tag in the <head> of your HTML */
.sidebar-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: #f8f9fa;
    padding: 20px;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    overflow-y: auto;
}

    .sidebar-menu.active {
        right: 0;
    }

.encounter-container {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

    .encounter-container:hover {
        background-color: #e9ecef;
    }

    .encounter-container h4 {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    .encounter-container p {
        margin-bottom: 0.25rem;
    }

/* Find this existing rule in your CSS and modify it as follows */
#hamburgerBtn {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1031; /* Increased from 1030 to ensure it's above other elements */
    background-color: #ffffff; /* White background for visibility */
    border: 1px solid #dee2e6; /* Light border for definition */
    padding: 8px 12px; /* Increased padding for better touch target */
    font-size: 1.25rem; /* Slightly larger icon */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Subtle shadow for depth */
}

    /* Add these new rules */
    #hamburgerBtn:hover {
        background-color: #f8f9fa; /* Light grey background on hover */
    }

body {
    padding-top: 0px; /* Add top padding to prevent content from hiding behind the button */
}

/* Ensure the main content doesn't overlap with the button */
.m-5 {
    margin-left: 60px !important; /* Increase left margin of main content */
}


#browseFileBtn:hover, #browseFileBtn:focus {
    outline: none;
    background: #0d6efd;
    color: #ffffff;
}

.savebtn {
    position: relative;
    /* left: 215px; */
    color: #ffffff;
}

button:hover, button:focus {
    outline: none;
    background: #0d6efd;
}

.loader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#wave {
    height: 70px;
    width: 12%;
}

/* Individual animation for each line with different delays */
#Line_1 {
    animation: pulse 1s infinite;
    animation-delay: 0.15s;
}

#Line_2 {
    animation: pulse 1s infinite;
    animation-delay: 0.30s;
}

#Line_3 {
    animation: pulse 1s infinite;
    animation-delay: 0.45s;
}

#Line_4 {
    animation: pulse 1s infinite;
    animation-delay: 0.60s;
}

#Line_5 {
    animation: pulse 1s infinite;
    animation-delay: 0.75s;
}

#Line_6 {
    animation: pulse 1s infinite;
    animation-delay: 0.90s;
}

#Line_7 {
    animation: pulse 1s infinite;
    animation-delay: 1.05s;
}

#Line_8 {
    animation: pulse 1s infinite;
    animation-delay: 1.20s;
}

#Line_9 {
    animation: pulse 1s infinite;
    animation-delay: 1.35s;
}

@keyframes pulse {
    0% {
        transform: scaleY(1);
        transform-origin: 50% 50%;
    }

    50% {
        transform: scaleY(0.7);
        transform-origin: 50% 50%;
    }

    100% {
        transform: scaleY(1);
        transform-origin: 50% 50%;
    }
}

.login {
    display: flex;
    flex-direction: column;
}

.left-side {
    /* background: #013499; */
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.right-side {
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F3F8FF;
    border: 2px solid #C9C5C5;
    margin: 0px;
    border-radius: 10px;
}

.eyeClinic {
    font-family: 'Inter';
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: right;
    color: #013499;
}

.yourIntelligent {
    font-family: 'Inter';
    font-size: 38px;
    font-weight: 300;
    line-height: 60px;
    text-align: right;
    color: #013499;
    position: relative;
    top: -52px;
    right: 65px;
}

.signInText {
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #F8F8F8;
}

.username {
    width: 350px;
}

.password {
    width: 350px;
}

.uernameInput {
    padding: 14px 24px;
    border-radius: 10px;
    /* border-color: #00000066; */
}

    .uernameInput:focus {
        box-shadow: none;
        /* border-color: #00000066; */
    }

    .uernameInput::placeholder {
        font-family: 'Poppins';
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
        color: #000000B2;
    }

.passwordInput {
    padding: 14px 24px;
    border-radius: 10px;
    border-right: none;
    /* border-color: #00000066; */
}

    .passwordInput:focus {
        box-shadow: none;
        /* border-color: #00000066; */
    }

    .passwordInput::placeholder {
        font-family: 'Poppins';
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
        color: #000000B2;
    }

.eyeSymbol {
    background: #fff;
    /* border-color: #00000066; */
    border-radius: 10px;
}

.toggle-password {
    color: #00000066;
}

.forgotPass {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #2F89FC;
    cursor: pointer;
}

.loginBtn {
    width: 350px;
    border-radius: 5px;
    background: #0d6efd;
    /* border-color: #F8F8F8; */
    padding: 14px;
}

    .loginBtn:hover {
        background: #0d6efd;
        /* border-color: #F8F8F8; */
    }

.eyeClinicImg {
    width: 127px;
}

.eyeClinicText {
    text-align: end;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: right;
    color: #000000;
}

.eyeClinicrow {
    width: 100%;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: end;
    padding-right: 0.5rem;
}

.register {
    color: #F8F8F8;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
}

.maxmieyes-icon {
    width: 33%;
}

.col-6 {
    width: 100% !important;
}

@media (min-width: 1024px) and (max-width: 1920px) {
    body {
        margin: 0;
    }

    .col-6 {
        width: 50% !important;
    }

    .login {
        display: flex;
        flex-direction: row;
    }

    .left-side {
        /* background: #013499; */
        width: 100%;
        height: 90vh;
        display: flex;
        align-items: end;
        flex-direction: column;
        justify-content: center;
    }

    .right-side {
        width: 98%;
        height: 97.8vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #F3F8FF;
        border: 2px solid #C9C5C5;
        margin: 10px;
        border-radius: 10px;
    }

    .eyeClinic {
        font-family: 'Inter';
        font-size: 50px;
        font-weight: 400;
        line-height: 60px;
        text-align: right;
        color: #013499;
    }

    .yourIntelligent {
        font-family: 'Inter';
        font-size: 38px;
        font-weight: 300;
        line-height: 60px;
        text-align: right;
        color: #013499;
        position: relative;
        top: -52px;
        right: 150px;
    }

    .signInText {
        font-family: 'Inter';
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #F8F8F8;
    }

    .username {
        width: 350px;
    }

    .password {
        width: 350px;
    }

    .uernameInput {
        padding: 14px 24px;
        border-radius: 10px;
        /* border-color: #00000066; */
    }

        .uernameInput:focus {
            box-shadow: none;
            /* border-color: #00000066; */
        }

        .uernameInput::placeholder {
            font-family: 'Poppins';
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            text-align: left;
            color: #000000B2;
        }

    .passwordInput {
        padding: 14px 24px;
        border-radius: 10px;
        border-right: none;
        /* border-color: #00000066; */
    }

        .passwordInput:focus {
            box-shadow: none;
            /* border-color: #00000066; */
        }

        .passwordInput::placeholder {
            font-family: 'Poppins';
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            text-align: left;
            color: #000000B2;
        }

    .eyeSymbol {
        background: #fff;
        /* border-color: #00000066; */
        border-radius: 10px;
    }

    .toggle-password {
        color: #00000066;
    }

    .forgotPass {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        text-align: left;
        color: #2F89FC;
        cursor: pointer;
    }

    .loginBtn {
        width: 350px;
        border-radius: 5px;
        background: #0d6efd;
        /* border-color: #F8F8F8; */
        padding: 14px;
    }

        .loginBtn:hover {
            background: #0d6efd;
            /* border-color: #F8F8F8; */
        }

    .eyeClinicImg {
        width: 127px;
    }

    .eyeClinicText {
        text-align: end;
        font-family: 'Inter';
        font-size: 14px;
        font-weight: 300;
        line-height: 18px;
        text-align: right;
        color: #000000;
    }

    .eyeClinicrow {
        width: 945px;
        position: relative;
        display: flex;
        align-items: end;
        justify-content: end;
        padding-right: 0.5rem;
        height: 10vh;
    }

    .register {
        color: #F8F8F8;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        text-align: left;
    }

    .maxmieyes-icon {
        width: 35%;
        padding-right: 0.5rem;
    }

    .spinner-border {
        display: none;
        width: 7rem !important; /* Adjust width as needed */
        height: 7rem !important; /* Adjust height as needed */
        border: 0.35em solid currentColor; /* Adjust thickness of spinner ring */
        border-right-color: transparent;
        border-radius: 50%;
        animation: spinner-border .75s linear infinite;
    }
}

/* Modal Background */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scrolling if needed */
    background-color: rgba(0, 0, 0, 0.6); /* Darker background with increased opacity */
    padding-top: 60px; /* Space from top */
    z-index: 1050; /* Ensure modal sits above other elements */
    transition: opacity 0.3s ease-in-out; /* Smooth fade-in transition */
}

/* Modal Content Box */
.modal-content {
    background-color: #fefefe;
    margin: 0 auto; /* Reduced top margin for better placement */
    padding: 20px;
    border: 1px solid #888;
    width: 90%; /* Increased width */
    max-width: 1440px; /* Increased max width for larger screens */
    border-radius: 10px; /* Slightly rounded corners */
    max-height: 87vh; /* Limits the height of the modal */
    /*overflow-y: auto;*/ /* Enables vertical scrolling when content exceeds max-height */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); /* Enhanced shadow for better visibility */
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

/* Close Button */
.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 15px; /* Adjusted position */
    right: 15px; /* Adjusted position */
    cursor: pointer;
}

    .close:hover,
    .close:focus {
        color: #000; /* Darker close icon on hover/focus */
        text-decoration: none;
    }

/* Form Styling */


    .form-group label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

/* Flex Layout for Form Fields */


.col-md-3 {
    flex: 1 1 32%; /* Flexible width */
}

.col-md-2 {
    flex: 1 1 15%; /* Flexible width for labels */
}

/* Input and Select Styling */
.form-group input,
.form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px; /* Slightly rounded corners */
    font-size: 16px;
    background-color: #f9f9f9; /* Light background for input fields */
}

    .form-group input:focus,
    .form-group select:focus {
        border-color: #007bff; /* Change border color on focus */
        outline: none; /* Remove default outline */
        background-color: #fff; /* Highlight background on focus */
    }

    .form-group input::placeholder,
    .form-group select::placeholder {
        color: #bbb; /* Light gray placeholder */
    }

    .form-group input:hover,
    .form-group select:hover {
        border-color: #0056b3; /* Slightly darker border on hover */
    }

/* Button Styling */
button[type="submit"] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 15px 25px; /* Increased padding for a larger button */
    border-radius: 6px; /* Slightly rounded corners */
    cursor: pointer;
    font-size: 18px; /* Larger font size */
    transition: background-color 0.3s ease; /* Smooth hover effect */
    width: 100%; /* Full-width button */
    max-width: 250px; /* Increased max-width for larger button */
    margin: 20px auto 0; /* Center the button */
}

    button[type="submit"]:hover {
        background-color: #0056b3; /* Darker blue on hover */
    }

/* Error Message Styling */
.error-message {
    color: red; /* Red text for error messages */
    font-size: 14px;
    margin-top: 5px;
}

/* Flexbox Layout for Multiple Inputs on the Same Line */
.form-group .col-md-3,
.form-group .col-md-2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Media Queries for Smaller Screens */
@media (max-width: 768px) {
    .modal-content {
        width: 95%; /* Reduced width for smaller screens */
        margin-top: 10px;
        padding: 15px;
        max-height: 90vh; /* Increased height for better usability */
    }

    .col-md-3,
    .col-md-2 {
        flex: 1 1 100%; /* Stack input fields vertically */
    }

    button[type="submit"] {
        width: 100%; /* Full-width button on smaller screens */
    }

    
}

.col-form-label{
    display: block;         
}

.input_icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ancer_icon {
    border: 1px solid #ccc;
    border-radius : 8px;
    background-color : #0d6efd;
    color: #fff;
    text-decoration: none;
    padding : 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/*.fa-plus{
    color:#fff;
}*/
.modal-footer i {
    font-size: 25px;
}
#mobileTable {
    display: none;
}

#emailTable {
    display: none;
}

.modal-body{
    position: relative;
}

.popup_model_forms {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 6px 20px;
}

.popup_model_label_heading {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 14px;
    color: #0406fe;
    display: block;
    position: absolute;
    top: -12px;
    background-color: #ffffff;
    padding: 0 5px;
    left: 8px;
}

.modal-title {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
}
button#micbutton {
    border-radius: 12px;
    height: 36px !important;
    margin: 0;
}
.form_select_button {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 15px;
    color: #6d5c5c;
   /* line-height: 15px;*/
    border: none;
    width: 100%;
    text-align: left;
    margin-top: 5px;
}
.stm {
    display: none;
}
.form_select_button:focus-visible {
    outline: none;
}
.form_select_button:focus {
    border: none !important;
}

.microphone_btn {
    border-radius: 12px;
    background-image: linear-gradient(to right, blue, skyblue);
}

.create_patient {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 14px;
    color: #6d5c5c;
    border: 1px solid #000;
    padding: 6px 12px;
    text-decoration: none;
    text-align: center;
    border-radius: 12px;
    margin: 20px auto 0;
    cursor: pointer;
    display: flex;
    flex-grow: 1;
    width: 100%;
    justify-content: center;
    height:36px;
    align-items:center;
}
.new_recording {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 14px;
    color: #6d5c5c;
    border: 1px solid #000;
    padding: 6px 12px;
    text-decoration: none;
    text-align: center;
    border-radius: 12px;
    max-width: 100%;
    margin: 20px auto 0;
    cursor: pointer;
    width:100%;
}
    .create_patient:hover, .new_recording:hover {
        background-image: linear-gradient(to right, blue, skyblue);
        transition: 0.5s;
        color: #fff;
        border: 1px solid blue;
        text-decoration: none;
    }
.toolbar {
    border: 1px solid #ccc;
    padding: 10px;
    background: #f9f9f9;
    display: flex;
    gap: 10px;
}

    .toolbar i {
        font-size: 18px;
        cursor: pointer;
        padding: 5px;
        border: 1px solid #ccc;
        background: #fff;
        border-radius: 4px;
        user-select: none; /* Prevents selection on click */
    }

        .toolbar i:hover {
            background: #e0e0e0;
        }

.editor {
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 150px;
    margin-top: 10px;
}

    .editor:focus {
        outline: none;
    }
    .fa-xmark {
        font-size: 20px;
    }

.create_patient:hover {
    text-decoration: none;
}

    .microphone:hover {
        border: 1px solid #000;
        background: black;
        transition: 0.5s;
        color: #000;
    }

    .fa-microphone {
        color: #fff;
        font-size: 25px;
    }

        .fa-microphone:hover {
            color: #fff;
        }

.main_sidebat_title{
    margin: 0 12px;
}

.patient-list-item {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}

.list-group-items {
    border:none;
}

.list-group-item-action {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
    padding: 4px 10px;
}

@media(max-width:1023px){
    .main_transection_chat {
        max-height: calc(100vh - 28vh);
    }
}









