@charset "UTF-8";
/*
(주)파이브센스_FIVESENSES.Corp.
파이브프로_FIVEPro_웹솔루션.
본 라이브러리(소스코드 및 디자인 포함)는 (주)파이브센스의 자산이며, 저작권법 및 부정경쟁방지법에 의해 보호됩니다.
무단 사용, 외부 유출, 복제, 배포, 변형을 금지합니다.
위반 시 민·형사상 법적 책임 및 손해배상 청구 대상이 됩니다.
작성일: 2025-03-20 | 저작권자: (주)파이브센스(520-86-01244) | All Rights Reserved.
*/
.emoji-modal .modal-dialog { 
	width:460px !important;
}
.emoji-modal .modal-content {
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.emoji-modal .modal-header {
	padding: 10px 15px;
	border-bottom: none;
}
.emoji-tabs {
	display: flex;
	overflow-x: auto;
	white-space: nowrap;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	background-color: #f8f9fa;
}
.emoji-tab-btn {
	flex: 0 0 auto;
	padding: 5px 10px;
	cursor: pointer;
	border: none;
	background: none;
	transition: background-color 0.2s;
}
.emoji-tab-btn.active {
	background-color: #e9ecef;
	border-bottom: 2px solid #007bff;
}
.emoji-tab-btn img {
	width: 24px;
	height: 24px;
}
.emoji-content {
	max-height: 300px;
	overflow-y: auto;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.emoji-item {
	font-size: 24px;
	cursor: pointer;
	padding: 5px;
	transition: background-color 0.2s;
}
.emoji-item:hover {
	background-color: #f0f0f0;
	border-radius: 5px;
}
.emoji-footer {
	font-size: 12px;
	text-align: center;
	padding: 5px;
	color: #666;
}
.emoji-footer a {
	color: #007bff;
	text-decoration: none;
}
@media (max-width: 991px) {
	.emoji-modal .modal-dialog { 
		width:460px !important; 
		left:50% !important; 
		top:50% !important; 
	}
    .emoji-content{
        padding: 15px;
        justify-content: center;
    }
}
@media (max-width: 480px) {
	.emoji-modal .modal-dialog { 
		width:calc(100% - 30px) !important; 
	}
}