
body {
	background-image: url('/static/disney-1920x1080-hd-big-hero-6-baymax-waving-qwrfcv3anpz6v04g.png');
	background-size: cover;
  
	transition: background-image 0.5s ease-in-out;
}


.chat{
	margin-top: auto;
	margin-bottom: auto;
}
.card{
	height: 500px;
	border-radius: 15px !important;
	background-color: rgba(0,0,0,0.4) !important;
}
.contacts_body{
	padding:  0.75rem 0 !important;
	overflow-y: auto;
	white-space: nowrap;
}
.msg_card_body{
	overflow-y: auto;
}
.card-header{
	border-radius: 15px 15px 0 0 !important;
	border-bottom: 0 !important;
}
.card-footer{
border-radius: 0 0 15px 15px !important;
	border-top: 0 !important;
}
.container{
	align-content: center;
}
.search{
	border-radius: 15px 0 0 15px !important;
	background-color: rgba(0,0,0,0.3) !important;
	border:0 !important;
	color:white !important;
}
.search:focus{
	 box-shadow:none !important;
   outline:0px !important;
}
.type_msg{
	background-color: rgba(0,0,0,0.3) !important;
	border:0 !important;
	color:white !important;
	height: 60px !important;
	overflow-y: auto;
}
	.type_msg:focus{
	 box-shadow:none !important;
   outline:0px !important;
}
.attach_btn{
	border-radius: 15px 0 0 15px !important;
	background-color: rgba(0,0,0,0.3) !important;
	border:0 !important;
	color: white !important;
	cursor: pointer;
}
.send_btn{
	border-radius: 0 15px 15px 0 !important;
	background-color: rgba(0,0,0,0.3) !important;
	border:0 !important;
	color: rgb(17, 14, 14) !important;
	cursor: pointer;
}
.search_btn{
	border-radius: 0 15px 15px 0 !important;
	background-color: rgba(0,0,0,0.3) !important;
	border:0 !important;
	color: rgb(0, 0, 0) !important;
	cursor: pointer;
}
.contacts{
	list-style: none;
	padding: 0;
}
.contacts li{
	width: 100% !important;
	padding: 5px 10px;
	margin-bottom: 15px !important;
}
.active{
	background-color: rgba(0,0,0,0.3);
}
.user_img{
	height: 70px;
	width: 70px;
	border:1.5px solid #f5f6fa;

}
.user_img_msg{
	height: 40px;
	width: 40px;
	border:1.5px solid #f5f6fa;

}
.img_cont{
	position: relative;
	height: 70px;
	width: 70px;
}
.img_cont_msg{
	height: 40px;
	width: 40px;
}
.online_icon{
	position: absolute;
	height: 15px;
	width:15px;
	background-color: #4cd137;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.4em;
	border:1.5px solid white;
}
.offline{
	background-color: #c23616 !important;
}
.user_info{
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 15px;
}
.user_info span{
	font-size: 20px;
	color: white;
}
.user_info p{
	font-size: 10px;
	color: rgba(255,255,255,0.6);
}
.video_cam{
	margin-left: 50px;
	margin-top: 5px;
}
.video_cam span{
	color: white;
	font-size: 20px;
	cursor: pointer;
	margin-right: 20px;
}
.msg_cotainer{
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 10px;
	border-radius: 25px;
	background-color: rgb(82, 172, 255);
	padding: 10px;
	position: relative;
}
.msg_cotainer_send{
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 10px;
	border-radius: 25px;
	background-color: #58cc71;
	padding: 10px;
	position: relative;
}
.msg_time{
	position: absolute;
	left: 0;
	bottom: -15px;
	color: rgba(255,255,255,0.5);
	font-size: 10px;
}
.msg_time_send{
	position: absolute;
	right:0;
	bottom: -15px;
	color: rgba(255,255,255,0.5);
	font-size: 10px;
}
.msg_head{
	position: relative;
}
#action_menu_btn{
	position: absolute;
	right: 10px;
	top: 10px;
	color: rgb(15, 11, 11);
	cursor: pointer;
	font-size: 20px;
}
.action_menu{
	z-index: 1;
	position: absolute;
	padding: 15px 0;
	background-color: rgba(0,0,0,0.5);
	color: white;
	border-radius: 15px;
	top: 30px;
	right: 15px;
	display: none;
}
.action_menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.action_menu ul li{
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 5px;
}
.action_menu ul li i{
	padding-right: 10px;
}
.action_menu ul li:hover{
	cursor: pointer;
	background-color: rgba(0,0,0,0.2);
}
@media(max-width: 576px){
	.contacts_card{
	margin-bottom: 15px !important;
}
}
body, html {
    height: 100%;
    margin: 0;
    /* background-image: url('/static/Radiator-Springs-disney-pixar-cars-33166901-1440-900.jpg'); */
    background-size: cover;
}


.chat {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 400px;
    width: 100%;
    padding: 20px;
    position: fixed;
    bottom: 50px; /* Adjust the distance from the bottom */
    right: 50px; /* Adjust the distance from the right */
    z-index: 9999; /* Ensure it's on top of other elements if necessary */
}
.card {
    border-radius: 10px !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-header {
    border-radius: 10px 10px 0 0 !important;
    border-bottom: 0 !important;
    background-color: #4caf50;
    color: white;
}

.card-footer {
    border-radius: 0 0 10px 10px !important;
    border-top: 0 !important;
    background-color: #f1f1f1;
}

.msg_card_body {
    max-height: 300px; /* Adjust the maximum height for messages */
    overflow-y: auto;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.msg_card_body .d-flex {
    animation: fadeIn 0.5s ease forwards;
}
body, html {
    height: 100%;
    margin: 0;
    /* background-image: url('/static/baymax-disney-series-tv-series-2022-series-animation-3840x2160-8093.jpg'); */
    background-size: cover;
}

.chat {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 400px;
    width: 100%;
    padding: 20px;
}

.card {
    border-radius: 10px !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    animation: fadeIn 0.5s ease-in-out;
}

.card:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-header {
    border-radius: 10px 10px 0 0 !important;
    border-bottom: 0 !important;
    background-color: #4caf50;
    color: white;
    animation: fadeIn 0.5s ease-in-out;
}

.card-footer {
    border-radius: 0 0 10px 10px !important;
    border-top: 0 !important;
    background-color: #f1f1f1;
    animation: fadeIn 0.5s ease-in-out;
}

.msg_card_body {
    max-height: 300px;
    overflow-y: auto;
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Navbar styles */
.navbar {
   background-color: #000000;
    filter: blur(100);
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-brand {
	color: #ffffff!important;
	font-weight: bold;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 28px;
}

.navbar-nav .nav-link {
	color: #fff!important;
	font-size: 20px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	padding: 20px 20px;
	border-radius: 5px;

}

.navbar-nav .nav-link:hover {
	background-color: #742626;
	color: #c2d6c0;
}

/* Entry animation */
.animated-entry {
	opacity: 0;
	transform: translateY(-20px);
	animation: fadeInUp 1s forwards;
}

/* Keyframes for fadeInUp animation */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}


@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#text{
	color:black !important;
}