﻿
.nav-tabs-container-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* for smooth scrolling on touch devices */
}
.chat-col-left {
    width: 67.5%;
    background: #fff;
    height: 964px;
    margin: 30px;
}
.chat-messag-send {
    height: 70px;
   
}
.chat-message-time{
    position:relative;
    top:26px;
}
/*.chat-message-send-icon{
    position:relative;
    right:64px;
}*/
.vivid-sky-blue-avatar {
    width: 67px;
    height: 18px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink: 0;
    border-radius: 12.5px;
    background: #26C0E2;
    text-align: center;
    font-family: Nunito;
    font-size: 8px;
    font-style: normal;
    line-height: normal;
}
.admin-group-chat {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 50px;
    height: 50px;
    color: #605BFF;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.user-type {
    color: #26C0E2;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.user-id {
    color: #9A9AA9;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.call-action {
    display:flex;
    justify-content:center;
    align-items:center;
    width: 86.897px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 28px;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
}
.top-caller {
    border-radius: 20px;
    border: 2px solid #26C0E2;
    
}
.leave-call {
    display:flex;
    justify-content:center;
    align-items:center;
    width: 150px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 28px;
    background: #E71D36;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media(max-width:320px){
    .leave-call{
       width:119px;
    }
}
.gap-36{
    gap:36px;
}
.mute-unmute-button {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    background: #FFF;
   
}
.h-48{
    height:50vh;
}
.gap-127{
    gap:127px;
}
.user-chat-messages {
    float:right;
    padding: 10px;
    border-radius: 10px 10px 0px 10px;
}
.border-top-16 {
    border-top: 16px solid #F4F4F8;
}
.individual-caller-position {
    top: 16px;
    right: 15px;
    position: absolute;
}
@media(min-width:528px) and (max-width:1180px){
   .individual-caller-position{
       height:127px;
   }
}
@media(min-width:406px) and (max-width:527px) {
    .individual-caller-position {
        height: 79px;
    }
}
@media(min-width:280px) and (max-width:405px) {
    .individual-caller-position {
        height: 56px;
        top:1px;
        right:1px;
    }
}
.individual-caller-name-position {
    top: 166px;
    right: 64px;
    position: absolute;
}
@media(min-width:528px) and (max-width:1180px) {
    .individual-caller-name-position{
        top:112px;
        right:49px;
    }
}
@media(min-width:406px) and (max-width:527px) {
    .individual-caller-name-position {
        top: 69px;
        right: 27px;
    }
}
@media(min-width:280px) and (max-width:405px) {
    .individual-caller-name-position {
        top: 33px;
        right: 2px;
    }
}
.position-relative {
    position: relative;
}
@media(max-width:1400px){
    .caller-row{
        flex-wrap:wrap;
    }
}
.mute-unmute-button-position {
    position: relative;
    top: 33px;
    left: 6px;
}
.callerName {
    display: inline-flex;
    padding: 0.3125rem 1.25rem 0.3125rem 1.25rem; /* 5px 20px 5px 20px */
    justify-content: center;
    align-items: center;
    gap: 0.5rem; /* 8px */
    border-radius: 2.0625rem; /* 33px */
    background: rgba(2, 15, 33, 0.40);
    backdrop-filter: blur(10px); /* leave px as is, as it doesn't apply to font size */
    color: #FFF;
    font-family: Poppins;
    font-size: 1rem; /* 16px */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.user-forground-img-position{
    position:absolute;
    top:50px;
    left:50px;
}
@media(min-width:280px) and (max-width:357px) {
    .user-forground-img-position {
        top: 23px;
        left:21px;
    }
}
.top-callerNamePosition {
    position: relative;
    bottom: 41px;
    left: 15px;
}
.caller-name-position {
    position: absolute;
    bottom: 12px;
    left: 50px;
}
@media(min-width:280px) and (max-width:357px){
    .caller-name-position{
        left:37px;
    }
}
@media(min-width:280px) and (max-width:357px) {
    .caller-img-size {
        height: 137px;
    }
}
.selected-message {
    background: #27e6ff1c;
    border-radius: 5px;
}

.chat-col-right {
    width: 32.5%;
    background: #fff;
    margin-left: 0px !important;
    margin: 30px;
}

@media(max-width:767px) {
    .chat-col-left {
        width: 90%;
    }

    .chat-col-right {
        width: 90%;
        margin-left: 30px !important;
    }
   

    .message-input-width {
        width: 126px;
    }

    .message-align-start {
        align-items: start !important;
    }

    .padding-right-chat {
        padding-right: 30px;
    }
    .chat-messag-send {
        height: 127px !important;
        padding: 10px !important;
    }

}



.chat-new-chat-modal {
    height: 311px;
    border-radius: 10px;
    border: 1px solid #C8C8E7;
}


.avatar-bg-red {
    background: #FF6A77;
}
.bg-color-cyan {
    background: #1AC7DE;
}
.addMemebersicon {
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.border-27{
    border-radius:27.5px;
}
.h-b {
    border: 1px;
    height: 40px;
}
.h-924 {
    height: 924px;
}

.margin-left-124 {
    margin-left: -124px;
}
.w-26 {
    width: 26%;
}

.w-52 {
    width: 52%;
}
.mr-10 {
    margin-right: 10px;
}
.chat-messages {
    margin-left: 24px;
    position: relative;
    padding: 10px;
    border-radius: 10px 10px 10px 0px;
}
.message-list {
    padding: 10px;
    height: 100px;
}

    .message-list:hover {
        background: #27e6ff1c;
        border-radius: 5px;
    }
.avatar-letter-18 {
    height: 18px;
    width: 18px;
    display: flex;
    padding: 6px;
    justify-content: center;
    align-items: center;
    border-radius: 70px;
    font-family: Nunito;
    font-size: 0.625rem; /* 10px / 16px */
   
}

.new-chat-selected-modal {
    height: 311px;
    background: #f4f4f8;
    border-radius: 10px;
}
.chat-list {
    padding: 15px;
    margin-bottom: 2px;
    align-items: center;
    height: 50px;
    background: #fff;
}

.status-svg {
    position: relative;
    top: 18px;
    right: 14px;
}
.status-svg-chat {
    position: relative;
    top: 14px;
    right: 13px;
}
@media(max-width:354px){
    .status-svg-chat {
        position: relative;
        top: -13px;
        right: -28px;
    }
}
@media (max-width: 1436px) {
    .status-svg {
        position: relative;
        top: -18px;
        right: -40px;
    }
}

@media(min-width:420px) and (max-width:767px) {
    .status-svg {
        top: 18px !important;
        right: 16px !important;
    }
}
@media(min-width:1436px) and (max-width:1485px) {
    .status-svg {
        top: -19px !important;
        right: -40px !important;
    }
}

@media (man-width: 1437px) and (max-width:1485px) {
    .status-svg {
        position: relative;
        top: -20px;
        right: -39px;
    }
}