#page-title-word {
	display:flex;
	font-size:22px;
	font-weight:600;
	font-family:poppins-semibold, poppins, sans-serif;
	text-align:left;
	position:relative;
	height:26px;
	margin-top: 28px;
}

#page-title-word:after {
	content:"";
	position:absolute;
	top:16px;
	background:rgba(64,64,64,255);
	height:1px;
	width: 660px;
    left: 325px;
}

.site-main-column.tabs-shell-ready {
	transition: none;
	will-change: auto;
}

.site-main-column.tabs-shell-loading {
	opacity: 1;
	transform: none;
	pointer-events: none;
}

.tabs-shell-panel.tabs-shell-panel-ready {
	transition: none;
	will-change: auto;
}

.tabs-shell-panel.tabs-shell-panel-enter {
	opacity: 1;
	transform: none;
}

.tabs-upload-form {
    height: auto;
	background:#1C1C1C;
	color:rgb(230,230,230);
	font-size:13px;
	font-weight:400;
	border-radius:5px;
	display:flex;
	padding: 0 20px 30px 20px;
	flex-direction:column;
	border-radius: 5px;
	margin-top: 20px;
}

.tabs-upload-form-header {
	font-size:18px;
	font-weight:700;
	margin:0 auto;
	margin-top:26px;
	margin-bottom:14px;
}

.tabs-upload-form-block-1 {
	display:flex;
	flex-direction:column;
	height:auto;
	margin-bottom:30px;
}

.tabs-upload-form-block-2 {
	display:flex;
	align-items:flex-start;
	gap:20px;
	margin-top:23px;
}

.tabs-upload-column-main {
	width:315px;
	margin-right:19px;
}

.tabs-upload-column-cover {
	width:194px;
}

.tabs-upload-column-wide {
	width:418px;
	height:215px;
	margin-right:23px;
}

.tabs-upload-field-group {
	display:flex;
	flex-direction:column;
	width:100%;
}
.tabs-upload-field-group > span {
	margin:0;
}
.tabs-upload-field-label {
	display:block;
	margin-bottom:0;
}
.tabs-upload-field-group > .w-fill,
.tabs-upload-field-group > .tabs-upload-cover-wrap {
	margin-top:5px;
}
.tabs-upload-file-input {
	width: 100%;
    margin-top: 20px;
	min-height: 22px;
	line-height: 22px;
}

.tabs-upload-file-input::file-selector-button {
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    padding: 0 10px;
    background: rgb(255 166 0);
    border: none 0px;
    color: rgb(230 230 230);
	height: 22px;
	line-height: 22px;
	margin-right: 10px;
}

.tabs-upload-file-bar {
	display:flex;
	align-items:center;
}

.inputMB14px {
	margin-bottom:14px;
}

.tabs-upload-reminder {
	margin-top:21px;
	margin-bottom:24px;
	height:118px;	
}

.tabs-upload-lang-note-item {
	width:auto;
	flex:1 1 0;
	min-width:0;
	align-items:flex-start;
}

.tabs-upload-lang-note-marker {
	display:inline-flex;
	align-items:center;
	justify-content:center;
}

.tabs-upload-lang-note-copy {
	min-width:0;
}

.tabs-upload-paired-row {
	align-items:flex-start;
}

.tabs-upload-paired-field {
	flex:1 1 0;
	min-width:0;
}

.tabs-upload-lower-main {
	flex:1 1 auto;
	min-width:0;
}

.tabs-upload-cover-column {
	flex:0 0 194px;
	margin-left:auto;
	align-self:flex-start;
}

.tabs-upload-genre-wrap {
	position:relative;
}

.tabs-upload-reminder-row {
	display:flex;
}

.tabs-upload-cover-wrap {
	position: relative;
	width: 189px;
	height: 189px;
	margin-top: 0;
	border: 1px solid rgb(87,87,87);
	border-radius: 5px;
	overflow: hidden;
	background: rgb(28,28,28);
	cursor: pointer;
}

