.disabled {
	opacity: 0.2;
}

.file-name {
	width: 200px;
	overflow-wrap: break-word;
}

.gos-table {
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	margin-top: 1.5rem;
}

.gos-table th {
	color: #66727f;
}

.gos-table td,
.gos-table th {
	padding: 1rem;
}

.gos-table .table-header {
	border-bottom: 1px solid #66727f;
}

.gos-table tr td:first-child,
.gos-table tr th:first-child {
	padding-left: 0;
}

.input-style {
	position: relative;
	display: inline-block;
	border: 1px solid #adadad;
	border-radius: 4px;
	padding: 4px 10px;
	text-align: center;
}

.input-style input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}


.btn-remoove {
	cursor: pointer;
}

.pseudo-table {
	display: flex;
}

.pseudo-table_header {
	width: 25%;
	margin-bottom: 1rem;
}

.pseudo-table_content {
	width: 75%;
}

.territory .v-skeleton-loader__button {
	width: 100%;
}
