body {
	margin: 0;
}

.graphic {
	height: auto;
	margin: 0 auto;
	max-width: 200px;
	width: 100%;
}

.content {
	margin: 0 auto;
	padding: 50px;
	width: 200px;
}

.content h1 {
	font-size: 25px;
	margin: 30px 0 15px;
	text-align: center;
}

.content p {
	font-size: 14px;
	margin: 0;
	text-align: center;
}

.content span {
	display: block;
	font-size: 10px;
	margin-top: 15px;
	text-align: center;
}

.w2ui-field input {
	width: 200px;
}

.w2ui-field>div>span {
	margin-left: 20px;
}


.center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.copilot {
	position: absolute;
	top: 8px;
	right: 84px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #D9EAFF;
}

.copilot img {
	cursor: pointer;
}

.copilot:hover {
	box-shadow: #e8e8e8 0px 0px 0px 6px;
}

.userid {
	position: absolute;
	top: 8px;
	right: 24px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #D9EAFF;
}

.userid div {
	display: table-cell;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #404040;
	font-size: 18px;
	cursor: pointer;
}

.userid:hover {
	box-shadow: #e8e8e8 0px 0px 0px 6px;
}


.mapIconClass {
	border-radius: 50%;
	background-color: red;
	border: 4px solid blue;
}

.properties_title {
	background-color: #fafafa;
}

.properties_title td {
	border-bottom: 1px solid #f0f0f0;
	vertical-align: top;
	padding: 8px;
}

.properties_title div {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: OpenSans;
	font-size: 16px;
}


.property_header {
	font-weight: bold;
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px solid #f0f0f0;
	font-family: OpenSans;
	font-size: 12px;
	padding: 8px;
}


.property_value {
	padding: 4px;
	overflow-wrap: anywhere;
	vertical-align: top;
	border-bottom: 1px solid #f0f0f0;
	font-family: OpenSans;
	font-size: 12px;
	padding: 8px;
}

.property_url {
	color: #0094FF;
	cursor: pointer;
	padding: 4px;
	overflow-wrap: anywhere;
	vertical-align: top;
	border-bottom: 1px solid #f0f0f0;
	font-family: OpenSans;
	font-size: 12px;
	padding: 8px;
}

.property_url:hover {
	color: #0094FF;
	text-decoration: underline;
	padding: 8px;
	overflow-wrap: anywhere;
	vertical-align: top;
	border-bottom: 1px solid #f0f0f0;
	cursor: pointer;
}

.property_image {
	padding-bottom: 40;
	padding: 8px;
}


.recentcases-scroll {
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	background: #fafafa;
	-ms-overflow-style: none;
	scrollbar-width: none;
  }

.recentcases-container {
	display: flex;
	flex-direction: row;
	gap: 6px;
	height: 100%;
}

.recentcase-card {
	display: flex;
	align-items: center;
	min-width: 200px;
	height: 55px;
	padding: 6px;
	background: white;
	border-radius: 10px;
	border: 1px solid #e6e6e6;
	cursor: pointer;
	transition: all 0.2s ease;
}

.recentcase-card:hover {
	background: #f5f5f5;
	border-color: #d1d1d1;
}

.recentcase-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
}

.recentcase-icon img {
	width: 32px;
	height: 32px;
}

.recentcase-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}

.recentcase-name {
	font-family: OpenSans;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.recentcase-date {
	font-family: OpenSans;
	font-size: 12px;
	color: #666;
	margin-top: 4px;
}

/* Hide scrollbar for Chrome, Safari and Opera by default */
.recentcases-scroll::-webkit-scrollbar {
	display: none;
}

.recentcases-scroll:hover {
	-ms-overflow-style: auto;
	scrollbar-width: thin;
}

/* Show scrollbar for Chrome, Safari and Opera on hover */
.recentcases-scroll:hover::-webkit-scrollbar {
	display: block;
	height: 6px;
}

.recentcases-scroll:hover::-webkit-scrollbar-track {
	background: transparent;
}

.recentcases-scroll:hover::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 3px;
}

.popup_img {
	padding: 2px;
	object-fit: contain;
	height: 90vh;
	max-width: 90vw;
}

