
        .body-2 {
            background-image: url('../images/sosoHoney_Bg2.png') !important;
        }
		.chat-wrapper {
			backdrop-filter: blur(10px);
            
			
		}
        .chat-button {
            background-color: rgb(40, 54, 89);
            color: white;
        }
        .chat-button-copy {
            background-color: rgb(87, 123, 195);
            color: white;
        }
		.send-icon {
			background-color: rgb(87, 123, 195);
		}
		.avatalk-share-icon {
			background-color: rgb(87, 123, 195);
		}
		.story-icon {
			background-color: rgb(87, 123, 195);
		}
		.avatalk-icon {
			display:none;
		}
		.character-area {
			
		}
		.input {
			background-color: rgba(72, 72, 72, 1);
			border: 1px solid rgba(118, 118, 118, 1);
			color: white;	
		}
		.ai-chat-con-cc,
		.conversation-bottom
		{
			background-color: rgba(72, 72, 72, 1);
			color: white;
			border-top: 1px solid rgba(37, 37, 37, 1);
		}
		.ai-chat-name {
			border-bottom: 1px solid rgba(37, 37, 37, 1);
		}
		.ai-chat-text a {
			color: rgba(85, 153, 255, 1);
		}
		.ai-chat-text a:visited {
			color: rgba(168, 96, 255, 1);
		}
		
    