html,
body {
	font-size: 100%;
}

.table-view .rowheader {
	font-size: 12px;
}

.table-view .row {
	font-size: 1rem;
}

.mainwrapper {
	display: flex;
	flex-direction: column;
}

.menu-content {
	height: 100%;
	margin-right: 0;
	padding: 0;
	position: relative;
}

header {
	height: 9vh;
	min-height: 51px;
	padding: 10px 10px;
}

.lists-wrapper {
	flex-grow: 1;
	position: relative;
}

/* .lists-content {} */

.table-view .container-content {
	width: 100%;
}

.bpb,
.avs {
	font-size: 12px;
}

.dbs {
	display: block;
}

main {
	margin: 0;
	padding: 0;
}

.logo {
	height: 35px;
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.status.online p {
	display: inline !important;
}

.fa-bars:before {
	content: "\f0c9";
}

header>* {
	justify-content: flex-end;
}

.flink {
	opacity: 1;
}

.dropbtn {
	font-size: 13px;
	border: 1px #8E8E8E solid;
	padding: 0.5rem;
	background-color: transparent;
	width: 2.2em;
	height: 1.9rem;
	margin: 0 !important;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropmenu {
	position: relative;
	display: table-cell;
}

.dropdown-content {
	display: none;
	border: 1.5px solid #8e8e8e;
	border-radius: 8px;
	box-shadow: 0 0 15px rgb(0, 0, 0) !important;
	position: absolute;
	background-color: rgba(39, 49, 72);
	margin-top: 5px;
	min-width: 160px;
	padding-bottom: 1.2em;
	right: 0;
	top: 100%;
	z-index: 2;
}

.dropdown-content>div,
.dropdown-content select,
.dropdown-content p {
	text-decoration: none;
	display: flex;
	margin: 1.1em 1rem 0 1rem !important;
	justify-content: space-between;
}

.dropdown-content>select {
	font-size: 11px;
}

.dropdown-content>p {
	margin: 0;
	font-size: 13px;
}

/* #filter-file-type {
    margin-bottom: 1em !important;
} */

.show {
	display: flex;
	flex-direction: column;
}

/* #filter-file-type {
	margin-bottom: 1.1em !important;
} */


/* //////////////////////////////////////////// */

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	right: 0;
	top: 0;
	background-color: rgba(39, 49, 72, 0.9);
	backdrop-filter: blur(8px);
	overflow: hidden;
	transition: 0.1s;
	display: inline;
}

.overlay-content {
	display: flex;
	flex-direction: column;
	padding: 0 1em;
	position: relative;
	top: 21%;
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 20px;
	color: #ffffff;
	display: block;
	transition: 0.3s;
}

.overlay .closebtn {
	position: absolute;
	font-size: 40px;
	top: 15px;
	right: 10px;
}

.overlay .mattblock {
	backdrop-filter: none;
	text-shadow: 0 0 2em #000;
}

#panelarrow i,
#badge #panelarrow,
.rclock,
.column.ftype,
.plate-view .menubtn,
.list-view .menubtn,
.mobhide {
	display: none !important;
}

.fsz150 {
	margin: 0;
}

#slide-menu {
	align-items: center;
	background-color: #344b8ecc;
	border: 1px solid #fff;
	color: #fff;
	display: flex;
	margin: 0;
	padding: 1rem;
}

#badge h2 {
	font-size: 1.1rem;
}

#badge p {
	font-size: 11px;
	margin-left: 0 !important;
}

#badge,
#menu {
	background-color: transparent;
	padding-left: 0;
}

#badge img {
	width: 80px;
	height: 80px;
}


/* ////////////////////////////////////////// */

.table-view .row {
	word-break: break-all;
}

input[type="checkbox"] {
	margin-left: 0.2rem !important;
}

.table-view .column {
	padding: 0.2rem;
}

.table-view .column.fname span {
	margin-right: 0.2rem !important;
	width: 20px;
}

#menu {
	font-size: 1.5rem;
	overflow: visible;
	padding: 0;
}

#menu .ahead {
	margin: 8px 1em 0 0;
}

#menu .topitem {
	height: 3rem;
	opacity: 0.8;
}

#menu .menu-title {
	height: 1.8rem;
}

#badge section {
	margin-left: 0.5em;
}


/* /////////////////////////////////////////// */
.webhide {
	display: table-cell !important;
}

.dropbtn,
.menubtn {
	display: inline;
}

.closebtn {
	display: block;
}

.modal>div {
	width: 100%;
}

.modal-content2 {
	padding: 1rem;
	margin: 0;
}

.modal .modal-wrapper {
	min-width: 98%;
}

#exitButton2 {
	display: block;
	margin-left: auto;
	font-size: 1.25rem !important;
	width: 22px;
	height: 22px;
	line-height: 22px;
	top: 6px;
	right: 3px;
}

.open {
	display: block;
}

.lists-header {
	padding: 0.5rem 0.3rem 0;
}

.lists-header button {
	margin-right: 2vw;
}

.lists-header button.bpb {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0;
	width: 2.2rem;
}

#change-view button {
	margin: 0;
}

#fileLocation {
	padding: 0 0.3rem;
}

.menubtn {
	font-size: 15px;
	border: none;
	background-color: transparent;
	color: #fff;
	width: 2.5em;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dropmenu-content {
	display: none;
	position: absolute;
	background-color: rgba(39, 49, 72);
	min-width: 5rem;
	z-index: 1;
	top: 100%;
	right: 0;
	border: 1.5px solid #8e8e8e;
	border-radius: 8px;
	box-shadow: 0 0 15px rgb(0, 0, 0) !important;
	margin-top: 5px;
	padding: 0 0.5em 0.8em 0.5em;
}

.dropmenu-content>div {
	text-decoration: none;
	display: flex;
	margin: 1.1em 1rem 0 1rem !important;
	justify-content: space-between;
}

.dropopen {
	display: flex;
	justify-content: space-evenly;
}

.fa-ellipsis-h::before {
	content: "\f141";
}

.mattblock {
	border-radius: 0px;
}

/* /////////////////////////////////////////// */

.setting-form {
	margin: auto;
	width: 88%;
}

#clearTrash {
	padding: 0 1em !important;
	width: auto !important;
}

#file-list-display {
	padding: 0;
}

#file-list-display ol {
	padding: 0 0 0 2em;
}

@media (max-width: 768px) {
	.fieldset-grid {
		grid-template-columns: 1fr; /* Один столбец на узких экранах */
	}
}


/* /////////////////////////////////////////// */

.thumbs-view {
	grid-template-columns: repeat(auto-fill, minmax(48vw, auto));
}

.thumbs-view .dropmenu {
	display: none;
}