﻿
body {
    position: static !important;
}
.lmbuddy_classforweb {
    display: flex;
    gap: 10px;
    height: 100%;
}

.lmbuddy-chatsec {
    width: 70%;
    background: #ffffff;
    flex: 1;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.lmbuddy_sidebar {
    width: 30%;
    height: 100%;
    position: relative;
    border-radius: 30px;
    background: #ffffff;
    padding: 10px;
}

.buddy_historylist {
    display: flex;
    justify-content: center;
    margin: 15px 0 0;
}

.lmbuddy_aside {
    width: 95%;
    margin: 0 auto;
    height: 100%;
}
/*.container-aibuddy { position: relative; height: 100%; padding:15px 0 10px;}*/
.container-aibuddy {
    position: fixed;
    height: 88.8%;
    padding: 5px 0 10px;
    left: 0;
    right: 0;
    width: 100%;
    background: #f2f7ff;
}

.lm_buddylogo img {
    width: 150px;
}

.buddi_siderbar {
    padding: 5px 8px 5px 5px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 12px;
}

.buddy_herosec {
    background: #f2f7ff;
    border-radius: 30px;
    padding: 15px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 0 15px;
}

.lmbuddy-titlebar {
    padding: 10px 30px;
    border-bottom: 2px solid #F2F7FF;
}

.lmbuddy-titlebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lmbuddy-ctas {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.lmbuddy-newchat, .lmbuddy-weshare {
    background: #408EF0;
    color: #fff;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 12px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    position: relative;
    bottom: 0px;
}

    .lmbuddy-newchat:hover, .lmbuddy-weshare:hover {
        bottom: 5px;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }

.buddychat-container {
    padding: 1em 0 0;
    min-height: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
}

.buddychat31990 {
    display: flex;
    /* flex-direction: column; */
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    display: flex;
    position: relative;
    /* overflow-y: scroll; */
    overflow-x: hidden;
}

.suggdocs-tp strong {
    font-weight: 700;
}

.lmbuddy-byraiser p {
    display: inline-block;
    text-align: right;
    background: #475B76;
    color: #ffffff !important;
    padding: 12px 20px;
    margin: 0px;
    border-radius: 15px 15px 0 15px;
    max-width: max-content;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.lmbuddy-innermod1 {
    text-align: center;
}

.lmbuddy-aihero img {
    width: 300px;
}
/*.lmbuddy-aihero {padding: 15px 0 ;}*/
.lmbuddy-wellnote h2 {
    font-size: 40px;
}

.lmbuddy-byraiser {
    text-align: right;
    margin-right: 0px;
}

.lmbuddy-replier {
    margin-right: 0px;
    margin-top: 15px;
}

.lmbuddy-you {
    font-weight: 500;
}

.lmbuddychat-container form {
    width: 100%;
    background: #ffffff;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);*/
    /*border: 1px solid #D5E5FF;*/
}

.buddyicon {
    width: 45px;
    height: 45px;
    margin: 0 10px;
}

.lm-icon {
    width: 24px;
    height: 24px;
    margin: 0 10px;
    cursor: pointer;
}

.lmbuddy-prompt textarea {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight:500;
    padding: 8px;
    resize: none;
    height: 40px !important;
    min-height: 40px;
    max-height: 150px;
    overflow-y: auto;
}

.lmbuddy-you p {
    margin: 0;
}

.lmbuddy-prompt .form-control:focus {
    box-shadow: none;
}

.lmbuddy-prompt .field-validation-error span {
    background-color: transparent;
    padding: 0;
    top: -3px;
    font-size: 12px;
    right: 5px;
}

.buddysend-btn {
    background: none;
    border: none;
    cursor: pointer;
}

.lmbuddy-prompt {
    width: 50%;
    margin: 0 auto;
    padding: 0 0 10px;
}

button.buddysend-btn {
    background: #408ef0;
    height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    outline: none;
}

.lmbuddy-chatroom {
    padding: 0 0 2em;
    width: 50%;
    margin: 0 auto;
}

.lmbuddy-replier img {
    width: 50px;
    height: 50px;
}

.suggdocs-tp .media {
    align-items: center;
    width: 80%;
}

/*.lmbuddy-innermod2 {
    height: 470px;
    overflow: auto;
    max-height: 100%;
    position: relative;
    margin-bottom: 10px;
    margin-right: 0;
}*/

.lmbuddy-innermod2 {
    width: 100%;
    max-width: var(--message-list-max-width);
    box-sizing: border-box;
    flex-grow: 1;
    margin: auto;
    padding: 0px 0 10px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.lmbuddy-chatroom {
    padding: 0 0;
    width: 50%;
    margin: 0 auto;
    border-radius: 0;
    max-height: 100%;
    position: relative;
}

.lmbuddy-stacks li {
    line-height: 30px;
}

.lmbuddy-suggdocs {
    background: #f2f7ff;
    width: 100%;
    border-radius: 30px;
    padding: 15px 0;
    margin-bottom: 10px;
    position: relative;
    transition: all ease-in-out 0.3s;
    bottom: 0px;
    border: 1px solid #408EF0;
}

    .lmbuddy-suggdocs:hover {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        bottom: 5px;
    }

.suggdocs-tp h5 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}

.suggdocs-tp p {
    font-size: 12px;
    padding: 2px 0;
    margin: 0px;
}

.suggdocs-tp, .suggdocs-bt {
    padding: 0 15px;
}

.suggdocs-mid {
    border-top: 1px solid #D3E4FF;
    border-bottom: 1px solid #D3E4FF;
    display: flex;
    width: 100%;
    padding: 10px;
}

    .suggdocs-mid span {
        font-weight: 600;
    }

    .suggdocs-mid ul li {
        line-height: 30px;
        font-size: 14px;
        font-weight: 500;
    }

.suggdocs-bt {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 20px 0 5px;
}

.suggdocs-profile, .suggdocs-consult {
    background: #408ef0;
    color: #fff;
    width: 25%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 12px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    position: relative;
    bottom: 0px;
}

    .suggdocs-profile:hover, .suggdocs-consult:hover {
        bottom: 5px;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }

.buddy_appntico {
    position: absolute;
    top: 10px;
    right: 15px;
}

    .buddy_appntico .btn {
        background: #408ef0 !important;
        border-radius: 10px;
        font-size: 12px;
        color: #ffffff;
        padding: 5px 20px;
        position: relative;
        bottom: 0px;
        transition: all ease-in-out 0.3s;
        text-transform: capitalize;
        letter-spacing: 0px;
    }

        .buddy_appntico .btn:focus {
            background: #408ef0 !important;
        }

        .buddy_appntico .btn:hover {
            bottom: 1px;
            box-shadow: 0 0 5px rgba(0,0,0,0.2);
        }


    .buddy_appntico img {
        width: 35px;
    }

.lmbuddy-replier .media-body {
    background: #f2f7ff;
    border-radius: 15px 15px 15px 0;
    padding: 15px;
    margin: 0;
}

.suggdocs-tp .media-body {
    background-color: transparent;
    border-radius: 15px;
    padding: 0;
    margin: 0;
}


.lmbuddy-byreplier {
    font-weight: 400;
    line-height: 22px;
    font-size: 14px;
    text-align: justify;
    padding: 0;
    margin: 0;
}

.reachlmt-body {
    padding: 40px 0 0 15px;
}

.reachlmt-body {
    padding: 50px 15px 0 15px;
}

    .reachlmt-body p {
        margin: 0;
        padding: 0 0 5px;
        line-height: 18px;
    }

.reachlmt-btn a {
    font-size: 14px;
    width: 60%;
    height: 40px;
    background: #F2F7FF;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 40px;
    border-radius: 12px;
    letter-spacing: 1px;
    text-transform: inherit;
    position: relative;
    transition: ease-in-out 0.3s;
    bottom: 0px;
    border: 1px solid #A7C9FF;
}

    .reachlmt-btn a:hover {
        bottom: 3px;
        background: #408EF0;
        color: #ffffff !important;
        border: 1px solid #D3E4FF;
    }

    .reachlmt-btn a:focus {
        background: #408EF0 !important;
    }

.reachlmt-cta {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.reachlmt-btn {
    width: 100%;
    text-align: center;
}

.cta-select {
    background: #408EF0 !important;
    color: #ffffff !important;
}

.lm-stackschat {
    margin: 0 0 20px;
}

#lmbuddy-chatroom {
    /*  height: 400px; Adjust as needed */
    /* overflow-y: auto;*/
    height: 95%;
}

.class-icobuddy {
    position: absolute;
    left: 10px;
    top: 10px;
    margin: 0;
    width: 10%;
    z-index: 999;
}

.buddysend-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.lm-stkchat-loadtimer {
    display: flex;
    justify-content: center;
    /*    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;*/
}

    .lm-stkchat-loadtimer svg {
        padding: 0 0 10px;
    }

.fading-dots circle {
    fill: #408EF0;
    animation: fade 1.2s infinite ease-in-out;
}

    .fading-dots circle:nth-child(2) {
        animation-delay: 0.2s;
    }

    .fading-dots circle:nth-child(3) {
        animation-delay: 0.4s;
    }

@keyframes fade {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.3);
    }

    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}

div#doctor_listing:first-child {
    margin-top: 15px;
}

