@media screen and (max-width: 767px) { 
    .App { 
        
        
            background-color: rgb(151, 215, 194);
            background-image : none;
    
    }
}

.button-divider {
    border: 1px solid rgb(54, 178, 137);
}

.contents-divider {
    color: rgb(54, 178, 137);
}

.ava-watermark {
    filter: undefined;
}

.logo-wrap {
    display: block;
}

.App {
        
        
            background-color: rgb(151, 215, 194);
            background-image : none;
    
}

.g-wrap {
    
    
}

.motion-btn {
    background-color : rgb(255, 255, 255);
    color : rgb(54, 178, 137);
    border-color : rgb(255, 255, 255);
    border-radius : 20px;
    border-width : 0px;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}

.motion-btn:hover, .motion-button:active  {
    background-color : rgb(141, 82, 215);  
    border-color : rgb(85, 82, 215) !important;
    color : rgb(54, 178, 137);
}

.chat-message {
    color : rgb(66, 66, 66);
    font-family : 'UhBeeZZIBA';
	text-shadow: 
		-1px 0px rgba(1,1,1,0), 
		0px 1px rgba(1,1,1,0), 
		1px 0px rgba(1,1,1,0), 
		0px -1px rgba(1,1,1,0);
}

.chat-button-wrapper {
    background-color : rgb(239, 163, 200);
    color : rgb(71, 71, 71);
    border-color : rgb(239, 163, 200);
    border-radius : 20px;
    border-width : 0px;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}

.privacy-input-wrapper {
    border-radius : 20px;
    border-color : rgb(239, 163, 200);
    border-width : 0px;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}

.user-input-wrapper {
    border-radius : 20px;
    border-color : rgb(239, 163, 200);
    border-width : 0px;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}
.user-input {
    border-bottom: 1px solid rgb(239, 163, 200);
}

.chat-button-wrapper:hover {
    border-color : rgb(234, 151, 90);
}

.chat-button {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: width ease 0.4s;
    z-index: 1;
}

.chat-button::after {
    content: "";
    width: 0px;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: rgb(234, 151, 90);
    transition: width ease 0.4s;
}

.chat-button:hover::after {
    z-index: -1;
    width: 100%;
}

.fixed-chat-button-wrapper {
    background-color : rgb(225, 159, 241);
    color : rgb(255, 255, 255);
    border-color : rgb(225, 159, 241);
    border-radius : 20px;
    border-width : 0px;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}

.fixed-privacy-input-wrapper {
    border-radius : 20px;
    border-color : rgb(225, 159, 241);
    border-width : 0px;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}
.fixed-user-input-wrapper {
    border-radius : 20px;
    border-color : rgb(225, 159, 241);
    border-width : 0px;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}
.fixed-user-input {
    border-bottom: 1px solid rgb(225, 159, 241);
}

.fixed-chat-button-wrapper:hover {
    border-color : rgb(248, 210, 82);
}

.fixed-chat-button {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: width ease 0.4s;
    z-index: 1;
}
.fixed-chat-button::after {
    content: "";
    width: 0px;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: rgb(248, 210, 82);
    transition: width ease 0.4s;
}

.fixed-chat-button:hover::after {
    z-index: -1;
    width: 100%;
}

.share-button-wrapper {
    position: absolute;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    cursor : pointer;
    display : flex !important;
    background-color : rgb(54, 178, 137);
	box-shadow: 0 2px 5px #0003;
}

.ai-button-wrapper {
	display : none !important;
}
