div.error {
	margin:20px auto;
	padding:10px;
	background-color: #6F1A07;
	color:white;
	font-weight: bold;
	width:fit-content;
	border-radius:5px;
}

div.user-registered {
	margin:20px auto;
	padding:10px;
	background-color: #EBFEF9;
	font-weight: bold;
	width:fit-content;
	border-radius:5px;
	text-align: center;
}

.cabinet-navigation a {
	margin: 10px;
}

.cabinet-navigation a.active {
	font-weight: bold;
}

.cabinetmenu .block {
	padding: 0 30px;
}

.content .block {
	padding-top:10px;
}

p.resetresult {
	text-align: center;
	font-weight: bold;
}

span.verification {
	padding:5px;
	vertical-align:super;
	background-color: #628693;
	color:white;
	font-size:0.4em;
	font-weight: 400;
	margin-top:-1em;
	width: fit-content;
}

span.orderstatus {
	padding:5px;
	vertical-align:super;
	background-color: #628693;
	color:white;
	font-size:0.7em;
	font-weight: 400;
	margin-top:-1em;
	width: fit-content;
}

.vieworder h2 {
	text-align: left;
}

.makeoffer {
	width:50%;
	margin: 0 auto;
}

.leftlink {
	margin-left: 15px;
}

.center {
	text-align: center;
}

.addroutethrough {
	margin-bottom:10px;
	display: inline-block;
	border-style: dotted;
	border-top:unset;
	border-left: unset;
	border-right:unset;
}

.results {
	display:flex;
	gap:30px;
	max-width: 100%;
	overflow-x: auto;
	padding-bottom: 20px;
}

.result {
	padding:10px;
	width: 178px;
	background-color: white;
	text-align: center;
	border: 1px solid #ccc;
	position: relative;
}

.result p:nth-child(2) {
	font-size: 0.75em;
/*    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.deleteresult {
	padding:5px;
	font-size:0.75em;
	position: absolute;
	
	bottom:-20px;
	right:10px;
}

.reviews {
	display:flex;
	flex-wrap: wrap;
	gap:30px;
	max-width: 100%;
	overflow-x: auto;
	padding-bottom: 20px;
}

.review {
	padding:10px;
	width: calc(50% - 20px - 15px - 2px);
	background-color: white;
	text-align: center;
	border: 1px solid #ccc;
	position: relative;
}

p.newsdate {
	text-align: center;
}

.newsitem {
	margin-bottom: 1em;
	padding: 10px;
    width: calc(50% - 20px - 15px - 2px);
	width: calc(100% - 20px - 2px);
    background-color: white;
    text-align: center;
    border: 1px solid #ccc;
    position: relative;
	line-height: 130%;
}

.show img, .hide img {
	height:30px;
	position: absolute;
	right:5px;
	top:15px;
}

.hide {
	display: none;
}

.show, .hide {
	border-bottom: unset;
}