.lm-stkprompt {
    width: 100%;
    border-radius: 30px 30px 0 0;
    z-index: 7;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}

#footer {
    display: none;
}

/* Upload file and photos*/
.lm_imgfile {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #f2f7ff;
    position: relative;
    overflow: hidden;
}

    .lm_imgfile img {
        width: 100%;
        height: 100%;
    }

.close_imgfile {
    position: absolute;
    top: 0;
    right: 2px;
    cursor: pointer;
}

    .close_imgfile img {
        width: 20px;
        /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
    }

.im-docsfile span {
    display: flex;
    width: 28px;
    height: 28px;
    margin: 0 0px 0 5px;
}

.im-docsfile h5 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 45%;
}

.im-docsfile p {
    margin: 0px;
    padding: 0px;
    font-size: 10px;
}

.im-docsfile {
    background: #f2f7ff;
    border: 1px solid #d2d4d6;
    border-radius: 10px;
    padding: 5px 12px 5px 2px;
    max-width: 220px;
    width: 100%;
    position: relative;
}

    .im-docsfile .close_imgfile {
        top: 2px;
        right: 5px;
    }

.lm_PreviewsContainer {
    display: flex;
    width: 100%;
    padding: 5px;
    gap: 5px;
    flex-wrap: wrap;
}

