<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ê¸°ë³¸ í…Œë§ˆ ìƒ‰ìƒ ìž¬ì&nbsp;•ì˜ */
.btn-primary,
.navbar-light .navbar-nav .nav-link.active,
.bg-primary{
    background-color: #861f1c !important; /* ì›í•˜ëŠ” ìƒ‰ìƒìœ¼ë¡œ ë³€ê²½ */
    border-color: #861f1c !important;
}


a:link,a:hover{
	color: #333 !important;
}

.btn:hover {
    background-color: #861f1c; /* ë¡¤ì˜¤ë²„ ì‹œ ë°°ê²½ìƒ‰ ë³€ê²½, ìƒ‰ìƒì€ ì˜ˆì‹œì´ë©° ì›í•˜ëŠ” ìƒ‰ìœ¼ë¡œ ë³€ê²½ ê°€ëŠ¥ */
	color:#FFF !important;
}

.workchat-leftmenu-menus-submenu a:hover span{
	background:#ac2723 !important;
}
.prompt_library_category .item.active{
	background:#ac2723 !important;
}

.prompt_library_category .item:hover{
	border:1px solid #ac2723 !important;
}

.prompt_library_category_mddile .btn_prompt_library_newprompt:hover{
	background:#ac2723 !important;
}

.prompt_library_cards .item:hover{
	border:1px solid #ac2723 !important;
}


.prompt_library_cards .item .item_title_functions i:hover{
	color:#ac2723 !important;
}



/* Primary ì»¬ëŸ¬ ë³€ê²½ */
.btn-primary, .bg-primary, .text-primary {
	background-color: #861f1c !important; /* ë°°ê²½ ì»¬ëŸ¬ ë³€ê²½ */
	border-color: #861f1c !important; /* í…Œë‘ë¦¬ ì»¬ëŸ¬ ë³€ê²½ - ë²„íŠ¼ ë“±ì— ì&nbsp;ìš©ë©ë‹ˆë‹¤. */
}

a:hover {
	background-color: #861f1c !important; /* ë°°ê²½ ì»¬ëŸ¬ ë³€ê²½ */
	color:#FFF !important;
}

/* í—¤ë” */
.custom-header {
  height: 40px;
  background-color: #861f1c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.custom-header img {
  height: 35px;
  margin-left:280px;
}

.custom-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  color:#FFF;
}

.custom-header ul li {
  margin-left: 20px;
  cursor:pointer;
}

.custom-header ul li.active a{
  font-weight: bold;
  color: #ffc107 !important;
}


.custom-header ul li a {
text-decoration: none;
color: #FFF !important;
padding: 5px 10px;
border-radius: 5px;
transition: color 0.3s ease;
}

.custom-header ul li a:hover {
color: #ffc107 !important;
}

.custom-header ul li a.active {
color: #fff;
}</pre></body></html>