.fs-12 {
    font-size: 12px;
}

@media screen and (min-width: 1920px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1666px !important;
    }
}
.incoming_msg_img img {
    aspect-ratio: 1;
    width: 100%
    
}
.search-contact {
    background: #f1f1f1 !important;
    border: none !important;
    border-radius: 40px !important;
    padding: 14px 17px 14px 34px !important;
    font-size: 14px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contact-person-image {
    width: 61px;
    border-radius: 42px;
    height: 61px;
    background-size: cover;
    object-fit: cover;
}

.unread-message-count {
    background: rgb(241 241 241);
    /* padding: 6px; */
    border-radius: 45px;
    width: 27px;
    height: 27px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: black;
    font-weight: 400;
}

.contact-edit-icon {
    background: #f1f1f1;
    padding: 10px 19px 10px 19px;
    border-radius: 52px;
    font-size: 13px;
    color: black;
    text-decoration: none;
}

    .contact-edit-icon:hover {
        background-color: #1fb970bd;
        color: #fff;
        transition: all 0.2s ease-in-out !important;
    }

.chat-header {
    border-bottom: 1px solid #c5c3c3;
    padding: 14px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.attachment-edit-icon {
    width: 29px;
    height: 29px;
}



































.container {
    max-width: 1170px;
    margin: auto;
}

img {
    max-width: 100%;
}

.inbox_people {
    float: left;
    /* overflow: hidden; */
    border-right: 1px solid #8dfab8;
}

@media only screen and (max-width: 991px) {
    .inbox_people {
        height: 100vh !important;
    }
}

.inbox_people {
    height: 90vh;
    overflow: auto;
}

.inbox_msg {
    border: 1px solid #e7e7e7;
    clear: both;
    overflow: hidden;
}

/* .srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:80%; padding:2px 0 4px 6px; background:none;}
.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
} */
.srch_bar .input-group-addon {
    margin: 0 0 0 -27px;
}


.chat_people {
    overflow: hidden;
    clear: both;
}

.chat_list {
    border-bottom: 1px solid #d5d5d5;
    margin: 0;
}


.active_chat {
    background: #1fb970bd;
    color: #fff !important;
}

.guide-chat:hover {
    background-color: #86e0b3 !important;
    transition: all 0.2s ease-in-out !important;
    cursor: pointer;
}

.incoming_msg_img {
    display: inline-block;
    width: 6%;
}

.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}

.received_withd_msg p {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 7px;
    color: #787878;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 135%;
}

@media only screen and (max-width: 767px) {
    .received_withd_msg p {
        font-size: 13px;
    }
}

.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}

.received_withd_msg {
    width: 57%;
}

.mesgs {
    position: relative;
    height: 90vh;
    float: left;
    overflow: auto;
}

.sent_msg p {
    background: #59cb95 none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.outgoing_msg {
    overflow: hidden;
    margin: 26px 0 26px;
}

.sent-msg-document {
    float: right !important;
    background-color: #f1f1f1 !important;
    border-radius: 9px;
    padding: 4px 14px 4px 4px;
}

    .sent-msg-document p {
        color: #6e6969 !important;
    }

.form-control {
    padding: 12px !important;
}

    .form-control:focus {
        border-color: #59cb95 !important;
    }

.form-submit-btnn {
    background-color: #59cb95;
    border-radius: 8px;
    border: none;
}

.document-image {
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    border-radius: 10px;
    padding: 6px;
    width: 63px;
    height: 59px
}

.sent_msg {
    float: right;
    width: 75%;
}

/* .input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}

.type_msg {border-top: 1px solid #c4c4c4;position: relative;}
.msg_send_btn {
  background: #05728f none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
} */
.form-control {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.send-btnn {
}

.chat-body {
    height: 66vh;
    overflow: auto;
}

@media only screen and (min-height: 1366px), screen and (min-height: 700px) {
    .chat-body {
        height: 74vh;
        overflow: auto;
    }
}

/* desktop */
.send-message {
    position: absolute;
    bottom: 0 !important;
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    box-shadow: rgba(99, 99, 99, 0.2) 8px 2px 8px 0px;
}

.send-message-mobile {
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    box-shadow: rgba(99, 99, 99, 0.2) 8px 2px 8px 0px !important;
}

.send-text-area {
    padding: 7px 4px 1px 14px !important;
    border-radius: 9px !important;
}
/* Mobile Message  */
.offcanvas-start {
    width: 100% !important;
    height: 100vh;
    overflow: auto;
}
.form-control:focus {
    box-shadow: #1FB970 !important;
    box-shadow: 0 0 0 0.1rem #1FB970 !important;
}














.form-label{
    font-size:12px !important;
}
.form-control {
    font-size: 13px !important;
    background: #ffffff !important;
}












::-webkit-scrollbar {
    width: 2px;
    /* Scroll bar ki width ko customize karein */
}

/* Scroll bar ki track ko customize karein */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Track ka background color */
}

/* Scroll bar ki handle (thumb) ko customize karein */
::-webkit-scrollbar-thumb {
    background: #888;
    /* Handle ka background color */
}

    /* Active state mein handle ka color */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
