body, .content {
	font-family: Arial, Helvetica;
}

body {
	background: #EEE9E5;
}

.content, .forumtitle {
	font-size: 0.87em;
	letter-spacing: -0.1px;
}
#topicreview .content {
	font-size: 1em;
}


.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1200px;
	padding-top: 3px;
}

.logo {
    display: none;
}

.copyright {
	padding-bottom: 75px;
	background-image: url(https://i.imgur.com/BRtBqc4.png);
    background-repeat: no-repeat;
    background-size: 70px 70px;
	background-position: 50% 42px;
}
.copyright:after {
	content: "© KolibriOS Team with Love and Passion";
	position: relative;
	top: 68px;
	color: #848585;
    text-shadow: 1px 1px 0 #fff;
}


.logo + div {
	display: flex;
    font-size: .87em;
    background: white;
    border-radius: 25px;
    padding: 10px 18px;
    background-color: #0000001f;
    color: #fff;
    z-index: 1;
	position: relative;
	color: #dedede;
	cursor: default;
	font-family: system-ui, Arial, Verdana;
}

.section-viewforum .pagination p.mb-0 {
	display: none;
}

.section-viewforum .pagination .pagination {
	border-radius: 5px;
    overflow: hidden;
    font-size: .92em;
}

.section-memberlist .page-body,
.section-ucp .page-body {
	font-size: 80%;
}

.dropdown-menu {
	font-size: .85em;
}

.card-header .fw-bold {
	font-size: 1.2em !important;
	font-weight: normal !important;
}

#logo + div a {
    color: #dedede;
    font-family: system-ui, Arial, Verdana;
    text-shadow: 1px 1px 2px rgba(0,0,0,.6);
    font-size: 95%;
}

#logo + div a:hover {
	color: #fff;
}

#logo + div a img {
    margin-top: -4px;
    border-radius: 4px;
    filter: contrast(140%) opacity(80%);
}

#page-header {
padding: 13px 0 30px 0;
    background-image: linear-gradient(179deg, #296895, #6eb2b5) !important;
    box-shadow: 0px 1px 12px 14px rgba(255,255,255,.35);
    border-bottom: 2px solid #bcc4ce;
    background-size: auto;
}

#page-header .row {
	justify-content: flex-end;
}

#page-header .container .row > div:first-child { width: 80px; }
#page-header .container .row > div:last-child { width: 150px; }
#page-header .container .row > div:nth-child(2) { 
	width: calc(100% - 230px); 
	display: table;
	width: auto;
	margin: auto;
	flex:2;
}


.breadcrumb-bar {
    padding: 2px 10px;
    font-size: 0.7em;
    border-radius: 4px;
    background-color: #ffffff;
    background-image: linear-gradient(358deg,rgb(243 251 0 / 48%),rgb(255 0 0 / 21%));

    border-top: 1px solid #efefef;
    border-bottom: none;
    box-shadow: rgb(28 26 40 / 16%) 0px 2px 2px;
}

.search-bar {
	border: none;
	border-top: 1px solid #efefef;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: rgb(28 26 40 / 16%) 0px 2px 2px;
}
.search-bar * {
	border-radius: 0 !important;
}




.topiclist.forums, 
ul.topiclist.topics {
	border-radius: 4px;
	overflow: hidden;
	outline: 1px solid #c0b9c478;
	box-shadow: rgb(28 26 40 / 16%) 0px 2px 2px;
}

a.subforum {
    font-size: 0.7em;
    background-color: #f2efef94;
    font-weight: normal;
    border-radius: 2px;
    box-shadow: inset 0 1px #fff;
    border: 1px solid #c0b9c4ba;
    outline: none;
    display: inline-block !important;
    margin: 2px 0;
    padding: 2px 9px;
}
a.subforum:hover {
	background: #fdf4c9;
	transition: background 1s ease;
}


input:not([type=search]), textarea, select, 
.section-search form input {
	border: 1px solid #ccc !important;
}


input[type=text],input[type=password],input[type=email], 
textarea {
	background: #fff !important;
}

h2.topic-title {
	font-size: 1.4em;
}

ul.topiclist li.header {
    font-size: .7em !important;
    margin: 1px 0 1px;
    text-align: center;
    opacity: .8;
    visibility: hidden;
}


#postform { font-size: 0.75em; }

.rounded-2 {
    border-radius: 0 !important;
    border: 1px solid #c0b9c478;
    border-bottom: none;
    overflow: hidden;
    margin: 0 !important;
}

.post {
	border-radius: 0;
	border-left: 1px solid #c0b9c478;
    padding: 1rem !important;
	box-shadow: inset 0 4px #fafafa;
}

.post-author {
	background: #FAFAFA;
}

.postprofile .avatar img, img.avatar {
	border-radius: 5px;
	max-width: 81px;
	max-height: 81px;
}

.navbar img.avatar {
	border-radius: 90%;
}

/* quote button */
ul.post-buttons.d-flex.justify-content-end.mb-1 {
	opacity: .4;
}

.attachbox dd {	font-size: 120%; }
.inline-attachment { font-size: 130%; }
.attachbox dl { 
	display: block !important;
	width: 100%;
	padding: 14px 15px 18px 100px;
}
.attachbox .file-icon {
	position: absolute;
	margin-left: -80px;
}


