@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.font-inter {
    font-family: 'Inter', sans-serif;
}

.font-bold {
    font-weight: bold;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.body {
    border: 0px;
    margin: 0px;
}

.bg-white {
    background-color: #fff;
}

.bg-green {
    background-color: #78e378;
}

.bg-gray {
    background-color: #f5f5f5;
}

.avatar-chat {
    width: 40px;
    height: 40px;
}

.avatar-list {
    width: 48px;
    height: 48px;
}

.message-numb {
    width: 18px;
    height: 18px;
}

.menu {
    height: 56px;
}

.search-bar {
    border-radius: 25px;
    padding: 10px;
    width: 100%;
    
}

.search-bar input {
    border: 0px;
    background: transparent;
    outline: 0px;
    flex-grow: 1;
    color: #707991;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    margin-left: 10px;
}

.area-div {
    border-right: 0.5px solid #d9dce0;

}


.contact {
    margin-top: 0.2rem;
    height: 72px;
}

.contact-selected {
    margin-top: 0.2rem;
    height: 72px;
    background-color: #F5F5F5;
}

.contact-photo {
    height: 48px;
    width: 48px;
    border: 0px;
    border-radius: 100%;
}

.contact-info {
    height: 46px;
    justify-content: space-between;
}

.contact-name {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    height: 20px;
    font-size: 16px;
}

.contact-msg {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #707991;
    font-size: 14px;
}

.contact-msg-num {
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-left: 10px;
}

.contact-time {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #707991;
}

.contact-stats {
    justify-content: space-between;
    height: 40px;
}

.bg-green {
    background-color: #78e378;
    width: 18px;
    border: 0px;
    border-radius: 100%;
    height: 18px;
}

.open-chat-top {
    width: 100%;
    height: 70px;
    background-color: #fff;
    border-bottom: 0.5px solid #d9dce0;
}

.open-chat-area {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.top-bar-icon {
    padding: 15px;
}

.main-chat-area  {
    width: 100%;
    height: 100%;
    background-color: #8babd8;
    background-image: url('../assets/images/chat-overlay.png');
    background-size: 50%;
    background-blend-mode: overlay;
}

.chat {
    width: 70%;
    height: 95%;
}

.chat-msg {
    height: 95%;
    margin-top: 3rem;
}

.day {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: white;
}

.day-div {
    width: 71px;
    height: 28px;
    background-color: #3D70B899;
    border: 0px;
    border-radius: 12px;
}

.chat-msg-get {
    width: auto;
    height: auto;
    background-color: #f1f1f1;
    border-radius: 18px 18px 18px 0;
    padding: 12px 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #011627;
    margin-top: 1rem;
    align-self: flex-start;
    margin-right: auto;
    max-width: 40%;
    max-height: 4rem;
    box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
    position: relative;
    word-wrap: break-word;
}

.chat-msg-post {
    width: auto;
    height: auto;
    max-height: 3rem;
    min-height: 48px;
    background-color: #e1ffc7;
    border-radius: 18px 18px 0 18px;
    padding: 12px 15px;
    margin-top: 1rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    align-self: flex-end;
    margin-left: auto;
    max-width: 70%;
    box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
    position: relative;
    word-wrap: break-word;
}

.chat-msg-get:hover, .chat-msg-post:hover {
    filter: brightness(0.95);
}

.chat-icon {
    width: 24px;
    height: 24px;
}

.main-chat-box {
    background-color: #fff;
    border: 0px;
    border-radius: 12px;
    width: 100%;
    height: 56px;
    margin-top: 1rem;
    padding: 20px;
}

.main-chat-box input {
    border: 0px;
    background: transparent;
    outline: 0px;
    flex-grow: 1;
    color: #707991;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-left: 20px;
    font-size: 16px;
}

.message-time {
    font-size: 11px;
    color: #5b5b5b;
    margin-top: 4px;
    display: inline-block;
}

.message-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 2px;
}

.verified-icon {
    color: #4fc3f7;
    font-size: 14px;
    margin-right: 4px;
}

.test {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #011627;
}

.typeBar {
    margin-bottom: 1rem;
    width: 70%;
}