.w2ui-btn-blue {
	background-image: linear-gradient(#5D7374 0,#5D7374 100%) !important;
	border-color: #5D7374 !important;
}

.w2ui-tab.active {
	color: #5D7374 !important;
	border-bottom: 2px solid #5D7374 !important;
}

.w2ui-sidebar .w2ui-node-handle>div {
	width: 11px;
	height: 11px;
	border-radius: 10px;
	margin-left: 4px;
	margin-top: 6px;
	background-color: #e1e1e1;
	border: 1px solid transparent;
}

.w2ui-sidebar .w2ui-node-handle>div:hover {
	border: 1px solid #0B99DF
}

.w2ui-sidebar .w2ui-node-handle>div.filter-set {
	background-color: #0B99DF;
	border: 1px solid #0B99DF
}

.waiting_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	z-index: 1000;
	background-color: white;
	border-radius: 50%;
}

.waiting_icon>div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color: #009EFF;
}

.waiting_icon>img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
}

div.vis-network div.vis-navigation div.vis-button.vis-up,
div.vis-network div.vis-navigation div.vis-button.vis-down,
div.vis-network div.vis-navigation div.vis-button.vis-left,
div.vis-network div.vis-navigation div.vis-button.vis-right,
div.vis-network div.vis-navigation div.vis-button.vis-zoomIn,
div.vis-network div.vis-navigation div.vis-button.vis-zoomOut,
div.vis-network div.vis-navigation div.vis-button.vis-zoomExtends {
	background-image: none !important;
}

div.vis-network div.vis-navigation div.vis-button.vis-up {
	left: 45px !important;
	bottom: 65px !important;
}

div.vis-network div.vis-navigation div.vis-button.vis-down {
	left: 45px !important;
}

div.vis-network div.vis-navigation div.vis-button.vis-left {
	left: 20px !important;
	bottom: 35px !important;
}

div.vis-network div.vis-navigation div.vis-button.vis-right {
	left: 76px !important;
	bottom: 35px !important;
}

div.vis-network div.vis-navigation div.vis-button:hover {
	box-shadow: none !important;
}

.vis-button:after {
	font-size: 1.5em;
	// color: lightgray;
	color: #0175ff;
}

.vis-button:hover:after {
	font-size: 1.5em;
	color: #0175ff;
	font-weight: bold;
}

.vis-button.vis-up:after {
	font-family: "FontAwesome";
	content: "\f077";
}

.vis-button.vis-down:after {
	font-family: "FontAwesome";
	content: "\f078";
}

.vis-button.vis-left:after {
	font-family: "FontAwesome";
	content: "\f053";
}

.vis-button.vis-right:after {
	font-family: "FontAwesome";
	content: "\f054";
}

.vis-button.vis-zoomIn:after {
	font-family: "FontAwesome";
	content: "\f196";
}

.vis-button.vis-zoomOut:after {
	font-family: "FontAwesome";
	content: "\f147";
}

.vis-button.vis-zoomExtends:after {
	font-family: "FontAwesome";
	content: "\f0b2";
}

.vis-network:focus {
	outline: none;
}

.toolbar-search {
	outline: 0 !important;
	border-radius: 4px !important;
	line-height: normal !important;
	height: 26px !important;
	width: 160px !important;
	border: 1px solid #e1e1e1 !important;
	color: #000 !important;
	background-color: #f1f1f1 !important;
	padding: 0px 2px 0 24px !important;
	margin: 0 0 10px 0 !important;
	font-size: 13px !important;
}

.toolbar-search:focus {
	border: 1px solid #0175ff !important;
	background-color: #ffffff !important;
}

.toolbar-search-icon {
	position: absolute;
	top: 7px;
	left: 4px;
	color: gray;
}

