/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

.ld-chat-conversation .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}


.ld-group-chat-msge {
    font-family: 'Inter', sans-serif;
}


.ld-group-chat-msge {
    position: fixed;
    right: 20px;
    bottom: 20px;

}

.ldgc-icon {
    background: #074B79;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: grid;
    place-content: center;
    transition: .3s;
    position: relative;
}

.ldgc-icon img {
    width: 40px;
    display: inline-block;
}

.ldgc-icon:hover {
    opacity: .9;
    cursor: pointer;
}

.ld-grp-mesgge-notifications {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #FF0707;
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: 0px;
    top: -15px;
    display: inline-grid;
    place-content: center;
}



.ld-group-cht-box {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 350px;
    width: 300px;
    z-index: 9999999999;
    background: #fff;
    border-radius: 5px;
}

.ld-group-cht-box ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: 1px solid #e3e3e3;
    border-top: none;
    overflow-y: scroll;
    height: 290px;
}

.ld-group-cht-box ul::-webkit-scrollbar {
    width: 5px;
    padding: 100px 0;

}

.ld-group-cht-box ul::-webkit-scrollbar-thumb {
    background: #888;
    margin: 100px 0;
}

.ld-group-cht-box li a {
    text-decoration: none;
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-gap: 15px;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
    transition: .3s;
}

.ld-group-cht-box li a:hover {
    background: #eee;
}

.ld-group-cht-box h2 {
    background: #074B79;
    margin: 0px;
    color: #fff;
    border-radius: 5px 0px 0 0;
    padding: 15px 10px;
    font-size: 20px;
}

.ldgc-course {
    margin: 0px;
    color: #989898;
    padding: 0px;
    font-size: 14px;
}

.ld-cht-box-cont h3 {
    color: #074B79;
    font-size: 19px;
    line-height: 20px;
    font-weight: 700;
    margin: 0px;
    position: relative;
}

.ld-cht-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    display: block;
}

.ld-gc-box-notic-items {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #FF0707;
    color: #fff;
    font-size: 11px;
    position: absolute;
    right: -8px;
    top: -10px;
    display: inline-grid;
    place-content: center;
}

.ld-group-cht-box {
    height: 0px;
    overflow-y: hidden;
    opacity: 0;
    transition: .3s;
}

.ld-group-cht-box.active {
    height: 350px;
    overflow-y: visible;
    opacity: 1;
}

.close-cht-box {
    width: 25px;
    background: red;
    display: grid;
    margin-left: auto;
    place-content: center;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

.close-cht-box i {
    color: #fff;
}





/*studen chat*/


.ld-chat-conversation {
    font-family: 'Inter', sans-serif;
}

.ld-gc-panel-box {
    border: 1px solid #E2E2E2;
    box-shadow: 0px 0px 23px 0px #eee;
    border-radius: 15px;
}

.ld-gc-panel-box-profile {
    background: #fafafa;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    grid-gap: 30px;
    padding: 10px 20px;
    border-bottom: 1px solid #eaeaea;
}

.ldgc-pn-profile {
    position: relative;
}

.ldgc-pn-profile img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100%;
    display: block;
}

.ldgc-pn-cont h2 {
    color: #074B79;
    margin: 0px;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
}

.ld-gc-panel-box-chat {
    padding: 10px 20px 0px;
    max-height: 350px;
    height: 350px;
    overflow-y: auto;
}

.ld-gc-panel-box-chat::-webkit-scrollbar {
    width: 8px;

}

.ld-gc-panel-box-chat::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border-radius: 30px;
}

.ld-gc-panel-box-chat::-webkit-scrollbar-track {
    margin: 10px 0;
}

.ldgcpb-instructor {
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 20px 12px;
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 20px;
    margin-right: 15%;
    margin-top: 20px;
}

.ldgcpb-ins-meta ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    padding: 0px;
    margin: 0px;
}

.ldgc-thumbs-down i {
    transform: rotate(180deg);
}

.ldgcpb-ins-meta ul li i {
    transition: .3s;
    cursor: pointer;
}

.ldgcpb-ins-meta ul li i:hover {
    color: #074B79;
}

.ldgcpb-ins-meta ul li i.fas.fa-thumbs-down {
    color: #074B79;
}

.ldgcpb-ins-cont h3 {
    margin: 0px;
    color: #074B79;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.ldgcpb-ins-img img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 100%;
    display: block;
}

.ldgcpb-ins-cont p {
    margin: 5px 0px 0px;
    color: #565656;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

span.ldgc-lst-time {
    color: #adadad;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    display: inline-block;
    margin-left: 20px;
}

.ldgcpb-user {
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 20px 12px;
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 20px;
    background: #f6f6f7;
    margin-left: 15%;
    margin-top: 20px;
}
.lgdci-pmeta-img {
    position: relative;
}
/*.learndash-wrapper .ldgc-instr-act {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #33EC23;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 4px;
    border: 3px solid #ddf1ff;
}
*/
span.close-notification-icon {
    width: 19px;
    background-color: #ff3f3f;
    height: 20px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 15px;
    border-radius: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 99999;
    cursor: pointer;
    box-shadow: 3px 5px 6px 0px rgb(0 0 0 / 16%);
}








/*Intructor-page*/

.ldgc-instrctor-panel-area {
    display: grid;
    grid-template-columns: 320px repeat(1, 1fr);
    border: 1px solid #E2E2E2;
    box-shadow: 0px 0px 23px 0px #eee;
    border-radius: 15px;

    height: 98vh;
    background: var(--chat-background);

}

.ldgc-instrctor-panel-area .ld-gc-panel-box {
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

.ldgc-instrctor-panel-area .ld-gc-panel-box-profile {
    border-radius: 0px 15px 0 0;
}

.ldgc-instrctor-panel-left {
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    background: #FAFAFA;
    border-right: 1px solid #e2e2e2;
}

.ldgciacc-meta {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-gap: 15px;
    align-items: center;
    padding: 15px;
}

.lgdci-pmeta-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
    display: block;
}

.lgdci-pmeta-cont h2 {
    color: #074B79;
    margin: 0px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

.lgdci-pmeta-cont span {
    color: #545454;
    margin: 0px 0 0 0;
    font-size: 12px;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
}

.ldgciacc-notify {
    padding: 0 15px;
}

.ldgciacc-notify ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 0px 0 10px 0;
    margin: 0px;
}

.ldgciacc-notify li {
    padding-left: 10px;
    border-left: 1px solid #595959;
    font-size: 13px;
    line-height: 15px;
    color: #595959;
}

.ldgciacc-notify ul li:first-child {
    padding-left: 0px;
    border-left: 0px;
}

.ldgciacc-notify li.active {
    font-weight: 600;
}

.ldgc-search-bar {
    padding: 0 15px 20px;
    margin-top: 5px;
}

.ldgc-search-bar input {
    width: 100%;
    border: 1px solid #eee;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    outline: none !important;
    border-radius: 5px;
}

.ldgc-list-student {
    padding: 0px 0 15px;
    min-height: 400px;
    height: 400px;
    overflow-y: auto;
}

.ldgc-list-student::-webkit-scrollbar {
    width: 8px;

}

.ldgc-list-student::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border-radius: 30px;
}

.ldgc-list-student::-webkit-scrollbar-track {
    margin: 10px 0;
}