.tabs-upload-cover-preview {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none;
	pointer-events: none;
	z-index: 2;
}

.tabs-upload-cover-wrap.has-cover .tabs-upload-cover-preview {
	display: block;
}

.tabs-upload-cover-canvas {
	width: 189px;
	height: 189px;
	border: 0;
	display: block;
}

.tabs-upload-form .upload-dls-01-wrap {
	position: relative;
}

.tabs-upload-form .upload-dls-01-wrap .dls-01-btn {
	height: 25px;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	line-height: normal;
}

.tabs-upload-form .upload-dls-01-wrap .dls-01-menu {
	top: 25px;
	border-radius: 2px;
}

.tabs-upload-form .upload-dls-01-wrap .dls-01-menu::-webkit-scrollbar-track,
.tabs-upload-form .upload-dls-01-wrap .dls-01-menu::-webkit-scrollbar-thumb {
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.tabs-upload-form .upload-dls-01-wrap .dls-01-menu,
.tabs-upload-genre-box {
	scrollbar-color: rgba(180,180,180,255) rgba(109,109,109,255);
}

.tabs-upload-form .upload-dls-01-wrap .dls-01-menu::-webkit-scrollbar,
.tabs-upload-genre-box::-webkit-scrollbar {
    width: 14px;
    height: 14px;
	cursor: pointer;
}
.tabs-upload-form .upload-dls-01-wrap .dls-01-menu::-webkit-scrollbar-button,
.tabs-upload-genre-box::-webkit-scrollbar-button {
	display: none;
	width: 0;
	height: 0;
}
.tabs-upload-form .upload-dls-01-wrap .dls-01-menu::-webkit-scrollbar-track,
.tabs-upload-genre-box::-webkit-scrollbar-track {
    background-color: rgba(109,109,109,255);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.tabs-upload-form .upload-dls-01-wrap .dls-01-menu::-webkit-scrollbar-thumb,
.tabs-upload-genre-box::-webkit-scrollbar-thumb {
    background-color: rgba(180,180,180,255);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
}

.tabs-upload-genre-box {
	display:none;
	top:25px;
	margin-top:10px;
	position:absolute;
	width:315px;
	max-height:240px;
	height:auto;
	background:rgb(38,38,38);
	color:rgb(230,230,230);
	border:1px solid rgb(120,120,120);
	border-radius:2px;
	box-shadow:5px 15px 25px rgba(0,0,0,0.45);
	overflow-y:auto;
	overflow-x:hidden;
	z-index:20;
}

.tabs-upload-genre-box.is-open {
	display:block;
}

.tabs-upload-genre-box div{
	min-height:25px;
	padding:7px 10px;
	line-height:1.25;
	display:flex;
	align-items:center;
}

.tabs-upload-genre-box div:hover{
	background:rgb(60,60,60);
	color:rgb(230,230,230);
	cursor:pointer;
}

.at-wrap {
	display:none;
}

.tabs-upload-cover-canvas-large,
.tabs-upload-cover-canvas-large {
	display:none;
}

.tabs-library-search-input,
.tl-search-input {
    width: 400px;
    height: 50px;
    margin: 40px auto;
    font-size: 12px;
    border-radius: 30px;
    text-align: center;
    padding: 10px 15px;
    color: rgb(230, 230, 230);
    font-weight: 500;
    display: block;
    border: 1px solid rgb(87, 87, 87);
    background-color: rgba(0, 0, 0, 0);
    outline: none;
}

.tabs-library-search-input:hover,
.tabs-library-search-input:focus,
.tabs-library-search-input:active,
.tl-search-input:hover,
.tl-search-input:focus,
.tl-search-input:active {
    border: 1px solid rgb(87, 87, 87);
    background-color: rgba(0, 0, 0, 0);
    color: rgb(230, 230, 230);
    outline: none;
    box-shadow: none;
}

.tabs-library-search-input::placeholder,
.tl-search-input::placeholder {
    color: rgb(230, 230, 230);
	transition: .2s;
}

.tabs-library-search-input:hover::placeholder,
.tl-search-input:hover::placeholder {
    color: rgb(230, 230, 230);
	transition: .2s;
}

.tabs-library-search-input:-webkit-autofill,
.tabs-library-search-input:-webkit-autofill:hover,
.tabs-library-search-input:-webkit-autofill:focus,
.tl-search-input:-webkit-autofill,
.tl-search-input:-webkit-autofill:hover,
.tl-search-input:-webkit-autofill:focus {
    -webkit-text-fill-color: rgb(230, 230, 230);
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0) inset;
    transition: background-color 9999s ease-out 0s;
    caret-color: rgb(230, 230, 230);
}

.tabs-library-search-wrap {
	display:block;
}

.tabs-library-section,
.tl-section {
    height: auto;
	margin: 0px Auto;
    width: 100%;
	display: flex;
}

.tabs-library-grid,
.tl-grid {
    width: 100%;
}

.tabs-library-top-card,
.tl-top-card {
	width: 293px;
    height: 74px;
    margin-bottom: 10px;
    background-color: rgb(28,28,28);
	border-radius: 5px;
	display: flex;
}

.tu-card-info-fixed {
	width: 220px;
	height: 50px;
}

.tu-card-metrics-fixed {
	width: 130px;
	height: 24px;
}

.tu-card-metrics-fixed-compact {
	width: 130px;
}

.TabsUploadNewUploadTabsCover {
	width: 74px;
	height: 74px;
    background-color: rgb(50,50,50);
    border-radius: 5px 0px 0px 5px;
}

.TabsUploadNewUploadTabsInfo {
    width: 220px;
    height: 50px;
    background-color: rgb(50 50 50);
    border-radius: 0px 5px 0px 0px;
	box-sizing: border-box;
}

.TabsUploadNewUploadTabsCount {
    width: 200px;
    height: 24px;
    font-size: 12px;
    font-weight: 500;
    color: rgb(230 230 230);
    margin: 0px 7px 0px 7px;
    display: flex;
    align-items: center;
}

.TabsUploadNewUploadTabsCountText {
    font-size: 12px;
    font-weight: 500;
	color: rgb(230 230 230);
	margin-right: 5px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.TabsUploadNewUploadTabsCountBox1{
    width: 200px;
	display: flex;
    align-items: center;
}

.TabsUploadNewUploadTabsCountDate {
    font-size: 12px;
    font-weight: 500;
	color: rgb(230 230 230);
	float: right;
}

.TabsUploadNewUploadTabsCountImg {
	width: 14px;
	margin-right: 5px;
	height: auto;
}

.SearchTabsMainPageTopView {
	margin-top: 20px;
}

.TabsUploadRequestText {
    font-size: 12px;
    font-weight: 500;
	color: rgb(230 230 230);
	margin-right: 5px;
}

.UploadTabsNewUploadTabsMainBox{
    background: rgb(28,28,28);
    padding: 20;
    border-radius: 5px;
	margin-top: 30px;
}

.UploadTabsNewUploadTabsMainBox2{
    display: flex;
    justify-content: space-between;
    padding: 5px;
    background: rgb(38 38 38);
    border-radius: 2px;
    margin-top: 7px;
}

.UploadTabsNewUploadTabsMainBoxLeftText{
	font-size: 13px;
    font-weight: 500;
	color: rgb(230 230 230);
}

.UploadTabsNewUploadTabsMainBoxRightText{
	font-size: 13px;
    font-weight: 500;
	color: rgb(230 230 230);
}

#tabsAndUploadMain,
.tabs-library-host,
.tl-host {
transition: none;
}

#tabsAndUploadMain.tabs-library-host-loading,
.tabs-library-host.tabs-library-host-loading,
.tl-host.tabs-library-host-loading {
	visibility: hidden;
}

#tabsAndUploadMain > .tabs-library-panel.is-active,
.tabs-library-host > .tabs-library-panel.is-active,
.tl-host > .tabs-library-panel.is-active {
	display: block;
}

#tabRequestPanelRoot,
#tabRequestPanelRoot * {
	user-select: text;
	-webkit-user-select: text;
}

#tabRequestIntroPanel {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.5s cubic-bezier(0.5,0,0.25,1), opacity 0.5s cubic-bezier(0.5,0,0.5,1);
}

