.ant-badge {
	font-feature-settings: 'tnum', 'tnum';
	box-sizing: border-box;
	color: hsla(0, 0%, 100%, 0.85);
	display: inline-block;
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5715;
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.ant-badge-count {
	background: #a61d24;
	border-radius: 10px;
	box-shadow: 0 0 0 1px #141414;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	height: 20px;
	line-height: 20px;
	min-width: 20px;
	padding: 0 6px;
	text-align: center;
	white-space: nowrap;
	z-index: auto;
}
.ant-badge-count a,
.ant-badge-count a:hover {
	color: #fff;
}
.ant-badge-count-sm {
	border-radius: 7px;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	min-width: 14px;
	padding: 0;
}
.ant-badge-multiple-words {
	padding: 0 8px;
}
.ant-badge-dot {
	background: #a61d24;
	border-radius: 100%;
	box-shadow: 0 0 0 1px #141414;
	height: 6px;
	min-width: 6px;
	width: 6px;
	z-index: auto;
}
.ant-badge-dot.ant-scroll-number {
	transition: background 1.5s;
}
.ant-badge .ant-scroll-number-custom-component,
.ant-badge-count,
.ant-badge-dot {
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(50%, -50%);
	transform-origin: 100% 0;
}
.ant-badge .ant-scroll-number-custom-component.anticon-spin,
.ant-badge-count.anticon-spin,
.ant-badge-dot.anticon-spin {
	animation: antBadgeLoadingCircle 1s linear infinite;
}
.ant-badge-status {
	line-height: inherit;
	vertical-align: initial;
}
.ant-badge-status-dot {
	border-radius: 50%;
	display: inline-block;
	height: 6px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 6px;
}
.ant-badge-status-success {
	background-color: #49aa19;
}
.ant-badge-status-processing {
	background-color: #177ddc;
	position: relative;
}
.ant-badge-status-processing:after {
	animation: antStatusProcessing 1.2s ease-in-out infinite;
	border: 1px solid #177ddc;
	border-radius: 50%;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.ant-badge-status-default {
	background-color: #d9d9d9;
}
.ant-badge-status-error {
	background-color: #a61d24;
}
.ant-badge-status-warning {
	background-color: #d89614;
}
.ant-badge-status-magenta,
.ant-badge-status-pink {
	background: #cb2b83;
}
.ant-badge-status-red {
	background: #d32029;
}
.ant-badge-status-volcano {
	background: #d84a1b;
}
.ant-badge-status-orange {
	background: #d87a16;
}
.ant-badge-status-yellow {
	background: #d8bd14;
}
.ant-badge-status-gold {
	background: #d89614;
}
.ant-badge-status-cyan {
	background: #13a8a8;
}
.ant-badge-status-lime {
	background: #8bbb11;
}
.ant-badge-status-green {
	background: #49aa19;
}
.ant-badge-status-blue {
	background: #177ddc;
}
.ant-badge-status-geekblue {
	background: #2b4acb;
}
.ant-badge-status-purple {
	background: #642ab5;
}
.ant-badge-status-text {
	color: hsla(0, 0%, 100%, 0.85);
	font-size: 14px;
	margin-left: 8px;
}
.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
	animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
	animation-fill-mode: both;
}
.ant-badge-zoom-leave {
	animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
	animation-fill-mode: both;
}
.ant-badge-not-a-wrapper .ant-badge-zoom-appear,
.ant-badge-not-a-wrapper .ant-badge-zoom-enter {
	animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}
.ant-badge-not-a-wrapper .ant-badge-zoom-leave {
	animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-badge-not-a-wrapper:not(.ant-badge-status) {
	vertical-align: middle;
}
.ant-badge-not-a-wrapper .ant-badge-count,
.ant-badge-not-a-wrapper .ant-scroll-number-custom-component {
	transform: none;
}
.ant-badge-not-a-wrapper .ant-scroll-number,
.ant-badge-not-a-wrapper .ant-scroll-number-custom-component {
	display: block;
	position: relative;
	top: auto;
	transform-origin: 50% 50%;
}
@keyframes antStatusProcessing {
	0% {
		opacity: 0.5;
		transform: scale(0.8);
	}
	to {
		opacity: 0;
		transform: scale(2.4);
	}
}
.ant-scroll-number {
	direction: ltr;
	overflow: hidden;
}
.ant-scroll-number-only {
	display: inline-block;
	position: relative;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-scroll-number-only,
.ant-scroll-number-only > p.ant-scroll-number-only-unit {
	-webkit-backface-visibility: hidden;
	height: 20px;
	-webkit-transform-style: preserve-3d;
}
.ant-scroll-number-only > p.ant-scroll-number-only-unit {
	margin: 0;
}
.ant-scroll-number-symbol {
	vertical-align: top;
}
@keyframes antZoomBadgeIn {
	0% {
		opacity: 0;
		transform: scale(0) translate(50%, -50%);
	}
	to {
		transform: scale(1) translate(50%, -50%);
	}
}
@keyframes antZoomBadgeOut {
	0% {
		transform: scale(1) translate(50%, -50%);
	}
	to {
		opacity: 0;
		transform: scale(0) translate(50%, -50%);
	}
}
@keyframes antNoWrapperZoomBadgeIn {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}
@keyframes antNoWrapperZoomBadgeOut {
	0% {
		transform: scale(1);
	}
	to {
		opacity: 0;
		transform: scale(0);
	}
}
@keyframes antBadgeLoadingCircle {
	0% {
		transform-origin: 50%;
	}
	to {
		transform: translate(50%, -50%) rotate(1turn);
		transform-origin: 50%;
	}
}
.ant-ribbon-wrapper {
	position: relative;
}
.ant-ribbon {
	font-feature-settings: 'tnum', 'tnum';
	background-color: #7a0707;
	border-radius: 2px;
	box-sizing: border-box;
	color: hsla(0, 0%, 100%, 0.85);
	color: #fff;
	font-size: 14px;
	font-variant: tabular-nums;
	height: 22px;
	line-height: 1.5715;
	line-height: 22px;
	list-style: none;
	margin: 0;
	padding: 0 8px;
	position: absolute;
	top: 8px;
	white-space: nowrap;
}
.ant-ribbon-text {
	color: #fff;
}
.ant-ribbon-corner {
	border: 4px solid;
	color: currentcolor;
	height: 8px;
	position: absolute;
	top: 100%;
	transform: scaleY(0.75);
	transform-origin: top;
	width: 8px;
}
.ant-ribbon-corner:after {
	border: inherit;
	color: rgba(0, 0, 0, 0.25);
	content: '';
	height: inherit;
	left: -4px;
	position: absolute;
	top: -4px;
	width: inherit;
}
.ant-ribbon-color-magenta,
.ant-ribbon-color-pink {
	background: #cb2b83;
	color: #cb2b83;
}
.ant-ribbon-color-red {
	background: #d32029;
	color: #d32029;
}
.ant-ribbon-color-volcano {
	background: #d84a1b;
	color: #d84a1b;
}
.ant-ribbon-color-orange {
	background: #d87a16;
	color: #d87a16;
}
.ant-ribbon-color-yellow {
	background: #d8bd14;
	color: #d8bd14;
}
.ant-ribbon-color-gold {
	background: #d89614;
	color: #d89614;
}
.ant-ribbon-color-cyan {
	background: #13a8a8;
	color: #13a8a8;
}
.ant-ribbon-color-lime {
	background: #8bbb11;
	color: #8bbb11;
}
.ant-ribbon-color-green {
	background: #49aa19;
	color: #49aa19;
}
.ant-ribbon-color-blue {
	background: #177ddc;
	color: #177ddc;
}
.ant-ribbon-color-geekblue {
	background: #2b4acb;
	color: #2b4acb;
}
.ant-ribbon-color-purple {
	background: #642ab5;
	color: #642ab5;
}
.ant-ribbon.ant-ribbon-placement-end {
	border-bottom-right-radius: 0;
	right: -8px;
}
.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
	border-color: currentcolor transparent transparent currentcolor;
	right: 0;
}
.ant-ribbon.ant-ribbon-placement-start {
	border-bottom-left-radius: 0;
	left: -8px;
}
.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
	border-color: currentcolor currentcolor transparent transparent;
	left: 0;
}
.ant-badge-rtl {
	direction: rtl;
}
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper)
	.ant-scroll-number-custom-component {
	direction: ltr;
	left: 0;
	right: auto;
	transform: translate(-50%, -50%);
	transform-origin: 0 0;
}
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper)
	.ant-scroll-number-custom-component {
	left: 0;
	right: auto;
	transform: translate(-50%, -50%);
	transform-origin: 0 0;
}
.ant-badge-rtl .ant-badge-status-text {
	margin-left: 0;
	margin-right: 8px;
}
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-appear,
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-enter {
	animation-name: antZoomBadgeInRtl;
}
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-leave {
	animation-name: antZoomBadgeOutRtl;
}
.ant-ribbon-rtl {
	direction: rtl;
}
.ant-ribbon-rtl.ant-ribbon-placement-end {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 2px;
	left: -8px;
	right: auto;
}
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
	left: 0;
	right: auto;
}
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner,
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner:after {
	border-color: currentcolor currentcolor transparent transparent;
}
.ant-ribbon-rtl.ant-ribbon-placement-start {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 0;
	left: auto;
	right: -8px;
}
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
	left: auto;
	right: 0;
}
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner,
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner:after {
	border-color: currentcolor transparent transparent currentcolor;
}
@keyframes antZoomBadgeInRtl {
	0% {
		opacity: 0;
		transform: scale(0) translate(-50%, -50%);
	}
	to {
		transform: scale(1) translate(-50%, -50%);
	}
}
@keyframes antZoomBadgeOutRtl {
	0% {
		transform: scale(1) translate(-50%, -50%);
	}
	to {
		opacity: 0;
		transform: scale(0) translate(-50%, -50%);
	}
}
.ant-list .ant-card {
	background: transparent;
}
.ant-list {
	font-feature-settings: 'tnum', 'tnum';
	box-sizing: border-box;
	color: hsla(0, 0%, 100%, 0.85);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5715;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.ant-list * {
	outline: none;
}
.ant-list-pagination {
	margin-top: 24px;
	text-align: right;
}
.ant-list-pagination .ant-pagination-options {
	text-align: left;
}
.ant-list-more {
	margin-top: 12px;
	text-align: center;
}
.ant-list-more button {
	padding-left: 32px;
	padding-right: 32px;
}
.ant-list-spin {
	min-height: 40px;
	text-align: center;
}
.ant-list-empty-text {
	color: hsla(0, 0%, 100%, 0.3);
	font-size: 14px;
	padding: 16px;
	text-align: center;
}
.ant-list-items {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ant-list-item {
	align-items: center;
	color: hsla(0, 0%, 100%, 0.85);
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
}
.ant-list-item-meta {
	align-items: flex-start;
	display: flex;
	flex: 1 1;
	max-width: 100%;
}
.ant-list-item-meta-avatar {
	margin-right: 16px;
}
.ant-list-item-meta-content {
	color: hsla(0, 0%, 100%, 0.85);
	flex: 1 0;
	width: 0;
}
.ant-list-item-meta-title {
	color: hsla(0, 0%, 100%, 0.85);
	font-size: 14px;
	line-height: 1.5715;
	margin-bottom: 4px;
}
.ant-list-item-meta-title > a {
	color: hsla(0, 0%, 100%, 0.85);
	transition: all 0.3s;
}
.ant-list-item-meta-title > a:hover {
	color: #7a0707;
}
.ant-list-item-meta-description {
	color: hsla(0, 0%, 100%, 0.45);
	font-size: 14px;
	line-height: 1.5715;
}
.ant-list-item-action {
	flex: 0 0 auto;
	font-size: 0;
	list-style: none;
	margin-left: 48px;
	padding: 0;
}
.ant-list-item-action > li {
	color: hsla(0, 0%, 100%, 0.45);
	display: inline-block;
	font-size: 14px;
	line-height: 1.5715;
	padding: 0 8px;
	position: relative;
	text-align: center;
}
.ant-list-item-action > li:first-child {
	padding-left: 0;
}
.ant-list-item-action-split {
	background-color: #303030;
	height: 14px;
	margin-top: -7px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
}
.ant-list-footer,
.ant-list-header {
	background: transparent;
}
.ant-list-footer,
.ant-list-header {
	padding-bottom: 12px;
	padding-top: 12px;
}
.ant-list-empty {
	color: hsla(0, 0%, 100%, 0.45);
	font-size: 12px;
	padding: 16px 0;
	text-align: center;
}
.ant-list-split .ant-list-item {
	border-bottom: 1px solid #303030;
}
.ant-list-split .ant-list-item:last-child {
	border-bottom: none;
}
.ant-list-split .ant-list-header {
	border-bottom: 1px solid #303030;
}
.ant-list-split.ant-list-empty .ant-list-footer {
	border-top: 1px solid #303030;
}
.ant-list-loading .ant-list-spin-nested-loading {
	min-height: 32px;
}
.ant-list-split.ant-list-something-after-last-item
	.ant-spin-container
	> .ant-list-items
	> .ant-list-item:last-child {
	border-bottom: 1px solid #303030;
}
.ant-list-lg .ant-list-item {
	padding: 16px 24px;
}
.ant-list-sm .ant-list-item {
	padding: 8px 16px;
}
.ant-list-vertical .ant-list-item {
	align-items: normal;
}
.ant-list-vertical .ant-list-item-main {
	display: block;
	flex: 1 1;
}
.ant-list-vertical .ant-list-item-extra {
	margin-left: 40px;
}
.ant-list-vertical .ant-list-item-meta {
	margin-bottom: 16px;
}
.ant-list-vertical .ant-list-item-meta-title {
	color: hsla(0, 0%, 100%, 0.85);
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
}
.ant-list-vertical .ant-list-item-action {
	margin-left: auto;
	margin-top: 16px;
}
.ant-list-vertical .ant-list-item-action > li {
	padding: 0 16px;
}
.ant-list-vertical .ant-list-item-action > li:first-child {
	padding-left: 0;
}
.ant-list-grid .ant-col > .ant-list-item {
	border-bottom: none;
	display: block;
	margin-bottom: 16px;
	max-width: 100%;
	padding-bottom: 0;
	padding-top: 0;
}
.ant-list-item-no-flex {
	display: block;
}
.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
	float: right;
}
.ant-list-bordered {
	border: 1px solid #434343;
	border-radius: 2px;
}
.ant-list-bordered .ant-list-footer,
.ant-list-bordered .ant-list-header,
.ant-list-bordered .ant-list-item {
	padding-left: 24px;
	padding-right: 24px;
}
.ant-list-bordered .ant-list-pagination {
	margin: 16px 24px;
}
.ant-list-bordered.ant-list-sm .ant-list-footer,
.ant-list-bordered.ant-list-sm .ant-list-header,
.ant-list-bordered.ant-list-sm .ant-list-item {
	padding: 8px 16px;
}
.ant-list-bordered.ant-list-lg .ant-list-footer,
.ant-list-bordered.ant-list-lg .ant-list-header,
.ant-list-bordered.ant-list-lg .ant-list-item {
	padding: 16px 24px;
}
@media screen and (max-width: 768px) {
	.ant-list-item-action,
	.ant-list-vertical .ant-list-item-extra {
		margin-left: 24px;
	}
}
@media screen and (max-width: 576px) {
	.ant-list-item {
		flex-wrap: wrap;
	}
	.ant-list-item-action {
		margin-left: 12px;
	}
	.ant-list-vertical .ant-list-item {
		flex-wrap: wrap-reverse;
	}
	.ant-list-vertical .ant-list-item-main {
		min-width: 220px;
	}
	.ant-list-vertical .ant-list-item-extra {
		margin: auto auto 16px;
	}
}
.ant-list-rtl {
	direction: rtl;
	text-align: right;
}
.ant-list-rtl .ReactVirtualized__List .ant-list-item {
	direction: rtl;
}
.ant-list-rtl .ant-list-pagination {
	text-align: left;
}
.ant-list-rtl .ant-list-item-meta-avatar {
	margin-left: 16px;
	margin-right: 0;
}
.ant-list-rtl .ant-list-item-action {
	margin-left: 0;
	margin-right: 48px;
}
.ant-list.ant-list-rtl .ant-list-item-action > li:first-child {
	padding-left: 16px;
	padding-right: 0;
}
.ant-list-rtl .ant-list-item-action-split {
	left: 0;
	right: auto;
}
.ant-list-rtl.ant-list-vertical .ant-list-item-extra {
	margin-left: 0;
	margin-right: 40px;
}
.ant-list-rtl.ant-list-vertical .ant-list-item-action {
	margin-right: auto;
}
.ant-list-rtl .ant-list-vertical .ant-list-item-action > li:first-child {
	padding-left: 16px;
	padding-right: 0;
}
.ant-list-rtl
	.ant-list:not(.ant-list-vertical)
	.ant-list-item-no-flex
	.ant-list-item-action {
	float: left;
}
@media screen and (max-width: 768px) {
	.ant-list-rtl .ant-list-item-action,
	.ant-list-rtl .ant-list-vertical .ant-list-item-extra {
		margin-left: 0;
		margin-right: 24px;
	}
}
@media screen and (max-width: 576px) {
	.ant-list-rtl .ant-list-item-action {
		margin-left: 0;
		margin-right: 22px;
	}
	.ant-list-rtl.ant-list-vertical .ant-list-item-extra {
		margin: auto auto 16px;
	}
}
.Message_root__GhzDl {
	border-radius: 20px;
	border-radius: var(--design-big-border-radius, 20px);
	height: 80vh;
	max-width: 500px;
	overflow-y: auto;
	width: 95vw;
	width: var(--vw, 95vw);
}
.Message_root__GhzDl,
.Message_root__GhzDl .Message_navbar__A1LJY {
	background-color: #1a1222;
	background-color: var(--design-block-bg, #1a1222);
}
.Message_root__GhzDl .Message_navbar__A1LJY {
	position: -webkit-sticky;
	position: sticky;
	top: -1px;
	z-index: 10;
}
.Message_root__GhzDl .Message_close__Docwa {
	box-sizing: initial;
	color: #93acd3;
	font-size: 18px;
	padding: 6px;
}
.Message_root__GhzDl .Message_list__nRJal {
	padding: 12px;
}
.Message_root__GhzDl .Message_list__nRJal .Message_item__yBPKi {
	background-color: #303948;
	background-color: var(--design-button-active-bg, #303948);
	border-radius: 8px;
	display: flex;
	flex-direction: row;
	min-height: 110px;
	padding: 12px;
}
.Message_root__GhzDl .Message_list__nRJal .Message_item__yBPKi:active {
	opacity: 0.6;
}
.Message_root__GhzDl .Message_list__nRJal .Message_itemIcon__\+GSYX {
	height: 50px;
	margin-right: 10px;
	width: 50px;
}
.Message_root__GhzDl .Message_list__nRJal .Message_itemIconImage__SbaMZ {
	border-radius: 10px;
	border-radius: var(--design-border-radius, 10px);
	height: 100%;
	width: 100%;
}
.Message_root__GhzDl .Message_list__nRJal .Message_itemTitle__KffGA {
	font-size: 16px;
	font-weight: 700;
}
.Message_root__GhzDl .Message_list__nRJal .Message_itemTime__t8qV2 {
	font-size: 12px;
	text-align: right;
}
.Message_root__GhzDl .Message_list__nRJal .Message_itemContent__Fq0UA {
	font-size: 13px;
	line-height: 18px;
}
.Message_root__GhzDl .Message_list__nRJal .Message_itemB__nKKXN {
	background-color: #303948;
	background-color: var(--design-button-active-bg, #303948);
	border-radius: 0.5rem;
	min-height: 110px;
	overflow: hidden;
}
.Message_root__GhzDl
	.Message_list__nRJal
	.Message_itemB__nKKXN
	.Message_inner__BbyQi {
	display: flex;
	padding: 0.75rem;
}
.Message_root__GhzDl
	.Message_list__nRJal
	.Message_itemB__nKKXN
	.Message_icon__EA4lq {
	flex-shrink: 0;
	height: 50px;
	margin-right: 10px;
	width: 50px;
}
.Message_root__GhzDl
	.Message_list__nRJal
	.Message_itemB__nKKXN
	.Message_iconImage__Dtzlg {
	border-radius: 10px;
	border-radius: var(--design-border-radius, 10px);
	height: 100%;
	width: 100%;
}
.Message_root__GhzDl
	.Message_list__nRJal
	.Message_itemB__nKKXN
	.Message_time__JURYT {
	color: #fff;
	color: var(--design-text-color, #fff);
	font-size: 0.625rem;
	opacity: 0.8;
}
.Message_root__GhzDl
	.Message_list__nRJal
	.Message_itemB__nKKXN
	.Message_title__eVacr {
	font-size: 0.875rem;
	font-weight: 600;
	margin-bottom: 0.25em;
}
.Message_root__GhzDl
	.Message_list__nRJal
	.Message_itemB__nKKXN
	.Message_content__4yg7F {
	color: #93acd3;
	font-size: 0.75rem;
	margin-bottom: 0;
	overflow: hidden;
	transition: all 0.3s;
}
.Message_root__GhzDl
	.Message_list__nRJal
	.Message_itemB__nKKXN
	.Message_top__pOa3X {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.Message_root__GhzDl
	.Message_list__nRJal
	.Message_itemB__nKKXN
	.Message_bottom__JFZey {
	align-items: center;
	background-color: #332442;
	background-color: var(--design-button-bg, #332442);
	border-top: 0.01rem solid #2a3546;
	border-top: 0.01rem solid var(--design-blur-color, #2a3546);
	display: flex;
	justify-content: flex-end;
	padding-inline: 2px;
	padding: 0.625rem 0.75rem;
}
.Message_root__GhzDl .Message_list__nRJal .Message_read__B52-C {
	color: #fff;
	color: var(--design-text-color, #fff);
	cursor: pointer;
	display: flex;
	font-size: 0.625rem;
	font-weight: 600;
	gap: 0.25rem;
	letter-spacing: 0.02em;
	margin-left: auto;
	opacity: 0.8;
	transition: all 0.2s;
}
.Message_root__GhzDl .Message_list__nRJal .Message_read__B52-C:hover {
	opacity: 1;
}
.Message_root__GhzDl .Message_list__nRJal .Message_new__JACTA {
	background-color: #1bb83d;
	border-radius: 56px;
	display: flex;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 1px 0.5rem;
	text-transform: uppercase;
}
.Message_root__GhzDl .Message_loadmore__AotxX {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 12px;
	margin-top: 12px;
	width: 100%;
}
.Message_root__GhzDl .Message_loadmore__AotxX .Message_loadmoreButton__clx9r {
	color: #93acd3;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	padding: 10px 14px;
}
.BbShowMoreButton_root__Lzc2d {
	background: var(--design-button-bg);
	border-radius: 10px;
	border-radius: var(--design-border-radius, 10px);
	color: #93acd3;
	font-size: 14px;
	font-weight: 600;
	margin-left: 8px;
}
.BbShowMoreButton_root__Lzc2d .BbShowMoreButton_icon__Swnte {
	height: 14px;
	margin-left: 4px;
	width: auto;
}