.ldgc-list-student ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
}

.ldgc-list-student ul li {
    display: grid;
    order: 2;
    grid-template-columns: 45px 1fr 60px;
    grid-gap: 10px;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #CDCDCD;
    transition: .3s;
    cursor: pointer;
}
.ldgc-list-student ul li.unread {
    /* background-color: #e5e2e2; */
    position: relative;
    order: 1;
}
.ldgc-list-student ul li.active, 
.ldgc-list-student ul li:hover,
.ldgc-list-student ul li.unread.active,
.ldgc-list-student ul li.unread:hover {
    background: #f1f1f1;
}
/*
.ldgc-list-student ul li.unread .ldgc-instr-act {
    top: 45%;
    background-color: #074b79;
    width: 10px;
    height: 10px;
    right: 10px;
    border: none;
    transform: translateY(-45%);
    -webkit-animation: gelatine 0.5s infinite;
    animation: gelatine 0.5s infinite;
}

@keyframes gelatine {
    from, to { transform: scale(1, 1); }
    25% { transform: scale(0.9, 1.1); }
    50% { transform: scale(1.1, 0.9); }
    75% { transform: scale(0.95, 1.05); }
}
*/
.ldgc-ls-img img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 100%;
}

.ldgc-ls-cont h3 {
    color: #074B79;
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.ldgc-ls-cont p {
    color: #959595;
    margin: 3px 0 0 0;
    font-size: 12px;
    font-weight: 400;
}

.ldgc-ls-lsttime {
    color: #8b8b8b;
    margin: 0px;
    font-size: 12px;
    font-weight: 400;
    display: block;
    text-align: right;
}

.ldgc-ls-notify {
    margin: 5px 5px 0 auto;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #FF0707;
    color: #fff;
    font-size: 11px;
    display: grid;
    place-content: center;
}

.ldgc-notify-unread.unread-active {
    position: relative;
    font-weight: 600;
}

.unread-active .ldgc-ls-notify {
    margin: 0px;
    position: absolute;
    right: 0px;
    top: -18px;

}

.ldgc-comment-box {
    padding: 20px 20px 0;
    background: #fafafa;
    border-top: 1px solid #eaeaea;
    border-bottom-right-radius: 15px;
    margin-top: 20px;
}

.ldgc-comment-box textarea {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 5px;
    outline: none !important;
    padding: 15px;
    font-size: 16px;
    color: #333;
}

.ldgc-comment-box button {
    background: #074B79;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 30px;
    margin: 20px 0 30px 0;
    transition: .3s;
    cursor: pointer;
}

.ldgc-comment-box button:hover {
    opacity: .9;
}

/* 
loader css
*/
.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

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





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

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

/* loader end */

button.ldgc-notify-unread_button{
    display: flex;
    gap: 5px;
    padding: 0px;
    border: none;
    background: none;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    position: relative;
}
button.ldgc-notify-unread_button div{
    position: absolute;
    right: 0px;
    top: -17px;
    /* width: 22px; */
    /* padding: 7px; */
    
    padding: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 20px;
    margin-top: -4px;
    border-radius: 100%;
    background: #F90000;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    display: grid;
    place-content: center;
}

.ld-gc-panel-box-profile .ldgc-pn-profile{
    display: none;
}

#select_user_text h4{
    margin: 30px;
    color: #767676;
    font-size: 18px;
    font-weight: 500;
}

.ld-gc-panel-box-profile .ldgc-pn-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.std-sec-dspl .ld-gc-panel-box{
        border-bottom-left-radius: 15px;
        overflow: hidden;
}













/*Responsive Begins*/

@media(max-width:990px){
.ldgc-instrctor-panel-area{
    grid-template-columns: 270px repeat(1, 1fr);
}
.lgdci-pmeta-cont h2{
    font-size: 20px;
}
.lgdci-pmeta-img img {
    width: 45px;
    height: 45px;
}
.ldgciacc-meta{
    grid-gap: 0px;
}
.ldgc-search-bar input{
    padding: 5px 10px;
}
.ldgc-ls-img img {
    width: 40px;
    height: 40px;
}
.ldgc-list-student ul li{
    grid-gap: 5px;
}
.ldgc-pn-cont h2{
    font-size: 24px;
}
.ldgcpb-ins-img img {
    width: 45px;
    height: 45px;
}
.ldgcpb-user, 
.ldgcpb-instructor{
    gap: 5px;
}
.ldgcpb-ins-cont p{
    margin: 0px 0px 0px;
}
#select_user_text h4{
    font-size: 15px;
}
.ldgc-list-student{
    min-height: 300px;
    height: 300px;
}
.ld-gc-panel-box-chat{
    max-height: 250px;
    height: 250px;
}
}

@media(max-width:767px){
.ldgc-instrctor-panel-area{
    grid-template-columns: repeat(1, 1fr);
    border: none;
    box-shadow: none;
}
.ldgc-list-student{
      min-height: inherit;
    height: fit-content;
    /* max-height: 183px; */
    max-height: 293px;
    padding: 0px;
    background: #f3f3f3;
}
.ldgc-instrctor-panel-left{
    border-radius: 10px;
    box-shadow: 0px 0px 23px 0px #eee;
    border: 1px solid #E2E2E2;
}
.ldgc-instrctor-panel-area .ld-gc-panel-box{
    margin-top: 30px;
        border-radius: 10px;
    box-shadow: 0px 0px 23px 0px #eee;
    border: 1px solid #E2E2E2;
    overflow: hidden;
}
.ld-gc-panel-box-profile{
    border-radius: 0px;
        background: #074B79;
}
.ldgc-list-student ul li{
    border-bottom: 1px solid #E2E2E2;
        margin-bottom: -1px;
}
.ldgc-pn-cont h2{
    color: #fff;
}
.ldgc-list-student ul li.active, 
.ldgc-list-student ul li:hover{
    background: #eee;
}
.ldgcpb-user{
    margin-left: 0px;
}
.ldgcpb-instructor{
    margin-right: 0px;
}
.ld-chat-conversation .container{
    padding: 0px;
}
.ldgcpb-ins-cont p{
    font-size: 14px;
    line-height: 19px;
}
span.ldgc-lst-time{
    font-size: 11px;
        line-height: 22px;
}
.ldgc-comment-box button{
    padding: 8px 19px;
}
.learndash-wrapper .ld-tabs .ld-tabs-navigation{
          overflow-x: auto;
}
.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab{
    padding: 10px !important;
}
.learndash-wrapper .ld-tabs .ld-tabs-navigation:after{
    display: none;
}
.ldgcpb-ins-cont h3{
    flex-wrap: wrap;
}
.ldgcpb-ins-cont h3 span{
    width: 100%;
    margin: 2px 0 5px 0;
}
.ldgc-instrctor-panel-area .ld-gc-panel-box-profile{
        border-radius: 0px 10px 0 0;
}
}

/* New CSS */

section.ld-chat-conversation{
    position: relative;
    width: 98vw;
    max-width: 1400px;
}


.date-header{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #62788d;
    margin-top: 18px;
}
.date-header span{
    padding: 31px;
    background: #f2f2f2;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
}

