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

.button-divider {
    border: 1px solid rgba(46, 46, 46, 0.69);
}

.contents-divider {
    color: rgba(46, 46, 46, 0.69);
}

.ava-watermark {
    filter: undefined;
}

.logo-wrap {
    display: block;
}

.App {
        
            background-image: url('https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/m9hv8yti57/prd/image/아바톡배경 1.png') !important;
            background-image: url('https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/m9hv8yti57/prd/image/아바톡배경 1.png') !important;
    
        
}

.g-wrap {
    
    
}

.motion-btn {
    background-color : rgba(255, 255, 255, 0.9);
    color : rgb(0, 0, 0);
    border-color : rgb(229, 213, 199);
    border-radius : 20px;
    border-width : 1px;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}

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

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

.chat-button-wrapper {
    background-color : rgb(255, 173, 13);
    color : rgb(255, 255, 255);
    border-color : rgb(255, 192, 68);
    border-radius : 20px;
    border-width : 1px;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}

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

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

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

.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(255, 153, 0);
    transition: width ease 0.4s;
}

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

.fixed-chat-button-wrapper {
    background-color : rgb(255, 116, 58);
    color : rgb(255, 255, 255);
    border-color : rgb(254, 114, 56);
    border-radius : 20px;
    border-width : 1px;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}

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

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

.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(255, 95, 29);
    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 : rgba(46, 46, 46, 0.69);
	box-shadow: 0 2px 5px #0003;
}

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