#tabRequestIntroPanel[aria-hidden="true"] {
	pointer-events: none;
}

.tab-request-status-dot-finish {
	color:rgb(255,146,0);
}

.tab-request-status-dot-prepare {
	color:rgb(255,166,0);
}

.tab-request-status-dot-reject {
	color:rgb(226,118,118);
}

.tab-request-status-dot-approving {
	color:rgb(60,190,90);
}

#tabRequestRejectReason::placeholder {
	color:rgb(230,230,230);
	opacity:1;
}

.rc-anchor-dark.rc-anchor-normal,
.rc-anchor-dark.rc-anchor-compact {
	border:1px solid rgb(144,144,144) !important;
}

.tab-request-action-btn.tab-request-approved-state {
	color:rgb(60,190,90) !important;
}

.tab-request-action-btn.tab-request-approved-state .tab-request-action-icon {
	filter:brightness(0) saturate(100%) invert(58%) sepia(47%) saturate(570%) hue-rotate(83deg) brightness(94%) contrast(93%);
}

.tab-request-action-btn.cs-p:hover .tab-request-action-icon {
	filter:brightness(0) saturate(100%) invert(67%) sepia(79%) saturate(2387%) hue-rotate(355deg) brightness(101%) contrast(101%);
}

.tab-request-upload-action-row {
	min-height:24px;
}

