#vk-meta {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}

@font-face {
    font-family: 'Tahoma';
    src: url('/fonts/Tahoma.woff') format('woff');
    font-weight: normal;
    font-display: block;
}

@font-face {
    font-family: 'Vera Mono';
    src: url('/fonts/VeraMono.woff') format('woff');
    font-weight: normal;
    font-display: block;
}

@font-face {
    font-family: 'Tahoma';
    src: url('/fonts/Tahoma-Bold.woff') format('woff');
    font-weight: bold;
    font-display: block;
}

body {
	margin: 0;
	font-family: 'Tahoma';
	font-size: 11px;
}

a {
	color: #2b587a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.top-header {
    width: 790px;
    height: 43px;
    margin: auto;
    border: 1px solid #265580;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.nav-menu {
	display: flex;
    background: linear-gradient(180deg, #164673, #4f7aa2);
    width: 788px;
    height: 42px;
    border: 1px solid #a6bbcf;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: inset 0 -1px 1px #457098;
}

.nav-menu .item {
	height: 41px;
}

.nav-menu .logo.item {
	width: 188px;
	border-right: 1px solid #5f88b3;
}

.nav-menu .item:nth-child(2),
.nav-menu .item:nth-child(3),
.nav-menu .item:nth-child(4),
.nav-menu .item:nth-child(5),
.nav-menu .item:nth-child(6),
.nav-menu .item:nth-child(7) {
	border-right: 1px solid #5f88b3;
	border-left: 1px solid #3e6591;
}

.nav-menu .item:nth-child(8) {
	border-left: 1px solid #3e6591;
}

.logo-text {
    color: white;
    font-size: 21px;
    letter-spacing: 0.5px;
    font-weight: bold;
    padding: 6px 0;
    text-align: center;
    text-shadow: 2px 2px 0px #00000082, -1px -1px 0 #0000003d;
}

.nav-menu .item > span,
.nav-menu .item > a,
.nav-menu .item > p {
    color: #dae1e8;
    font-size: 11px;
    text-shadow: 1px 0 0 #3c96cd;
    padding: 0px 12px;
    line-height: 42px;
}

.nav-menu .item:last-child {
	text-align: center;
	width: 132px;
}
.nav-menu .item:last-child > span {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}

.container {
    display: flex;
    gap: 14px;
    margin: auto;
    width: 790px;
}

.container .sidebar {
	width: 130px;
}

.container .content-wrapper {
    width: 628px;
    border-right: 1px solid #dae1e8;
    border-left: 1px solid #dae1e8;
    border-bottom: 1px solid #dae1e8;
    box-shadow: 2px 2px 4px #ebf0f4;
    padding-bottom: 20px;
}

.caption {
    display: flex;
    background: #f4ebbd;
    height: 21px;
    border: 1px solid #d7cf9e;
    box-shadow: 2px 0px 1px #d5dde6;
}

.caption > .profile-name {
    color: black;
    font-weight: bold;
    font-size: 11px;
    padding: 3px 11px;
}

.caption .online-status {
    margin-left: auto;
    color: #c8bf85;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 9px;
}

.caption .caption-links {
    margin-left: auto;
	color: #2b587a;
    font-size: 11px;
    padding: 3px 9px;
}

.caption ul.breadcrumbs {
    display: flex;
    gap: 4px;
    padding: 3px 11px;
    margin: 0;
}

.caption ul.breadcrumbs > li {
	list-style-type: none;
	font-weight: bold;
}

.caption ul.breadcrumbs > li:not(:first-child):before {
	content: "»";
}

.caption ul.breadcrumbs > li:last-child a {
	text-decoration: none;
	color: black;
}

.caption ul.breadcrumbs > li a {
	color: #69604a;
}

.content {
    display: flex;
    gap: 10px;
    /*padding: 0 10px;*/
    margin: 10px;
}

.content > .panel {
	width: 100%;
}

.left-panel {
    width: 200px;
    height: 100%;
}

.right-panel {
    width: 400px;
    height: 100%;
}

.avatar {
    width: 200px;
}

.avatar img {
	width: 200px;
}

.profile-menu {
    margin-top: 12px;
}

.profile-menu .item {
	display: block;
    color: #2b587a;
    font-size: 11px;
    padding: 3px;
    border-bottom: 1px solid #ccd3da;
}

.right-panel .section {
    padding-left: 10px;
}

.right-panel .section:not(:first-child) {
    margin-top: 12px;
}

.right-panel > .section > .name {
    color: #45688e;
    font-size: 12px;
    font-weight: bold;
}

.university {
    float: right;
    font-size: 11px;
    transform: translateY(-13px);
}

.status {
    color: #333333;
    font-size: 11px;
    margin-top: 3px;
}

.status-date {
    margin-top: 2px;
    color: #808080;
    font-size: 10px;
}

.right-panel .section .divider {
    margin-top: 10px;
    border-bottom: 1px solid #dae1e8;
    margin-bottom: 5px;
}

table.info {
    border-spacing: 0;
    font-size: 11px;
    margin-top: 3px;
}

table.info td:first-child {
    color: #808080;
    width: 116px;
    vertical-align: top;
    padding-left: 0;
}

table.info td:last-child {
	color: #2b587a;
}

.section-header {
    background: #dae2e8;
    border-top: 1px solid #b1bdd6;
    height: 19px;
    color: #45688e;
    font-size: 11px;
    font-weight: bold;
}

.section-header:not(.first) {
	margin-top: 22px;
}

.single.section-header {
    margin-bottom: 15px;
}

.section-header span {
    padding-left: 24px;
    line-height: 18px;
}

.section-h2 {
    color: #45688e;
    font-weight: bold;
    font-size: 11px;
    margin-top: 10px;
}

.sidebar .menu {
	margin-top: 8px;
}

.sidebar .menu ul {
	margin: 0;
	padding: 0;
}

.sidebar .menu ul > li {
	list-style-type: none;
}

.sidebar .menu .item {
	display: block;
	padding: 0 8px;
    color: #2b587a;
    font-size: 11px;
    margin-bottom: 8px;
}

.sidebar .menu .divider {
    border-bottom: 1px solid #cccccc;
    width: 118px;
    margin-left: 3px;
    margin-bottom: 7px;
}

.sidebar .notification {
	background: #f7f7f7;
	border-bottom: 1px solid #dddddd;
    text-align: center;
    margin-top: 10px;
	font-size: 11px;
	padding: 3px 0;
}

.sidebar .notification .text {
    color: black;
    line-height: 13px;
    padding: 0 6px;
    margin-top: 2px;
}

.sidebar .notification a.link {
	text-align: center;
	color: #2b587a;
}

.sidebar .notification .controls {
	margin-top: 4px;
}

.sidebar .notification .header {
    color: #990000;
    border-bottom: 1px solid #dae1e8;
    padding-bottom: 1px;
    font-weight: bold;
    font-size: 12px;
    margin: 0 8px 2px 8px;
}

.section-header i {
    color: #a9b8cb;
    font-size: 16px;
    position: absolute;
    font-style: normal;
    transform: translate3d(8px, -2px, 10px);
}

.section-header img {
    position: absolute;
    transform: translate3d(4px, 2px, 0px);
}

.section-subheader {
    height: 15px;
    border-top: 1px solid #cccccc;
    background: #eeeeee;
    color: #444444;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 2px 2px 8px;
}

.section-subheader > a,
.section-subheader > .right {
    float: right;
    padding: 0 6px 0 0;
}

.audio-list .item {
    display: flex;
    padding-top: 11px;
    width: 388px;
}

.audio-list .item > .icon {
	cursor: pointer;
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
    background: #5f7d9d;
    border-radius: 2px;
    margin-right: 7px;
}

.audio-list .item > .icon:before {
    content: "▶";
    color: white;
    font-size: 9px;
    position: relative;
    left: 5px;
    top: -1px;
}

.audio-list .item > .pause.icon:before {
    content: "⏸";
    color: white;
    font-size: 23px;
    position: relative;
    left: 3px;
    top: -8px;
}

.audio-list .track {
    font-size: 11px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 14px;
    border-bottom: 1px dashed #d8dfea;
    width: 365px;
}

.audio-list .current.track {
	padding-bottom: 9px;
}

.audio-list .track .current.progress {
	display: none; 
	cursor: pointer;
    position: relative;
    color: black;
    border-bottom: 1px solid #5f7d9d;
    height: 4px;
    bottom: -10px;
    flex-basis: 100%;
    width: auto;
    max-width: 1px;
}

.audio-list .track .full.progress {
	display: none; 
	cursor: pointer;
    position: relative;
    color: black;
    border-bottom: 1px solid #d8dfea;
    height: 4px;
    bottom: -10px;
    flex-grow: 1;
    left: 0;
}

.audio-list .track > .name {
	min-width: 300px;
	max-width: 300px;
}

.audio-list .track > .name > .artist {
	font-weight: bold;
}

.audio-list .track > .duration {
	color: #777777;
	font-size: 10px;
	width: 65px;
	text-align: right;
}

.footer {
	font-size: 11px;
	text-align: center;
	padding: 10px;
}

.telegram-auth-button {
    margin: 20px auto;
    margin-bottom: 0;
}

.global-time {
    border-top: 1px dashed #5f7d9d85;
    margin: auto;
    width: 100px;
    margin-top: 7px;
    padding-top: 4px;
}

.photo.section {
	display: flex;
	gap: 5px;
	padding: 0;
	justify-content: space-between;
}

.photo.section img {
	width: 75px;
	height: 100%;
	object-fit: cover;
}

.track-divider {
	height: 5px;
	border-bottom: 1px dashed #d8dfea;
	margin-bottom: 5px;
	margin-left: 40px;
	margin-right: 10px;
}

.yandex-track {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 11px;
}

.yandex-track > a {
	width: 30px;
	height: 30px;
}

.yandex-track img {
	width: 30px;
	object-fit: cover;
}

.yandex-recent-track {
	height: 380px;
	margin-bottom: 10px;
}

.track-wrapper > img {
	width: 380px;
	height: 380px;
}

.track-wrapper > .track-name {
    position: absolute;
    bottom: 3px;
    color: white;
    font-size: 18px;
    background: #f0f0f094;
    border-radius: 6px;
    border: 1px solid #ffffff42;
    box-shadow: 1px 1px 3px 3px #0000004f;
    backdrop-filter: blur(1px);
    padding: 5px;
    margin: 10px;
    width: 350px;
    text-align: center;
    line-height: 18px;
    text-shadow:
	    -1px -1px 2px #557598,
	    -1px 1px 2px #557598,
	    1px -1px 2px #557598,
	    1px 1px 2px #557598;
}

.track-name > a {
	font-weight: bold;
}

.track-wrapper {
	position: absolute;
}

.yandex-recent-track > img {
	width: 380px;
}

.track-info-title {
	color: white;
	font-weight: bold;
}

.track-info-artist {
    color: #2b587a;
    font-weight: normal;
    font-size: 11px;
    text-shadow: none;
    font-weight: bold;
}

.liked.track-info-artist,
.liked.track-info-title {
	color: #ffb1d6;
}

.guestbook.section > form {
	margin: 5px 12px;
}

textarea,
input[type="text"] {
	font-family: 'Tahoma';
    border: 1px solid #c0cad5;
    width: 100%;
    outline: none;
    color: #111;
    font-size: 13px;
}

.old-style-button {
    color: white;
    background: #36638e;
    border: none;
    font-size: 11px;
    padding: 6px 8px 5px 8px;
    border-radius: 3px;
    margin-top: 3px;
    text-align: center;
}

.button {
    color: white;
    background: #6d8fb3;
    border: 1px solid #3b6798;
    font-size: 11px;
    padding: 6px 8px 5px 8px;
    margin-top: 3px;
    text-align: center;
}

.button[disabled] {
	background: #a1aeb9;
}

.button:not([disabled]) {
	cursor: pointer;
}

.button:not([disabled]):hover {
	color: #c0cad5;
}

.button:not([disabled]):active {
	color: #a7b0ba;
	box-shadow: inset 2px 1px 4px 1px #00000052;
}

label {
    font-size: 13px;
    color: #444444;
}

.message-text > .message {
    border: 1px solid #d4bc4c;
    background-color: #f9f6e7;
    padding: 8px 11px;
    font-size: 11px;
    font-weight: bold;
    margin: 10px 12px;
    text-align: left;
}

.input-panel .message-text > .message {
	margin: 0 0 10px 0;
}

.success.message-text > .message {
    border-color: #bbddb3;
    background-color: #e7f9e9;
}

.error.message-text > .message {
    border-color: #e2bbbb;
    background-color: #f9e7e7;
}

.message-list .message-container {
	margin-bottom: 20px;
}

.message-list .message-header {
    border-top: 1px solid #45688e;
    border-bottom: 1px solid #dae2e8;
    background: #f7f7f7;
    font-size: 11px;
    padding: 3px 6px;
}

.message-list .message-header > .name > b {
	color: #2b587a;
}

.message-list .message-header > .admin.name > b {
	color: #b93333;
}

.message-list .message-header > .date {
	font-size: 9px;
}

.message-list .message {
	font-size: 11px;
	padding: 10px;
	white-space: break-spaces;
}

.message-list .controls {
	display: flex;
	gap: 10px;
	border-bottom: 1px solid #dae2e8;
	font-size: 9px;
}

.message-list .controls .control {
	padding-bottom: 2px;
    padding-left: 10px;
}

.message-list .controls .control:not(:last-child):after {
    content: "|";
    position: absolute;
    color: #dae2e8;
    margin-left: 9px;
}

.modal-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000004a;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

.modal-container {
    min-width: 200px;
    max-width: 500px;
    width: 50%;
    background: white;
    border: 1px solid #36638e;
}

.modal-header {
    padding: 10px 20px;
    background: #36638e;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.modal-header .close {
	position: relative;
	float: right;
	cursor: pointer;
	transition: rotate .1s linear;
}

.modal-header .close:hover {
	rotate: 90deg;
}

.modal-header .close:active {
	scale: 80%;
}

.modal-content {
    padding: 20px;
    border-bottom: 1px solid #dae2e8;
}

.modal-footer {
    height: 40px;
    text-align: right;
}

.modal-footer .button {
	margin: 8px;
}

.poems.section {
	padding: 10px 5px 10px;
}

.poems.section .item {
	display: flex;
	gap: 10px;
	margin-bottom: 6px;
}

.poems.section .item img {
	width: 13px;
	height: 16px;
}
.poems.section .item-meta {
	font-size: 10px;
	color: #777;
}

.panel > .poem {
    white-space: break-spaces;
    padding: 20px;
    padding-top: 0;
    font-size: 13px;
}

.poems .poem {
	padding: 0;
	content-visibility: auto;
	contain-intrinsic-size: 500px;
}

.poems .poem-header {
    border-top: 1px solid #45688e;
    border-bottom: 1px solid #dae2e8;
    background: #f7f7f7;
    font-size: 11px;
    padding: 3px 6px;
    display: flex;
    flex-direction: column;
}
.poems .poem-header .poem-title {
	font-size: 13px;
	font-weight: bold;
}
.poems .poem-header .poem-signature {
	color: #333;
}

.poems .poem-content {
	white-space: break-spaces;
    padding: 20px;
    font-size: 13px;
}

.content-controls {
	border-top: 1px solid #ddd;
	padding: 0 20px;
	color: #2b587a;
	margin-bottom: 20px;
}

.panel-controls {
    border-bottom: 1px solid #ddd;
    padding: 2px 20px;
    margin: 0 -10px;
    color: #2b587a;
}

.poems .poem-controls {
	border-top: 1px solid #ddd;
	padding: 0 20px;
	color: #2b587a;
	margin-bottom: 40px;
}

.poem-signature {
    float: right;
    padding-right: 10px;
    color: #444444;
}

.control-header {
    border-bottom: 1px solid #36638e;
    padding: 0 20px;
    margin: 20px 0;
    transition: margin .2s linear;
}

.cut.control-header {
	margin: 20px 0 0 0;
}

.control-header .control-button {
	cursor: pointer;
	text-decoration: none;
	display: block;
    background: #36638e;
    color: white;
    padding: 6px 8px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    width: fit-content;
}

.control-header .control-button:not([disabled]):hover {
	color: #c0cad5;
}

.control-header .control-button:not([disabled]):active {
	color: #a7b0ba;
	box-shadow: inset 2px 1px 4px 1px #00000052;
}

.input-panel {
	padding: 20px;
	background: #f7f7f7;
	border-bottom: 1px solid #dae1e8;
}

.input-panel form textarea, 
.input-panel form input[type="text"] {
	width: calc(100% - 6px);
} 

.liked-artist {
    background: url('/images/icons/like.webp') no-repeat 0px 0px;
    filter: hue-rotate(115deg) brightness(1.3);
    background-size: 100%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 2px;
    transform: translateY(2px);
    cursor: help;
}

.liked-track {
    background: url('/images/icons/like.webp') no-repeat 0px 0px;
    filter: hue-rotate(115deg) brightness(1.3);
    background-size: 100%;
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: translateY(2px);
    cursor: help;
}

.yandex-recent-track .liked-track {
	background: url('/images/icons/3hearts.svg') no-repeat 0px 0px;
}

.debug-data {
    font-family: 'Vera Mono';
    border: 1px dashed #dae1e8;
    background: #f7f7f7;
    text-align: left;
    padding: 10px;
    margin: 10px;
}

.debug-data hr {
	border: none;
	border-bottom: 1px dashed #dae1e8;
}

.audio {
	display: flex;
	gap: 10px;
    flex-direction: column;
}

.audio-sidebar {
    background: #f7f7f7;
    width: 100%;
    margin-right: -10px;
    padding: 10px;
    border-left: 1px solid #dae1e8;
    border-bottom: 1px solid #dae1e8;
}

.audio-sidebar > input {
    width: 193px;
    margin-bottom: 7px;
}