.lm_PreviewsContainer {
    padding: 0px;
    transition: padding 0.3s ease;
    border-bottom: none !important;
}

    .lm_PreviewsContainer.has-content {
        padding: 5px;
        border-bottom: 1px solid #D5E5FF !important;
    }

    .lm_PreviewsContainer .lm_imgfile, .lm_PreviewsContainer .im-docsfile {
        margin: 5px 0 5px 5px;
    }

.lemai-info {
    margin: 0px;
    padding: 5px 0 5px;
    font-size: 10px;
}
/*.lmbuddychat-container form#search-Input-form {margin-bottom: 10px;}*/
.lm_callinsurance {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

    .lm_callinsurance p {
        color: #939292;
    }

.lmbuddy-byreplier .card {
    background: #ffffff;
    box-shadow: none;
    border-radius: 30px;
    overflow: hidden;
}

.lmbuddy-byreplier hr {
    border: none;
}

.lm-nestedprompt {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    overflow: auto;
    border-radius: 30px;
}

.lmbuddy-prompt {
    padding: 0px;
    border: 1px solid #D5E5FF;
    border-radius: 20px;
    background: #ffffff;
}

.scrollable {
    scrollbar-gutter: stable;
    overflow: auto;
}

    /* Chrome, Edge */
    .scrollable::-webkit-scrollbar {
        width: 8px;
    }

    .scrollable::-webkit-scrollbar-track {
        background: transparent;
    }

    .scrollable::-webkit-scrollbar-thumb {
        background-color: var(--scroll-color);
        border-radius: 4px;
    }

/* Firefox */
.scrollable {
    scrollbar-width: thin;
    scrollbar-color: var(--scroll-color) transparent;
}

.lm_userfiluse sup {
    top: -5px;
}

.lm_userfiluse hr.dashbr {
    width: 10%;
    margin: 0 auto;
    padding: 0 0 0;
    margin-top: 15px;
    margin-bottom: 15px;
    border-width: 5px;
    border-radius: 20px;
    border-color: #263238;
}

.lm_userfiluse .reachlmt-btn a {
    border: none;
    height: 50px;
    line-height: 50px;
    border-radius: 15px;
    font-size: 16px;
} 

.lm_userfiluse .reachlmt-btn a:hover {
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        bottom: 5px;
    }

.lm_userfiluse p {
    margin: 0px;
    padding: 0 0 5px;
}

.lm_userfiluse h2 {
    margin: 0px;
    padding: 10px 0 15px;
}

.lm_userfiluse h3 {
    margin: 0px;
    padding: 4em 0 0;
    width: 70%;
    margin: 0 auto;
}

.lm_userfiluse .cta-select {
    background: #263238 !important;
    color: #ffffff !important;
}

.wdth-70{width:70%; margin:auto !important;}
.lm_modalforsvinsucard h4{margin:0px; padding:0 0 15px;}
.lm_modalforsvinsucard .lm_txtsmall {font-weight: 600; font-size: 20px;}
.buddy-stars {
    position: absolute;
    left: 20px;
    top: 15px;
}
button:focus{outline:none !important;}
.lm_userfiluse span.lmbapp-close img {
    filter: brightness(0.5);
}
.lm_uploadcounter {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    gap: 8px;
    border: 5px solid #DFEDFF;
    background: linear-gradient(103deg, #7cafff 12.35%, #408ef0 90.99%);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.lm_uploadcounter p{margin:0px; padding:0px;}
.lm_uploadcounter img {width:70%;}
.lm_uploadticket {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 999;
}

.lm_classremainingcounter {
    border: 5px solid #DFEDFF;
    background: linear-gradient(103deg, #7cafff 12.35%, #408ef0 90.99%);
    border-radius: 30px;
    padding: 0 40px;
    position: relative;
}

.lm_classremainingcounter {
    position: absolute;
    right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lm_classremainingcounter {
    position: absolute;
    right:5px;
    top: 80px;
    padding: 10px 30px 0 30px;
    border-radius: 50px;
    text-align: center;
    width:20%;
}
.classupload-txt{padding: 5px 0 0;}
.classupload-txt p {margin: 0;padding: 5px 0 10px;}
.lm_classremainingcounter img {margin:-80px 0 0;}
.class-closesec img {width: 30px;}
.class-closesec {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.lm_userpaydtl .lmsuccess-icon svg {
    width: 70px;
    height: 70px;
    text-align: center;
    margin: 0 auto;
}


.lm_userpaydtl .lmsuccess-icon {
    text-align: center;
    width: 100%;
    display: flex;
}
.lm_userpaydtl p{margin:0px; padding:5px 0;}
.modalforprofilefirst p {
    padding: 0;
    margin: 0;
    width: 80%;
    margin: auto;
    line-height: 22px;
}
.modalforprofilefirst .reachlmt-cta{padding-top:0px;}
.modalforprofilefirst .reachlmt-btn { width: auto;}
.modalforprofilefirst .reachlmt-btn a{padding:0 15px; width:100%;}
.imgeUploader.mb-2 img {border-radius: 15px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); width: 100px;}
.preview-box {border: 1px solid #ddd; padding: 10px; margin: 10px 0; position: relative;}
.preview-box .close_imgfile {position: absolute; top: 5px; right: 5px; cursor: pointer;}
textarea {
    overflow: auto; /* Ensures scrolling works */
    scrollbar-width: thin; /* Makes it minimal in Firefox */
    scrollbar-color: transparent transparent; /* Makes it invisible in Firefox */
    -ms-overflow-style: none; /* Hides scrollbar in Edge and IE */
}

::-webkit-scrollbar {
    width: none;
    border-radius: 10px;
}

textarea::-webkit-scrollbar {
    width: 0px; /* Hides scrollbar in Chrome, Safari, and Opera */
    height: 0px;
    border-radius: 10px;
}

textarea::-webkit-scrollbar-thumb {
    background: transparent; /* Makes scrollbar thumb invisible */
    border-radius: 10px;
}

.class_filenamepara .filenamepara {
    background: #f2f7ff;
    border: 1px solid #d2d4d6;
    border-radius: 15px;
    padding: 12px 20px;
    position: relative;
    color: #263238 !important;
    max-width: max-content;
    white-space: pre-wrap;
    word-wrap: break-word;
} 
.lm_incltax{font-size:14px;}


/*media Query*/
@media only screen and (max-width: 767px) {
    .lmbuddy-wellnote h3 {
        font-size: 16px;
    }

    .lmbuddy-wellnote h2 {
        font-size: 25px;
    }

    .lmbuddy-prompt {
        width: 95%;
    }
    .lm-stkprompt{bottom:20px;}

    .lemai-info {
        font-size: 11px;
    }

    .lmbuddy-byraiser, .lmbuddy-replier {
        margin-right: 0px;
    }

    .lmbuddy-chatroom {
        width: 95%;
    }

    .buddychat-container {
        padding: 0.5em 7px 0;
    }

    .lmbuddy-innermod2 {
        height: 73%;
        margin: 20px 0 0;
    }

    .buddy_appntico .btn {
        font-size: 10px;
        padding: 2px 10px;
    }

    .lmbuddy-aihero {
        padding: 60px 0 30px;
    }

    .class-icobuddy {
        position: static;
        text-align: left;
        width: 100%;
        border-bottom: 1px solid #f2f7ff;
        padding: 0px 0 5px;
        margin: 0 0 5px;
        background: #fff;
    }

        .class-icobuddy img {
            width: 30%;
        }

    .lm_userfiluse h3 {
        margin: 0px;
        padding: 4em 0 0;
        width: 90%;
        margin: 0 auto;
        margin-top: 0px;
        font-size: 20px;
        margin-top: 25px;
    }
    .buddy-stars img {
        width: 70%;
    }
    .lm_userfiluse h2 span {
        font-size: 40px;
    }

    .lm-userbillsummary p {
        margin: 0px;
        padding: 0px !important;
        font-size: 12px !important;
    }

    .lm-btmaptdtlmain span {
        padding: 0 5px 0 0;
        width: 30%;
        display: contents;
        margin: 0 0px 0 0;
    }
    .lm-btmaptdtlmain .doctor-biodata tbody td h3 {
        display: flex;
        align-content: center;
        align-items: center;
        flex: 1;
        font-size: 12px;
        gap: 10px;
    }

    .lm-userbillsummary h3{font-size:12px !important;}
    .doctor-biodata h3 {align-items: center;}
    .lm-userbillsummary h3 {
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
    }

    .lm-btmaptdtlmain span {
        padding: 0 5px 0 0;
        float: left;
        width: 55px;
        float: left;
    }

    .lm-btmaptdtlmain h3 {
        display: flex;
        align-items: center;
        font-size:12px;
    }

    .lm_uploadcounter {
        width: 180px;
        height: auto;
        border-radius: 30px;
        padding: 2px 0;
        gap: 2px;
        border: 2px solid #DFEDFF;
        box-shadow: none;
        
    }
    .lm_uploadticket {
        right: 5px;
        top: 5px;
        margin: -50px 0 0;
        float: right;
        display: flex;
        justify-content: end;
        position:relative;
    }
    .lm_uploadcounter img {
     display:none;
    }
    .lm_uploadcounter p {
        margin: 0px;
        padding: 0px;
        font-size: 9px;
    }
    .lm_uploadcounter small{font-size:8px;}
    .lmbuddychat-container form {
        padding: 5px;
        position: relative;
        z-index: 999999;
    }
    .buddyicon {width: 35px; height: 35px; margin: 0 5px;}
    .lmbuddy-prompt textarea{font-size:14px;}
    label#buyPlanLabelBtn { margin: 0;}
    .lm-icon{margin:0px;}
    button.buddysend-btn {height: 30px; width: 30px;}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 450px) {
.lmbuddy-wellnote h2 {font-size: 20px;}
.lmbuddy-wellnote p{font-size:12px;}
.buddyicon {width: 30px; height: 30px; margin: 0 2px;}
}
    @media (max-width: 400px) {
        .lmbuddy-aihero img {
            width: 250px;
        }

        .lmbuddy-aihero {
            padding: 40px 0 30px;
        }
    }

    @media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (-webkit-min-device-pixel-ratio: 1) {
        .lmbuddy-prompt {
            width: 80%;
        }

        .buddyicon {
            width: 40px;
            height: 40px;
            margin: 0;
        }

        .lmbuddy-wellnote h2 {
            font-size: 30px;
        }

        .lmbuddy-chatroom {
            width: 90%;
        }

        .lmbuddy-innermod2 {
            height: 80%;
        }

        .lm-stkprompt {
            bottom: 15px;
        }

        .lmbuddy-innermod1 {
            text-align: center;
            flex-direction: column;
            align-items: center;
            height: 100%;
            align-content: center;
        }

        .class-icobuddy {
            width: 15%;
        }
    }

    @media (min-width: 1101px) and (max-width: 1280px) {
        .lmbuddy-aihero img {
            width: 250px;
        }

        .buddychat-container {
            padding: 0px;
        }

        .lmbuddy-wellnote h3 {
            font-size: 18px;
        }

        .lmbuddy-wellnote h2 {
            font-size: 30px;
        }

        .lmbuddy-chatroom {
            padding: 5px 0;
        }

        .lmbuddy-innermod2 {
            height: 59%;
        }

        .lm-stkprompt {
            bottom: 20px;
        }
    }

    @media (min-width: 1700px) and (max-width: 3000px) {
        .lmbuddy-aihero img {
            width: 500px;
        }
    }