.form_tag {
	float: left;
	margin: 3px 3px 0 0;
	/* 3px 0 0 5px; */
	border-radius: 15px;
	width: auto;
	padding: 3px 12px 1px 12px;
	border: 1px solid #b4d0de;
	background-color: #eff3f5;
	white-space: nowrap;
	cursor: default;
	font-family: OpenSans;
	font-size: 11px;
	line-height: 100%;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.map_graph_toolbar {
	position: absolute;
	top: 40%;
	right: 5px;
	transform: translate(-50%, -50%);
	width: 44px;
	/*height: 200px;*/
	z-index: 1000;
}

.selected-toolbar-icon {
	color: #0175ff;
}

.map-graph-toolbar-group {
	background-color: #f0f0f0;
	border-radius: 25px;
	display: flex;
	flex-direction: column;
	margin-bottom: 5px;
	padding-bottom: 0px;
	border: 2px solid #b0b0b0;
}

.map-graph-btn {
	border-radius: 50%;
	color: #8d99a7;
	width: 40px;
	height: 40px;
	border: none;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	padding-top: 10px;
	font-size: 20px;
}

.map-graph-btn i {
	height: 30px;
}

.map-graph-btn:hover {
	/*background-color: #b0b0b0;*/
}

.map-graph-btn:hover {
	color: #0175ff;
}

.search-tooltip {
	cursor: pointer;
	user-select: none;
}

.search-tooltip>div {
	padding: 4px;
}

.search-tooltip>div:hover {
	background-color: #f0F0F0;
}

.fa-icon-close {
	position: absolute;
	right: 32px;
	top: 8px;
	border: 3px solid transparent;
	border-radius: 20%;
	z-index: 1000;
}

.fa-icon-close>i {
	color: #808080;
}

.fa-icon-close:hover {
	background-color: #F9E7E7;
}

.fa-icon-close>i:hover {
	color: #FF121D;
}

.fa-icon-zoom {
	position: absolute;
	right: 8px;
	top: 8px;
	border: 3px solid transparent;
	border-radius: 20%;
	z-index: 1000;
}

.fa-icon-zoom>i {
	color: #808080;
}

.fa-icon-zoom:hover {
	background-color: #EAEAED;
}

.fa-icon-zoom>i:hover {
	color: #000000;
}

.list-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	user-select: none;
}

.list-row-container {
	position: relative;
	width: 100%;
	border-radius: 8px;
	border: 1px solid #E2E2E2;
	background-color: #FAFAFA;
	margin-bottom: 8px;
}

.list-row-container:hover {
	background-color: #F1F1F1;
}

.list-row-container table {
	width: 100%;
	table-layout: fixed;
	padding: 8px;
	border: 1px solid transparent;
	border-radius: 8px;
}

.selected-list {
	background-color: #D9EAFF;
}

.list-row-container td {
	vertical-align: top;
	padding: 2px;
}

.list-row-image {
	width: 80%;
	border: 1px solid transparent;
	border-radius: 8px;
}


.list-row-property-header {
	font-weight: bold;
	font-family: OpenSans;
	font-size: 12px;
}


.list-row-property-value {
	font-family: OpenSans;
	font-size: 12px;
}

.list-row-property-url {
	font-family: OpenSans;
	font-size: 12px;
	color: #0094FF;
	cursor: pointer;
}

.list-row-property-url:hover {
	text-decoration: underline;
}

.list-row-label {
	font-family: OpenSans;
	font-size: 14px;
	color: #0B99DF;
	cursor: pointer;
}

.list-row-label:hover {
	text-decoration: underline;
	cursor: pointer;
}


.list-row-tags {}

.list-row-tag {
	border-radius: 15px;
	padding: 3px 12px 1px 12px;
	border: 1px solid #b4d0de;
	background-color: #eff3f5;
	white-space: nowrap;
	cursor: default;
	font-family: OpenSans;
	font-size: 11px;
	line-height: 100%;
	/* height: 20px; */
}

.image-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style-type: none;
	/*justify-content: center;*/
	user-select: none;
}

.image-gallery li {
	width: 120px;
	height: 160px;
	cursor: pointer;
	position: relative;
	border-radius: 8px;
	border: 1px solid #E2E2E2;
	background-color: #FAFAFA;
}

.image-gallery li:hover {
	background-color: #F1F1F1;
}

.image-gallery li img {
	position: absolute;
	display: block;
	top: 8px;
	left: 8px;
	width: 104px;
	height: 110px;
	object-fit: contain;
}


.image-gallery li span {
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
	height: 24px;
	font-family: OpenSans;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	white-space: nowrap;
	padding: 2px;
}

.selected-image {
	background-color: #D9EAFF !important;
}



/* width */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #FAFAFA;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #8D99A7;
	border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #0B99DF;
}



