@media screen and (max-width: 767px) { 
    .App { 
        
            background-image: url('https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/ghzjh2br55/prd/image/요니배경.png') !important;
            background-image: url('https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/ghzjh2br55/prd/image/요니배경.png') !important;
    
        
    }
}

.button-divider {
    border: 1px solid rgb(202, 253, 141);
}

.contents-divider {
    color: rgb(202, 253, 141);
}

.ava-watermark {
    filter: undefined;
}

.logo-wrap {
    display: block;
}

.App {
        
            background-image: url('https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/ghzjh2br55/prd/image/요니배경.png') !important;
            background-image: url('https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/ghzjh2br55/prd/image/요니배경.png') !important;
    
        
}

.g-wrap {
    
    
}

.motion-btn {
    background-color : rgb(215, 255, 166);
    color : rgb(0, 0, 0);
    border-color : rgb(0, 0, 0);
    border-radius : 20px;
    border-width : 0px;
    box-shadow : ;
}

.motion-btn:hover, .motion-button:active  {
    background-color : rgb(255, 255, 255);  
    border-color : rgb(0, 0, 0) !important;
    color : rgb(0, 0, 0);
}

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

.chat-button-wrapper {
    background-color : rgb(215, 255, 166);
    color : rgb(0, 0, 0);
    border-color : rgb(0, 0, 0);
    border-radius : 20px;
    border-width : 0px;
    box-shadow : ;
}

.privacy-input-wrapper {
    border-radius : 20px;
    border-color : rgb(0, 0, 0);
    border-width : 0px;
    box-shadow : ;
}

.user-input-wrapper {
    border-radius : 20px;
    border-color : rgb(0, 0, 0);
    border-width : 0px;
    box-shadow : ;
}
.user-input {
    border-bottom: 1px solid rgb(0, 0, 0);
}

.chat-button-wrapper:hover {
    border-color : rgba(0, 0, 0, 0.61);
}

.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: rgba(203, 242, 156, 0.54);
    transition: width ease 0.4s;
}

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

.fixed-chat-button-wrapper {
    background-color : rgba(180, 238, 251, 0.59);
    color : rgb(0, 0, 0);
    border-color : rgb(255, 255, 255);
    border-radius : 20px;
    border-width : 0px;
    box-shadow : ;
}

.fixed-privacy-input-wrapper {
    border-radius : 20px;
    border-color : rgb(255, 255, 255);
    border-width : 0px;
    box-shadow : ;
}
.fixed-user-input-wrapper {
    border-radius : 20px;
    border-color : rgb(255, 255, 255);
    border-width : 0px;
    box-shadow : ;
}
.fixed-user-input {
    border-bottom: 1px solid rgb(255, 255, 255);
}

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

.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: rgba(180, 238, 251, 0.71);
    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(202, 253, 141);
	box-shadow: 0 2px 5px #0003;
}

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