:root {
	--fonts-override: 'Inter', -apple-system, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial;
}
.theme-gitea #navbar {
	background: #f9f9f9;
}
#navbar > .item a {
	line-height: 0;
}
.theme-gitea #navbar > a.item {
	padding: 7px 12px;
    margin: 0 8px 0 0;
	background: #f1f1f1;
	border: 1px solid #e7e7e7;
}

.theme-gitea #navbar > a.item:hover,
.theme-gitea #navbar > a.item.active {
	background: #fff;
    border: 1px solid #e5e5e5;
}
#navbar > .right.menu .ui.dropdown.jump.item.gt-mx-0.gt-pr-3 > .text > svg{
	position: relative;
    top: 1px;
}
#repo-files-table tr.ready.entry td.name svg {
	margin-top: 1px;
}
#repo-files-table tr.ready.entry td.age .time-since {
    position: relative;
    top: -0.5px;
	font-weight: 300;
}
.repository .repository-summary.repository-summary-language-stats {
	border-bottom: 0 none;
}
.commit-list {
	vertical-align: top;
}
.commit-list th img.avatar {
	margin: 5px;
	position: relative;
    top: -1px;
}
.commit-list .author-wrapper {
	padding-bottom: 2px;
}
.commit-list a.ui.sha.label {
	padding: 4px 10px;
	position: relative;
    top: -1px;
}
.commit-list .commit-summary .message-wrapper {
	padding-bottom: 2px;
	padding-right: 3px;
}
.commit-list th.age .time-since {
	position: relative;
    top: 5px;
}
.header-wrapper .ui.tabular.menu .active.item, 
.header-wrapper .ui.tabular.menu .active.item:hover {
	margin-top: 0;
}
.container .repo-button-row {
	margin: 12px 0;
}
.repo-header .repo-title {
	font-size: 1.45rem;
}
.repo-header .repo-title .repo-icon svg {
	width: 24px;
    height: 24px;
}
.repo-header .repo-title a, 
.repo-header .repo-titlegt-mx-2 {
	position: relative;
    top: -1px;
	font-size: 18px;
}
.repo-header .repo-buttons .button {
	padding: 0.5em 1.125em 0.6em;
}
.repo-header .repo-buttons .button svg {
	margin-right: 5px;
	position: relative;
    top: 0px;
}
.js-branch-tag-selector .branch-dropdown-button span strong {
	margin-bottom: 0px;
}
.theme-gitea .repository-menu .item,
.theme-gitea .repository-summary .repository-menu .item a {
	color:#555!important;
}
.repository-summary .repository-menu .item a svg,
.repository-summary .repository-menu .item svg.octicon-database {
	margin: 0 3px 0 0;
}
.container  #repo-topics {
	margin-top: 0!important;
	margin-bottom: 10px!important;
}
#clone-panel .button#repo-clone-https,
#clone-panel .button#repo-clone-ssh {
	line-height: 16px;
}
#clone-panel .button.primary {
	border-color: var(--color-input-border);
	background-color: var(--bg-active)!important;
}
.theme-gitea #repo-files-table tr td.message,
.theme-gitea #repo-files-table tr td.age {
	color: #777!important;
}
.theme-arc-green #repo-files-table tr td.message,
.theme-arc-green #repo-files-table tr td.age {
	color: #9ba0ab!important;
}
.page-content.organization.profile .reversed.stackable.grid > .five.wide.column > .center.aligned {
	text-align: right;
}
.page-content > .container .right.filter > .type.jump.item svg,
.page-content.organization.profile .reversed.stackable.grid > .eleven.wide.column .type.jump.item svg,
.page-content.user.profile .twelve.wide.column > .right.filter > .type.jump.item svg {
	position: relative;
    top: 1px;
    left: 2px;
}
.page-content > .container .right.filter > .type.jump.item .text ,
.page-content.organization.profile .reversed.stackable.grid > .eleven.wide.column .type.jump.item .text,
.page-content.user.profile .twelve.wide.column > .right.filter > .type.jump.item .text {
	position: relative;
    top: -1px;
}
.page-content > .container .right.filter > .type.jump.item,
.page-content.organization.profile .reversed.stackable.grid > .eleven.wide.column .type.jump.item,
.page-content.user.profile .twelve.wide.column > .right.filter > .type.jump.item {
	border: 1px solid var(--color-input-border);
	background-color: var(--bg-hover);
	padding: 0.75em 0.95em;
	height: 38px;
	margin-top:-2px;
}
.theme-arc-green .page-content > .container .right.filter > .type.jump.item,
.theme-arc-green .page-content.organization.profile .reversed.stackable.grid > .eleven.wide.column .type.jump.item,
.theme-arc-green .page-content.user.profile .twelve.wide.column > .right.filter > .type.jump.item {
	background: #444856;
}
.list-header .list-header-sort {
	background: #f0f0f0;
	height: 35px;
}
.list-header .list-header-sort .text {
	position: relative;
    top: -2px;
}
.list-header .list-header-sort svg {
	position: relative;
    top: 2px;
    left: 2px;
}
.organization .ui.secondary.stackable.pointing.menu {
	margin-bottom: 14px;
}
.page-content.organization.profile .container.gt-df .avatar {
	width: 80px;
    height: 80px;
	margin:1px 20px 1px 1px;
}
.page-content.organization.profile .container.gt-df .org-visibility span {
	font-size: 13px;
    padding: 5px 10px 6px;
    margin: 0 0 5px 10px;
}
.organization.profile #org-info .ui.header {
	font-size: 30px;
	margin-bottom: 2px;
}
.container .repository.list {
	padding-top: 4px!important;
}
.container .repository.list .item {
	padding-bottom: 16px!important;
	padding-top: 15px!important;
}
.container .repository.list .item:first-child {
	padding-top: 0!important;
	margin-top:-3px;
}
.container .repository.list .item:last-child {
	padding-bottom: 17px;
	border-bottom: 1px solid #dedede;
}
.theme-arc-green .container .repository.list .item:last-child {
	border-bottom: 1px solid #525767;
}
.container .repository.list .item .header {
	margin-bottom: 0!important;
}
.container .repository.list .item .header .repo-title a.name {
	font-size: 17px;
}
.container .repository.list .item .header .repo-title .labels span {
	padding: 3px 7px 4px;
    font-size: 11px;
}
.container .repository.list .item .header .gt-font-13 > a {
	margin-left: 7px;
	color: var(--color-text)!important;
}
.repository.list .item .description {
	display: flex;
	align-items: center;
	justify-content: flex-end
}
.container .repository.list .item .description > p:first-child {
	margin: 0;
	flex-grow: 1;
}
.container .repository.list .item .description > .tags {
	margin: 0 15px 0;
	white-space: nowrap;
}
.container .repository.list .item .description > .tags a .topic {
	font-size: 11px;
    font-weight: 300;
    color: var(--color-second);
}
.theme-arc-green .container .repository.list .item .description > .tags a .topic {
	color: #aaa;
}
.container .repository.list .item .description > p.time {
	margin: 0;
	white-space: nowrap;
	font-weight: 300;
	text-align: right;
}
.news > .grid > .column.right > .text > svg  {
	width: 24px;
    height: 24px;
}
.ui.secondary.pointing.menu a.item:hover,
.ui.secondary.pointing.menu a.item:active {
    background-color: transparent;
    border-color: #22242626
}
.ui.menu .item>.svg {
    margin-right: 0.5em;
}
#repo-action-view {
	margin-top: 35px;
}
.page-content.repository.actions > .ui.container .twelve.wide.column.content .ui.secondary.filter.menu {
	margin-bottom: 0;
	margin-top: -20px;
}
.ui.positive.buttons a.button, 
a.ui.positive.button {
	color: #fff !important;
}




