div[data-vacancy] {
display: flex;
    align-items: center;
    background-color: var(--cvet-vnutri-bloka);
    opacity: 0.8;
    padding: 15px;
    height: 80px;
    border-radius: 15px;
    font-size: 16px;
}

div[data-vacancy]:hover {
	cursor: pointer;
	opacity: 1;
}

div[data-vacancy] .avatar img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
}

div[data-vacancy] .name {
	width: 120px;
	margin-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-list li .active{
	border: none;
    background: var(--akcenti);
    color: var(--cvet-na-akcente) !important;
    transition: .3s;
    box-shadow: var(--box-shadow);
}

div[data-vacancy] .avatar {
	width: 44px;
}

div[data-vacancy] .status {
	width: 85%;
	text-align: end;
}

.vacancy-chat textarea {
	width: 100%;
	border-radius: 8px;
	resize: none;
	height: 80px;
	padding: 15px;
	/* Onevalve.ru */
}

ul {
	margin-left: 0;
	padding-left: 0;
}

ul li {
	list-style-type: none;
}

ul li span.h {
	font-weight: bold;
}