.topictitle, 
.forumtitle, 
.profile-stats,
ul.topiclist li.header a,
.postprofile a {
	font-weight: normal !important;
}

.profile-stats {
	padding: 3px 8px 3px 3px;	
	font-size: 0.75em;
	line-height: 1.8;
}

a.forumtitle, a.topictitle {
	font-size: 85%;
}

/* too long title in the list */
a.topictitle.d-flex.align-items-center {
    max-width: calc(750px);
}

li.row:hover, li.row:focus, li.row:active {
    transform: none !important;
}





a.unread:not(.subforum) {
	position: absolute;
	margin-top: -4px;
}
.unread + a.topictitle {
	margin-left: 16px;
}


[data-ajax="mark_forums_read"].btn {
	font-size: 75%;
	font-weight: normal;
	display: none;
}

.forum-description {
	font-size: 60%;
}

.signature, .notice {
	font-size: 85%;
}

.d-none.d-lg-flex.flex-column {
    opacity: .7;
}

.signature {
	opacity: .4;
}

.breadcrumb-bar ol a {
	color: #605629;
}

blockquote {
	border-radius: 4px;
	margin-left: 0;
}

.btn {
	font-size: 0.9rem;
	padding: 0.23rem 0.55rem;
}

.mb-3.quickReply h2 {
	font-size: 1.3em;
}

.post-time {
	top: -16px;
}

details > summary {
	width: fit-content;
    padding: 4px 20px;
    border-radius: 5px;
}

ul.topiclist li {
    display: block;
    list-style-type: none;
}
li.row {
    margin: 0;
    border-radius: 0;
    transform: none;
    transition-property: none;
    border-bottom: 1px solid #e4e4e4;
}

.topic_unread, .topic_unread_hot, .forum_unread,
.forum_unread_subforum, .sticky_unread_locked,
.sticky_unread, .topic_unread_locked, .forum_unread_subforum {
	background: url(https://i.imgur.com/g8dMNff.png) no-repeat;
    background-size: 32px !important;
    background-position-x: 16px !important;
}
.topic_read, .topic_read_hot, .forum_read,
.sticky_read_locked, .sticky_read, .topic_read_locked,
.forum_read_subforum {
    background: url(https://i.imgur.com/KY73WAr.png) no-repeat;
    background-size: 32px !important;
    background-position-x: 16px !important;
}

.pagination-sm .page-link {
	font-weight: normal;
	font-size: .8rem;
}

.row .list-inner {
	display: inline-block !important;
    max-width: 800px;
    cursor: default;
}

.d-flex.align-items-center {
	clear: both;
}

dl a.row-item-link {
	width: 40px;
	height: 40px;
}

li.row:last-child {
	border-bottom: none;
}

.post-count.mb-2 {
	display: block;
	background-color: #fdf4c9;
}

[rel="help"], 
.small.mt-2.mb-1,
.lastpost p.text-strong,
.lastpost p.fw-bold,
.dropdown-page-jump,
.post-count,
.stat-block .badge, 
.stat-block h3, 
.stat-block em,
.profile-contact #profileContact,
[href="https://www.phpbbguru.net"] {
	display: none;
}

.postprofile dd {
    flex-direction: unset;
    align-self: flex-start;
    /*margin: auto;*/
    border: none;
}

.mb-lg-2, .mb-lg-4 {
	margin-bottom: 10px !important;
}

ul.topiclist dt {
	font-size: 1.05em;
}

ul.topiclist li.header,
.profile-rank {
	font-size: .75em;
}

ul.topiclist li.row dl {
	padding: 3px 10px;
}

.page-body {
	margin-top: -10px;
}

.form-control:focus {
	box-shadow: none;
}

.unreadpost .post-time p {
	background: #ffd7c9;
}

.post-time p {
    padding: 2px 11px;
    border-radius: 0 0 4px 4px;
    color: #667;
}

/* last found */
.section-search .list-inner > * {
	float: none;
}
.section-search .postbody h3 {
	font-size: 1.2em;
}
.section-search .fa-angle-right:before {
	top: 4px;
    position: relative;
}
.section-search .pagination {
	align-items: flex-end;	
}
dl.row-item dt li {
	display: inline-block;
	margin-left: -2px;
	border-color: transparent;
}
dl.row-item dt li a {
	font-size: 65%;
	color: var(--blue-grey-darker);
    background-color: var(--blue-grey);
    padding: 3px 5px;
}
.section-search .page-body {
	font-size: 0.87em;
}

#search input#keywords {
	border: none !important;
}

@media (max-width: 700px) {
	ul.topiclist li.row dt a.subforum {
		max-width: none;
	}
	#page-header {
		padding: 0px 0 18px 0;
	}
}

@media (max-width: 600px) {
	.logo + div {
		display: none;
	}
}

@media screen and (min-width: 800px) {
	.username, .username-coloured {
		text-align: center;
	}
}


/* UPD 22.02.2024 */

.file {
    overflow: scroll;
}

.attachbox dd {
	display: table !important;
	max-width: 100%;
}


dl.file dt.attach-image {
	height: 256px;
	overflow: auto;
}

.attach-image img {
	max-width: 100%;
	cursor: pointer;
}