/* Import poppin font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');

/* background:repeating-linear-gradient(45deg, black, transparent 100px) */
/* background: repeating-linear-gradient(45deg, #f3ecec, #2c0c83 100px); */
/* background:repeating-linear-gradient(45deg, black, #ffe6e6 100px) */

:root{
    --shadow-rgb : 11,20,26;
    --radius-app : 3px;
    --delete-for-me-shadow: #b0a8bd;
    --delete-for-me-radiant: repeating-linear-gradient(45deg, #817878, #a38e8e 100px);
    --delete-for-everyone-radiant: repeating-linear-gradient(45deg, black, #b50e0e 100px);

    --fileIncoming:#a2b8d3;

    --blue-txt:#7b9cbd;
    --d-msg-bg : #191b37;
    /* Chat outgoing text */
    --cTO : #fff;

    --icon : #54656f;
    --text-color: #3b4a54;
    --reply-txt:#667781;

    --outgoing-reply:#06cf9c;
    --incoming-reply:#53bdeb;
    --green-txt: #076a2a;

    --draft-label:#1fa855;

    --unread-timestamp-circle: #25d366;
    --icon-bright:#00a884;
    --offline-dot:#b7b7b7;

    --chat-background:#f0f2f5;

    --icon-lighter:#8696a0;

    --search-text: #667781;
    --grey-dark-text:#3b4a54;
    --teal:#008069;
    --img-bg:#f1f1f1;
    --context-icon-color:#a1a1a1;
    --human-chat-background:#d9ffdb;/**#a7b2ff #c9f0ff linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%) linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%)*/
    --active-chat-bg:#f4f3f6;  /**#f5f0ff*/
    /* --img-bg:#7b6a6a; */
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #f7f7f7;
}

.wrapper {
    background: #fff;
    width: 450px;
    border-radius: 16px;
    box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1),
        0 32px 64px -48px rgba(0, 0, 0, 0.5); 
}

.chatPage .wrapper {
    box-shadow: none;
    margin-bottom: auto;
    border-radius: 0;
}

.chatPage .chat-wrapper{
    width: 76%;
    background: var(--chat-background);
}
.chatPage .users header{
    padding: 0;
}
.archived, .a-sty{
    padding-bottom: 10px !important;
}
.a-sty i{
    font-size: 16px;
}
.archived svg{
    color: var(--icon-bright);
}

.icon{
    color: var(--icon)!important;
}
/* Signup form css */
.form {
    padding: 25px 30px;
}

.form header {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.form form {
    margin: 20px 0;
}

.success-txt {
    color: var(--green-txt) !important;
    background: rgb(194, 252, 194) !important;
}

.error-txt,
.success-txt {
    color: #721c24;
    background: #f8d7da;
    padding: 8px 10px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #f5c6cb;
    display: none;
}

.image-editor .error-txt {
    color: #fff;
    background: #721c24;
    border: 1px solid #700f19;
}

.imageform {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    /* border: 2px solid #181616; */
    color: #c8c9dd;
    font-size: 0.9rem;
    font-weight: 500;
    position: relative;
    background: #dfe3f259;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    justify-content: center;
    user-select: none;
    margin: auto;
}

.imageform .imageselect {
    color: #5256ad;
    margin-left: 7px;
    cursor: pointer;
}

.imageform img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.top-right {
    position: absolute;
    top: 8px;
    right: 4px;
}

.innertiltleimage {
    color: #000;
    font-size: 20px;
    position: relative;
    top: 105px;
    left: -180px;
}

.centered-img {
    display: none;
}

.centered-img img {
    width: 100px;
    position: relative;
    left: -175px;
    top: 100px;
}

.top-right i {
    color: #333 !important;
    font-size: 19px;
}

.imageform input {
    display: none;
}

.dragover {
    border-style: solid;
    font-size: 1.8rem;
    color: #c8c9dd;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.34);
    padding: 10px;
}

.cardimage .topimage p {
    font-size: 0.9rem;
    font-weight: 600;
    color: #878a9a;
}

.form form .field {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    position: relative;
}

.form .name-details .field:first-child {
    margin-right: 10px;
}

.form .name-details .field:last-child {
    margin-left: 10px;
}

.form form .field label {
    margin-bottom: 2px;
}

.form form .field .input {
    outline: none;
}

.form form .field i {
    position: absolute;
    right: 15px;
    color: #ccc;
    top: 70%;
    transform: translateY(-50%);
    cursor: pointer;
}

.form form .field i.active::before {
    color: #333;
    content: "\f070";
}

.form form .input input {
    height: 40px;
    width: 100%;
    font-size: 16px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form form .image input {
    font-size: 17px;
}

.form form .button .input, .validate{
    margin-top: 13px;
    border: none;
    height: 45px;
    font-size: 17px;
    font-weight: 500;
    background: #333;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.form .link {
    text-align: center;
    margin: 10px 0;
    font-size: 17px;
}

.form .link a {
    color: #333;
}

.form .link a:hover {
    text-decoration: underline;
}

/* Users Css */
.users {
    padding: 25px 30px;
}

.users header{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
}
.users-list a{
    display: flex;
        padding-left: 10px;
        align-items: center;
        padding-bottom: 2px;
        padding-top: 5px;
        justify-content: space-between;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 15px;
        padding-top: 11px;
}
.wrapper img {
    object-fit: cover;
    border-radius: 50%;
}

:is(.users, .users-list) .content {
    display: flex;
    align-items: center;
}

.users header .content img {
    height: 50px;
    width: 50px;
}

:is(.users, .users-list) .details {
    color: #000;
    margin-left: 15px;
}

:is(.users, .users-list) .details span {
    font-size: 16px;
    font-weight: 500;
}

.users header .logout {
    color: #fff;
    padding: 7px 15px;
    background: #333;
    font-size: 17px;
    border-radius: 5px;
}

.users .search {
    margin:  20px 0;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.users .search .text {
    font-size: 18px;
}

/* .users .search input {
    position: absolute;
    height: 42px;
    width: calc(100% - 50px);
    border: 1px solid #ccc;
    padding: 0 13px;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
    outline: none;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2 ease;
} */

.users .search input.active {
    opacity: 1;
    pointer-events: auto;
}

.users .search button {
    height: 47px;
    width: 42px;
    border: none;
    color: #333;
    background: #fff;
    cursor: pointer;
    font-size: 17px;
    border-radius: 0 5px 5px 0;
    transition: all 0.2 ease;
}

.users .search button.active {
    color: #fff;
    background: #333;
}

.users .search button.active i::before {
    content: "\f00d";
}

.users-list {
    /* max-height: 350px; */
    overflow-y: scroll;
    height: 65vh;

}

.users-list::-webkit-scrollbar {
    width: 4px;
}
.users-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.users-list::-webkit-scrollbar-thumb{
    background: #888; 
}
/* .users-list a {
    padding-right: 15px;
    page-break-after: 10px;
    margin-bottom: 15px;
    border-bottom-color: #f1f1f1;
} */

.users-list a .content p {
    color: #67676a;
}

.users-list a:last-child {
    border: none;
    margin-bottom: 0;
}

.users-list a .content img {
    height: 40px;
    width: 40px;
}

.users-list a .status-dot {

    margin-left: -15px;
    margin-top: 31px;
    font-size: 12px;
    color: var(--offline-dot);
}

.status-dot.active{
    color: var(--unread-timestamp-circle)!important;
}
.users-list a .status-dot.offline {
    color: #ccc;
}

/* Chat area css code */
.chat-area header {
    display: flex;
    align-items: center;
    padding: 18px 30px;
}

.chat-area header .back-icon {
    font-size: 18px;
    color: #333;
}

.chat-area header img {
    width: 45px;
    height: 45px;
    margin: 0 15px;
}

.chat-area header span {
    font-size: 17px;
    font-weight: 500;
}

.chat-box {
    word-wrap: break-word;
    /* height: 500px; */
    height: 67vh;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    background: #f7f7f7;
    padding: 10px 30px 20px 30px;
    box-shadow: inset 0 32px 32px -32px rgb(0 0 0 /5%),
        inset 0 -32px 32px -32px rgb(0 0 0 /5%);
    visibility: hidden;
}

.chat-box .chat {
    /* margin: 15px 0; */
    margin: 0px;
}

.chat-box .chat p {
    box-shadow: inset 0 32px 32px -32px rgb(0 0 0 /5%),
        inset 0 -32px 32px -32px rgb(0 0 0 /5%);
    padding: 8px 16px;
}

.chat-box .outgoing {
    display: flex;
    margin-top: 15px;
}

/* .chat-box .outgoing img{
    
} */
.cover-incoming img,
.chat-box .incoming img {
    height: 35px;
    width: 35px;
}
/* Newly added specially for deleting message */
.chat-select-incoming{
    padding-top: 10px!important;
    background-color: var(--delete-for-me-shadow);
    border-radius: 10px;
}
.chat p {
    padding: 8px 16px;
}

.outgoing .details {
    margin-left: auto;
    max-width: calc(100% - 130px);
}

.outgoing .details p {
    background: #333;
    color: #fff;
    border-radius: 18px 18px 0 18px;
}
.outgoing .details p.active{
    background-color: #000;
}
.incoming .details p.active{
    background-color: #fff;
    /* color: ; */
}
.incoming .details p:hover{
    /* background-color:#e8ffe7; */
}
/* .incoming .details p:hover .show-context{
    display: inline-block;
} */
.show-context{
    cursor: pointer;
    display: inline-block;
    /* display: none; */
    /* color: #ab8f8f; */
    color: #b5b5b5;
        /* fill: white; */
        position: relative;
        top: 23px;
    left: 1px;
    margin: 0;
    padding: 0;
}
.outgoing .details .show-context{
    color: #cdcdcd;
}

.left-images .show-context{
    top: 41px;
    left: 16px;
}

.simages-container .show-context, .files-container .show-context{
    color: #eee;
    z-index:1000;
}
.files-container .show-context{
    top: 27px;
    left: -38px;
    padding-left: 40px;
}
/* Media query is needed to make it work in mobile phones */
.simages-container .show-context{
    top: -110px;
    margin-left: -19px;
    padding-left: 0px;
    left: 23px;
}
.left-images .container-img .show-context, .left-files .container-img .show-context{
    top: 21px;
    left: 1px;
    margin-top: -25px !important;
}

.show-context svg{
    /* fill :white!important; */

}
.chat-box .incoming {
    display: flex;
    align-items: center;
}

.incoming .details {
    margin-left: 10px;
    margin-right: auto;
    max-width: calc(100% - 130px);
}

.incoming p {
    background: #fff;
    color: #333;
    border-radius: 18px 18px 18px 0;
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}

.chat-area .typing-area,
.model-form {
    padding: 18px 30px;
    display: flex;
    justify-content: space-between;
}

.model-form {
    padding: 0px;
}

.model-form textarea,
.typing-area textarea {
    resize: none;
    width: calc(100% - 58px);
    height: 49px;
    max-height: 120px;
    overflow: hidden;
    font-size: 17px;
    border: 1px solid #ccc;
    padding: 0 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px 0 0 5px;
    outline: none;
}
.typing-area textarea{
    background: #fff;
    border: 1px solid #efeaea;
    color: var(--text-color);
    border-radius: 8px;
}
.typing-area button {
    width: 55px;
    border: none;
    outline: none;
    border-radius: 0 5px 5px 0;
    /* background: #333; */
    color: #000000;
    font-size: 19px;
    cursor: pointer;
}

@media(max-width:770px) {
    .button-rows {
        flex-direction: column-reverse;
    }
}

.inputs input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.inputs input {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #000;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

@media(max-width:505px) {
    .inputs input {
        width: 30px;
        height: 30px;
        padding: 0px;
    }
}

@media(max-width:375px) {
    .inputs input {
        width: 25px;
        height: 30px;
        padding: 0px;
    }
}

.activestatus {
    color: #000;
}
.green{
    color: var(--green-txt) !important;
}
.istyping {
    color:  var(--green-txt);
    margin-top: -12px;
    display: none;
}

.time,
.otime, .otime-icon,
.image-time,
.image-time-incoming {
    position: relative;
    text-align: right;
    display: flex;
    margin-left: 24px;
    margin-top: 8px;
    margin-bottom: -6px;
    justify-content: right !important;
    font-size: 14px;
    font-weight: 100;
    color: rgb(163, 158, 158);
}

.time {
    margin-bottom: 0px !important;
    margin-top: 9px;
    top: -6px;
}

.image-time,
.image-time-incoming {
    margin: 0px !important;
    top: -24px !important;
    right: 20px !important;
    margin-bottom: -17px !important;
}
img{
    background-color:var(--img-bg) !important;
    scroll-padding-bottom: 500px !important;
}
.image-time-incoming {
    right: 5px !important;
}

.column-img img:hover .image-time {
    display: none;
}

.image-time:hover {
    color: #000;
}

.image-time .right, .image-time .right-read{
    margin-right: -14px;
    margin-left: 3px;
    top: 4px;
}

.right,
.right-single,
.right-read,
.right-image {
    float: right;
    margin-right: -15px;
    position: relative;
    top: -11px;
    font-size: 12px;

}

.right {
    color: rgb(163, 158, 158);
}

.right-image {
    right: -2px;
    top: 3px;
}

.right-single {
    top: 4px !important;
}

.flashes {
    padding: 10px;
    margin-top: 10px;
    background-color: #7d1d1d;
}

.image-chat {
    width: 250px !important;
    border: 1px solid #d4ffd4;
    height: 250px !important;
    border-radius: 10px !important;
    margin-top: 5px;
}

/* ul class */
._3bcLp {
    margin-left: -39px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column-reverse;
}

/* div ul of filepopup */
.FileSelectionpopup,
._3fV_S {
    font: inherit;
    font-size: 100%;
    vertical-align: initial;
    outline: none;
    padding: 0;
    margin: 0;
    border: 0;
    padding: 5px !important;
}

._3fV_S {
    position: relative;
    z-index: 200;
    display: block;
}

button {
    outline: none;
    padding: 0;
    cursor: pointer;
    background: none;
    border: 0;
}

._1bAtO {
    display: flex;
    color: #54656f;
    will-change: width;
    visibility: visible;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

li {
    list-style: none;
}

._1LsXI {
    z-index: 1000;
}

/* file pop up class */
._8JAXG {
    display: none;
    padding: 0 10px 7px;
    cursor: default;
    position: absolute;
    bottom: 0;
    z-index: 1000;
    box-sizing: initial;
    width: 53px;
    pointer-events: all;
}

.fileselect svg {
    vertical-align: -webkit-baseline-middle;
    margin: 10px;
    cursor: pointer;
}

.fileselect {
    position: relative;
    right: 25px;
    cursor: pointer;
    border-radius: 50%;
}

.filselect-active {
    background-color: rgb(217, 219, 222);
}

.containerofimage {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    height: auto;
    margin-top: 20px;
    min-height: 100px;
    overflow-y: auto;
}

.containerofimage .imageContainer {
    height: 85px;
    width: 85px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    margin-bottom: 7px;
    margin-right: 7px;
}

/* .containerofimage .imageContainer:nth-child(4n) {
    margin-right: 0;
} */

.containerofimage .imageContainer img {
    height: 100%;
    width: 100%;
}

.containerofimage .imageContainer .deleteimages {
    position: absolute;
    top: -4px;
    right: 5px;
    cursor: pointer;
    font-size: 22px;
    background-color: white;
    color: #000 !important;
    display: none;
    border-radius: 5px;
}

.containerofimage .imageContainer .deleteimages:hover {
    opacity: 0.8;
}

.send-images {
    position: relative;
    top: -0.2px !important;
    left: -02% !important;
    font-size: 26px;
    width: 55px;
    color: white;
    background: #000000;
    padding: 5px;
    padding-right: 10px;
    height: 50px;
}
.send-images:hover{
    background-color: #000 !important;
}
/* .send-images svg{
    position: relative;
    top: -33px;
    font-size: 30px;
    left: 7px;
} */
.send-images i, .send-images svg {
    position: relative;
    font-size: 30px;
    right: 7px;
}

.send-images span {
    font-size: 13px;
    position: relative;
    top: -18px;
    left: 6px;
    background: rebeccapurple;
    border-radius: 50%;
}

/* @media(max-width:1175px){
    .send-images{
        left: 76%;
    }
}
@media(max-width:1175px){
    .send-images{
        left: 40%;
        top: -56px;
    }
} */


.imageContainer:hover .deleteimages {
    display: block;
}

.on-image-focus {
    border: 3px solid #000;
}

.send-message {
    padding: 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#model-button {
    display: none;
}

.main-editor-container {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}

div {
    font: inherit;
    font-size: 100%;
    vertical-align: initial;
    outline: none;
    padding: 0;
    margin: 0;
    border: 0;
}

/* .q7l348o2 img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 0;
} */

/* .ppled2lx {
    height: 100%;
} */

/* .p357zi0d {
    display: flex;
} */

/* .ln8gz9je {
    width: 100%;
}

.lhggkp7q {
    position: absolute;
}

.jnl3jror {
    z-index: 1;
} */

/* .gndfcl4n {
    align-items: center;
}

.ac2vgrno {
    justify-content: center;
}

.tvf2evcx {
    flex-grow: 0;
}

.oq44ahr5 {
    flex-shrink: 0;
}

.lb5m6g5c {
    flex-basis: auto;
    width: 100%;
} */

/* html:not([dir='rtl']) .tkdu00h0 {
    left: 0;
}

.ln8gz9je {
    width: 100%;
}

.lhggkp7q {
    position: absolute;
}

.jxacihee {
    bottom: 0;
}

.he7yjufn {
    height: 28px;
}

.e1lnay39 {
    background-image: linear-gradient(to top, rgba(var(11, 20, 26), .5), rgba(var(11, 20, 26), 0));
}

.b9fczbqn {
    z-index: 2;
} */

.container-img {
    display: flex;
    flex-wrap: wrap;
    max-width: 264px;
    margin-left: auto;
    border-radius: 5px;
    width: auto;
    background: #fff;
    border: 2px solid #fff;
}

.row-img,
.row-img-outgoing {
    display: flex;
    flex-wrap: nowrap;
    margin: 0px;
    padding: 0px;
    border-radius: 50%;
    background: #fff;
    height: 133px;
}

.row-img-outgoing {
    background: #ffe6e6 !important;
}

.column-img {
    flex: 1;
    padding: 0;
    /* padding-right: 1px; */
    box-sizing: border-box;
    border-radius: 5%;
    background: #fff;
}

.column-img img {
    width: 130px !important;
    height: 130px !important;
    object-fit: cover !important;
    border-radius: 0;
    border-radius: 5px;
    border: 2px solid #dcffdc !important;
    border-bottom: 1px solid #dcffdc !important;
    border-top: 1px solid #dcffdc !important;
}

.left-images, .left-files {
    /* margin-left: 25% !important; */
    flex-direction: column-reverse;
}

@media screen and (max-width:400px) {
    .cover-out.oF, .cover-out.iF{
        width: 250px !important;
    }
    .left-images, .left-files {
        /* margin-left: 22% !important; */
    }
}

@media screen and (max-width:370px) {
    .left-images, .left-files {
        /* margin-left: 16% !important; */
    }
}

.centered,
.centered-left {
    position: relative;
    top: -40%;
    left: 90%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 34px;
    color: white;
    position: relative;
}

.centered-left {
    top: -60%;
    transform: translate(-53%, -50%) !important;
    left: 69% !important;
}

.files-container{
    max-width: 252px;
    margin-left: 15px;
}
.outgoing .simages-container, .outgoing .container-img{
    margin-left: auto;
}
.incoming .simages-container, .incoming .container-img{
    margin-left: 15px;
}
.files-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.loading-div {
    text-align: center;
    border-radius: 15px;
}

.loading-div img {
    width: 180px;
    height: 80px;
}

.file-header {
    display: none;
    background: #000000;
    height: 90px;
    width: 100%;
    flex-direction: column;
    color: white;
    text-align: center;
    justify-content: center;
    border-radius: 5px;
    margin-bottom: 10px;
}

.file-header p {
    margin-bottom: 1px;
    word-wrap: break-word;
    overflow: hidden;
    padding: 10px;
}

.file-header .title {
    margin-bottom: -20px;
}

.preview-img {
    display: flex;
    max-height: 380px;
    width: 100%;
    color: #eee;
    align-content: center;
    justify-content: center;
}

.preview-img img {
    height: 370px;
    margin-bottom: 10px;
}

.preview-img svg {
    margin-top: 40px;
}

.fileinfo,
.no-preview {
    color: #727272;
    text-align: center;
    margin-bottom: -6px;
}

.no-preview {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.no-preview-div {
    margin-bottom: 30px;
}

/* Files show  */
.files {
    padding: 10px;
    z-index: 90;
    height: 90px;
    margin-top: -30px;
    /* background-color: #eef4ff; */
    background-color: #f5fff7;
    border: 1px solid #f3fff2;
    border-radius: 5px;
    width: 99%;
}

.files .file-img {
    width: 65px;
    height: 65px;
}

.files .file-img img {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.files .file-info {
    background: transparent;
    position: relative;
    left: -9px;
    width: 60%;
}

.files .file-info a {
    text-decoration: none;
}

.files .file-info p {
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    color: #4d0404;
    width: 120px;
    /* width: 160px;
    width: 100%; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.files .file-info .type-size {
    position: relative;
    left: 15px;
    top: -20px;
    font-size: 14px;
    text-transform: uppercase;
}

.files .download {
    position: relative;
    left: -9px;
    top: 22px;
    color: #000;
}

.tail-out-pdf,
.tail-out {
    position: relative;
    left: 105%;
    color: #fff;
    top: -5px;
    /* left: 281px; */
}

.tail-out-pdf {
    /* top: -73px !important; */
    top: -10px !important;
}

.cover-incoming {
    display: flex;
    align-items: center;
}

.cover-incoming .files,
.cover-incoming .details {
    margin-left: 5px;
}

.cover-incoming .details {
    /* width: 280px; */
    width: 98%;
}

.cover-out{
    width: 290px !important;
}

.cover-out {
    margin-top: 20px !important;
    margin-left: auto;
}
.cover-out .show-context{
    top: 1px;
    left: 16px ;
    z-index: 100;
    margin-left: -23px;
}
.fI .show-context{
    left: -35px ;
    color: #ab8f8f;
    margin-left: 0;
    /**If wa want to show the tail when options bar is added then
    comment out the line below*/

    /* margin-right: -62px; */
}
/* .row .details{
    /* dis */
/* }  */
.cover-out .details {
    /* position: relative;
    top:90px;
    
    left: -260px;
    width: 100%; */
    /* position: relative;
    left: 9px;
    margin-bottom:90px; */
    /* width: 90px; */
    color: #fff;
    position: relative;
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 5px;
    background: #333;
    top: -10px;
    z-index: 92;
}

.files-chat .details p {
    width: 250px;
}

/* pdf */
.cover-out {
    background: #fff;
}

.cover-out .image-pdf {
    width: 90%;
    /* width: 250px; */
    height: 200px;
    margin-bottom: -40px;
    border-radius: 0;
    position: relative;
    left: 9px;
    margin-top: -20px;
    display: block;
}

.time-div {
    background: #e6ffe4;
    position: relative;
    border: 1px solid #e0ffe2;
    border-radius: 5px;
}

.time-div .otime, .otime-icon {
    left: -20px !important;
    top: -7px !important;
}

.time-div svg, .time-div i{
    position: relative;
    top: -15px;
    left: -20px;
}

.blur-img {
    filter: blur(5px);
}

.cover-incoming .tail-out-pdf,
.cover-incoming .tail-out {
    position: relative;
    /* top: -75px !important; */
    left: -10px;
    color: #fff;
}

.cover-incoming .tail-out {
    top: -8px !important;
}

.cover-incoming .tail-out-pdf svg,
.cover-incoming .tail-out svg {
    transform: rotate(90deg);
}



/**----------------------------------Audio Messaging starts----------------------------------*/
.audio-record {
    font-size: 29px;
    position: relative;
    left: 6px;
    cursor: pointer;
}

.trash {
    height: 29px;
    margin-top: 4px;
    width: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.trash path {
    fill: var(--reply-txt);
    /**916969*/

}

.trash:hover path {
    fill: red;
}

.left-send {
    /* position: relative;
    left: 10px !important; */
}
.left-send svg {
    width: 40px;
}

.left-audio {
    left: -66px !important;
}

.right-audio {
    left: -12px !important;
}

#waveform {
    /* width: 100px; */
    /* width: 100px;
    height: 50px; */
}

.slide-wave,
.audio-msg-wave {
    width: 170px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 50px;
    background: #fff;
    /*#222*/
}

.slide-wave::-webkit-scrollbar {
    width: 0;
}

.start-recording,
.playPause,
.continue-recording {
    position: relative;
    font-size: 29px;
    margin-right: 8px;
    margin-left: 10px;
    color: var(--reply-txt);
    /**eee*/
    cursor: pointer;
}

.continue-recording {
    color: #ff3b30;
}

.continue-recording:hover {
    color: #fe2f24;
    /*#fff*/
    font-size: 30px;
}

.playPause:hover {
    color: #60737e;
    /**#fff*/
}

.start-recording {
    color: #000;
}

/* .playPause{
    color: #eee;
} */

.controls {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-end;
    align-items: flex-start;
    background: #eee;
    /*#0b0b0b*/
    padding: 10px;
    margin-left: -10px;
    border-radius: 5px;
    width: 100%;
}

.main-controls {
    display: none;
    width: 100%;
    margin-left: -17px;
    /* display: flex; */
}

#record-time,
#playTime {
    position: relative;
    font-size: 19px;
    top: 3px;
    margin-right: 5px;
    border-radius: 10px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* background: black; */
    color: var(--text-color);
}

/**Audio msg html outgoing*/
/* .audio-incoming {
    position: relative;
    left: 80px !important;
    width: 310px;
    background: #e1ffe6;
    border: 1px solid #e3ffec;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
} */

.audio-msg {
    padding: 1px;
    padding-top: 10px;
    padding-left: 5px;
}

:host .cursor {
    height: 10px;
    top: 28px;
    border-radius: 4px;
    border: 1px solid #fff;
}

:host .cursor:after {
    content: '•';
    font-size: 4.5em;
    position: absolute;
    left: 3;
    color: green;
    top: 10px;
    transform: translateX(-50%);
}

.audio-outgoing, .audio-incoming{
    width: 250px;
    background: hsl(180, 3%, 6%);
    /* position: relative; */
    /* left: 140px; */
    margin-left: auto;
    border: 1px solid #000000;
    border-radius: 10px;
    height: 74px;
    margin-top: 10px;
    margin-bottom: 5px;
    display: flow-root;
}
.audio-incoming{
    border: 1px solid #fff !important;/**dddddd*/
    background: #fbfbfb;/**e6e5e5;*/
    /* left: 0px !important; */
    margin-left: 0px;
}
.audio-outgoing .a-controls,.audio-incoming .a-controls{
    height: 69px;
    color: black;
    display: flex;
    flex-direction: column;
}
.audio-outgoing .play,.audio-incoming .play{
    font-size: 30px;
    position: relative;
    top: 9px;
    left: 22px;
    color: #fff4f4;
}
.audio-incoming .play{
    color: #222 !important;/**667781*/
}
.audio-outgoing .slide-wave,.audio-incoming .slide-wave{
    height: 40px;
    position: relative;
    left: 30px;
    top: 9px;
    background: #171d22;
}
.audio-incoming .slide-wave{
    background-color: #eee;/**fff*/
}
.audio-outgoing .timediv,.audio-incoming .timediv{   
    display: flex;
    font-size: 12px;
    color: #fff;
    user-select: none;
    justify-content: space-evenly !important;
    margin-top: 6px;
    margin-left: 8px;
    margin-right: 8px;
}
.audio-incoming .timediv{
    color: #222 !important;/**3b4a54*/
    margin-right: 0px;
}
.audio-outgoing .end-audio-message,.audio-incoming .end-audio-message{
    position: relative;
    top: -18px;
    display: flex;
    flex-direction: row-reverse;
    font-size: 12px;
    color: #fff;
    left: 0;
}
.audio-incoming .end-audio-message{
    color:#222;/**3b4a54*/
}
.audio-time{
    margin-right: 2px;
}

/* .audio-outgoing .time-full,
.audio-outgoing .time-current {
    position: relative;
    color: #3b4a54;
    user-select: none;
}

.audio-outgoing .time-full {
    top: 19px;
    left: -19px;
}

.audio-outgoing .time-current {
    top: 44px;
    left: -169px;
}

.audio-outgoing .play {
    font-size: 28px;
    color: grey;
    margin-right: 9px;
    position: relative;
    left: 20px;
}

.audio-outgoing {
    width: 290px;
    left: 102px !important;
}

.audio-outgoing .audio-msg-wave {
    width: 190%;
    position: relative;
    left: 20px;
} */

/* .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the overlay color and opacity */
/* color: #fff; /* Set text color for the overlay */
/* padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }
  .overlay h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }   */

/* try{
    var systemThemeDark,
    theme=window.localStorage.getItem("theme"),
    systemThemeMode=window.localStorage.getItem("system-theme-mode");
    if(("true"===systemThemeMode||!theme)&&window.matchMedia)
    {var systemTheme=window.matchMedia("(prefers-color-scheme: dark)");
        systemThemeDark=systemTheme&&systemTheme.matches}
        var darkTheme='"dark"'===theme||Boolean(systemThemeDark);
        darkTheme&&document.body.classList.add("dark")}catch(e){} */

/** To get emoji key board press window then .*/



/* Pop up styles */
/* Styling for the popup and overlay */
.popup-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 999;
    overflow: auto;
}

.popup {
    background-color: #fff;
    max-width: 80%;
    margin: 10% auto;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
}

/* Styling for the main content */
.content {
    /* Your main content styles */
}

/* Button container */
.button-container {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

/* Media query for responsiveness */
@media (max-width: 768px) {
    .popup {
        max-width: 90%;
    }
}

/* Add more media queries for smaller screens if needed */



/* For delete Model */
#deleteMsg h5{
    color: #fff;
    text-align: center;
}
#deleteMsg p{
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.deleteModal{
    font-size: 20px;
}

.delete-info-alert{
    background-color: #1a1a1a !important;
    color: white !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.delete-info{
    display: flex;
    /* padding: 10px; */
    text-align: center;
    justify-content: space-around;
}
.delete-info-alert .button-delete {
    color:white;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.delete-info p {
    font-size: 17px;
    /* padding: 2px; */
}
.delete-info .dNumber{
    color: white !important;
    font-size: 17px;
    margin-top: -20px;
}
.delete-info .sub-info{
    display: flex;
    flex-direction: column;
}



/* @keyframes loading {
    100%{
        transform: rotate(360deg);
    }
} */
/* .field.button  svg{
    color: var(--green-txt);
    animation: 0.5s ease infinite loading;
    stroke:var(--green-txt);
    background: #000000;
} */
.context{
    position: absolute;
    top: 9px;
    left: 8px;
    /* display: none; */
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
 

 @-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}

.load-spin {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    /* margin: 110px auto 0; */
    border: solid 2px #fff;
    border-radius: 50%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transition: all 0.5s ease-in;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1.0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    transition: all 0.5s ease-in;
    animation-name: rotate;
    animation-duration: 1.0s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.rotate-180{
    transition: cubic-bezier(0.075, 0.82, 0.165, 1)  2s ease-in ;
    transform: rotate(180deg);
}
.btn-div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--teal) !important;
    gap: 2px;
}
.cT .btn-div{
    color: #ffffff !important;
    flex-direction: column;
    gap: 0px;
    justify-content: space-between;
    margin-top: -15px;
}
.btn-div .btn{
    color: inherit !important;
    background: #ffffff !important;
    font-size: 17px;
    letter-spacing: 1px;
    text-decoration: underline;
}

.cT .btn-div .btn{
    background: #323232 !important;
    border: 1px solid var(--offfline-dot);
    border-top: 2px solid #000000;
    border-radius: 0px !important;
}
.cT .btn-div .btn:last-of-type{
    border-radius: var(--bs-btn-border-radius) !important;
    border-bottom: 2px solid #000;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}
.start-chatting-div{
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.start-chatting-div .btn.btn-primary{
    width: 200px;
    background: var(--teal);
    border: 1px solid var(--teal);
}

.chat .details .p-img{
    height: 248px;
    width: 100%;
    border-radius: 3px;
    border: 2px solid #ffffff;
    object-fit: cover;
}
.real-msg{
    white-space: pre-wrap !important;
    font-size: 14.5px;
    font-family: 'Poppins', sans-serif;
}
.no-chat-div{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


.alerts {
    position:fixed;
    top: 80px;
    right: 10px;
    z-index: 100;
  }
  .inpage-alert {
    right: -600px;
    z-index: 10000;
    position: relative;
    color: #fff;
    font-family: "Open Sans", "Helvetica", sans-serif;
    opacity: 0.89;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    max-width: 500px;
    margin-bottom: 20px;
    box-sizing: border-box;
    will-change: transform, box-shadow;
    transition: all 0.2s ease-in-out;
  }
  .inpage-alert main {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: 15px 20px;
  }
  .inpage-alert footer {
    display: flex;
    justify-content: flex-end;
    background: #fff;
    padding: 12px 15px;
    flex-wrap: wrap;
  }
  .inpage-alert footer .btn {
    margin-left: 5px;
  }
  .inpage-alert textarea {
    width: 100% !important;
    display: block;
    margin-bottom: 12px;
    box-sizing: border-box;
    color: #333;
  }
  /* .inpage-alert .fa-times {
    position: absolute;
    right: 0;
    top: 0;
    font-family: FontAwesome;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 15px;
    padding: 15px;
    cursor: pointer;
    will-change: color;
    transition: color 0.2s ease-in-out;
  } */
  /* .inpage-alert .fa-times:hover {
    color: rgba(0, 0, 0, 0.65);
  } */
  /* .inpage-alert .fa-times:active {
    color: black;
  } */
  .inpage-alert__message {
    margin: 0 15px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .inpage-alert__message p {
    margin: 0;
    font-weight: 500;
  }
  .inpage-alert__message ul {
    margin: 0;
    padding: 0;
  }
  .inpage-alert__message li {
    list-style: inside;
    font-size: 15px;
  }
  .inpage-alert__icon {
    background: #fff;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    font-size: 30.8600006104px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  .inpage-alert-options {
    width: 100%;
  }
  .inpage-alert {
    background: #b80202;
  }
  .inpage-alert .inpage-alert__icon {
    color: #b80202;
  }
  .inpage-alert.warning {
    background: #d67900;
  }
  .inpage-alert.warning .inpage-alert__icon {
    color: #d67900;
  }
  .inpage-alert.info {
    background: #002c62;
  }
  .inpage-alert.info .inpage-alert__icon {
    color: #002c62;
  }
  .inpage-alert.success {
    background: #027810;
  }
  .inpage-alert.success .inpage-alert__icon {
    color: #027810;
  }
  @media (max-width: 300px) {
    .inpage-alert main {
      flex-direction: column;
      text-align: center;
    }
    .inpage-alert__icon {
      margin-bottom: 10px;
    }
  }


  /* responsive.css */
.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #f0f2f5;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* max */
.sm-icon, .close-conversation{
    display: none;
}
@media(max-width:786px){
    .archived-wrapper{
        display: block;
    }
    .toggleMenu i{
        display: none;
    }
    .toggleMenu .sm-icon, .close-conversation{
        display: block;
    }
    /* .slideLeft{
        display: none;
    } */
    .conversation-wrapper{
        width: 46%;
        display: none;
    }
    .chatPage .chat-wrapper{
        width: 100% !important;
    }
}
@media(max-width:650px){
    .conversation-wrapper{
        width: 60%;
    }

}
@media(max-width:478px){
    .conversation-wrapper{
        width: 76%;
    }
    .new-contact{
        top: -212px;
    }
}
.interactive-msg-ct{
    max-width: 300px !important;
}
.no-top-border-radius{
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.no-bottom-left-radius{
    border-bottom-left-radius: 0px !important;
}
.send-msg{
    background: #000 !important;
}
.send-msg svg{
    fill: #fff;
    color: #fff;
}
body{
    padding: 0px !important;
}
.nasa-bottom-bar, .nasa-static-group-btn, 
/* #wpadminbar, */
header:not(.sys-header), 
footer{
    display: none !important;
}
#wrapper{
    width: 100%;
    max-width: 100%;
}

  /* custom code */

  .chatPage .wrapper.chat-wrapper{
    width: 100%;
  }

.details.cT p{
    font-size: 100%;
    line-height: 1.4;
    margin-bottom: 1.37931em;
    text-rendering: optimizeLegibility;
}


@media(max-width:767px){
    .ldgc-instrctor-panel-left{
        height: 450px;
    }
    .chat-area{
        position: relative;
        z-index: 1000000;
    }
}

.d-none{
    display: none !important;
}

.no_discusion_selected{
    display: flex !important;
    flex-direction: column;
}
.chat-box.no-user-selected{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.details-wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.details-wrap .loader-parent{
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* chat count */
.ld-wh-count{
    display: flex;
    align-items:flex-end;
    justify-content:flex-end;
}
.ld-wh-count .count{
   background: #f90000;
    border-radius: 50%;
    padding: 6px !important;
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 0.24em;
    position: relative;
    left: 0;
    padding-top: -0.7em;
    font-size: 18px;
}

/* twenty five, four, three */
.theme-twentytwentyfive .ld-chat-conversation, 
.theme-twentytwentyfour .ld-chat-conversation,
.theme-twentytwentythree section.ld-chat-conversation{
        left: -47%;
}

@media(max-width:1600px){
    .theme-twentytwentyfive section.ld-chat-conversation, 
    .theme-twentytwentyfour section.ld-chat-conversation,
    .theme-twentytwentythree section.ld-chat-conversation{
            left: -58%;
    }
}
@media(max-width:1500px){
    .theme-twentytwentyfive section.ld-chat-conversation, 
    .theme-twentytwentyfour section.ld-chat-conversation,
    .theme-twentytwentythree section.ld-chat-conversation{
        left: -56%;
    }
}
@media(max-width:1300px){
    .theme-twentytwentyfive section.ld-chat-conversation, 
    .theme-twentytwentyfour section.ld-chat-conversation,
    .theme-twentytwentythree section.ld-chat-conversation
    {
        left: -49%;
    }
}

/* General all theme css */
@media(max-width:1200px){
   .theme-twentytwentyfive section.ld-chat-conversation, 
   .theme-twentytwentyfour section.ld-chat-conversation, 
   .theme-twentytwentythree section.ld-chat-conversation
   /* section.ld-chat-conversation */
   {
        left: -41%;
    }
}
@media(max-width:1100px){
    .theme-twentytwentyfive section.ld-chat-conversation, 
    .theme-twentytwentyfour section.ld-chat-conversation, 
    .theme-twentytwentythree section.ld-chat-conversation
    /* section.ld-chat-conversation */
    {
        left: -28%;
    }
}
@media(max-width:1000px){
    .theme-twentytwentyfive section.ld-chat-conversation, 
    .theme-twentytwentyfour section.ld-chat-conversation, 
    .theme-twentytwentythree section.ld-chat-conversation
    /* section.ld-chat-conversation */
    {
        left: -25%;
    }
}
@media(max-width:943px){
    .theme-twentytwentyfive section.ld-chat-conversation, 
    .theme-twentytwentyfour section.ld-chat-conversation, 
    .theme-twentytwentythree section.ld-chat-conversation
    /* section.ld-chat-conversation */
    {
        left: -20%;
    }
}
@media(max-width:900px){
    .theme-twentytwentyfive section.ld-chat-conversation, 
    .theme-twentytwentyfour section.ld-chat-conversation, 
    .theme-twentytwentythree section.ld-chat-conversation
    /* section.ld-chat-conversation */
    {
        left: -18%;
    }
}

@media(max-width:859px){
    .theme-twentytwentyfive section.ld-chat-conversation, 
    .theme-twentytwentyfour section.ld-chat-conversation,  
    .theme-twentytwentythree section.ld-chat-conversation
    /* section.ld-chat-conversation */
    {
        left: -16%;
    }
}
@media(max-width:848px){
    .theme-twentytwentyfive section.ld-chat-conversation, 
    .theme-twentytwentyfour section.ld-chat-conversation, 
    .theme-twentytwentythree section.ld-chat-conversation
    /* section.ld-chat-conversation */
    {
        left: -12.5%;
    }
}

@media(max-width:830px){
    .theme-twentytwentyfive section.ld-chat-conversation, 
    .theme-twentytwentyfour section.ld-chat-conversation,  
    .theme-twentytwentythree section.ld-chat-conversation
    /* section.ld-chat-conversation */
    {
        left: -11%;
    }
}
@media(max-width:766px){
    .theme-twentytwentyfive section.ld-chat-conversation, 
    .theme-twentytwentyfour section.ld-chat-conversation,
    .theme-twentytwentythree section.ld-chat-conversation, 
     section.ld-chat-conversation{
        position: unset!important;
        width: 100%;
    }
    .ldgc-list-student ul{
        position: relative;
        background: #f3f3f3 !important;
        z-index: 10000;
    }
}

/* CSS Regarding buddy Boss Theme */
.ld-chat-conversation{
    z-index: 10000;
}
.theme-buddyboss-theme .send-msg{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

@media(max-width:2000px){
    .ld-chat-conversation{
        left:-81px;
    }
}

@media(max-width:2000px){
    .ld-chat-conversation{
        left:-81px;
    }
}
@media(max-width:1395px){
    .ld-chat-conversation{
        left:-40px;
    }
}
@media(max-width:1310px){
    .ld-chat-conversation{
        left:-15px;
    }
}
@media(max-width:1250px){
    .ld-chat-conversation{
        /* left: 0px; */
        left: auto;
    }
}

/* astra theme */
.theme-astra .ld-chat-conversation{
    width: 90vw;
    max-width: 1300px;
}

@media(max-width:1100px) {
    .theme-astra .ld-chat-conversation {
        width: 87vw;
        max-width: 1300px;
    }
}
@media(max-width:750px) {
    .theme-astra .ld-chat-conversation {
        width: unset !important;
    }
}

/* new css */
form.typing-area{
    background: var(--chat-background) !important;
}

.send-msg.left-send.icon{
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
}

.ldgc-list-student ul{
    padding: 0 !important;
}

.ld-tabs-content{
    overflow-y: visible !important;
    overflow-x: visible !important;
}
@media(max-width:767px){
    body .ld-tabs-content{
        overflow-y: scroll !important;
    }
}

.entry-content-wrap{
        margin: 0 !important;
    padding: 0 !important;
}

.notification-popup {
  z-index: 1000000 !important;
}