.tab-request-action-cell-state {
	width:68px;
}

.tab-request-upload-approve-users {
	display:inline-flex;
	align-items:center;
	max-width:250px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.tab-request-filter-btn {
	padding:0 14px;
}

.tab-request-filter-btn + .tab-request-filter-btn {
	border-left:1px solid grey;
	margin-left:14px;
	padding-left:14px;
}

.tab-request-filter-btn:hover,
.tab-request-filter-btn.is-active {
	color:rgb(255,166,0);
}

.tab-request-filter-btn.is-active {
	cursor:default;
	pointer-events:none;
}

.tab-request-id-badge {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:2px 5px;
	border-radius:2px;
}

.tab-request-id-badge-label {
	display:block;
	transform:translateY(0.5px);
}

.tab-request-id-badge-waiting {
	background:rgb(55,140,75);
	color:rgb(230,230,230);
}

.tab-request-id-badge-uploaded {
	background:rgb(255,186,0);
	color:rgb(28,28,28);
}

.tab-request-id-badge-approving {
	background:rgb(255,146,0);
	color:rgb(28,28,28);
}

.tab-request-id-badge-finish {
	background:rgb(255,166,0);
	color:rgb(28,28,28);
}

.tab-request-id-badge-ban {
	background:rgb(130,0,0);
	color:rgb(230,230,230);
}

.tab-request-id-badge-cancel {
	background:rgb(90,90,90);
	color:rgb(230,230,230);
}

.tab-request-id-badge-demo {
	background:rgb(230,230,230);
	color:rgb(28,28,28);
}

.tab-request-upload-popup-message.shared-popup-message {
	padding:0;
	background:transparent;
}

.tab-request-upload-popup-file-name {
	min-height:20px;
	word-break:break-word;
}

.tab-request-upload-popup-captcha {
	min-height:78px;
}

.tab-request-upload-popup-error {
	min-height:20px;
}

.tab-request-pending-new-row {
	display:none;
	opacity:0;
}

html.js .site-main-column.tabs-shell-pending,
html.js .site-main-column.tabs-shell-switching {
	visibility: hidden;
}

.tabs-shell-title-secondary {
	margin-left: 5px;
}

.UploadNewTabButton,
.tabs-library-nav-button,
.tl-nav-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.tabs-upload-cddb-item {
    border: 1px solid #444;
    background: #222;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    color: white;
}

.tabs-upload-cddb-header {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.tabs-upload-album-cover {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 2px;
}

.tabs-upload-album-info {
    flex-grow: 1;
}

.tabs-upload-info-line {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tabs-upload-toggle-icon {
    font-size: 16px;
    transition: transform 0.2s ease;
}

.tabs-upload-toggle-icon.is-collapsed {
    transform: rotate(0deg);
}

.tabs-upload-toggle-icon.is-expanded {
    transform: rotate(90deg);
}

.tabs-upload-track-list {
    padding-left: 20px;
    margin-top: 10px;
    display: none;
}

.tabs-upload-track-item {
    padding: 10px;
    border-bottom: 1px solid #444;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.tabs-upload-track-title {
	flex: 1 1 auto;
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tabs-upload-track-duration {
	flex: 0 0 auto;
	color: rgb(190,190,190);
}

.tabs-upload-track-item:last-child {
    border-bottom: none;
}

.tabs-upload-track-item:hover {
    background: #333;
}

.upload-tab {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    background: rgb(28, 28, 28);
    padding: 0 20px;
    border-radius: 5px;
    margin-top: 20px;
}

.upload-tab.open {
    max-height: fit-content;
    padding: 20px;
}

.tabs-search-cover {
	flex: 0 0 auto;
}

.tabs-search-body {
	min-width: 0;
}

.tabs-search-line1 {
	gap: 10px;
	align-items: center;
}

.tabs-search-title {
	flex: 1 1 auto;
	min-width: 0;
	line-height: 1.2;
}

.tabs-search-stats {
	flex: 0 0 auto;
	gap: 12px;
	align-items: center;
}

.tabs-search-stat-item {
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

.tabs-search-line2 {
	color: rgb(220, 220, 220);
	line-height: 1.2;
}

.tabs-page-nav-icon {
	height: 17px;
}

.tabs-search-page-btn {
	height: 20px;
	min-width: 20px;
	margin: 0 2px;
	padding: 1px 5px;
	border-radius: 2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background: rgb(230,230,230);
	color: rgb(28,28,28);
	cursor: pointer;
	transition: background .2s;
}

.tabs-search-page-btn:hover {
	background: rgb(190,190,190);
}

.tabs-search-page-btn.is-active {
	background: rgb(255,155,0);
	color: rgb(28,28,28);
	pointer-events: none;
	cursor: default;
}

.tabs-search-page-btn.is-gap {
	background: transparent;
	color: rgb(230,230,230);
	pointer-events: none;
	cursor: default;
}

.shared-page-jump-input {
	height:20px;
	padding:0 4px;
	margin:0 6px;
	box-sizing:border-box;
	outline:none;
}

.shared-page-jump-input::placeholder {
	color:rgb(180,180,180);
}

.tabs-search-page-bar .next_and_previous_img.is-disabled,
.ts-page-bar .next_and_previous_img.is-disabled {
	pointer-events: none;
	cursor: default;
	opacity: .3;
}

/* NEW UPLOADED PUBLIC TABS metrics vertical centering */
.new-upload-tab-card .f-normal.fs-10.fw-500.df-fdr-jcsb-ac {
	min-height: 24px;
}

.new-upload-tab-card .f-normal.fs-10.fw-500.df-fdr-jcsb-ac > .df-fdr-ac {
	height: 24px;
	align-items: center;
}

.new-upload-tab-card .f-normal.fs-10.fw-500.df-fdr-jcsb-ac > .f-normal.fs-11.fw-500.tof {
	display: inline-flex;
	align-items: center;
	height: 24px;
	line-height: 1;
}

.new-upload-tab-card .newTabLike,
.new-upload-tab-card .newTabFavour {
	display: flex;
	align-items: center;
	height: 24px;
	line-height: 1;
}

.new-upload-tab-card .newTabViews {
	display: inline-flex;
	align-items: center;
	height: 24px;
	line-height: 1;
	vertical-align: middle;
}

.new-upload-tab-card .newTabLikeIcon,
.new-upload-tab-card .newTabFavourIcon {
	flex: 0 0 auto;
}

#tabRequestPageBarInner,
.tabs-request-page-bar-inner,
.tr-page-bar-inner {
	margin:0 auto;
	font-size:12px;
	font-weight:600;
	color:rgb(230,230,230);
}

#tabRequestPageBar .tr-page-btn,
.tabs-request-page-bar .tr-page-btn,
.tr-page-bar .tr-page-btn {
	cursor:pointer;
	background:rgb(230,230,230);
	color:rgb(28,28,28);
	width:20px;
	height:20px;
	padding:0;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	border-radius:2px;
	margin:0 2px;
	transition:.2s;
}

#tabRequestPageBar .tr-page-btn:hover,
.tabs-request-page-bar .tr-page-btn:hover,
.tr-page-bar .tr-page-btn:hover {
	background-color:orange;
}

#tabRequestPageBar .tr-page-btn.is-active,
.tabs-request-page-bar .tr-page-btn.is-active,
.tr-page-bar .tr-page-btn.is-active {
	background:rgb(255,155,0);
	color:rgb(28,28,28);
	cursor:default;
	pointer-events:none;
}

#tabRequestPageBar .tr-page-btn.is-gap,
.tabs-request-page-bar .tr-page-btn.is-gap,
.tr-page-bar .tr-page-btn.is-gap {
	width:auto;
	height:auto;
	background:transparent;
	color:rgb(230,230,230);
	cursor:default;
	pointer-events:none;
}

#tabRequestPageBar .next_and_previous_img,
.tabs-request-page-bar .next_and_previous_img,
.tr-page-bar .next_and_previous_img {
	height:17px;
	padding:0 4px;
	transition:.2s;
}

#tabRequestPageBar .next_and_previous_img:hover,
.tabs-request-page-bar .next_and_previous_img:hover,
.tr-page-bar .next_and_previous_img:hover {
	filter:brightness(0.8);
}

#tabRequestPageBar .next_and_previous_img.is-disabled,
.tabs-request-page-bar .next_and_previous_img.is-disabled,
.tr-page-bar .next_and_previous_img.is-disabled {
	opacity:1;
	cursor:default;
	pointer-events:none;
	filter:none;
}

@media screen and (max-width: 940px) {
	#tabRequestPanelRoot {
		width:100%;
	}
}

.tabs-library-card,
.tl-card {
	width: 293px;
    height: 74px;
    margin-bottom: 10px;
    background-color: rgb(28,28,28);
	border-radius: 5px;
	display: flex;
}

.MainPageTabsUploadNewUploadTabsInfoText1 {
    font-size: 12px;
    font-weight: 600;
	color: rgb(230 230 230);
	margin: 4px 7px 2px 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.MainPageTabsUploadNewUploadTabsInfoText2 {
    font-size: 12px;
    font-weight: 500;
	color: rgb(230 230 230);
	margin: 0px 7px 1px 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.MainPageTabsUploadNewUploadTabsInfoText3 {
    font-size: 10px;
    font-weight: 500;
	color: rgb(230 230 230);
	margin: 0px 7px 0px 7px;
	overflow: hidden;
    -webkit-box-orient: vertical;
}

.MainPageTabsUploadNewUploadTabsType {
    width: 200px;
    height: 24px;
    font-size: 10px;
    font-weight: 500;
    color: rgb(230 230 230);
    margin: 0px 7px 0px 7px;
    display: flex;
    align-items: center;
}

.MainPageTabsUploadNewUploadTabsCount div {
    font-size: 11px;
    font-weight: 500;
	color: rgb(230 230 230);
	margin-right: 5px;
    -webkit-box-orient: vertical;
}

.MainPageTabsUploadNewUploadTabsCount img {
	width: 14px;
	margin-right: 5px;
	height: auto;
}

.MainPageTabsUploadNewUploadTabsCount {
    width: 200px;
    height: 24px;
    font-size: 10px;
    font-weight: 500;
    color: rgb(230 230 230);
    margin: 0px 0px 0px 7px;
    display: flex;
    align-items: center;
}