/* Chatbot container - table tag */
.chatbot-container {
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

/* Chatbot header - tr tag */
.chatbot-header {
	height: 40px;
	background-color: #F5F5F5;
}

/* Chatbot header - title container */
.chatbot-header div {
	width: 100%;
	font-family: OpenSans;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	white-space: nowrap;
}

/* Chatbot messages body */
.chatbot-body td {
	overflow: hidden;
	padding: 4px;
}

.chatbot-message {
	display: flex;
	align-items: flex-start;
	position: relative;
	font-family: OpenSans;
	font-size: 12px;
	line-height: 20px;
	word-wrap: break-word;
	max-width: 100%;
}

.response-message {}

.response-message P {
	background-color: #F3F5FF;
}

.response-message span {
	color: white;
	/* #333333; */
	font-family: OpenSans;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background-color: #0175FF;
	/*white; */
	cursor: pointer;
}


.response-message table {
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #e1e1e1;
	margin-bottom: 5px;
}

.response-message thead {
	background-color: #dde3fd;
}

.response-message tbody tr:nth-child(even) {
	background-color: #afafaf18;
}
.response-message tbody tr:nth-child(odd) {
	background-color: #ffffff07;
}
.response-message tbody tr:hover {
	background-color: #e8ecfe;
}

.response-message td {
	border: 1px solid #e1e1e1;
}

.response-message td>div {
	font-family: OpenSans;
	font-size: 8px;
	width: 100px;
	padding: 2px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.response-message span:hover {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	/*	background-color: #F1F1F1;*/
}

.user-message {
	justify-content: flex-end;
}

.user-message div {
	background-color: white;
}

message-container {
	background: #ffffff;
	width: 100%;
	display: flex;
	align-items: center;
}

.chatbot-commands {
	position: absolute;
	left: 8px;
	bottom: 16px;
	font-family: OpenSans;
	font-size: 14px;
}

.chatbot-commands>i {
	padding: 6px;
	cursor: pointer;
}

.chatbot-commands>i:hover {
	border-radius: 50%;
	background-color: #D8D8D8;
}

.chatbot-loading {
	display: flex !important;
	flex-direction: row !important;
	background-color: #f3f5ff00 !important;
	box-shadow: none !important;
}

.dot1,
.dot2,
.dot3 {
	margin: auto 2px;
	background-color: #9E9EA1 !important;
	height: 15px;
	width: 15px;
	border-radius: 50% !important;
	opacity: 0.4;
	box-shadow: none !important;
	cursor: default !important;
}

.dot1 {
	animation: dot1L 1s ease-in-out 0.5s infinite forwards;
}

.dot2 {
	animation: dot1L 1s ease-in-out 0.7s infinite forwards;
}

.dot3 {
	animation: dot1L 1s ease-in-out 1s infinite forwards;
}

@keyframes dot1L {
	0% {
		opacity: 0.4;
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0.4;
	}
}

.chatbot-text {
    color: #000;
    background-color: #F3F5FF;
    font-family: OpenSans;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 18px;
    max-width: 75%;
    position: relative;
    margin: 5px 0;
    display: inline-block;
    border: solid #f1f1f1 1px;
}

.chatbot-text > * {
    background-color: inherit !important;
}

.chatbot-text h1,
.chatbot-text h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    background-color: inherit;
}

.chatbot-text ul, 
.chatbot-text ol {
    margin: 4px 0;
    padding-left: 20px;
    background-color: inherit;
}

.chatbot-text p {
    margin: 4px 0;
    background-color: inherit;
}

.chatbot-text code {
    background: rgba(0,0,0,0.05);
    padding: 2px 4px;
    border-radius: 3px;
}

.chatbot-text pre {
    background: rgba(0,0,0,0.05);
    padding: 10px;
    border-radius: 8px;
    overflow-x: auto;
}
.chatbox-test table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

.chatbot-chart {
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 45px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Chatbot prompt - tr tag */
.chatbot-prompt {
	height: 40px;
	background-color: #F3F5FF;
}


.chatbot-send-icon {
	width: 20px;
	height: 20px;
	padding: 8px;
	border-radius: 50%;
	border: 1px solid transparent;
}

.chatbot-send-icon:hover {
	background-color: #F1F1F1;
}

.chatbot-send-icon img {
	cursor: pointer;
	width: 100%;
}

.chatbot-speech-icon {
	width: 20px;
	height: 20px;
	padding: 8px;
	border-radius: 50%;
	border: 1px solid transparent;
}

.chatbot-speech-icon:hover {
	background-color: #F1F1F1;
}

.chatbot-speech-icon img {
	cursor: pointer;
	width: 100%;
}

@keyframes message-fade-in {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}



/* Chatbody messages container - div tag */
[id|=chatbot-conversation] {
	height: 100%;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
}

[id|=input-form] {
	display: flex;
	align-items: center;
	border-top: 1px solid #eef1f5;
}

[id|=input-field] {
	flex: 1;
	height: 60px;
	border: 1px solid #eef1f5;
	border-radius: 4px;
	/* padding: 0 10px; */
	font-family: OpenSans;
	font-size: 14px;
	transition: border-color 0.3s;
	background: #ffffff;
	color: #333333;
	border: none;
}


[id|=input-field]:focus {
	border-color: #333333;
	outline: none;
}


[id|=reset-button] {
	background-color: transparent;
	border: none;
}

[id|=record-button] {
	background-color: transparent;
	border: none;
}

[id|=submit-button] {
	background-color: transparent;
	border: none;
}

div[sentTime]:hover::after {
	content: attr(sentTime);
	position: absolute;
	top: -4px;
	font-family: OpenSans;
	font-size: 10px;
	color: gray;
}

.response-message div[sentTime]:hover::after {
	left: 15px;
}

.response-message div[sentTime]:hover::after {
	left: 15px;
}

.user-message div[sentTime]:hover::after {
	right: 15px;
}

:where([autocomplete=one-time-code]) {
	--otp-digits: 6;
	/* length */
	--otc-ls: 2ch;
	--otc-gap: 1.25;
	/* private consts */
	--_otp-bgsz: calc(var(--otc-ls) + 1ch);

	all: unset;
	background: linear-gradient(90deg,
			var(--otc-bg, #EEE) calc(var(--otc-gap) * var(--otc-ls)),
			transparent 0) 0 0 / var(--_otp-bgsz) 100%;
	caret-color: var(--otc-cc, #333);
	clip-path: inset(0% calc(var(--otc-ls) / 2) 0% 0%);
	font-family: ui-monospace, monospace;
	font-size: var(--otc-fz, 2.5em);
	inline-size: calc(var(--otc-digits) * var(--_otp-bgsz));
	letter-spacing: var(--otc-ls);
	padding-block: var(--otc-pb, 1ch);
	padding-inline-start: calc(((var(--otc-ls) - 1ch) / 2) * var(--otc-gap));
}

.loader {
	width: 48px;
	height: 48px;
	border: 5px solid #FFF;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

.multi-input:focus {
	border: O;
	outline: 0;
}

.multi-input-div.has-focus,
.multi-input-div:focus-within {
	outline: auto #72b2ff;
	background-color: #fff
}

.template-modal-node-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.template-modal-node-item {
	margin: 10px;
}

.template-modal-node-container {
	display: flex;
	align-items: flex-start;
	background: #ffffff;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	padding: 12px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.template-modal-node-icon {
	width: 36px;
	height: 36px;
	border-radius: 6px;
	margin-right: 12px;
	object-fit: cover;
}

.template-modal-node-content {
	flex: 1;
}

.template-modal-node-header {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}

.template-modal-node-label {
	font-weight: 600;
	font-size: 16px;
	color: #333;
	margin-right: 8px;
}

.template-modal-node-description {
	color: #666;
	font-size: 12px;
	line-height: 1.4;
}

.tag-element {
  pointer-events: all;
  float: left;
  margin: 3px 0 0 5px;
  border-radius: 15px;
  width: auto;
  padding: 3px 24px 1px 12px;
  border: 1px solid #b4d0de;
  background-color: #eff3f5;
  white-space: nowrap;
  cursor: default;
  font-family: OpenSans;
  font-size: 11px;
  line-height: 100%;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  &:hover {
    background-color: darken(#eff3f5, 10%);
  }
}

.tag-close {
  float: right;
  width: 16px;
  height: 16px;
  margin: -2px -20px 0px 0px;
  border-radius: 2px;
  font-size: 12px;
  border: 1px solid transparent;
  &:hover {
    background-color: #f6e5e5;
    border: 1px solid #fac2c2;
    color: red;
    opacity: 1;
  }
  &:before {
    position: relative;
    display: inline-block;
    left: 4px;
    opacity: 0.7;
    content: 'x';
    line-height: 1;
  }
}
