@charset "UTF-8";

/*-----------------------------------------------------------------------------------

    Theme Name: Template Name mr Highlights HTML5 Template
    Author: DeshiSmash
    Support:
    Description:
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. THEME DEFAULT CSS
    02. HEADER CSS

**********************************************/

/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
/* Import Root CSS  */
@import url(./root.css);
@import url(./custome-animition-modal.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
    font-family: var(--mr-ff-body);
    font-size: var(--mr-fs-body);
    font-weight: var(--mr-fw-normal);
    color: var(--mr-text);
    line-height: 26px;
    background: var(--mr-main-bg);
}

a {
    text-decoration: none;
    /* color: inherit !important; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--mr-heading);
    margin-top: 0px;
    font-weight: 600;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: var(--mr-fs-h1);
}

h2 {
    font-size: var(--mr-fs-h2);
}

h3 {
    font-size: var(--mr-fs-h3);
}

h4 {
    font-size: var(--mr-fs-h4);
}

h5 {
    font-size: var(--mr-fs-h5);
}

h6 {
    font-size: var(--mr-fs-h6);
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    font-family: var(--mr-ff-p);
    font-size: var(--mr-fs-body);
    font-weight: var(--mr-fw-normal);
    color: var(--mr-text);
    line-height: 26px;
}

a,
button,
p,
input,
select,
textarea,
li,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input {
    outline: none;
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%;
}

/*
    ///////////////////////////////////// 
 
                Messenger css Start

    /////////////////////////////////////  
*/
/* Hide scrollbar for Chrome */
::-webkit-scrollbar {
    width: 0.5em;
}

::-webkit-scrollbar-thumb {
    background-color: transparent;
}

/* Hide scrollbar for Firefox */
html {
    scrollbar-width: none;
}

body::-moz-scrollbar {
    width: 0.5em;
}

body::-moz-scrollbar-thumb {
    background-color: transparent;
}

/* Messenger Sidebar  */


.search-converstion i {
    position: absolute;
    top: 30px;
    left: 15px;
}

.search-converstion {
    position: relative;
}

.msngr-search {
    width: 100%;
    margin: 20px 0;
    padding: 10px 40px;
    border-radius: 50px;
    border: 0;
    background: #F3F3F5;
    font-size: 14px;
}

.message-list-item {
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 2px;
    cursor: pointer;
}

.message-list-item.active {
    background: #F5F5F5;
    padding: 10px;
    border-radius: 10px;
}

.message-list-item:hover {
    background: #F5F5F5;
}

.message-item-dp {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-size: cover;
    background-position: top;
    position: relative;
}

.message-item-dp.active::after {
    position: absolute;
    content: '';
    bottom: 1px;
    right: 0;
    background: #55CA36;
    height: 10px;
    width: 10px;
    border-radius: 100px;
}

.message-list-user h4 {
    font-size: 16px;
    font-weight: normal;
    color: #010101;
}

.message-list-user p {
    font-size: 12px;
    margin: 0;
    padding: 0;
    /* line-height: 18px; */
}

.message-list-more-option {
    margin: 0 0 0 auto;
    opacity: 0;
}

.message-list-item.active .message-list-more-option {
    opacity: 1;
}

.message-list-item:hover .message-list-more-option {
    opacity: 1;
}


.chat-input {
    padding: 10px 15px;
    width: 100%;
    border-radius: 50px;
    border: 0;
    background: #F3F3F5;
}

.chat-footer {
    position: fixed;
    width: 54%;
    bottom: 60px;
    background: #fff;
    padding-top: 15px;
}

.message-item-wrap {
    height: calc(100vh - 15vh);
    overflow: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.chat-message-box {
    height: calc(100vh - 235px);
    overflow-y: scroll;
    margin-bottom: 50px;
}

.messenger-profile-details p {
    font-size: 14px;
}

.msngr-profile-btn.active {
    border-bottom: 2px solid;

}

.msngr-profile-btn {
    margin-right: 20px;
    padding-bottom: 5px;
    width: 100px;
}

.msngr-profile-media-wrap {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 5px;
    margin: 30px;
}

.msngr-profile-media-item {
    border-radius: 5px;
    width: 100%;
    height: 130px;
    background-position: top;
    background-size: cover;
}

.msngr-profile-file-wrap {
    margin: 30px;
}

.msngr-profile-file-item {
    display: flex;
    align-items: center;
}

.msngr-profile-file-item p {
    margin: 0;
    font-size: 16px;
}

.msngr-profile-file-item span {
    text-align: left !important;
    display: block;
    font-size: 14px;
}

.msngr-profile-file-item img {
    background-color: #F7F8FA;
    padding: 10px;
    border-radius: 5px;
    width: 60px;
    margin-right: 10px;
}

.bg-blue-500 {
    background: #4299E1;
    color: #fff;
}

.bg-gray-100 {
    background: #E4E6EB;
    /* color: #010101; */
}

.rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}

.rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
}

.rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
}

.rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}

.receved-message-dp {
    height: 50px;
    width: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 100px;
    /* background-repeat: no-repeat; */
    padding: 30px;
}

.d-flex.items-center.group:hover .message-hover-icon {
    opacity: 1;
}

.message-hover-icon {
    margin-top: -10px;
    opacity: 0;
}

.messenger-modal-dialog-end {
    min-height: calc(100% - var(--bs-modal-margin) * 2);
    width: 100%;
    float: right;
    margin-right: 205px;
    margin-top: 100px;
}

/*
    ///////////////////////////////////// 
 
                Messenger css End

    /////////////////////////////////////  
*/